Completed
Push — master ( 823e67...71a230 )
by ANTHONIUS
03:16
created
src/PermissionsFixer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
 
49 49
         foreach ($modules as $module) {
50 50
             if ($module instanceof RequireFilePermissionInterface) {
51
-                $modFileLists   = $module->getRequiredFileLists($options);
51
+                $modFileLists = $module->getRequiredFileLists($options);
52 52
                 if (!is_null($modFileLists) && !is_array($modFileLists)) {
53 53
                     $this->logError(sprintf(
54 54
                         '<comment>%s::getRequiredFileList()</comment> should return an array.',
Please login to merge, or discard this patch.