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 7c0f515 commit 0295deeCopy full SHA for 0295dee
webapp/src/Entity/Contest.php
@@ -1285,7 +1285,7 @@ public function validate(ExecutionContextInterface $context): void
1285
$this->checkValidTimeString($tmpValue));
1286
} catch (Exception $e) {
1287
$context
1288
- ->buildViolation("Can't parse this time," . $e->message)
+ ->buildViolation("Can't parse this time: " . $e->message)
1289
->atPath(strtolower($timeString) . "timeString")
1290
->addViolation();
1291
}
0 commit comments