We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b094f4e commit cae2a08Copy full SHA for cae2a08
tests/PHPStan/Analyser/LegacyNodeScopeResolverTest.php
@@ -5237,11 +5237,11 @@ public static function dataFunctions(): array
5237
'$versionCompare6',
5238
],
5239
[
5240
- 'bool',
+ PHP_VERSION_ID < 80000 ? '(bool|null)' : 'bool',
5241
'$versionCompare7',
5242
5243
5244
5245
'$versionCompare8',
5246
5247
0 commit comments