Skip to content

Commit

Permalink
minor #6364 [reference] [constraints] added missing colon character f…
Browse files Browse the repository at this point in the history
…or 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.
  • Loading branch information
xabbuh committed Mar 13, 2016
2 parents 72b47e1 + 0588a82 commit fe11cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/constraints/Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ that it is between a certain size, add the following:
.. code-block:: yaml
# src/AppBundle/Resources/config/validation.yml
AppBundle\Entity\Author
AppBundle\Entity\Author:
properties:
headshot:
- Image:
Expand Down

0 comments on commit fe11cd8

Please sign in to comment.