Problem/Motivation
The constructor of the recently introduced update MailHandler class accepts a $time argument. But that isn't used anywhere in the class. Remove it.
Steps to reproduce
Proposed resolution
Remove it. Best would be before 11.4 is released.
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3606709
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:
- 3606709-remove-superflous-time
changes, plain diff MR !16157
Comments
Comment #2
znerol commentedComment #3
znerol commentedNote, this isn't touching any released code. If it gets committed before 11.4, then there is no need to deprecate the removed constructor argument.
Comment #5
nicxvan commentedLooks good, I don't see it being used and it's new to 11.4.
Comment #10
godotislateCommitted and pushed dfeb89a to main, b325111 to 11.x, and 07dd1f8 to 11.4.x. Thanks!