Skip to content

Commit d44f4df

Browse files
committed
Fix after merge
1 parent e819f58 commit d44f4df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Analyser/TypeSpecifier.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,8 +340,7 @@ public function specifyTypesInCondition(
340340
$scope,
341341
new Expr\BinaryOp\NotIdentical($expr->right, new ConstFetch(new Name('false'))),
342342
$context,
343-
$rootExpr,
344-
);
343+
)->setRootExpr($expr);
345344
}
346345

347346
if (

0 commit comments

Comments
 (0)