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 baa2589 commit 5272b69Copy full SHA for 5272b69
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