Completed
Push — master ( 4f00a2...4cf813 )
by Vítor
04:10
created
src/Module/ModuleManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,8 +122,8 @@
 block discarded – undo
122 122
 
123 123
     protected function getResourcesPath($module)
124 124
     {
125
-        if(is_callable(array($module, 'getResourcesPath'))) {
126
-            $resourcesPath  = $module->getResourcesPath();
125
+        if (is_callable(array($module, 'getResourcesPath'))) {
126
+            $resourcesPath = $module->getResourcesPath();
127 127
         } else {
128 128
             $resourcesPath = $module->getPath();
129 129
         }
Please login to merge, or discard this patch.