Problem/Motivation
The short description given for AccountForm::__construct() is Constructs a new EntityForm object.
While the AccountForm class implements an entity form, and one of its parent classes is effectively the EntityForm class, that short description is not correct.
Proposed resolution
Change that short description to Constructs a new \Drupal\user\AccountForm object.
Issue fork drupal-3566568
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:
- 3566568-correct-the-short-description
changes, plain diff MR !14269
Comments
Comment #2
avpadernoComment #4
avpadernoComment #5
longwaveComment #6
avpadernoI apologize: I followed what the Drupal coding standards say.
Comment #7
avpadernoComment #8
longwaveThat isn't entirely clear but I think that's only if you are already fully-qualifying the name, ie. we should say
\Drupal\user\AccountForminstead ofDrupal\user\AccountForm, but not that we always have to fully qualify class names.Looks good to me now.
Comment #14
larowlanCommitted to main and backported to 11.x and 11.3.x
Thanks folks, webchick once granted me this, so I feel its time to pass it on 😉
💙 every bit counts