| @@ -202,7 +202,7 @@ | ||
| 202 | 202 | protected function fileExists(string $fileSubPath): bool | 
| 203 | 203 |      { | 
| 204 | 204 |          foreach ($this->paths as $path) { | 
| 205 | -            print('Check'.trim($path, '/\\') . '/' . trim($fileSubPath, '/\\')."\r\n"); | |
| 205 | +            print('Check' . trim($path, '/\\') . '/' . trim($fileSubPath, '/\\') . "\r\n"); | |
| 206 | 206 |              if (file_exists(trim($path, '/\\') . '/' . trim($fileSubPath, '/\\'))) { | 
| 207 | 207 | return true; | 
| 208 | 208 | } |