From 6c2ea440582dc6e87e4457770f395a6de73e43b8 Mon Sep 17 00:00:00 2001 From: Jonathan Vollebregt Date: Thu, 16 Nov 2023 06:24:54 +0100 Subject: [PATCH] Add back missing alias for dumpAll This has been broken since 1a4034cac7 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. --- build/kint.phar | Bin 444672 -> 444670 bytes src/Kint.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build/kint.phar b/build/kint.phar index 0d0fbba3dd2cc817d61a2bd86c81553daff792d7..a742b30ae2c050a33b7ee3c84362601395c2e175 100644 GIT binary patch delta 141 zcmZpeB>iuq^ag(p0hb5{hK7AQG9bGA-KM*f75K%Q%Q&`|aWG!bWXj2D4=iE?VkRJF z24WTWF#<6Y z5HkZY3lOtz_b*~g5A#^dw(fj`mLCtZ;-PR2%U6TrRzK%#G q+mS!NUQhgSTB<2g^;*x)*PU;^h^T+o)17sFO&tpZ1B1JhuM+^~*En+k diff --git a/src/Kint.php b/src/Kint.php index c8d0ffb27..418c1f3f8 100644 --- a/src/Kint.php +++ b/src/Kint.php @@ -133,7 +133,7 @@ class Kint implements FacadeInterface public static $aliases = [ ['Kint\\Kint', 'dump'], ['Kint\\Kint', 'trace'], - ['Kint\\Kint', 'dumpArray'], + ['Kint\\Kint', 'dumpAll'], ]; /**