Passed
Push — main ( 6f590f...2e3c65 )
by Nils
03:37
created
src/Output/OutputHelper.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -50,9 +50,9 @@
 block discarded – undo
50 50
             }
51 51
         }
52 52
 
53
-        uasort($commands, function (Command $a, Command $b) {
54
-            if($a->getScore() > -1) {
55
-                return$b->getScore() <=> $a->getScore()  ;
53
+        uasort($commands, function(Command $a, Command $b) {
54
+            if ($a->getScore() > -1) {
55
+                return$b->getScore() <=> $a->getScore();
56 56
             }
57 57
             return $a->getFullyQualifiedIdentifier() <=> $b->getFullyQualifiedIdentifier();
58 58
         });
Please login to merge, or discard this patch.