build(deps-dev): update zenstruck/foundry requirement from 1.37.* to 2.3.* #102
Annotations
7 errors
|
Run psalm:
tests/src/DataFixtures/AppFixtures.php#L16
tests/src/DataFixtures/AppFixtures.php:16:9: MissingDependency: App\Factory\BookFactory depends on class or interface zenstruck\foundry\modelfactory that does not exist (see https://psalm.dev/157)
|
Run psalm:
tests/src/Entity/User.php#L39
tests/src/Entity/User.php:39:42: MoreSpecificReturnType: The declared return type 'non-empty-string' for App\Entity\User::getUserIdentifier is more specific than the inferred return type 'string' (see https://psalm.dev/070)
|
Run psalm:
tests/src/Entity/User.php#L41
tests/src/Entity/User.php:41:16: LessSpecificReturnStatement: The type 'string' is more general than the declared return type 'non-empty-string' for App\Entity\User::getUserIdentifier (see https://psalm.dev/129)
|
Run psalm:
tests/src/Factory/BookFactory.php#L48
tests/src/Factory/BookFactory.php:48:33: UndefinedClass: Class, interface or enum named Zenstruck\Foundry\ModelFactory does not exist (see https://psalm.dev/019)
|
Run psalm:
tests/src/Factory/ReviewFactory.php#L48
tests/src/Factory/ReviewFactory.php:48:35: UndefinedClass: Class, interface or enum named Zenstruck\Foundry\ModelFactory does not exist (see https://psalm.dev/019)
|
Run psalm
The operation was canceled.
|
Loading