Problem/Motivation
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml,css .
FILE: .../web/modules/custom/pwdgen/src/Commands/PwdGenCommands.php
--------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------
64 | ERROR | [x] The first parameter of a multi-line function declaration must be on the line after
| | the opening bracket
64 | ERROR | [x] Multi-line function declarations must define one parameter per line
67 | ERROR | [x] The closing parenthesis of a multi-line function declaration must be on a new line
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------
Steps to reproduce
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml,css .
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes