Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite19f7a1

Browse files
committed
[#5957] remove deep parameter documentation
1 parentbf48c59 commite19f7a1

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

‎reference/constraints/Valid.rst

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ an object and all sub-objects associated with it.
99
| Applies to|:ref:`property or method<validation-property-target>`|
1010
+----------------+---------------------------------------------------------------------+
1111
| Options| - `traverse`_|
12-
|| - `deep`_ (deprecated as of 2.5)|
1312
|| - `payload`_|
1413
+----------------+---------------------------------------------------------------------+
1514
| Class|:class:`Symfony\\Component\\Validator\\Constraints\\Valid`|
@@ -268,19 +267,4 @@ If this constraint is applied to a property that holds an array of objects,
268267
then each object in that array will be validated only if this option is
269268
set to ``true``.
270269

271-
deep
272-
~~~~
273-
274-
..caution::
275-
276-
The ``deep`` option was deprecated in Symfony 2.5 and will be removed
277-
in Symfony 3.0. When traversing arrays, nested arrays are always traversed.
278-
When traversing nested objects, their traversal strategy is used.
279-
280-
**type**: ``boolean`` **default**: ``false``
281-
282-
If this constraint is applied to a property that holds an array of objects,
283-
then each object in that array will be validated recursively if this option
284-
is set to ``true``.
285-
286270
..include::/reference/constraints/_payload-option.rst.inc

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp