Failed Conditions
Pull Request — develop (#6)
by Carlo
02:23
created
magefix/src/Magefix/Fixture/Factory/Builder.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -62,7 +62,7 @@
 block discarded – undo
62 62
 
63 63
         $iterator = new \ArrayIterator($entities);
64 64
 
65
-        while($iterator->valid()) {
65
+        while ($iterator->valid()) {
66 66
             $builder->throwUndefinedDataProvider($iterator->current());
67 67
             $fixtureId = self::_buildAndRegisterFixture($fixtureType, $hook, $iterator->current());
68 68
             $many[] = self::_getMagentoModel($iterator->current(), $fixtureId);
Please login to merge, or discard this patch.