@@ -9,7 +9,6 @@ an object and all sub-objects associated with it.
9
9
| Applies to| :ref: `property or method <validation-property-target >`|
10
10
+----------------+---------------------------------------------------------------------+
11
11
| Options| - `traverse `_|
12
- | | - `deep `_ (deprecated as of 2.5)|
13
12
| | - `payload `_|
14
13
+----------------+---------------------------------------------------------------------+
15
14
| 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,
268
267
then each object in that array will be validated only if this option is
269
268
set to ``true ``.
270
269
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
-
286
270
..include ::/reference/constraints/_payload-option.rst.inc