Completed
Push — develop ( d89a13...8e8026 )
by Tom
15s
created
src/N98/Magento/Command/Developer/Module/ListCommand.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -64,8 +64,8 @@
 block discarded – undo
64 64
         $modules = \Mage::app()->getConfig()->getNode('modules')->asArray();
65 65
         foreach ($modules as $moduleName => $moduleInfo) {
66 66
             $codePool = isset($moduleInfo['codePool']) ? $moduleInfo['codePool'] : '';
67
-            $version  = isset($moduleInfo['version'])  ? $moduleInfo['version']  : '';
68
-            $active   = isset($moduleInfo['active'])   ? $moduleInfo['active']   : '';
67
+            $version  = isset($moduleInfo['version']) ? $moduleInfo['version'] : '';
68
+            $active   = isset($moduleInfo['active']) ? $moduleInfo['active'] : '';
69 69
 
70 70
             $this->infos[] = array(
71 71
                 'codePool' => $this->sanitizeModuleProperty($codePool),
Please login to merge, or discard this patch.