Passed
Push — develop ( aeb8ba...d382d0 )
by Daniel
04:18
created
src/DataFixtures/AbstractFixture.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
         if (!$skipValidation) {
57 57
             $this->validateEntity($entity);
58 58
         }
59
-        $this->flush($manager, new ArrayCollection([ $entity ]));
59
+        $this->flush($manager, new ArrayCollection([$entity]));
60 60
     }
61 61
 
62 62
     protected function flush(ObjectManager $manager, ?ArrayCollection $entities = null): void
Please login to merge, or discard this patch.