Skip to content

Commit 4bd8a61

Browse files
committed
Fix test
1 parent ac7d0be commit 4bd8a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Utils/Scoreboard/TeamScore.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class TeamScore
1212
public int $rank = 0;
1313
public int $totalTime;
1414
public int $totalRuntime = 0;
15-
public ?string $score = "0";
15+
public string|float|null $score = "0";
1616

1717
public function __construct(public Team $team, public ?RankCache $rankCache, bool $restricted)
1818
{

0 commit comments

Comments
 (0)