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
Fix method_exists($this) false positives in traits and PHP 7.4 lint
Add early return for method_exists() with $this-dependent expressions
in trait context, and add // lint >= 8.0 comment to bug-13023 test
file for nullsafe operator compatibility.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments