Skip to content

Commit e3825b7

Browse files
committed
rebase
1 parent 3bfce41 commit e3825b7

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
@@ -3766,7 +3766,7 @@ private function enterAnonymousFunctionWithoutReflection(
37663766
continue;
37673767
}
37683768

3769-
if (!$this->isReadonlyPropertyFetchOnThis($expr)) {
3769+
if (!$this->isReadonlyPropertyFetch($expr, true)) {
37703770
continue;
37713771
}
37723772

0 commit comments

Comments
 (0)