We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac7d0be commit 4bd8a61Copy full SHA for 4bd8a61
webapp/src/Utils/Scoreboard/TeamScore.php
@@ -12,7 +12,7 @@ class TeamScore
12
public int $rank = 0;
13
public int $totalTime;
14
public int $totalRuntime = 0;
15
- public ?string $score = "0";
+ public string|float|null $score = "0";
16
17
public function __construct(public Team $team, public ?RankCache $rankCache, bool $restricted)
18
{
0 commit comments