Skip to content

Commit 1877269

Browse files
committed
chore: update Kint to 5.0.6
1 parent 2834ef9 commit 1877269

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

system/ThirdParty/Kint/Utils.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ public static function composerGetExtras(string $key = 'kint'): array
150150
*/
151151
public static function composerSkipFlags(): void
152152
{
153+
if (\defined('KINT_SKIP_FACADE') && \defined('KINT_SKIP_HELPERS')) {
154+
return;
155+
}
156+
153157
$extras = self::composerGetExtras();
154158

155159
if (!empty($extras['disable-facade']) && !\defined('KINT_SKIP_FACADE')) {

0 commit comments

Comments
 (0)