This module's code could do to be run through Coder to fix things like ifs and foreach that need curly brakets. It would greatly help with readability and debugging.

Comments

mattferris’s picture

Status: Active » Needs review
StatusFileSize
new18.63 KB

- Added curly braces where needed
- Fixed line indenting
- Fixed lines that exceed 80 characters
- Added space between cast type and values

matthias_mo’s picture

Assigned: Unassigned » matthias_mo
Status: Needs review » Closed (fixed)

applied, thanx.

  • Commit c8b9595 on 6.x-3.x, master, 7.x-1.x, 7.x-2.x by matthias_mo:
    Issue #1328558 by joachim: Changes to the code to adhere the Drupal...