Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Problem/Motivation
Core's coding standards no longer require long-winded doc comments on class constructors that merely list parameters. We should remove these, just to lessen the number of lines in our code base and make our code easier to read.
We don't need to remove the docs for every single constructor; just the ones that have no additional information that you can't glean from the type hints.
Issue fork automatic_updates-3473410
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
phenaproximaComment #4
phenaproximaComment #7
tedbow🎉So great to get rid of those!