Skip to content

Commit e3d42a9

Browse files
committed
fixed missing dot for error message
1 parent c146744 commit e3d42a9

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Component/Validator/Constraints

1 file changed

+1
-1
lines changed

src/Symfony/Component/Validator/Constraints/Unique.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ class Unique extends Constraint
2727
self::IS_NOT_UNIQUE => 'IS_NOT_UNIQUE',
2828
];
2929

30-
public $message = 'This collection should contain only unique elements';
30+
public $message = 'This collection should contain only unique elements.';
3131
}

0 commit comments

Comments
 (0)