Completed
Pull Request — master (#13)
by
unknown
02:04
created
app/code/community/IntegerNet/Anonymizer/Model/Bridge/Entity/Abstract.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -180,6 +180,6 @@
 block discarded – undo
180 180
      */
181 181
     public function entityExists()
182 182
     {
183
-        return (bool)$this->_entity;
183
+        return (bool) $this->_entity;
184 184
     }
185 185
 }
186 186
\ No newline at end of file
Please login to merge, or discard this patch.
src/app/code/community/IntegerNet/Anonymizer/Model/Anonymizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,7 @@
 block discarded – undo
43 43
     {
44 44
         usort(
45 45
             $entityModelsConfig,
46
-            function ($entityModel1, $entityModel2) {
46
+            function($entityModel1, $entityModel2) {
47 47
                 return strcmp($entityModel1['sort'], $entityModel2['sort']);
48 48
             }
49 49
         );
Please login to merge, or discard this patch.