Changed the props to fromArray docs

This commit is contained in:
Dave Smith-Hayes 2024-07-02 20:08:13 -04:00
parent 3d5050ef34
commit 9d0cd8787d

View File

@ -48,7 +48,7 @@ class User
} }
/** /**
* @param string[] $props Properties of the User model * @param array $props Properties of the User model
* @return User * @return User
*/ */
public static function fromArray(array $props): User public static function fromArray(array $props): User