Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /