Skip to content

Commit d8de7c9

Browse files
kenjisMGatner
andauthored
docs: fix @param type
Co-authored-by: MGatner <[email protected]>
1 parent 601c03a commit d8de7c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Config/Factories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Factories
7979
*
8080
* @phpstan-param class-string<T> $name
8181
*
82-
* @return object
82+
* @return Model
8383
* @phpstan-return T
8484
*/
8585
public static function models(string $name, array $options = [], ?ConnectionInterface &$conn = null)

0 commit comments

Comments
 (0)