Skip to content

Commit

Permalink
Fix incorrect callback validation example
Browse files Browse the repository at this point in the history
  • Loading branch information
mvar committed Oct 7, 2016
1 parent 79b59a0 commit 9674500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/constraints/Callback.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Configuration
# src/AppBundle/Resources/config/validation.yml
AppBundle\Entity\Author:
constraints:
- Callback: [validate]
- Callback: validate
.. code-block:: xml
Expand Down

0 comments on commit 9674500

Please sign in to comment.