mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix rector
This commit is contained in:
parent
dccc2bf4a5
commit
87ea841aaa
@ -63,7 +63,7 @@ class PersonMoveTest extends KernelTestCase
|
|||||||
self::bootKernel();
|
self::bootKernel();
|
||||||
$em = self::$container->get(EntityManagerInterface::class);
|
$em = self::$container->get(EntityManagerInterface::class);
|
||||||
|
|
||||||
foreach (self::$entitiesToDelete as list($class, $id)) {
|
foreach (self::$entitiesToDelete as [$class, $id]) {
|
||||||
$entity = $em->find($class, $id);
|
$entity = $em->find($class, $id);
|
||||||
|
|
||||||
if (null !== $entity) {
|
if (null !== $entity) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user