feat(doctrine): state options repositoryMethod for initial query buil… #13445
Annotations
5 errors
Run PHPStan analysis
Process completed with exit code 1.
|
Run PHPStan analysis:
tests/Fixtures/TestBundle/Repository/CartRepository.php#L10
Type mixed in generic type Doctrine\ORM\EntityRepository<mixed> in PHPDoc tag @extends is not subtype of template type TEntityClass of object of class Doctrine\ORM\EntityRepository.
|
Run PHPStan analysis:
tests/Fixtures/TestBundle/Repository/CartRepository.php#L10
Class ApiPlatform\Tests\Fixtures\TestBundle\Repository\CartRepository @extends tag contains unresolvable type.
|
Run PHPStan analysis:
src/Doctrine/Odm/State/ItemProvider.php#L80
Call to function method_exists() with Doctrine\ODM\MongoDB\Repository\DocumentRepository and 'createQueryBuilder' will always evaluate to true.
|
Run PHPStan analysis:
src/Doctrine/Odm/State/CollectionProvider.php#L72
Call to function method_exists() with Doctrine\ODM\MongoDB\Repository\DocumentRepository and 'createQueryBuilder' will always evaluate to true.
|
Loading