Completed
Pull Request — master (#146)
by Paul
05:35
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([$module, 'getResourcesPath'])) {
126
-            $resourcesPath  = $module->getResourcesPath();
125
+        if (is_callable([$module, 'getResourcesPath'])) {
126
+            $resourcesPath = $module->getResourcesPath();
127 127
         } else {
128 128
             $resourcesPath = $module->getPath();
129 129
         }
Please login to merge, or discard this patch.