We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3878fec commit 573211fCopy full SHA for 573211f
1 file changed
system/ThirdParty/Kint/Kint.php
@@ -588,7 +588,7 @@ public static function dump(...$args)
588
isset($call_info['params']) ? $call_info['params'] : [],
589
\count($args)
590
);
591
- $output = $kintstance->dumpAll($args, $bases);
+ $output = $kintstance->dumpAll(\array_values($args), $bases);
592
593
if (static::$return || \in_array('@', $call_info['modifiers'], true)) {
594
return $output;
0 commit comments