-
-
Notifications
You must be signed in to change notification settings - Fork 836
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
chore: [5.x] remove deprecations #2388
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## 5.x #2388 +/- ##
==========================================
+ Coverage 89.48% 95.49% +6.01%
==========================================
Files 74 71 -3
Lines 2825 2577 -248
==========================================
- Hits 2528 2461 -67
+ Misses 297 116 -181 ☔ View full report in Codecov by Sentry. |
*/ | ||
public function supports(array $types): bool; | ||
public function supports(array $types, array $context = []): bool; |
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.
TODO: This needs to be added as an optional parameter on 4.x
as well
## Description #2388 (comment) ## What type of PR is this? (check all applicable) - [ ] Bug Fix - [ ] Feature - [x] Refactor - [ ] Deprecation - [ ] Breaking Change - [ ] Documentation Update - [ ] CI ## Checklist - [ ] I have made corresponding changes to the documentation (`docs/`) - [ ] I have made corresponding changes to the changelog (`CHANGELOG.md`)
Description
Removes all deprecations from
4.x
What type of PR is this? (check all applicable)
Checklist
docs/
)CHANGELOG.md
)