@@ -241,6 +241,9 @@ |
||
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); |
@@ -234,7 +234,7 @@ |
||
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 |