Problem/Motivation
The repository contains DeprecationHelper::backwardsCompatibleCall for Drupal version 10.3. These calls can now be removed as the minimum Drupal version is now 10.5
Steps to reproduce
See for example https://git.drupalcode.org/project/diff/-/blob/2.x/src/Plugin/diff/Field...
Proposed resolution
Remove DeprecationHelper::backwardsCompatibleCall for Drupal versions that are no longer supported
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork diff-3588996
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
idebr commentedThe merge request removes DeprecationHelper::backwardsCompatibleCall for Drupal versions that are no longer supported
Comment #5
acbramley commented