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 b7c6318 commit 43abe4bCopy full SHA for 43abe4b
src/Analyser/MutatingScope.php
@@ -6244,7 +6244,7 @@ public function getPhpVersion(): PhpVersions
6244
&& $constType->getMin() === ConstantResolver::PHP_MIN_ANALYZABLE_VERSION_ID
6245
&& ($constType->getMax() === null || $constType->getMax() === PhpVersionFactory::MAX_PHP_VERSION)
6246
) {
6247
- $isOverallPhpVersionRange = true;
+ //$isOverallPhpVersionRange = true;
6248
}
6249
6250
if ($constType !== null && !$isOverallPhpVersionRange) {
0 commit comments