Skip to content

Commit 26da905

Browse files
committed
Update MutatingScope.php
1 parent c75a8b8 commit 26da905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Analyser/MutatingScope.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2945,6 +2945,8 @@ public function pushInFunctionCall($reflection, ?ParameterReflection $parameter)
29452945
$this->parentScope,
29462946
$this->nativeTypesPromoted,
29472947
);
2948+
$functionScope->resolvedTypes = $this->resolvedTypes;
2949+
return $functionScope;
29482950
}
29492951

29502952
public function popInFunctionCall(): self

0 commit comments

Comments
 (0)