Passed
Push — main ( 96d323...c12136 )
by Nils
15:53
created
src/Output/OutputHelper.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
             }
60 60
         }
61 61
 
62
-        uasort($commands, function (Command $a, Command $b) {
62
+        uasort($commands, function(Command $a, Command $b) {
63 63
             if ($a->getScore() > -1) {
64 64
                 return $b->getScore() <=> $a->getScore();
65 65
             }
Please login to merge, or discard this patch.