We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58edd5a commit dbaa93dCopy full SHA for dbaa93d
src/Analyser/Fiber/FiberScope.php
@@ -123,14 +123,6 @@ public function filterByFalseyValue(Expr $expr): self
123
124
private function preprocessScope(MutatingScope $scope): Scope
125
{
126
- if ($scope->getAnonymousFunctionReflection() !== $this->getAnonymousFunctionReflection()) {
127
- return $this->toMutatingScope();
128
- }
129
-
130
- if ($scope->getFunction() !== $this->getFunction()) {
131
132
133
134
if ($this->nativeTypesPromoted) {
135
$scope = $scope->doNotTreatPhpDocTypesAsCertain();
136
}
0 commit comments