Skip to content

Commit e83d16f

Browse files
author
Ben Glassman
committed
Added configuration-block:: annotation to example section.
1 parent b659e24 commit e83d16f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/constraints/Collection.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ For example, if you want to require that the ``personal_email`` field of the
179179
``profileData`` array is not blank and is a valid email but the ``alternate_email``
180180
field is optional but must be a valid email if supplied, you can do the following:
181181

182+
.. configuration-block::
183+
182184
.. code-block:: php-annotations
183185
184186
// src/Acme/BlogBundle/Entity/Author.php

0 commit comments

Comments
 (0)