Skip to content

Commit 47b7786

Browse files
vmcjmeisterT
andauthored
Update webapp/src/Entity/Contest.php
Co-authored-by: Tobias Werth <[email protected]>
1 parent 0295dee commit 47b7786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/src/Entity/Contest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1282,7 +1282,7 @@ public function validate(ExecutionContextInterface $context): void
12821282
$tmpValue = $this->{'get' . $timeString . 'timeString'}();
12831283
if ($tmpValue === null) continue;
12841284
try {
1285-
$this->checkValidTimeString($tmpValue));
1285+
$this->checkValidTimeString($tmpValue);
12861286
} catch (Exception $e) {
12871287
$context
12881288
->buildViolation("Can't parse this time: " . $e->message)

0 commit comments

Comments
 (0)