Skip to content

Commit

Permalink
Add back missing alias for dumpAll
Browse files Browse the repository at this point in the history
This has been broken since 1a4034c in 2018 - goes to show you
how many people use this feature.

That said, it's used in kint-twig and I'm not breaking BC to
remove it anyway, but changing the default $aliases shouldn't
break anything that wasn't already broken.
  • Loading branch information
jnvsor committed Nov 16, 2023
1 parent 3be3e46 commit 6c2ea44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/kint.phar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/Kint.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class Kint implements FacadeInterface
public static $aliases = [
['Kint\\Kint', 'dump'],
['Kint\\Kint', 'trace'],
['Kint\\Kint', 'dumpArray'],
['Kint\\Kint', 'dumpAll'],
];

/**
Expand Down

0 comments on commit 6c2ea44

Please sign in to comment.