Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 29, 2021
1 parent 7b2b26f commit 047262c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/index.rst
Expand Up @@ -59,7 +59,7 @@ Configuration
* ``DebugKit.ignoreAuthorization`` - Set to true to ignore Cake Authorization plugin for DebugKit requests. Disabled by default.

* ``DebugKit.variablesPanelMaxDepth`` - Defines how many levels of nested data should be shown in the variables tab. Default is 5.
WARNING: Increasing the max depth level can lead to an out of memory error.
WARNING: Increasing the max depth level can lead to an out of memory error.::

// Show more levels
Configure::write('DebugKit.variablesPanelMaxDepth', 8);
Expand Down

0 comments on commit 047262c

Please sign in to comment.