Passed
Push — master ( 36a795...f3d970 )
by Thomas
02:14
created
build/phar/tasks/UpdateManifest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
         $sha = $releaseData['sha1'];
147 147
         $version = $releaseData['version'];
148 148
 
149
-        $manifest = array_filter($manifest, function($item) use ($sha,$version){
149
+        $manifest = array_filter($manifest, function($item) use ($sha, $version){
150 150
             $shaToCompare = $item['sha1'] ?? null;
151 151
             $versionToCompare = $item['version'] ?? null;
152 152
 
Please login to merge, or discard this patch.