Completed
Push — master ( 174f7e...d11969 )
by Basil
03:45
created
core/base/Module.php 2 patches
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -241,6 +241,9 @@
 block discarded – undo
241 241
         return $files;
242 242
     }
243 243
     
244
+    /**
245
+     * @param string $prefix
246
+     */
244 247
     private function fileToName($prefix, $file)
245 248
     {
246 249
         $value = ltrim(str_replace([$prefix, 'Controller.php'], '', $file), DIRECTORY_SEPARATOR);
Please login to merge, or discard this patch.
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -234,7 +234,7 @@
 block discarded – undo
234 234
                     $files[$this->fileToName($staticPath, $file)] = $file;
235 235
                 }
236 236
             } catch (InvalidParamException $e) {
237
-                 // catch if folder not found.
237
+                    // catch if folder not found.
238 238
             }
239 239
         };
240 240
         
Please login to merge, or discard this patch.