Skip to content

Commit f0218fc

Browse files
Dup4vmcj
authored andcommitted
fix: time_limit type in ProblemEvent Object
Signed-off-by: Dup4 <[email protected]>
1 parent 2ccabd2 commit f0218fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/DataTransferObject/Shadowing/ProblemEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class ProblemEvent implements EventData
77
public function __construct(
88
public readonly string $id,
99
public readonly string $name,
10-
public readonly int $timeLimit,
10+
public readonly float $timeLimit,
1111
public readonly ?string $label,
1212
public readonly ?string $rgb,
1313
) {}

0 commit comments

Comments
 (0)