@@ -63,7 +63,7 @@ |
||
| 63 | 63 | |
| 64 | 64 | /** @var $result Team[] */ |
| 65 | 65 | $result = array_values($this->teams); |
| 66 | - usort($result, function ($team1, $team2) { |
|
| 66 | + usort($result, function($team1, $team2) { |
|
| 67 | 67 | return !$this->isBetter($team1, $team2); |
| 68 | 68 | }); |
| 69 | 69 | |