Completed
Pull Request — develop (#6)
by Carlo
02:52
created
magefix/src/Magefix/Fixtures/RegistryIterator.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
      */
54 54
     public function isEntryMatch($hook, $key)
55 55
     {
56
-       return RegistryEntryMatcher::match($hook, $key);
56
+        return RegistryEntryMatcher::match($hook, $key);
57 57
     }
58 58
 
59 59
     /**
Please login to merge, or discard this patch.
magefix/src/Magefix/Magento/Model/Mapper.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -37,7 +37,7 @@
 block discarded – undo
37 37
     public static function map($fixtureType)
38 38
     {
39 39
         if (!isset(self::$_map[$fixtureType])) {
40
-           throw new UnmappableType("Fixture type '{$fixtureType}' could not be mapped to any Magento model");
40
+            throw new UnmappableType("Fixture type '{$fixtureType}' could not be mapped to any Magento model");
41 41
         }
42 42
 
43 43
         return self::$_map[$fixtureType];
Please login to merge, or discard this patch.