Skip to content

Commit

Permalink
CHanged docblock for getRepository() to satisfy PHPStan
Browse files Browse the repository at this point in the history
  • Loading branch information
Mariusz Soltys committed Oct 13, 2023
1 parent 7b9bb81 commit 9c37059
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 9c37059

Please sign in to comment.