Passed
Push — master ( 93cfce...3fc6a7 )
by mingyoung
03:40 queued 01:10
created
src/ManifestManager.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -85,8 +85,8 @@
 block discarded – undo
85 85
     {
86 86
         $manifest = [];
87 87
 
88
-        $packages = array_filter($packages, function ($package) {
89
-            if(isset($package['type'])){
88
+        $packages = array_filter($packages, function($package) {
89
+            if (isset($package['type'])) {
90 90
                 return $package['type'] === self::PACKAGE_TYPE;
91 91
             }
92 92
         });
Please login to merge, or discard this patch.