@@ -36,8 +36,8 @@ |
||
| 36 | 36 | |
| 37 | 37 | if (false === file_exists($this->baseDir)) { |
| 38 | 38 | throw new RuntimeException( |
| 39 | - sprintf('Provided base directory \'%s\' does not exist', $baseDir) |
|
| 40 | - ); |
|
| 39 | + sprintf('Provided base directory \'%s\' does not exist', $baseDir) |
|
| 40 | + ); |
|
| 41 | 41 | } |
| 42 | 42 | } |
| 43 | 43 | |