Entity API for Drupal 7 has 1148 coding standards violations. That's a lot, and it makes it hard to notice real problems when there are so many problems that don't affect the functioning of the code.
Here is a patch to fix more than 200 of the coding standards violations related to whitespace (indenting, newline format, spacing before/after operators, etc.) and punctuation (commas separating array elements, format of @todo and @see, etc.).
None of these changes can affect the operation of the code.
However, they will make the code easier to maintain, for me.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3224827-3-whitespace-and-punctuation.patch | 60.37 KB | tr |
| #2 | 3224827-2-whitespace-and-punctuation.patch | 55.13 KB | tr |
Comments
Comment #2
tr commentedComment #3
tr commentedHere's a new patch with a few more that I missed.
Comment #4
tree2009 commentedComment #6
tr commentedCommitted #3.