Problem/Motivation
Code standards need a bit of help, luckily there are tools to help. @see https://www.drupal.org/coding-standards/
Proposed resolution
Cleanup with phpcs
Do the easy ones automatically:
phpcbf --standard=Drupal ./**.*
Find all the things.
phpcs --standard=Drupal ./**.*
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | coding_standards_cleanup-2554123-2.patch | 31.73 KB | joelpittet |
Comments
Comment #2
joelpittetHere's the cleanups from the automated tools listed in the issue summary.
Comment #3
legolasboSome files have changed since patch creation, but it still applies to most files and those changes look good, so I'll commit them to 7.x-2.x. Thanks!
Comment #5
legolasbo