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 812c881 commit 094f9c6Copy full SHA for 094f9c6
webapp/src/Entity/Contest.php
@@ -1275,7 +1275,7 @@ public function validate(ExecutionContextInterface $context): void
1275
$this->updateTimes();
1276
if (Utils::difftime((float)$this->getEndtime(), (float)$this->getStarttime(true)) <= 0) {
1277
$context
1278
- ->buildViolation('Contest ends before it even starts')
+ ->buildViolation('Contest ends before it even starts.')
1279
->atPath('endtimeString')
1280
->addViolation();
1281
}
0 commit comments