Skip to content
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

Merged
merged 11 commits into from
Nov 12, 2024
Merged

chore: [5.x] remove deprecations #2388

merged 11 commits into from
Nov 12, 2024

Conversation

DjordyKoert
Copy link
Collaborator

@DjordyKoert DjordyKoert commented Nov 8, 2024

Description

Removes all deprecations from 4.x

What type of PR is this? (check all applicable)

  • Bug Fix
  • Feature
  • 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)

@DjordyKoert DjordyKoert marked this pull request as draft November 8, 2024 15:34
Copy link

codecov bot commented Nov 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.49%. Comparing base (ba50187) to head (7acd32c).
Report is 1 commits behind head on 5.x.

✅ 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.
📢 Have feedback on the report? Share it here.

@DjordyKoert DjordyKoert marked this pull request as ready for review November 12, 2024 14:37
*/
public function supports(array $types): bool;
public function supports(array $types, array $context = []): bool;
Copy link
Collaborator Author

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

@DjordyKoert DjordyKoert merged commit abd21f3 into 5.x Nov 12, 2024
18 checks passed
@DjordyKoert DjordyKoert deleted the 5.x-remove-deprecations branch November 12, 2024 15:11
DjordyKoert added a commit that referenced this pull request Nov 12, 2024
## 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`)
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