Let's cleanup ECK code to accommodate codding standards. It has bunch of warnings atm.

This is summary output of coder-review:

Coder found 1 projects, 19 files, 396 normal warnings, 509 minor warnings, 0 warnings were flagged to be ignored

This is full output of coder-review:

$ drush coder-review eck --comment --minor

Severity minor, Drupal Coding Standards

sites/all/modules/eck/eck.module:
 +21: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +23: [style_trailing_spaces, minor] There should be no trailing spaces
 +30: [style_trailing_spaces, minor] There should be no trailing spaces
 +37: [style_trailing_spaces, minor] There should be no trailing spaces
 +44: [style_trailing_spaces, minor] There should be no trailing spaces
 +51: [style_trailing_spaces, minor] There should be no trailing spaces
 +119: [style_trailing_spaces, minor] There should be no trailing spaces
 +123: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +125: [style_trailing_spaces, minor] There should be no trailing spaces
 +127: [style_trailing_spaces, minor] There should be no trailing spaces
 +134: [style_trailing_spaces, minor] There should be no trailing spaces
 +155: [style_trailing_spaces, minor] There should be no trailing spaces
 +156: [style_trailing_spaces, minor] There should be no trailing spaces
 +159: [style_trailing_spaces, minor] There should be no trailing spaces
 +166: [style_trailing_spaces, minor] There should be no trailing spaces
 +167: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +167: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +170: [style_trailing_spaces, minor] There should be no trailing spaces
 +174: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +174: [style_trailing_spaces, minor] There should be no trailing spaces
 +175: [style_trailing_spaces, minor] There should be no trailing spaces
 +180: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +184: [style_trailing_spaces, minor] There should be no trailing spaces
 +186: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +186: [style_trailing_spaces, minor] There should be no trailing spaces
 +187: [style_trailing_spaces, minor] There should be no trailing spaces
 +192: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +194: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +199: [style_trailing_spaces, minor] There should be no trailing spaces
 +206: [style_trailing_spaces, minor] There should be no trailing spaces
 +207: [style_trailing_spaces, minor] There should be no trailing spaces
 +210: [style_trailing_spaces, minor] There should be no trailing spaces
 +211: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +211: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +252: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +253: [style_trailing_spaces, minor] There should be no trailing spaces
 +256: [style_trailing_spaces, minor] There should be no trailing spaces
 +258: [style_comma_spacing, normal] missing space after comma
 +259: [style_trailing_spaces, minor] There should be no trailing spaces
 +260: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +260: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +266: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +270: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +282: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +287: [style_trailing_spaces, minor] There should be no trailing spaces
 +291: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +297: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +297: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +298: [style_trailing_spaces, minor] There should be no trailing spaces
 +301: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +301: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +314: [style_trailing_spaces, minor] There should be no trailing spaces
 +326: [style_trailing_spaces, minor] There should be no trailing spaces
 +327: [style_trailing_spaces, minor] There should be no trailing spaces
 +330: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +331: [style_trailing_spaces, minor] There should be no trailing spaces
 +334: [style_trailing_spaces, minor] There should be no trailing spaces
 +336: [style_comma_spacing, normal] missing space after comma
 +337: [style_trailing_spaces, minor] There should be no trailing spaces
 +338: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +338: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +339: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +339: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +340: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +340: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +341: [style_trailing_spaces, minor] There should be no trailing spaces
 +347: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +347: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +355: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +383: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +389: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +402: [style_trailing_spaces, minor] There should be no trailing spaces
 +408: [style_trailing_spaces, minor] There should be no trailing spaces
 +423: [style_trailing_spaces, minor] There should be no trailing spaces
 +425: [style_trailing_spaces, minor] There should be no trailing spaces
 +439: [style_trailing_spaces, minor] There should be no trailing spaces
 +442: [style_trailing_spaces, minor] There should be no trailing spaces
 +521: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +529: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +549: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +550: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +554: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +555: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +555: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +582: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +589: [style_trailing_spaces, minor] There should be no trailing spaces
 +590: [style_elseif, normal] Use "elseif" in place of "else if"
 +693: [style_trailing_spaces, minor] There should be no trailing spaces
 +747: [style_trailing_spaces, minor] There should be no trailing spaces
 +768: [style_trailing_spaces, minor] There should be no trailing spaces
 +783: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +785: [style_trailing_spaces, minor] There should be no trailing spaces
 +787: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +787: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +788: [style_trailing_spaces, minor] There should be no trailing spaces
 +793: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +795: [style_trailing_spaces, minor] There should be no trailing spaces
 +797: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +797: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +798: [style_trailing_spaces, minor] There should be no trailing spaces
 +803: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +805: [style_trailing_spaces, minor] There should be no trailing spaces
 +807: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +807: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +808: [style_trailing_spaces, minor] There should be no trailing spaces
 +813: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +815: [style_trailing_spaces, minor] There should be no trailing spaces
 +817: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +817: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +818: [style_trailing_spaces, minor] There should be no trailing spaces
 +825: [style_trailing_spaces, minor] There should be no trailing spaces
 +829: [style_trailing_spaces, minor] There should be no trailing spaces
 +836: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +838: [style_trailing_spaces, minor] There should be no trailing spaces
 +840: [style_trailing_spaces, minor] There should be no trailing spaces
 +841: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +841: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +842: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +842: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +846: [style_trailing_spaces, minor] There should be no trailing spaces
 +849: [style_trailing_spaces, minor] There should be no trailing spaces
 +852: [style_comma_spacing, normal] missing space after comma

sites/all/modules/eck/eck.bundle.inc:
 +34: [style_trailing_spaces, minor] There should be no trailing spaces
 +42: [style_function_spacing, normal] Functions should be called with no spaces between the function name and opening parentheses
 +45: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +50: [style_trailing_spaces, minor] There should be no trailing spaces
 +61: [style_trailing_spaces, minor] There should be no trailing spaces
 +62: [style_trailing_spaces, minor] There should be no trailing spaces
 +65: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +68: [style_trailing_spaces, minor] There should be no trailing spaces
 +74: [style_trailing_spaces, minor] There should be no trailing spaces
 +75: [style_trailing_spaces, minor] There should be no trailing spaces
 +95: [style_trailing_spaces, minor] There should be no trailing spaces
 +120: [style_trailing_spaces, minor] There should be no trailing spaces
 +122: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +123: [style_trailing_spaces, minor] There should be no trailing spaces
 +128: [style_curly_braces, normal] curly braces { should end a line, not start one
 +129: [style_trailing_spaces, minor] There should be no trailing spaces
 +139: [style_trailing_spaces, minor] There should be no trailing spaces
 +142: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +143: [style_trailing_spaces, minor] There should be no trailing spaces
 +148: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +149: [style_trailing_spaces, minor] There should be no trailing spaces
 +150: [style_trailing_spaces, minor] There should be no trailing spaces
 +156: [style_trailing_spaces, minor] There should be no trailing spaces
 +222: [style_trailing_spaces, minor] There should be no trailing spaces
 +227: [style_trailing_spaces, minor] There should be no trailing spaces
 +244: [style_trailing_spaces, minor] There should be no trailing spaces
 +255: [style_trailing_spaces, minor] There should be no trailing spaces
 +271: [style_trailing_spaces, minor] There should be no trailing spaces
 +273: [style_trailing_spaces, minor] There should be no trailing spaces
 +276: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +281: [style_comma_spacing, normal] missing space after comma
 +282: [style_trailing_spaces, minor] There should be no trailing spaces
 +284: [style_trailing_spaces, minor] There should be no trailing spaces
 +285: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +285: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +291: [style_trailing_spaces, minor] There should be no trailing spaces
 +294: [style_trailing_spaces, minor] There should be no trailing spaces
 +297: [style_trailing_spaces, minor] There should be no trailing spaces
 +305: [style_trailing_spaces, minor] There should be no trailing spaces
 +308: [style_trailing_spaces, minor] There should be no trailing spaces
 +354: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +357: [style_trailing_spaces, minor] There should be no trailing spaces
 +358: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +358: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +370: [style_trailing_spaces, minor] There should be no trailing spaces
 +372: [style_trailing_spaces, minor] There should be no trailing spaces
 +374: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +374: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +378: [style_trailing_spaces, minor] There should be no trailing spaces
 +382: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +383: [style_trailing_spaces, minor] There should be no trailing spaces
 +385: [style_trailing_spaces, minor] There should be no trailing spaces
 +386: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +386: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/eck.classes.inc:
 +8: [style_trailing_spaces, minor] There should be no trailing spaces
 +13: [style_trailing_spaces, minor] There should be no trailing spaces
 +16: [style_trailing_spaces, minor] There should be no trailing spaces
 +17: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +22: [style_trailing_spaces, minor] There should be no trailing spaces
 +25: [style_trailing_spaces, minor] There should be no trailing spaces
 +26: [style_trailing_spaces, minor] There should be no trailing spaces
 +30: [style_trailing_spaces, minor] There should be no trailing spaces
 +31: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +31: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +35: [style_trailing_spaces, minor] There should be no trailing spaces
 +38: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +38: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +39: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +39: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +43: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +43: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +44: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +44: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +48: [style_else_spacing, normal] else statements should begin on a new line
 +52: [style_trailing_spaces, minor] There should be no trailing spaces
 +53: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +54: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +54: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +58: [style_trailing_spaces, minor] There should be no trailing spaces
 +59: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +60: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +60: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +63: [style_trailing_spaces, minor] There should be no trailing spaces
 +66: [style_trailing_spaces, minor] There should be no trailing spaces
 +75: [style_trailing_spaces, minor] There should be no trailing spaces
 +77: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +78: [style_trailing_spaces, minor] There should be no trailing spaces
 +80: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +80: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +81: [style_trailing_spaces, minor] There should be no trailing spaces
 +84: [style_trailing_spaces, minor] There should be no trailing spaces
 +85: [style_trailing_spaces, minor] There should be no trailing spaces
 +86: [style_trailing_spaces, minor] There should be no trailing spaces
 +87: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +87: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +88: [style_trailing_spaces, minor] There should be no trailing spaces
 +92: [style_else_spacing, normal] else statements should begin on a new line
 +100: [style_trailing_spaces, minor] There should be no trailing spaces
 +103: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +103: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +106: [style_trailing_spaces, minor] There should be no trailing spaces
 +109: [style_trailing_spaces, minor] There should be no trailing spaces
 +110: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +111: [style_trailing_spaces, minor] There should be no trailing spaces
 +114: [style_comma_spacing, normal] missing space after comma
 +117: [style_trailing_spaces, minor] There should be no trailing spaces
 +118: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +118: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +119: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +119: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +120: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +120: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +128: [style_trailing_spaces, minor] There should be no trailing spaces
 +130: [style_trailing_spaces, minor] There should be no trailing spaces
 +131: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +133: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +133: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +142: [style_trailing_spaces, minor] There should be no trailing spaces
 +144: [style_trailing_spaces, minor] There should be no trailing spaces
 +163: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +163: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +165: [style_else_spacing, normal] else statements should begin on a new line
 +172: [style_trailing_spaces, minor] There should be no trailing spaces
 +178: [style_trailing_spaces, minor] There should be no trailing spaces
 +179: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +184: [style_trailing_spaces, minor] There should be no trailing spaces
 +185: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +186: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +186: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +189: [style_trailing_spaces, minor] There should be no trailing spaces
 +193: [style_trailing_spaces, minor] There should be no trailing spaces
 +196: [style_trailing_spaces, minor] There should be no trailing spaces
 +197: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +199: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +199: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +202: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +202: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +207: [style_trailing_spaces, minor] There should be no trailing spaces
 +208: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +211: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +211: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +216: [style_else_spacing, normal] else statements should begin on a new line
 +219: [style_trailing_spaces, minor] There should be no trailing spaces
 +222: [style_trailing_spaces, minor] There should be no trailing spaces
 +223: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +226: [style_trailing_spaces, minor] There should be no trailing spaces
 +227: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +229: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +229: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +235: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +235: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +239: [style_trailing_spaces, minor] There should be no trailing spaces
 +243: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +243: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +244: [style_trailing_spaces, minor] There should be no trailing spaces
 +246: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +246: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +248: [style_trailing_spaces, minor] There should be no trailing spaces
 +249: [style_else_spacing, normal] else statements should begin on a new line
 +257: [style_trailing_spaces, minor] There should be no trailing spaces
 +258: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +259: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +259: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +263: [style_trailing_spaces, minor] There should be no trailing spaces
 +264: [style_else_spacing, normal] else statements should begin on a new line
 +266: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +266: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +267: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +267: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +268: [style_trailing_spaces, minor] There should be no trailing spaces
 +275: [style_trailing_spaces, minor] There should be no trailing spaces
 +278: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +278: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +279: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +279: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +284: [style_trailing_spaces, minor] There should be no trailing spaces
 +288: [style_trailing_spaces, minor] There should be no trailing spaces
 +289: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +291: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +294: [style_trailing_spaces, minor] There should be no trailing spaces
 +295: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +300: [style_trailing_spaces, minor] There should be no trailing spaces
 +301: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +305: [style_trailing_spaces, minor] There should be no trailing spaces
 +307: [style_trailing_spaces, minor] There should be no trailing spaces
 +308: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +308: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +317: [style_trailing_spaces, minor] There should be no trailing spaces
 +318: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +321: [style_trailing_spaces, minor] There should be no trailing spaces
 +322: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +325: [style_trailing_spaces, minor] There should be no trailing spaces
 +326: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +330: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +330: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +331: [style_drupal_strings, minor] in most cases, replace the string function with the drupal_ equivalent string functions
 +333: [style_trailing_spaces, minor] There should be no trailing spaces
 +336: [style_trailing_spaces, minor] There should be no trailing spaces
 +337: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +339: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +339: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +340: [style_trailing_spaces, minor] There should be no trailing spaces
 +345: [style_trailing_spaces, minor] There should be no trailing spaces
 +348: [style_trailing_spaces, minor] There should be no trailing spaces
 +351: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +351: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +353: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +353: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +357: [style_trailing_spaces, minor] There should be no trailing spaces
 +358: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +358: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +361: [style_trailing_spaces, minor] There should be no trailing spaces
 +362: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +362: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +364: [style_else_spacing, normal] else statements should begin on a new line
 +367: [style_trailing_spaces, minor] There should be no trailing spaces
 +368: [style_else_spacing, normal] else statements should begin on a new line
 +374: [style_trailing_spaces, minor] There should be no trailing spaces
 +381: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +386: [style_trailing_spaces, minor] There should be no trailing spaces
 +387: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +392: [style_trailing_spaces, minor] There should be no trailing spaces
 +394: [style_trailing_spaces, minor] There should be no trailing spaces
 +395: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +395: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +401: [style_trailing_spaces, minor] There should be no trailing spaces
 +402: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +408: [style_trailing_spaces, minor] There should be no trailing spaces
 +410: [style_trailing_spaces, minor] There should be no trailing spaces
 +411: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +411: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +413: [style_trailing_spaces, minor] There should be no trailing spaces
 +425: [style_trailing_spaces, minor] There should be no trailing spaces
 +441: [style_trailing_spaces, minor] There should be no trailing spaces
 +471: [style_drupal_strings, minor] in most cases, replace the string function with the drupal_ equivalent string functions
 +486: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +486: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/eck.default_properties.inc:
 +3: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +8: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +8: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +11: [style_trailing_spaces, minor] There should be no trailing spaces
 +17: [style_trailing_spaces, minor] There should be no trailing spaces
 +20: [style_trailing_spaces, minor] There should be no trailing spaces
 +22: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +22: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +25: [style_trailing_spaces, minor] There should be no trailing spaces
 +28: [style_trailing_spaces, minor] There should be no trailing spaces
 +32: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +33: [style_trailing_spaces, minor] There should be no trailing spaces
 +36: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +36: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +37: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +37: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +40: [style_else_spacing, normal] else statements should begin on a new line
 +44: [style_trailing_spaces, minor] There should be no trailing spaces
 +48: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +52: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/eck.entity.inc:
 +20: [style_trailing_spaces, minor] There should be no trailing spaces
 +35: [style_trailing_spaces, minor] There should be no trailing spaces
 +48: [style_trailing_spaces, minor] There should be no trailing spaces
 +50: [style_trailing_spaces, minor] There should be no trailing spaces
 +58: [style_trailing_spaces, minor] There should be no trailing spaces
 +59: [style_trailing_spaces, minor] There should be no trailing spaces
 +66: [style_trailing_spaces, minor] There should be no trailing spaces
 +70: [style_trailing_spaces, minor] There should be no trailing spaces
 +76: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +81: [style_trailing_spaces, minor] There should be no trailing spaces
 +83: [style_trailing_spaces, minor] There should be no trailing spaces
 +84: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +84: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +85: [style_trailing_spaces, minor] There should be no trailing spaces
 +86: [style_drupal_strings, minor] in most cases, replace the string function with the drupal_ equivalent string functions
 +88: [style_trailing_spaces, minor] There should be no trailing spaces
 +89: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +89: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +92: [style_trailing_spaces, minor] There should be no trailing spaces
 +94: [style_trailing_spaces, minor] There should be no trailing spaces
 +101: [style_trailing_spaces, minor] There should be no trailing spaces
 +110: [style_trailing_spaces, minor] There should be no trailing spaces
 +113: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +113: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +114: [style_trailing_spaces, minor] There should be no trailing spaces
 +115: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +120: [style_trailing_spaces, minor] There should be no trailing spaces
 +131: [style_trailing_spaces, minor] There should be no trailing spaces
 +132: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +133: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +133: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +134: [style_trailing_spaces, minor] There should be no trailing spaces
 +135: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +135: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +136: [style_drupal_strings, minor] in most cases, replace the string function with the drupal_ equivalent string functions
 +137: [style_trailing_spaces, minor] There should be no trailing spaces
 +138: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +139: [style_trailing_spaces, minor] There should be no trailing spaces
 +146: [style_trailing_spaces, minor] There should be no trailing spaces
 +155: [style_trailing_spaces, minor] There should be no trailing spaces
 +164: [style_trailing_spaces, minor] There should be no trailing spaces
 +169: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +171: [style_trailing_spaces, minor] There should be no trailing spaces
 +174: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +188: [style_trailing_spaces, minor] There should be no trailing spaces
 +191: [style_trailing_spaces, minor] There should be no trailing spaces
 +204: [style_trailing_spaces, minor] There should be no trailing spaces
 +205: [style_trailing_spaces, minor] There should be no trailing spaces
 +210: [style_trailing_spaces, minor] There should be no trailing spaces
 +212: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +212: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +214: [style_else_spacing, normal] else statements should begin on a new line
 +217: [style_trailing_spaces, minor] There should be no trailing spaces
 +219: [style_trailing_spaces, minor] There should be no trailing spaces
 +224: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +225: [style_trailing_spaces, minor] There should be no trailing spaces
 +229: [style_trailing_spaces, minor] There should be no trailing spaces
 +230: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +233: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +234: [style_trailing_spaces, minor] There should be no trailing spaces
 +239: [style_trailing_spaces, minor] There should be no trailing spaces
 +257: [style_trailing_spaces, minor] There should be no trailing spaces
 +272: [style_trailing_spaces, minor] There should be no trailing spaces
 +274: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +274: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +275: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +276: [style_else_spacing, normal] else statements should begin on a new line
 +279: [style_else_spacing, normal] else statements should begin on a new line
 +283: [style_trailing_spaces, minor] There should be no trailing spaces
 +284: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +284: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +287: [style_else_spacing, normal] else statements should begin on a new line
 +288: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +288: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +290: [style_else_spacing, normal] else statements should begin on a new line
 +337: [style_trailing_spaces, minor] There should be no trailing spaces
 +340: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +342: [style_trailing_spaces, minor] There should be no trailing spaces
 +375: [style_trailing_spaces, minor] There should be no trailing spaces
 +415: [style_trailing_spaces, minor] There should be no trailing spaces
 +416: [style_trailing_spaces, minor] There should be no trailing spaces
 +420: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +420: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +421: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +421: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +429: [style_trailing_spaces, minor] There should be no trailing spaces
 +430: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +430: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +435: [style_trailing_spaces, minor] There should be no trailing spaces
 +438: [style_trailing_spaces, minor] There should be no trailing spaces
 +439: [style_trailing_spaces, minor] There should be no trailing spaces
 +441: [style_trailing_spaces, minor] There should be no trailing spaces
 +442: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +442: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +446: [style_trailing_spaces, minor] There should be no trailing spaces
 +481: [style_trailing_spaces, minor] There should be no trailing spaces
 +483: [style_trailing_spaces, minor] There should be no trailing spaces
 +487: [style_trailing_spaces, minor] There should be no trailing spaces
 +489: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +489: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +491: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +491: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +492: [style_trailing_spaces, minor] There should be no trailing spaces
 +499: [style_trailing_spaces, minor] There should be no trailing spaces
 +520: [style_trailing_spaces, minor] There should be no trailing spaces
 +524: [style_trailing_spaces, minor] There should be no trailing spaces
 +528: [style_trailing_spaces, minor] There should be no trailing spaces
 +529: [style_trailing_spaces, minor] There should be no trailing spaces
 +531: [style_trailing_spaces, minor] There should be no trailing spaces
 +532: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +532: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +535: [style_trailing_spaces, minor] There should be no trailing spaces
 +537: [style_trailing_spaces, minor] There should be no trailing spaces
 +540: [style_trailing_spaces, minor] There should be no trailing spaces
 +546: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +547: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +547: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/eck.entity_type.inc:
 +5: [style_trailing_spaces, minor] There should be no trailing spaces
 +35: [style_trailing_spaces, minor] There should be no trailing spaces
 +47: [style_trailing_spaces, minor] There should be no trailing spaces
 +74: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +75: [style_trailing_spaces, minor] There should be no trailing spaces
 +76: [style_trailing_spaces, minor] There should be no trailing spaces
 +100: [style_trailing_spaces, minor] There should be no trailing spaces
 +102: [style_trailing_spaces, minor] There should be no trailing spaces
 +111: [style_trailing_spaces, minor] There should be no trailing spaces
 +116: [style_trailing_spaces, minor] There should be no trailing spaces
 +136: [style_trailing_spaces, minor] There should be no trailing spaces
 +138: [style_trailing_spaces, minor] There should be no trailing spaces
 +142: [style_trailing_spaces, minor] There should be no trailing spaces
 +158: [style_trailing_spaces, minor] There should be no trailing spaces
 +160: [style_trailing_spaces, minor] There should be no trailing spaces
 +168: [style_trailing_spaces, minor] There should be no trailing spaces
 +200: [style_trailing_spaces, minor] There should be no trailing spaces
 +201: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +201: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +204: [style_trailing_spaces, minor] There should be no trailing spaces
 +206: [style_trailing_spaces, minor] There should be no trailing spaces
 +208: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +208: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +209: [style_trailing_spaces, minor] There should be no trailing spaces
 +213: [style_trailing_spaces, minor] There should be no trailing spaces
 +216: [style_trailing_spaces, minor] There should be no trailing spaces
 +225: [style_drupal_strings, minor] in most cases, replace the string function with the drupal_ equivalent string functions
 +232: [style_trailing_spaces, minor] There should be no trailing spaces
 +240: [style_trailing_spaces, minor] There should be no trailing spaces
 +243: [style_trailing_spaces, minor] There should be no trailing spaces
 +245: [style_trailing_spaces, minor] There should be no trailing spaces
 +250: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +250: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +252: [style_else_spacing, normal] else statements should begin on a new line
 +260: [style_trailing_spaces, minor] There should be no trailing spaces
 +261: [style_trailing_spaces, minor] There should be no trailing spaces
 +262: [style_trailing_spaces, minor] There should be no trailing spaces
 +264: [style_trailing_spaces, minor] There should be no trailing spaces
 +265: [style_trailing_spaces, minor] There should be no trailing spaces
 +267: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +268: [style_trailing_spaces, minor] There should be no trailing spaces
 +272: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +272: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +275: [style_trailing_spaces, minor] There should be no trailing spaces
 +277: [style_trailing_spaces, minor] There should be no trailing spaces
 +282: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +283: [style_trailing_spaces, minor] There should be no trailing spaces
 +285: [style_trailing_spaces, minor] There should be no trailing spaces
 +290: [style_trailing_spaces, minor] There should be no trailing spaces
 +296: [style_trailing_spaces, minor] There should be no trailing spaces
 +299: [style_trailing_spaces, minor] There should be no trailing spaces
 +302: [style_trailing_spaces, minor] There should be no trailing spaces
 +303: [style_trailing_spaces, minor] There should be no trailing spaces
 +307: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +310: [style_trailing_spaces, minor] There should be no trailing spaces
 +312: [style_trailing_spaces, minor] There should be no trailing spaces
 +314: [style_trailing_spaces, minor] There should be no trailing spaces
 +345: [style_trailing_spaces, minor] There should be no trailing spaces
 +363: [style_trailing_spaces, minor] There should be no trailing spaces
 +402: [style_trailing_spaces, minor] There should be no trailing spaces
 +407: [style_trailing_spaces, minor] There should be no trailing spaces
 +413: [style_trailing_spaces, minor] There should be no trailing spaces
 +414: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +416: [style_trailing_spaces, minor] There should be no trailing spaces
 +418: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +418: [style_trailing_spaces, minor] There should be no trailing spaces
 +423: [style_trailing_spaces, minor] There should be no trailing spaces
 +425: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +425: [style_trailing_spaces, minor] There should be no trailing spaces
 +427: [style_trailing_spaces, minor] There should be no trailing spaces
 +429: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +432: [style_trailing_spaces, minor] There should be no trailing spaces
 +434: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +437: [style_trailing_spaces, minor] There should be no trailing spaces
 +445: [style_trailing_spaces, minor] There should be no trailing spaces
 +452: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +462: [style_trailing_spaces, minor] There should be no trailing spaces

sites/all/modules/eck/eck.features.inc:
 +36: [style_trailing_spaces, minor] There should be no trailing spaces
 +64: [style_trailing_spaces, minor] There should be no trailing spaces
 +68: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +90: [style_trailing_spaces, minor] There should be no trailing spaces
 +114: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +114: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +215: [style_trailing_spaces, minor] There should be no trailing spaces
 +216: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +216: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +219: [style_trailing_spaces, minor] There should be no trailing spaces
 +220: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +220: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +223: [style_trailing_spaces, minor] There should be no trailing spaces
 +228: [style_trailing_spaces, minor] There should be no trailing spaces
 +229: [style_string_spacing, normal] String concatenation should be formatted with a space separating the operators (dot .) and the surrounding terms
 +231: [style_trailing_spaces, minor] There should be no trailing spaces
 +234: [style_trailing_spaces, minor] There should be no trailing spaces
 +237: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +264: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +264: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/eck.install:
 +3: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +5: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +5: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +13: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +13: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +15: [style_else_spacing, normal] else statements should begin on a new line
 +19: [style_trailing_spaces, minor] There should be no trailing spaces
 +90: [style_trailing_spaces, minor] There should be no trailing spaces
 +100: [style_trailing_spaces, minor] There should be no trailing spaces
 +104: [style_trailing_spaces, minor] There should be no trailing spaces
 +149: [style_trailing_spaces, minor] There should be no trailing spaces
 +314: [style_trailing_spaces, minor] There should be no trailing spaces
 +317: [style_trailing_spaces, minor] There should be no trailing spaces
 +354: [style_trailing_spaces, minor] There should be no trailing spaces
 +356: [style_trailing_spaces, minor] There should be no trailing spaces
 +360: [style_trailing_spaces, minor] There should be no trailing spaces
 +367: [style_trailing_spaces, minor] There should be no trailing spaces
 +370: [style_trailing_spaces, minor] There should be no trailing spaces
 +372: [style_trailing_spaces, minor] There should be no trailing spaces
 +376: [style_trailing_spaces, minor] There should be no trailing spaces
 +377: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +377: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +380: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +380: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +383: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +383: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +386: [style_trailing_spaces, minor] There should be no trailing spaces
 +388: [style_trailing_spaces, minor] There should be no trailing spaces
 +391: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +391: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +392: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +392: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +396: [style_trailing_spaces, minor] There should be no trailing spaces
 +400: [style_trailing_spaces, minor] There should be no trailing spaces
 +404: [style_trailing_spaces, minor] There should be no trailing spaces
 +408: [style_trailing_spaces, minor] There should be no trailing spaces
 +414: [style_trailing_spaces, minor] There should be no trailing spaces
 +417: [style_trailing_spaces, minor] There should be no trailing spaces
 +418: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +418: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +419: [style_trailing_spaces, minor] There should be no trailing spaces
 +422: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +422: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +426: [style_trailing_spaces, minor] There should be no trailing spaces
 +430: [style_trailing_spaces, minor] There should be no trailing spaces
 +436: [style_trailing_spaces, minor] There should be no trailing spaces
 +438: [style_trailing_spaces, minor] There should be no trailing spaces
 +439: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +446: [style_trailing_spaces, minor] There should be no trailing spaces
 +449: [style_trailing_spaces, minor] There should be no trailing spaces
 +451: [style_trailing_spaces, minor] There should be no trailing spaces
 +454: [style_trailing_spaces, minor] There should be no trailing spaces
 +460: [style_array_spacing, normal] Arrays should be formatted with a space separating each element and assignment operator
 +463: [style_trailing_spaces, minor] There should be no trailing spaces
 +465: [style_trailing_spaces, minor] There should be no trailing spaces
 +466: [style_trailing_spaces, minor] There should be no trailing spaces
 +470: [style_trailing_spaces, minor] There should be no trailing spaces
 +473: [style_trailing_spaces, minor] There should be no trailing spaces
 +491: [style_trailing_spaces, minor] There should be no trailing spaces
 +492: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +492: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +493: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +493: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/eck.properties.inc:
 +12: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +14: [style_trailing_spaces, minor] There should be no trailing spaces
 +16: [style_trailing_spaces, minor] There should be no trailing spaces
 +17: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +17: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +27: [style_trailing_spaces, minor] There should be no trailing spaces
 +28: [style_trailing_spaces, minor] There should be no trailing spaces
 +45: [style_trailing_spaces, minor] There should be no trailing spaces
 +83: [style_trailing_spaces, minor] There should be no trailing spaces
 +84: [style_trailing_spaces, minor] There should be no trailing spaces
 +94: [style_trailing_spaces, minor] There should be no trailing spaces
 +99: [style_trailing_spaces, minor] There should be no trailing spaces
 +101: [style_trailing_spaces, minor] There should be no trailing spaces
 +112: [style_trailing_spaces, minor] There should be no trailing spaces
 +131: [style_trailing_spaces, minor] There should be no trailing spaces
 +133: [style_trailing_spaces, minor] There should be no trailing spaces
 +135: [style_trailing_spaces, minor] There should be no trailing spaces
 +139: [style_trailing_spaces, minor] There should be no trailing spaces
 +144: [style_trailing_spaces, minor] There should be no trailing spaces
 +149: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +156: [style_trailing_spaces, minor] There should be no trailing spaces
 +158: [style_trailing_spaces, minor] There should be no trailing spaces
 +161: [style_trailing_spaces, minor] There should be no trailing spaces
 +162: [style_trailing_spaces, minor] There should be no trailing spaces
 +164: [style_trailing_spaces, minor] There should be no trailing spaces
 +165: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +166: [style_trailing_spaces, minor] There should be no trailing spaces
 +167: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +167: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +167: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +168: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +169: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +170: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +170: [style_else_spacing, normal] else statements should begin on a new line
 +171: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +172: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +173: [style_trailing_spaces, minor] There should be no trailing spaces
 +174: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +174: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +174: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +175: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +176: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +181: [style_trailing_spaces, minor] There should be no trailing spaces
 +182: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +182: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +182: [style_trailing_spaces, minor] There should be no trailing spaces
 +183: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +183: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +184: [style_trailing_spaces, minor] There should be no trailing spaces
 +185: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +186: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +189: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +190: [style_trailing_spaces, minor] There should be no trailing spaces
 +191: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +191: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +191: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +192: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +192: [style_trailing_spaces, minor] There should be no trailing spaces
 +193: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +194: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +195: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +195: [style_else_spacing, normal] else statements should begin on a new line
 +196: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +197: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +198: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +199: [style_trailing_spaces, minor] There should be no trailing spaces
 +200: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +201: [style_trailing_spaces, minor] There should be no trailing spaces
 +209: [style_trailing_spaces, minor] There should be no trailing spaces
 +211: [style_trailing_spaces, minor] There should be no trailing spaces
 +215: [style_trailing_spaces, minor] There should be no trailing spaces
 +217: [style_trailing_spaces, minor] There should be no trailing spaces
 +218: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +218: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +219: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +219: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +220: [style_trailing_spaces, minor] There should be no trailing spaces
 +226: [style_trailing_spaces, minor] There should be no trailing spaces
 +227: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +227: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +229: [style_else_spacing, normal] else statements should begin on a new line
 +232: [style_trailing_spaces, minor] There should be no trailing spaces
 +235: [style_trailing_spaces, minor] There should be no trailing spaces
 +239: [style_trailing_spaces, minor] There should be no trailing spaces
 +241: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +241: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +244: [style_trailing_spaces, minor] There should be no trailing spaces
 +245: [style_trailing_spaces, minor] There should be no trailing spaces
 +256: [style_trailing_spaces, minor] There should be no trailing spaces
 +261: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +285: [style_trailing_spaces, minor] There should be no trailing spaces
 +288: [style_trailing_spaces, minor] There should be no trailing spaces
 +289: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +289: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +292: [style_trailing_spaces, minor] There should be no trailing spaces
 +293: [style_trailing_spaces, minor] There should be no trailing spaces
 +299: [style_trailing_spaces, minor] There should be no trailing spaces
 +304: [style_trailing_spaces, minor] There should be no trailing spaces
 +306: [style_br, minor] use <br /> instead of <br>
 +308: [style_trailing_spaces, minor] There should be no trailing spaces
 +313: [style_trailing_spaces, minor] There should be no trailing spaces
 +317: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +318: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +318: [style_trailing_spaces, minor] There should be no trailing spaces
 +323: [style_trailing_spaces, minor] There should be no trailing spaces
 +327: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +328: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +331: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +331: [style_elseif, normal] Use "elseif" in place of "else if"
 +335: [style_trailing_spaces, minor] There should be no trailing spaces
 +336: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +336: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +337: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +337: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +339: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +339: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +341: [style_else_spacing, normal] else statements should begin on a new line
 +344: [style_else_spacing, normal] else statements should begin on a new line
 +348: [style_trailing_spaces, minor] There should be no trailing spaces
 +350: [style_trailing_spaces, minor] There should be no trailing spaces

sites/all/modules/eck/eck.property_behavior.inc:
 +6: [style_trailing_spaces, minor] There should be no trailing spaces
 +9: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +13: [style_trailing_spaces, minor] There should be no trailing spaces
 +14: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +14: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +15: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +16: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +17: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +18: [style_trailing_spaces, minor] There should be no trailing spaces
 +19: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +19: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +19: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +20: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +21: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +23: [style_trailing_spaces, minor] There should be no trailing spaces
 +30: [style_trailing_spaces, minor] There should be no trailing spaces
 +31: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +31: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +32: [style_trailing_spaces, minor] There should be no trailing spaces
 +35: [style_trailing_spaces, minor] There should be no trailing spaces
 +36: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +36: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +38: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +38: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +40: [style_trailing_spaces, minor] There should be no trailing spaces
 +42: [style_trailing_spaces, minor] There should be no trailing spaces
 +44: [style_trailing_spaces, minor] There should be no trailing spaces
 +45: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +45: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +46: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +46: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +48: [style_else_spacing, normal] else statements should begin on a new line
 +51: [style_trailing_spaces, minor] There should be no trailing spaces
 +52: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +52: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +58: [style_trailing_spaces, minor] There should be no trailing spaces
 +61: [style_trailing_spaces, minor] There should be no trailing spaces
 +62: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +63: [style_trailing_spaces, minor] There should be no trailing spaces
 +66: [style_trailing_spaces, minor] There should be no trailing spaces
 +67: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +67: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +69: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +69: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +71: [style_trailing_spaces, minor] There should be no trailing spaces
 +73: [style_trailing_spaces, minor] There should be no trailing spaces
 +75: [style_trailing_spaces, minor] There should be no trailing spaces
 +76: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +76: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +81: [style_trailing_spaces, minor] There should be no trailing spaces
 +83: [style_trailing_spaces, minor] There should be no trailing spaces
 +86: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +91: [style_trailing_spaces, minor] There should be no trailing spaces
 +93: [style_trailing_spaces, minor] There should be no trailing spaces
 +94: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +94: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +95: [style_array_spacing, normal] Arrays should be formatted with a space separating each element and assignment operator
 +99: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +104: [style_trailing_spaces, minor] There should be no trailing spaces
 +106: [style_trailing_spaces, minor] There should be no trailing spaces
 +107: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +107: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +108: [style_array_spacing, normal] Arrays should be formatted with a space separating each element and assignment operator
 +112: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +117: [style_trailing_spaces, minor] There should be no trailing spaces
 +119: [style_trailing_spaces, minor] There should be no trailing spaces
 +120: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +120: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/examples/eck_example.install:
 +6: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +48: [style_trailing_spaces, minor] There should be no trailing spaces
 +50: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/plugins/property_behavior/author.inc:
 +9: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +11: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +11: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +17: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/plugins/property_behavior/changed.inc:
 +9: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +16: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/plugins/property_behavior/created.inc:
 +1: [style_trailing_spaces, minor] There should be no trailing spaces
 +9: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +11: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +11: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +16: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket

sites/all/modules/eck/plugins/property_behavior/title.inc:
 +6: [style_trailing_spaces, minor] There should be no trailing spaces
 +9: [style_trailing_spaces, minor] There should be no trailing spaces
 +11: [style_trailing_spaces, minor] There should be no trailing spaces
 +14: [style_trailing_spaces, minor] There should be no trailing spaces
 +16: [style_trailing_spaces, minor] There should be no trailing spaces
 +18: [style_trailing_spaces, minor] There should be no trailing spaces
 +20: [style_trailing_spaces, minor] There should be no trailing spaces
 +22: [style_trailing_spaces, minor] There should be no trailing spaces
 +23: [style_trailing_spaces, minor] There should be no trailing spaces
 +37: [style_trailing_spaces, minor] There should be no trailing spaces
 +41: [style_trailing_spaces, minor] There should be no trailing spaces
 +44: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +55: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +61: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +62: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +63: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +64: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +64: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +64: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +65: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +66: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +67: [style_trailing_spaces, minor] There should be no trailing spaces
 +68: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +71: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +75: [style_trailing_spaces, minor] There should be no trailing spaces
 +79: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +81: [style_control_spacing, normal] Control statements should have one space between the control keyword and opening parenthesis
 +81: [style_paren_spacing, normal] use a space between the closing parenthesis and the open bracket
 +84: [style_trailing_spaces, minor] There should be no trailing spaces

sites/all/modules/eck/views/eck.views.inc:
 +6: [style_trailing_spaces, minor] There should be no trailing spaces
 +9: [style_trailing_spaces, minor] There should be no trailing spaces
 +10: [style_indent_spaces, minor] Use an indent of 2 spaces, with no tabs
 +18: [style_trailing_spaces, minor] There should be no trailing spaces
 +33: [style_trailing_spaces, minor] There should be no trailing spaces

sites/all/modules/eck/views/handlers/eck_views_handler_field_link.inc:
 +6: [style_class_names, minor] Classes and interfaces should use UpperCamel naming.
 +30: [style_trailing_spaces, minor] There should be no trailing spaces
 +38: [style_trailing_spaces, minor] There should be no trailing spaces

sites/all/modules/eck/views/handlers/eck_views_handler_field_link_delete.inc:
 +6: [style_class_names, minor] Classes and interfaces should use UpperCamel naming.
 +7: [style_trailing_spaces, minor] There should be no trailing spaces
 +11: [style_trailing_spaces, minor] There should be no trailing spaces
 +15: [style_trailing_spaces, minor] There should be no trailing spaces
 +20: [style_trailing_spaces, minor] There should be no trailing spaces

sites/all/modules/eck/views/handlers/eck_views_handler_field_link_edit.inc:
 +6: [style_class_names, minor] Classes and interfaces should use UpperCamel naming.
 +7: [style_trailing_spaces, minor] There should be no trailing spaces
 +11: [style_trailing_spaces, minor] There should be no trailing spaces
 +15: [style_trailing_spaces, minor] There should be no trailing spaces
 +20: [style_trailing_spaces, minor] There should be no trailing spaces

Status Messages:
 Coder found 1 projects, 19 files, 396 normal warnings, 509 minor warnings, 0 warnings were flagged to be ignored

Comments

OnkelTem’s picture

@fmizzell

I can work on this if you don't mind :)

UPDATE
Please commit #1452032: Add new property doesn't save and #1358682: Add Language property to ECK before.

DamienMcKenna’s picture

At the very least a patch needs to be put together to fix it, the code is a bit of a mess, I'm surprised it has survived this long without the obvious cleanup work.

fmizzell’s picture

Assigned: Unassigned » fmizzell

fmizzell’s picture

Assigned: fmizzell » Unassigned
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit b5247e2 on 7.x-2.x, 7.x-2.0.x by fmizzell:
    Issue #1793372 Code cleanup
    
  • Commit f50a7f1 on 7.x-2.x, 7.x-2.0.x by fmizzell:
    Issue #1793372 Code cleanup
    

  • Commit f50a7f1 on 7.x-2.x, 7.x-3.x by fmizzell:
    Issue #1793372 Code cleanup
    
  • Commit b5247e2 on 7.x-2.x, 7.x-3.x by fmizzell:
    Issue #1793372 Code cleanup