@@ -39,7 +39,7 @@ |
||
39 | 39 | public function getPathes() |
40 | 40 | { |
41 | 41 | return array_map( |
42 | - function ($i) { |
|
42 | + function($i) { |
|
43 | 43 | return sprintf('%s%s%s', $this->basePath, \DIRECTORY_SEPARATOR, $i); |
44 | 44 | }, |
45 | 45 | $this->paths); |