Skip to content

Commit 42e11a6

Browse files
committed
Revert "disable fix to verify regression test works"
This reverts commit 43abe4b.
1 parent b333970 commit 42e11a6

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)