File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3228,12 +3228,14 @@ public function filterBySpecifiedTypes(SpecifiedTypes $specifiedTypes): self
32283228 $ allSuperType = false ;
32293229 break ;
32303230 }
3231- if (!$ specifiedExpressions [$ holderExprString ]->equals ($ conditionalTypeHolder )) {
3232- $ allExact = false ;
3233- if (!$ conditionalTypeHolder ->isSuperTypeOf ($ specifiedExpressions [$ holderExprString ])->yes ()) {
3234- $ allSuperType = false ;
3235- break ;
3236- }
3231+ if ($ specifiedExpressions [$ holderExprString ]->equals ($ conditionalTypeHolder )) {
3232+ continue ;
3233+ }
3234+
3235+ $ allExact = false ;
3236+ if (!$ conditionalTypeHolder ->isSuperTypeOf ($ specifiedExpressions [$ holderExprString ])->yes ()) {
3237+ $ allSuperType = false ;
3238+ break ;
32373239 }
32383240 }
32393241 if ($ allExact ) {
You can’t perform that action at this time.
0 commit comments