Skip to content

Commit d1c1106

Browse files
committed
minor #13628 Add missing traverse option in index (l-vo)
This PR was merged into the 3.4 branch. Discussion ---------- Add missing traverse option in index <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 7349e91 Add missing traverse option in index
2 parents 0c56643 + 7349e91 commit d1c1106

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

reference/constraints/Traverse.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ constraint.
1010
| Applies to | :ref:`class <validation-class-target>` |
1111
+----------------+-------------------------------------------------------------------------------------+
1212
| Options | - `payload`_ |
13+
| | - :ref:`traverse <traverse-option>` |
1314
+----------------+-------------------------------------------------------------------------------------+
1415
| Class | :class:`Symfony\\Component\\Validator\\Constraints\\Traverse` |
1516
+----------------+-------------------------------------------------------------------------------------+
@@ -142,6 +143,7 @@ Options
142143

143144
The ``groups`` option is not available for this constraint.
144145

146+
.. _traverse-option:
145147

146148
``traverse``
147149
~~~~~~~~~~~~

0 commit comments

Comments
 (0)