Skip to content

Commit 43abe4b

Browse files
committed
disable fix to verify regression test works
1 parent b7c6318 commit 43abe4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/MutatingScope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6244,7 +6244,7 @@ public function getPhpVersion(): PhpVersions
62446244
&& $constType->getMin() === ConstantResolver::PHP_MIN_ANALYZABLE_VERSION_ID
62456245
&& ($constType->getMax() === null || $constType->getMax() === PhpVersionFactory::MAX_PHP_VERSION)
62466246
) {
6247-
$isOverallPhpVersionRange = true;
6247+
//$isOverallPhpVersionRange = true;
62486248
}
62496249

62506250
if ($constType !== null && !$isOverallPhpVersionRange) {

0 commit comments

Comments
 (0)