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 0295dee commit 47b7786Copy full SHA for 47b7786
webapp/src/Entity/Contest.php
@@ -1282,7 +1282,7 @@ public function validate(ExecutionContextInterface $context): void
1282
$tmpValue = $this->{'get' . $timeString . 'timeString'}();
1283
if ($tmpValue === null) continue;
1284
try {
1285
- $this->checkValidTimeString($tmpValue));
+ $this->checkValidTimeString($tmpValue);
1286
} catch (Exception $e) {
1287
$context
1288
->buildViolation("Can't parse this time: " . $e->message)
0 commit comments