File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ Configuration
1919-------------
2020
2121* `max_items `_
22+ * `min_depth `_
2223* `max_string_length `_
2324* `dump_destination `_
2425
@@ -30,6 +31,19 @@ max_items
3031This is the maximum number of items to dump. Setting this option to ``-1 ``
3132disables the limit.
3233
34+ min_depth
35+ ~~~~~~~~~
36+
37+ **type **: ``integer `` **default **: ``1 ``
38+
39+ Configures the minimum tree depth where we are guaranteed to clone
40+ all the items. After this depth is reached, only ``max_items ``
41+ items will be cloned. The default value is ``1 ``, which is consistent
42+ with older Symfony versions.
43+
44+ .. versionadded :: 3.4
45+ The ``min_depth `` option was introduced in Symfony 3.4.
46+
3347max_string_length
3448~~~~~~~~~~~~~~~~~
3549
You can’t perform that action at this time.
0 commit comments