We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3202cf0 commit e8adb4eCopy full SHA for e8adb4e
reference/configuration/debug.rst
@@ -36,10 +36,10 @@ min_depth
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.
+Configures the minimum tree depth until which all items are guaranteed to
+be cloned. After this depth is reached, only ``max_items`` items will be
+cloned. The default value is ``1``, which is consistentcwith older Symfony
+versions.
43
44
.. versionadded:: 3.4
45
The ``min_depth`` option was introduced in Symfony 3.4.
0 commit comments