Skip to content

Commit 68e2495

Browse files
Update
1 parent c4d44e7 commit 68e2495

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Rules/Functions/CallToFunctionStatementWithoutSideEffectsRule.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ final class CallToFunctionStatementWithoutSideEffectsRule implements Rule
3030
];
3131

3232
public const PHPSTAN_TESTING_FUNCTIONS = [
33+
'PHPStan\\dumpNativeType',
3334
'PHPStan\\dumpType',
3435
'PHPStan\\dumpPhpDocType',
3536
'PHPStan\\debugScope',

0 commit comments

Comments
 (0)