@@ -33,7 +33,7 @@ |
||
| 33 | 33 | public function normalizePathSeparator($path) |
| 34 | 34 | { |
| 35 | 35 | $path = preg_replace('#(\\\|\/)#', DIRECTORY_SEPARATOR, $path); |
| 36 | - return preg_replace('#' . DIRECTORY_SEPARATOR . '{2,}#', DIRECTORY_SEPARATOR, $path); |
|
| 36 | + return preg_replace('#'.DIRECTORY_SEPARATOR.'{2,}#', DIRECTORY_SEPARATOR, $path); |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | /** |