Skip to content

Commit 679d274

Browse files
committed
Dont set root expression
1 parent b73b7a3 commit 679d274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/TypeSpecifier.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public function specifyTypesInCondition(
307307
$argType->getIterableValueType(),
308308
TypeSpecifierContext::createTrue(),
309309
$scope,
310-
)->setRootExpr($expr)
310+
)
311311
);
312312
}
313313

0 commit comments

Comments
 (0)