Skip to content

Commit b3d8076

Browse files
committed
Fixed fixture loading process
1 parent f775203 commit b3d8076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Doctrine/Purger/DoNotUsePurgerFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function purge(): void
4444
throw new \LogicException('Do not use doctrine:fixtures:load directly. Use partdb:fixtures:load instead!');
4545
}
4646

47-
public function setEntityManager(EntityManagerInterface $em)
47+
public function setEntityManager(EntityManagerInterface $em): void
4848
{
4949
// TODO: Implement setEntityManager() method.
5050
}

0 commit comments

Comments
 (0)