Skip to content

Commit cabf11d

Browse files
committed
rebase
1 parent c540180 commit cabf11d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Analyser/MutatingScope.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3773,7 +3773,7 @@ private function enterAnonymousFunctionWithoutReflection(
37733773
continue;
37743774
}
37753775

3776-
if (!$this->isReadonlyPropertyFetchOnThis($expr)) {
3776+
if (!$this->isReadonlyPropertyFetch($expr, true)) {
37773777
continue;
37783778
}
37793779

0 commit comments

Comments
 (0)