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
Constants in traits are PHP 8.2, and this package supports 8.1, so the
directive names move from the trait that uses them to a class of their
own. CI caught it; my local PHP is 8.4 and the lowest I can install here
is 8.2, so nothing on this machine would have.
Neither PHPStan with phpVersion 80100 nor php-parser's version-aware
parser flags the construct, so there is no local guard to add — the 8.1
job in CI is the check. A scan for the other 8.2-8.4 additions found
nothing else.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01AjUMv5rFTVJMr6F1J7bx7x
0 commit comments