Problem/Motivation
__construct docblock currently mostly list the injected services and contain mostly boilerplate.
Proposed resolution
Drupal coding standards allow the __construct docblock to be omitted, see https://www.drupal.org/project/coder/issues/3400560
Let's consider the __construct docblock for removal
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
Issue fork domain-3555769
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 suggests the __construct docblocks for removal
Comment #6
mably commented