We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3425d9d commit 58c418bCopy full SHA for 58c418b
1 file changed
src/Analyser/MutatingScope.php
@@ -3887,6 +3887,9 @@ public function isInFirstLevelStatement(): bool
3887
return $this->inFirstLevelStatement;
3888
}
3889
3890
+ /**
3891
+ * @no-named-arguments
3892
+ */
3893
public function mergeWith(?self ...$otherScopes): self
3894
{
3895
$otherScopes = array_filter($otherScopes, fn ($scope) => $scope !== null && $scope !== $this);
0 commit comments