Skip to content

Commit

Permalink
Merge pull request #6583 from kenjis/update-kint-422
Browse files Browse the repository at this point in the history
chore: update ThirdParty Kint to 4.2.2
  • Loading branch information
kenjis authored Sep 24, 2022
2 parents 4cb99e0 + 573211f commit 47ed563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/ThirdParty/Kint/Kint.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 47ed563

Please sign in to comment.