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.

Command icon 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

phenaproxima created an issue. See original summary.

phenaproxima’s picture

Issue summary: View changes
phenaproxima’s picture

Assigned: Unassigned » tedbow
Status: Active » Needs review

tedbow made their first commit to this issue’s fork.

tedbow’s picture

Status: Needs review » Fixed

🎉So great to get rid of those!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.