We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f775203 commit b3d8076Copy full SHA for b3d8076
src/Doctrine/Purger/DoNotUsePurgerFactory.php
@@ -44,7 +44,7 @@ public function purge(): void
44
throw new \LogicException('Do not use doctrine:fixtures:load directly. Use partdb:fixtures:load instead!');
45
}
46
47
- public function setEntityManager(EntityManagerInterface $em)
+ public function setEntityManager(EntityManagerInterface $em): void
48
{
49
// TODO: Implement setEntityManager() method.
50
0 commit comments