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 3cd62a7 commit b0a816cCopy full SHA for b0a816c
src/Analyser/TypeSpecifier.php
@@ -667,7 +667,6 @@ public function specifyTypesInCondition(
667
if ($context->true()) {
668
if (
669
$scope->getType($expr->left)->isFalse()->yes()
670
- || $scope->getType($expr->right)->isTrue()->yes()
671
) {
672
$types = $rightTypes->normalize($rightScope);
673
} elseif (
0 commit comments