@@ -302,7 +302,7 @@ |
||
302 | 302 | */ |
303 | 303 | private function parsePath($basename, &$workingDir) |
304 | 304 | { |
305 | - $buffer = (string) $workingDir; |
|
305 | + $buffer = (string)$workingDir; |
|
306 | 306 | |
307 | 307 | $file = $this->parseFile($basename, $workingDir); |
308 | 308 |