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 4401424 commit e8cc04dCopy full SHA for e8cc04d
webapp/src/DataTransferObject/Shadowing/ContestEvent.php
@@ -12,7 +12,7 @@ public function __construct(
12
public readonly int $penaltyTime,
13
public readonly ?string $formalName,
14
public readonly ?string $startTime,
15
- public readonly ?int $countdownPauseTime,
+ public readonly ?string $countdownPauseTime,
16
public readonly ?string $scoreboardFreezeDuration,
17
public readonly ?string $scoreboardThawTime,
18
) {}
0 commit comments