8000 Describe actual traversal behaviour · symfony/symfony-docs@8ed269f · GitHub
[go: up one dir, main page]

Skip to content

Commit 8ed269f

Browse files
committed
Describe actual traversal behaviour
1 parent 7bd5608 commit 8ed269f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reference/constraints/Valid.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,8 @@ traverse
261261

262262
**type**: ``boolean`` **default**: ``true``
263263

264-
If this constraint is applied to a property that holds an array of objects,
265-
then each object in that array will be validated only if this option is
266-
set to ``true``.
264+
If this constraint is applied to a ``Traversable``, then all containing values
265+
will be validated if this option is set to ``true``. This option is ignored on
266+
arrays: Arrays are traversed in either case. Keys are not validated.
267267

268268
.. include:: /reference/constraints/_payload-option.rst.inc

0 commit comments

Comments
 (0)
0