Skip to content

Commit d7267d0

Browse files
jaugustinweaverryan
authored andcommitted
typo yaml error message should have quote
1 parent 1ac3aba commit d7267d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/MinLength.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Basic Usage
2626
Acme\BlogBundle\Entity\Blog:
2727
properties:
2828
firstName:
29-
- MinLength: { limit: 3, message: Your name must have at least {{ limit}} characters. }
29+
- MinLength: { limit: 3, message: "Your name must have at least {{ limit}} characters." }
3030
3131
.. code-block:: php-annotations
3232

0 commit comments

Comments
 (0)