@@ -59,7 +59,7 @@ |
||
| 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 | } |