From 5bac639cf61673287744a4857600212a054ac4b0 Mon Sep 17 00:00:00 2001 From: Arthur Kirkosa Date: Wed, 22 Nov 2023 12:01:54 +0200 Subject: [PATCH] Fix psalm --- src/Restify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Restify.php b/src/Restify.php index a62f3acf..95d2ffce 100644 --- a/src/Restify.php +++ b/src/Restify.php @@ -237,7 +237,7 @@ public static function sortResourcesWith() /** * Humanize the given value into a proper name. * - * @param string $value + * @param string|object $value * @return string */ public static function humanize($value)