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
19
19
-------------
20
20
21
21
* `max_items `_
22
+ * `min_depth `_
22
23
* `max_string_length `_
23
24
* `dump_destination `_
24
25
@@ -30,6 +31,19 @@ max_items
30
31
This is the maximum number of items to dump. Setting this option to ``-1 ``
31
32
disables the limit.
32
33
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
+
33
47
max_string_length
34
48
~~~~~~~~~~~~~~~~~
35
49
You can’t perform that action at this time.
0 commit comments