Skip to content

Add support for PHP 8.5#217

Merged
lkrms merged 4 commits intomainfrom
php85
Dec 4, 2025
Merged

Add support for PHP 8.5#217
lkrms merged 4 commits intomainfrom
php85

Conversation

@lkrms
Copy link
Owner

@lkrms lkrms commented Dec 4, 2025

No description provided.

@codecov
Copy link

codecov bot commented Dec 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.22%. Comparing base (54eeb65) to head (fbe79a4).
⚠️ Report is 6 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #217      +/-   ##
============================================
+ Coverage     96.16%   96.22%   +0.05%     
  Complexity     2851     2851              
============================================
  Files            68       68              
  Lines          7276     7175     -101     
============================================
- Hits           6997     6904      -93     
+ Misses          279      271       -8     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

lkrms added 3 commits December 4, 2025 17:31
- Adopt upstream fix for `register_argc_argv must be enabled` exception
- Generate PHP 8.5 fixture index
- Always suppress deprecation errors (not just on PHP 7.4)
Presets that remove whitespace before and after `T_CONCAT` may cause
unparseable output errors when the next token is a number, e.g. if
`"foo" . 71` collapses to `"foo".71`. This is now prevented by the
`EssentialSpacing` rule.
@lkrms lkrms merged commit a9859dc into main Dec 4, 2025
29 checks passed
@lkrms lkrms deleted the php85 branch December 4, 2025 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant