Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7267d0

Browse filesBrowse files
jaugustinweaverryan
authored andcommitted
typo yaml error message should have quote
1 parent 1ac3aba commit d7267d0
Copy full SHA for d7267d0

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎reference/constraints/MinLength.rst

Copy file name to clipboardExpand all lines: reference/constraints/MinLength.rst
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.