Completed
Push — master ( 6b1ecc...1a0578 )
by Allan
02:18
created
src/Patch/DefinitionList/LoaderComponents/ConstraintsComponent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
     {
51 51
         $rootPackages = array_filter(
52 52
             $packagesByName,
53
-            function ($package) {
53
+            function($package) {
54 54
                 return $package instanceof \Composer\Package\RootPackage || $package instanceof \Composer\Package\RootAliasPackage;
55 55
             }
56 56
         );
Please login to merge, or discard this patch.