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 e81837d commit 9dbbb93Copy full SHA for 9dbbb93
webapp/src/Entity/ContestProblem.php
@@ -261,7 +261,7 @@ public function validate(ExecutionContextInterface $context): void
261
{
262
if ($this->getColor() && Utils::convertToHex($this->getColor()) === null) {
263
$context
264
- ->buildViolation('This is not a valid color')
+ ->buildViolation('This is not a valid color.')
265
->atPath('color')
266
->addViolation();
267
}
0 commit comments