Skip to content

Commit 05cdc29

Browse files
authored
Merge pull request #7589 from kenjis/update-kint-506
chore: update Kint to 5.0.6
2 parents 6b0531b + 1877269 commit 05cdc29

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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)