Skip to content

Commit 58c418b

Browse files
committed
Fix
1 parent 3425d9d commit 58c418b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/Analyser/MutatingScope.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3887,6 +3887,9 @@ public function isInFirstLevelStatement(): bool
38873887
return $this->inFirstLevelStatement;
38883888
}
38893889

3890+
/**
3891+
* @no-named-arguments
3892+
*/
38903893
public function mergeWith(?self ...$otherScopes): self
38913894
{
38923895
$otherScopes = array_filter($otherScopes, fn ($scope) => $scope !== null && $scope !== $this);

0 commit comments

Comments
 (0)