Completed
Pull Request — develop (#1484)
by
unknown
32s
created
src/N98/Magento/Command/Developer/Module/Rewrite/AbstractRewriteCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,7 @@
 block discarded – undo
68 68
                 }
69 69
 
70 70
                 foreach ($rewriteElement->children() as $child) {
71
-                    $childDomElement    = dom_import_simplexml($rewriteElement);
71
+                    $childDomElement = dom_import_simplexml($rewriteElement);
72 72
                     if (!$childDomElement) {
73 73
                         continue;
74 74
                     }
Please login to merge, or discard this patch.
build/phar/_cli_stub.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -21,4 +21,4 @@
 block discarded – undo
21 21
 $application->setPharMode(true);
22 22
 $application->run();
23 23
 
24
-__HALT_COMPILER();
24
+__HALT_COMPILER(); 
Please login to merge, or discard this patch.