From 573211f4ac094dda631b7ea240b07ef6c91770c4 Mon Sep 17 00:00:00 2001 From: kenjis Date: Sat, 24 Sep 2022 21:49:44 +0900 Subject: [PATCH] chore: update ThirdParty Kint to 4.2.2 --- system/ThirdParty/Kint/Kint.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/ThirdParty/Kint/Kint.php b/system/ThirdParty/Kint/Kint.php index 701283c2848d..e70ea17074e8 100644 --- a/system/ThirdParty/Kint/Kint.php +++ b/system/ThirdParty/Kint/Kint.php @@ -588,7 +588,7 @@ public static function dump(...$args) isset($call_info['params']) ? $call_info['params'] : [], \count($args) ); - $output = $kintstance->dumpAll($args, $bases); + $output = $kintstance->dumpAll(\array_values($args), $bases); if (static::$return || \in_array('@', $call_info['modifiers'], true)) { return $output;