Skip to content

Commit cae2a08

Browse files
Fix
1 parent b094f4e commit cae2a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5237,11 +5237,11 @@ public static function dataFunctions(): array
52375237
'$versionCompare6',
52385238
],
52395239
[
5240-
'bool',
5240+
PHP_VERSION_ID < 80000 ? '(bool|null)' : 'bool',
52415241
'$versionCompare7',
52425242
],
52435243
[
5244-
'bool',
5244+
PHP_VERSION_ID < 80000 ? '(bool|null)' : 'bool',
52455245
'$versionCompare8',
52465246
],
52475247
[

0 commit comments

Comments
 (0)