Skip to content

Commit 47ed563

Browse files
authored
Merge pull request #6583 from kenjis/update-kint-422
chore: update ThirdParty Kint to 4.2.2
2 parents 4cb99e0 + 573211f commit 47ed563

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/ThirdParty/Kint/Kint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ public static function dump(...$args)
588588
isset($call_info['params']) ? $call_info['params'] : [],
589589
\count($args)
590590
);
591-
$output = $kintstance->dumpAll($args, $bases);
591+
$output = $kintstance->dumpAll(\array_values($args), $bases);
592592

593593
if (static::$return || \in_array('@', $call_info['modifiers'], true)) {
594594
return $output;

0 commit comments

Comments
 (0)