From 52627b27fddbea4beee6c5b1d4fe8bbdd9bb5eeb Mon Sep 17 00:00:00 2001 From: kenjis Date: Sun, 21 Jan 2024 14:20:20 +0900 Subject: [PATCH] style: composer cs-fix --- app/Config/Kint.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Config/Kint.php b/app/Config/Kint.php index 4a7ea01..2b7d481 100644 --- a/app/Config/Kint.php +++ b/app/Config/Kint.php @@ -27,6 +27,7 @@ class Kint extends BaseConfig * @var list|ConstructablePluginInterface>|null */ public $plugins; + public int $maxDepth = 6; public bool $displayCalledFrom = true; public bool $expanded = false;