Problem/Motivation
Let's tidy up constructor comments based on #2140961: Allow constructor methods to omit docblocks.
Issue fork jsonrpc-3472010
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
ptmkenny commentedComment #4
ptmkenny commentedI misunderstood the coding standard. I thought the first line could be omitted, but actually either the whole block has to be omitted or the first line needs to be included. So instead I will make the first lines consistent across constructors.
Comment #5
ptmkenny commentedComment #6
ptmkenny commentedComment #8
ptmkenny commented