Skip to content

Commit 9ede808

Browse files
committed
Update MutatingScope.php
1 parent e18ae09 commit 9ede808

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
@@ -3233,7 +3233,7 @@ public function filterBySpecifiedTypes(SpecifiedTypes $specifiedTypes): self
32333233
$conditionalExpression->getTypeHolder()->getCertainty()->yes()
32343234
&& $specifiedHolder->getCertainty()->yes()
32353235
&& $conditionalTypeHolder->getCertainty()->yes()
3236-
&& ($guardType->isArray()->no())
3236+
&& $guardType->isArray()->no()
32373237
&& $guardType->isSuperTypeOf($specifiedType)->yes()
32383238
) {
32393239
$subtypeMatch = true;

0 commit comments

Comments
 (0)