Skip to content
  • Tiaan's avatar
    Fix code-style issues (see Coder Sniffer and DrupalPractice). · 53c10135
    Tiaan authored
    The following items have been addressed:
     * Avoid backslash escaping in translatable strings when possible, use "" quotes instead
     * Whitespace found at end of line; There should be no trailing spaces
     * Arrays should be formatted with a space separating each element and assignment operator
     * There should be no white space before a closing ")"
     * Inline control structures are not allowed
    53c10135