We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c146744 commit e3d42a9Copy full SHA for e3d42a9
src/Symfony/Component/Validator/Constraints/Unique.php
@@ -27,5 +27,5 @@ class Unique extends Constraint
27
self::IS_NOT_UNIQUE => 'IS_NOT_UNIQUE',
28
];
29
30
- public $message = 'This collection should contain only unique elements';
+ public $message = 'This collection should contain only unique elements.';
31
}
0 commit comments