Proposed resolution
Automated fix:
phpcbf --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md .
Run the report to manually clean up the rest that automation didn't catch:
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md .
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2941605-1.patch | 3.56 KB | meenakshig |
Comments
Comment #2
meenakshig commentedI'm adding a patch to this fix.
Comment #3
meenakshig commentedComment #4
prafullsranjan commentedThanks for the patch. It's really helpful.