Skip to content

Commit

Permalink
Merge pull request #566 from soltmar/2.0-phpstan-fix
Browse files Browse the repository at this point in the history
Changed docblock for getRepository() to satisfy PHPStan
  • Loading branch information
eigan authored Oct 15, 2023
2 parents 7b9bb81 + 9c37059 commit ab656aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Facades/EntityManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @method static void detach(object $object)
* @method static void refresh(object $object)
* @method static void flush()
* @method static \Doctrine\Persistence\ObjectRepository getRepository(string $className)
* @method static \Doctrine\ORM\EntityRepository getRepository(string $className)
* @method static \Doctrine\Persistence\Mapping\ClassMetadata getClassMetadata(string $className)
* @method static \Doctrine\Persistence\Mapping\ClassMetadataFactory getMetadataFactory()
* @method static void initializeObject(object $obj)
Expand Down

0 comments on commit ab656aa

Please sign in to comment.