Failed Conditions
Pull Request — develop (#6)
by Carlo
02:55
created
magefix/src/Magefix/Magento/Model/Mapper.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,10 +1,10 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Created by PhpStorm.
4
- * User: ctasca
5
- * Date: 08/01/2016
6
- * Time: 15:45
7
- */
3
+     * Created by PhpStorm.
4
+     * User: ctasca
5
+     * Date: 08/01/2016
6
+     * Time: 15:45
7
+     */
8 8
 
9 9
 namespace Magefix\Magento\Model;
10 10
 
Please login to merge, or discard this patch.
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.