-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust pretty name of closures on PHP 8.4 #96
base: master
Are you sure you want to change the base?
Conversation
related to php/php-src#13550 see analog symfony change: symfony/symfony#54614
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #96 +/- ##
=============================================
- Coverage 100.00% 96.17% -3.83%
Complexity 89 89
=============================================
Files 3 3
Lines 211 209 -2
=============================================
- Hits 211 201 -10
- Misses 0 8 +8 ☔ View full report in Codecov by Sentry. |
Need to add a test with PHP 8.4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need test with PHP 8.4
related to php/php-src#13550
see analog symfony change: symfony/symfony#54614