8000 [reference] [constraints] added missing colon character for Image con… · symfony/symfony-docs@0588a82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0588a82

Browse files
Hugo Hamonxabbuh
Hugo Hamon
authored andcommitted
[reference] [constraints] added missing colon character for Image constraint documentation in YAML format.
1 parent 72b47e1 commit 0588a82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Image.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ that it is between a certain size, add the following:
8989
.. code-block:: yaml
9090
9191
# src/AppBundle/Resources/config/validation.yml
92-
AppBundle\Entity\Author
92+
AppBundle\Entity\Author:
9393
properties:
9494
headshot:
9595
- Image:

0 commit comments

Comments
 (0)
0