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 58c9808 commit df50d2aCopy full SHA for df50d2a
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