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 2ccabd2 commit f0218fcCopy full SHA for f0218fc
webapp/src/DataTransferObject/Shadowing/ProblemEvent.php
@@ -7,7 +7,7 @@ class ProblemEvent implements EventData
7
public function __construct(
8
public readonly string $id,
9
public readonly string $name,
10
- public readonly int $timeLimit,
+ public readonly float $timeLimit,
11
public readonly ?string $label,
12
public readonly ?string $rgb,
13
) {}
0 commit comments