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
Most noticeble one being local_moodlecheck v1.0.7 that
comes with PHP8 specific fixes.
Also updated nikic/php-parser to newer version, able
to run with any >= 7.0 PHP version (8.0 included) and
parse every PHP version (5.x to 8.0).
Changes to the php-parser required some changes in code:
- Look for assignments inside extra Expression element.
- Add 3 psalm cases to baseline, about some casts (the
objects have the _toString() method, but psalm isn't
aware).
(details @ https://github.com/nikic/PHP-Parser/blob/master/UPGRADE-4.0.md)
Finally, so changes because of phpmd bump were also required.
0 commit comments