Passed
Push — analysis-8AryWZ ( 19818a )
by Greg
14:55 queued 05:50
created
app/Services/UpgradeService.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -107,9 +107,9 @@
 block discarded – undo
107 107
         return $paths->filter(function (array $path): bool {
108 108
             return $path['type'] === 'file';
109 109
         })
110
-       ->map(function (array $path): string {
111
-           return $path['path'];
112
-       });
110
+        ->map(function (array $path): string {
111
+            return $path['path'];
112
+        });
113 113
     }
114 114
 
115 115
     /**
Please login to merge, or discard this patch.