Problem/Motivation
Running php code sniffer shows errors and warnings.
Steps to reproduce
$ phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md .
Proposed resolution
Use phpcbf and manual effort to fix.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3269703-3.patch | 5.05 KB | tmaiochi |
Comments
Comment #2
tmaiochi commentedI'll work on this!
Comment #3
tmaiochi commentedI fixed all messages from PHPCS.
Kindly review it.
Comment #4
Guilherme Rabelo commentedI will review the patch.
Comment #5
Guilherme Rabelo commentedRunning the command below when applying patch #3, i didn't find any error messages.
Moving to RTBC!
Comment #7
papagrande@tmaiochi, @guilherme-rabelo, thank you!