You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
Running phpsa on phpsa:
It's not possible to fetch property on not object in ./src/Analyzer/Pass/Statement/UnexpectedUseOfThis.php on 89
What's happening: We have an array of objects and loop through it with foreach. On each object we fetch a property. So it actually is an object.
Same here:
./src/Compiler/Expression/BinaryOp/Equal.php on 29
Here it's the $context variable that got injected via the method signature.
The text was updated successfully, but these errors were encountered: