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 a130c21 commit 8daa8f6Copy full SHA for 8daa8f6
1 file changed
app/Config/Kint.php
@@ -27,6 +27,7 @@ class Kint extends BaseConfig
27
* @var list<class-string<ConstructablePluginInterface>|ConstructablePluginInterface>|null
28
*/
29
public $plugins;
30
+
31
public int $maxDepth = 6;
32
public bool $displayCalledFrom = true;
33
public bool $expanded = false;
0 commit comments