Skip to content

Commit 5272b69

Browse files
committed
fix
1 parent baa2589 commit 5272b69

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Analyser/TypeSpecifier.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,6 @@ public function specifyTypesInCondition(
667667
if ($context->true()) {
668668
if (
669669
$scope->getType($expr->left)->isFalse()->yes()
670-
|| $scope->getType($expr->right)->isTrue()->yes()
671670
) {
672671
$types = $rightTypes->normalize($rightScope);
673672
} elseif (

0 commit comments

Comments
 (0)