diff --git a/build/kint.phar b/build/kint.phar index 073a3e18c..19f30b403 100644 Binary files a/build/kint.phar and b/build/kint.phar differ diff --git a/src/Renderer/TextRenderer.php b/src/Renderer/TextRenderer.php index e0d4aa0fd..2538e4da0 100644 --- a/src/Renderer/TextRenderer.php +++ b/src/Renderer/TextRenderer.php @@ -307,7 +307,7 @@ public function filterParserPlugins(array $plugins): array { $return = []; - foreach ($plugins as $index => $plugin) { + foreach ($plugins as $plugin) { foreach (self::$parser_plugin_whitelist as $whitelist) { if ($plugin instanceof $whitelist) { $return[] = $plugin;