@@ -521,7 +521,7 @@ |
||
| 521 | 521 | */ |
| 522 | 522 | protected function removeRecursiveDirectory(string $dirPath): bool |
| 523 | 523 | { |
| 524 | - $fileList = array_diff(scandir($dirPath), ['.','..']); |
|
| 524 | + $fileList = array_diff(scandir($dirPath), ['.', '..']); |
|
| 525 | 525 | |
| 526 | 526 | foreach ($fileList as $filePath) { |
| 527 | 527 | if (is_dir($filePath)) { |