Skip to content

Commit df3ed28

Browse files
committed
more readable
1 parent f9e6e1f commit df3ed28

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
@@ -3221,7 +3221,7 @@ public function filterBySpecifiedTypes(SpecifiedTypes $specifiedTypes): self
32213221
foreach ($conditionalExpression->getConditionExpressionTypeHolders() as $holderExprString => $conditionalTypeHolder) {
32223222
if (
32233223
!array_key_exists($holderExprString, $specifiedExpressions)
3224-
|| !$specifiedExpressions[$holderExprString]->equals($conditionalTypeHolder)
3224+
|| !$conditionalTypeHolder->equals($specifiedExpressions[$holderExprString])
32253225
) {
32263226
continue 2;
32273227
}

0 commit comments

Comments
 (0)