8000 minor #6364 [reference] [constraints] added missing colon character f… · symfony/symfony-docs@fe11cd8 · GitHub
[go: up one dir, main page]

Skip to content

Commit fe11cd8

Browse files
committed
minor #6364 [reference] [constraints] 8000 added missing colon character for Image constraint documentation in YAML format. (hhamon)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #6364). Discussion ---------- [reference] [constraints] added missing colon character for Image constraint documentation in YAML format. | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | ~ Commits ------- 0588a82 [reference] [constraints] added missing colon character for Image constraint documentation in YAML format.
2 parents 72b47e1 + 0588a82 commit fe11cd8

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