Skip to content

Commit 29be4f9

Browse files
manseukweaverryan
authored andcommitted
Added missing colon to yaml config
Missing : on the end of the first entry in the yaml config
1 parent bdd4d31 commit 29be4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/File.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ below a certain file size and a valid PDF, add the following:
7171
.. code-block:: yaml
7272
7373
# src/Acme/BlogBundle/Resources/config/validation.yml
74-
Acme\BlogBundle\Entity\Author
74+
Acme\BlogBundle\Entity\Author:
7575
properties:
7676
bioFile:
7777
- File:

0 commit comments

Comments
 (0)