Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions reference/configuration/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Configuration
-------------

* `max_items`_
* `min_depth`_
* `max_string_length`_
* `dump_destination`_

Expand All @@ -30,6 +31,19 @@ max_items
This is the maximum number of items to dump. Setting this option to ``-1``
disables the limit.

min_depth
~~~~~~~~~

**type**: ``integer`` **default**: ``1``

Configures the minimum tree depth where we are guaranteed to clone
all the items. After this depth is reached, only ``max_items``
items will be cloned. The default value is ``1``, which is consistent
with older Symfony versions.

.. versionadded:: 3.4
The ``min_depth`` option was introduced in Symfony 3.4.

max_string_length
~~~~~~~~~~~~~~~~~

Expand Down