Changes in the patch below:
- Removed currently unused code
- Replaced duplicated spaces by single space in function calls
- Capitalized TRUE as Drupal core does
- Added trailing commas behind last element in PHP arrays
- Wrapped PHP DocBlocks if longer than 80 chars
- Removed spaces from end of line

There are no changes in the code behavior in the patch.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Gogowitsch created an issue. See original summary.

Gogowitsch’s picture

Assigned: Gogowitsch » Unassigned
Issue summary: View changes
Status: Active » Needs review
Issue tags: +code style
FileSize
15.62 KB

I attached the patch. Please review and commit it, if it is fine.

colan’s picture

Code changes look good, but I haven't tested.