Skip to content

Commit 12879e4

Browse files
committed
Fix build
1 parent acc22e6 commit 12879e4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Analyser/TypeSpecifier.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -832,10 +832,8 @@ public function specifyTypesInCondition(
832832
$var->dim,
833833
$narrowedKey,
834834
$context,
835-
false,
836835
$scope,
837-
$rootExpr,
838-
),
836+
)->setRootExpr($expr),
839837
);
840838
}
841839
}

0 commit comments

Comments
 (0)