Passed
Push — master ( 9b85cd...f9f6c5 )
by Allan
02:59
created
src/Sources/VendorSource.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
         $allowedVendors = array_fill_keys($this->vendors, true);
37 37
         return array_filter(
38 38
             $packages,
39
-            function (PackageInterface $package) use ($allowedVendors) {
39
+            function(PackageInterface $package) use ($allowedVendors) {
40 40
                 $vendorName = strtok($package->getName(), ComposerConstants::PACKAGE_SEPARATOR);
41 41
                 
42 42
                 return isset($allowedVendors[$vendorName]);
Please login to merge, or discard this patch.