diff --git a/app/src/Domain/Entity/User.php b/app/src/Domain/Entity/User.php index 7b45ded..4c9f8ee 100644 --- a/app/src/Domain/Entity/User.php +++ b/app/src/Domain/Entity/User.php @@ -48,7 +48,7 @@ class User } /** - * @param string[] $props Properties of the User model + * @param array $props Properties of the User model * @return User */ public static function fromArray(array $props): User