Completed
Push — 3.0 ( de1771...791612 )
by Vermeulen
04:28
created
src/class/install/ModuleInstall.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -505,7 +505,7 @@
 block discarded – undo
505 505
      */
506 506
     protected function removeRecursiveDirectory($dirPath)
507 507
     {
508
-        $fileList = array_diff(scandir($dirPath), ['.','..']);
508
+        $fileList = array_diff(scandir($dirPath), ['.', '..']);
509 509
         
510 510
         foreach ($fileList as $filePath) {
511 511
             if (is_dir($filePath)) {
Please login to merge, or discard this patch.