Problem/Motivation
FILE: ...d10contrib/web/modules/contrib/status_messages/src/Form/StatusMessages.php
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
12 | WARNING | The class short comment should describe what the class does and
| | not simply repeat the class name
--------------------------------------------------------------------------------
Time: 55ms; Memory: 10MBSteps to reproduce
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml "module_path"
Proposed resolution
Resolve the PHPCS issues.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3401731-2.patch | 405 bytes | shyam_bhatt |
Comments
Comment #2
shyam_bhattHere I am adding a solution patch to fix the above issue.
After applying the patch, run the below code:
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml "module_path"It will resolve all the issues from phpcs.
Comment #4
neslee canil pinto