Apply rector rules + fix CS

This commit is contained in:
2023-08-30 14:55:26 +02:00
parent d01172274d
commit 1c0fd57913
26 changed files with 50 additions and 76 deletions

View File

@@ -57,7 +57,7 @@ final class PersonControllerUpdateTest extends WebTestCase
$em = self::$container->get(EntityManagerInterface::class);
foreach (self::$toDelete as list($class, $id)) {
foreach (self::$toDelete as [$class, $id]) {
$entity = $em->find($class, $id);
if (null === $entity) {