Passed
Push — analysis-8AryWZ ( 19818a )
by Greg
14:55 queued 05:50
created
app/Services/UpgradeService.php 2 patches
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     {
77 77
         $latest_version = $this->fetchLatestVersion();
78 78
 
79
-        [, , $url] = explode('|', $latest_version . '||');
79
+        [,, $url] = explode('|', $latest_version . '||');
80 80
 
81 81
         return $url;
82 82
     }
Please login to merge, or discard this 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.