@@ -31,7 +31,7 @@ |
||
| 31 | 31 | */ |
| 32 | 32 | public function setBasePath($path) |
| 33 | 33 | { |
| 34 | - $path = rtrim($path, DIRECTORY_SEPARATOR) . DIRECTORY_SEPARATOR; |
|
| 34 | + $path = rtrim($path, DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR; |
|
| 35 | 35 | $this->basePath = $path; |
| 36 | 36 | $this->getFinder()->prependPath($path); |
| 37 | 37 | return $this; |