Skip to content

Commit 756007b

Browse files
committed
more readable
1 parent bdef44b commit 756007b

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
@@ -3236,7 +3236,7 @@ public function filterBySpecifiedTypes(SpecifiedTypes $specifiedTypes): self
32363236
foreach ($conditionalExpression->getConditionExpressionTypeHolders() as $holderExprString => $conditionalTypeHolder) {
32373237
if (
32383238
!array_key_exists($holderExprString, $specifiedExpressions)
3239-
|| !$specifiedExpressions[$holderExprString]->getCertainty()->equals($conditionalTypeHolder->getCertainty())
3239+
|| !$conditionalTypeHolder->getCertainty()->equals($specifiedExpressions[$holderExprString]->getCertainty())
32403240
|| !$conditionalTypeHolder->getType()->isSuperTypeOf($specifiedExpressions[$holderExprString]->getType())->yes()
32413241
) {
32423242
continue 2;

0 commit comments

Comments
 (0)