When running the module code against Drupal coding standards based on Drupal standard, the module shows errors / warnings


FILE: ...fault/modules/social-login/src/Plugin/Block/SocialLoginBlock.php
----------------------------------------------------------------------
FOUND 24 ERRORS AFFECTING 14 LINES
----------------------------------------------------------------------
 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
    |       |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 20 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 22 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
    |       |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 23 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 23 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found
    |       |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 24 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 24 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
    |       |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
    |       |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
    |       |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 30 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found
    |       |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not
    |       |     allowed (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
    |       |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 31 | ERROR | [x] Expected 1 blank line after function; 0 found
    |       |     (Squiz.WhiteSpace.FunctionSpacing.After)
 32 | ERROR | [x] The closing brace for the class must have an empty line
    |       |     before it
    |       |     (Drupal.Classes.ClassDeclaration.CloseBraceAfterBody)
 33 | ERROR | [x] Expected 1 newline at end of file; 0 found
    |       |     (Drupal.Files.EndFileNewline.NoneFound)
 33 | ERROR | [x] A closing tag is not permitted at the end of a PHP
    |       |     file (Zend.Files.ClosingTag.NotAllowed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 24 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: ...s/default/modules/social-login/src/Form/SocialLoginBlockForm.php
----------------------------------------------------------------------
FOUND 85 ERRORS AND 2 WARNINGS AFFECTING 53 LINES
----------------------------------------------------------------------
  2 | ERROR   | [x] Namespaced classes, interfaces and traits should not
    |         |     begin with a file doc comment
    |         |     (Drupal.Commenting.FileComment.NamespaceNoFileDoc)
 11 | WARNING | [x] Unused use statement
    |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
 18 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 18 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 19 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 20 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 21 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 21 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 21 | ERROR   | [x] Expected 1 blank line before function; 0 found
    |         |     (Squiz.WhiteSpace.FunctionSpacing.Before)
 22 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 22 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 23 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 23 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 23 | ERROR   | [x] Expected 1 blank line after function; 0 found
    |         |     (Squiz.WhiteSpace.FunctionSpacing.After)
 24 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 24 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 25 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 26 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 27 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 27 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 28 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 28 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 29 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 29 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 29 | ERROR   | [x] Expected 1 blank line after function; 0 found
    |         |     (Squiz.WhiteSpace.FunctionSpacing.After)
 30 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 30 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 31 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 32 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 33 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 33 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 34 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 34 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 36 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 36 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 37 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 38 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 39 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 39 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 40 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 40 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 42 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 42 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 43 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 43 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 45 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 45 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 47 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 47 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 48 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 48 | ERROR   | [x] Whitespace found at end of line
    |         |     (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
 49 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 49 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 51 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 51 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 52 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 52 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 54 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 54 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 54 | ERROR   | [x] Concat operator must be surrounded by a single
    |         |     space
    |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 54 | ERROR   | [x] Concat operator must be surrounded by a single
    |         |     space
    |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 56 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 56 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
    |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 57 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 58 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 59 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 59 | ERROR   | [x] Inline comments must start with a capital letter
    |         |     (Drupal.Commenting.InlineComment.NotCapital)
 60 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 61 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 62 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 63 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 64 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 65 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 66 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 66 | WARNING | [ ] Line exceeds 80 characters; contains 120
    |         |     characters (Drupal.Files.LineLength.TooLong)
 67 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 68 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 68 | ERROR   | [x] Array indentation error, expected 6 spaces but found
    |         |     5 (Drupal.Array.Array.ArrayIndentation)
 69 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 70 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 71 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 72 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 73 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 74 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
    |         |     allowed
    |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 74 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
    |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 77 | ERROR   | [x] Expected 1 newline at end of file; 0 found
    |         |     (Drupal.Files.EndFileNewline.NoneFound)
 77 | ERROR   | [x] A closing tag is not permitted at the end of a PHP
    |         |     file (Zend.Files.ClosingTag.NotAllowed)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 86 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: ...fault/modules/social-login/src/Form/SocialLoginAdminSettings.php
----------------------------------------------------------------------
FOUND 730 ERRORS AND 20 WARNINGS AFFECTING 440 LINES
----------------------------------------------------------------------
   3 | ERROR   | [x] Namespaced classes, interfaces and traits should not
     |         |     begin with a file doc comment
     |         |     (Drupal.Commenting.FileComment.NamespaceNoFileDoc)
  12 | WARNING | [x] Unused use statement
     |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
  14 | WARNING | [x] Unused use statement
     |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
  21 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  21 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  22 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  23 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  24 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  24 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  25 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  25 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  26 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  26 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  28 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  28 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  28 | ERROR   | [x] Missing function doc comment
     |         |     (Drupal.Commenting.FunctionComment.Missing)
  29 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  29 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  30 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  30 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  32 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  32 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  32 | ERROR   | [x] Missing function doc comment
     |         |     (Drupal.Commenting.FunctionComment.Missing)
  33 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  33 | ERROR   | [x] Whitespace found at end of line
     |         |     (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
  34 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  34 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  34 | ERROR   | [x] There must be no space between the "array" keyword
     |         |     and the opening parenthesis
     |         |     (Squiz.Arrays.ArrayDeclaration.SpaceAfterKeyword)
  35 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  35 | ERROR   | [x] There must be no space between the "array" keyword
     |         |     and the opening parenthesis
     |         |     (Squiz.Arrays.ArrayDeclaration.SpaceAfterKeyword)
  35 | WARNING | [x] A comma should follow the last multiline array item.
     |         |     Found: ) (Drupal.Array.Array.CommaLastItem)
  36 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  38 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  39 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  41 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  42 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  43 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  43 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  44 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  44 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  45 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  45 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  46 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  48 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  49 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  50 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  50 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  51 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  52 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  53 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  53 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  54 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  55 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  56 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  56 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  57 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  59 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  60 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  60 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  61 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  61 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  62 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  62 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  63 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  64 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  65 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  65 | ERROR   | [x] Array closing indentation error, expected 2 spaces
     |         |     but found 4
     |         |     (Drupal.Array.Array.ArrayClosingIndentation)
  66 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  67 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  67 | ERROR   | [x] Array indentation error, expected 6 spaces but found
     |         |     4 (Drupal.Array.Array.ArrayIndentation)
  68 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  68 | ERROR   | [x] Array indentation error, expected 6 spaces but found
     |         |     4 (Drupal.Array.Array.ArrayIndentation)
  69 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  70 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  71 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  71 | ERROR   | [x] Array closing indentation error, expected 2 spaces
     |         |     but found 4
     |         |     (Drupal.Array.Array.ArrayClosingIndentation)
  73 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  74 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  75 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  75 | WARNING | [x] A comma should follow the last multiline array item.
     |         |     Found: 'http_protocol'
     |         |     (Drupal.Array.Array.CommaLastItem)
  76 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  77 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  77 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  78 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  79 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  80 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  80 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  81 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  82 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  83 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  83 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  84 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  86 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  87 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  87 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  88 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  88 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  89 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  89 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  90 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  90 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  91 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  91 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  92 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  92 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  93 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  94 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  94 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
  95 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  97 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  98 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  99 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  99 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 100 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 100 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 101 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 101 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 102 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 102 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 103 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 103 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 104 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 104 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 105 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 105 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 106 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 106 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 107 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 108 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 110 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 111 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 112 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 112 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 113 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 113 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 114 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 114 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 115 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 115 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 116 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 116 | WARNING | [x] A comma should follow the last multiline array item.
     |         |     Found: 'https://app.oneall.com/applications/'
     |         |     (Drupal.Array.Array.CommaLastItem)
 117 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 118 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 118 | ERROR   | [x] Array closing indentation error, expected 2 spaces
     |         |     but found 4
     |         |     (Drupal.Array.Array.ArrayClosingIndentation)
 120 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 121 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 122 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 122 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 123 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 123 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 124 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 124 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 125 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 125 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 126 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 126 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 127 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 127 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 128 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 130 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 131 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 132 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 132 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 133 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 133 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 134 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 134 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 135 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 135 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 136 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 136 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 137 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 137 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 138 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 140 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 141 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 142 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 142 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 143 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 143 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 144 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 144 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 145 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 145 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 146 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 146 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 147 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 147 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 148 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 150 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 151 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 152 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 152 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 153 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 153 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 154 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 154 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 155 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 155 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 156 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 156 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 157 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 157 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 158 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 158 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 159 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 159 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 160 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 160 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 161 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 162 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 164 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 165 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 165 | WARNING | [ ] Line exceeds 80 characters; contains 104
     |         |     characters (Drupal.Files.LineLength.TooLong)
 166 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 166 | WARNING | [ ] Line exceeds 80 characters; contains 97
     |         |     characters (Drupal.Files.LineLength.TooLong)
 167 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 175 | WARNING | [ ] Line exceeds 80 characters; contains 134
     |         |     characters (Drupal.Files.LineLength.TooLong)
 178 | WARNING | [ ] Line exceeds 80 characters; contains 99
     |         |     characters (Drupal.Files.LineLength.TooLong)
 181 | WARNING | [ ] Line exceeds 80 characters; contains 103
     |         |     characters (Drupal.Files.LineLength.TooLong)
 187 | WARNING | [ ] Line exceeds 80 characters; contains 126
     |         |     characters (Drupal.Files.LineLength.TooLong)
 190 | WARNING | [ ] Line exceeds 80 characters; contains 85
     |         |     characters (Drupal.Files.LineLength.TooLong)
 193 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 194 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 195 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 195 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 196 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 196 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 197 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 199 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 200 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 200 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 201 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 201 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 202 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 202 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 203 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 203 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 204 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 204 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 205 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 205 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 206 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 206 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 207 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 208 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 208 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 209 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 211 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 212 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 212 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 213 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 213 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 214 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 214 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 215 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 215 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 216 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 216 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 217 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 217 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 218 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 220 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 221 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 222 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 222 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 223 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 223 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 224 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 226 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 227 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 227 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 228 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 228 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 229 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 229 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 230 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 230 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 231 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 231 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 232 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 232 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 233 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 233 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 234 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 235 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 235 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 236 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 238 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 239 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 239 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 240 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 240 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 241 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 241 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 242 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 242 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 243 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 243 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 244 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 244 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 245 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 247 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 248 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 249 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 249 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 250 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 250 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 251 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 253 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 254 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 254 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 255 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 255 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 256 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 256 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 257 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 257 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 258 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 258 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 259 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 259 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 260 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 260 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 261 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 262 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 262 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 263 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 265 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 266 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 266 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 267 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 267 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 268 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 268 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 269 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 269 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 270 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 270 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 271 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 271 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 272 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 274 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 275 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 278 | WARNING | [ ] Line exceeds 80 characters; contains 104
     |         |     characters (Drupal.Files.LineLength.TooLong)
 288 | WARNING | [ ] Line exceeds 80 characters; contains 110
     |         |     characters (Drupal.Files.LineLength.TooLong)
 291 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 292 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 293 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 293 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 294 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 294 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 295 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 297 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 298 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 298 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 299 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 299 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 300 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 300 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 301 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 301 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 302 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 302 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 303 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 303 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 304 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 304 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 304 | WARNING | [ ] Translatable strings must not begin or end with
     |         |     white spaces, use placeholders with t() for
     |         |     variables (Drupal.Semantics.FunctionT.WhiteSpace)
 305 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 306 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 306 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 307 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 309 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 310 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 310 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 311 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 311 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 312 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 312 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 313 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 313 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 314 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 314 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 315 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 315 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 316 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 317 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 317 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 318 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 320 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 321 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 321 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 322 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 322 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 323 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 323 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 324 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 324 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 325 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 325 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 326 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 326 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 327 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 327 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 328 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 329 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 329 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 330 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 332 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 333 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 334 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 334 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 335 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 335 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 336 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 338 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 339 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 341 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 342 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 343 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 343 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 344 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 344 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 344 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 344 | ERROR   | [x] Namespaced classes/interfaces/traits should be
     |         |     referenced with use statements
     |         |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
 345 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 345 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 345 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 346 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 346 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 346 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 347 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 347 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 347 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 348 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 348 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 348 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 349 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 349 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 349 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 350 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 351 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 351 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 352 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 352 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 353 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 353 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 354 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 355 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 356 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 358 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 359 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 359 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 360 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 360 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 360 | ERROR   | [x] Namespaced classes/interfaces/traits should be
     |         |     referenced with use statements
     |         |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
 361 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 361 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 362 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 362 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 363 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 364 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 364 | WARNING | [x] A comma should follow the last multiline array item.
     |         |     Found: 'margin: 15px;'
     |         |     (Drupal.Array.Array.CommaLastItem)
 365 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 365 | WARNING | [x] A comma should follow the last multiline array item.
     |         |     Found: ] (Drupal.Array.Array.CommaLastItem)
 366 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 367 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 369 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 370 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 370 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 371 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 371 | ERROR   | [x] Array indentation error, expected 5 spaces but found
     |         |     3 (Drupal.Array.Array.ArrayIndentation)
 372 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 373 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 373 | WARNING | [x] A comma should follow the last multiline array item.
     |         |     Found: 'clear: both;'
     |         |     (Drupal.Array.Array.CommaLastItem)
 374 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 374 | WARNING | [x] A comma should follow the last multiline array item.
     |         |     Found: ] (Drupal.Array.Array.CommaLastItem)
 375 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 376 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 377 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 379 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 380 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 381 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 381 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 382 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 382 | ERROR   | [x] Array indentation error, expected 4 spaces but found
     |         |     2 (Drupal.Array.Array.ArrayIndentation)
 383 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 385 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 386 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 386 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 388 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 388 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 388 | ERROR   | [x] Missing function doc comment
     |         |     (Drupal.Commenting.FunctionComment.Missing)
 390 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 390 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 391 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 391 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 393 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 393 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 394 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 394 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 396 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 396 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 398 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 398 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 399 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 399 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 400 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 400 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 400 | ERROR   | [x] Inline comments must end in full-stops, exclamation
     |         |     marks, colons, question marks, or closing
     |         |     parentheses
     |         |     (Drupal.Commenting.InlineComment.InvalidEndChar)
 401 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 401 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 403 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 403 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 404 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 404 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 405 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 405 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 406 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 407 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 407 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 409 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 409 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 410 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 410 | WARNING | [x] A comma should follow the last multiline array item.
     |         |     Found: 'oaslsid' (Drupal.Array.Array.CommaLastItem)
 411 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 412 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 412 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 413 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 413 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 414 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 414 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 415 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 415 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 416 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 416 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 417 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 418 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 419 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 419 | ERROR   | [x] Array closing indentation error, expected 4 spaces
     |         |     but found 6
     |         |     (Drupal.Array.Array.ArrayClosingIndentation)
 420 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 420 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 421 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 422 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 423 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 424 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 424 | ERROR   | [x] No space found before comment text; expected "//
     |         |     \menu_rebuild();" but found "//\menu_rebuild();"
     |         |     (Drupal.Commenting.InlineComment.NoSpaceBefore)
 425 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 425 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 425 | ERROR   | [x] Expected 1 blank line after function; 0 found
     |         |     (Squiz.WhiteSpace.FunctionSpacing.After)
 426 | ERROR   | [x] The closing brace for the class must have an empty
     |         |     line before it
     |         |     (Drupal.Classes.ClassDeclaration.CloseBraceAfterBody)
 426 | ERROR   | [ ] Closing class brace must be on a line by itself
     |         |     (Drupal.Classes.ClassDeclaration.CloseBraceSameLine)
 432 | ERROR   | [x] Expected 1 blank line before function; 2 found
     |         |     (Squiz.WhiteSpace.FunctionSpacing.Before)
 434 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 434 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 435 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 435 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 436 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 436 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 438 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 438 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 439 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 439 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 440 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 440 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 441 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 441 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 442 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 442 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 443 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 443 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 444 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 444 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 445 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 445 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 446 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 446 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 447 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 447 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 448 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 448 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 449 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 449 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 450 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 450 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 451 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 451 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 452 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 452 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 453 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 453 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 454 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 454 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 455 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 455 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 456 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 456 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 457 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 457 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 459 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 459 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 460 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 460 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 461 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 461 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 462 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 462 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 463 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 463 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 464 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 465 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 466 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 467 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 467 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 468 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 468 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 469 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 469 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 470 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 470 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 471 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 471 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 472 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 472 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 480 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 480 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 481 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 481 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 481 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected
     |         |     "NULL" but found "null"
     |         |     (Generic.PHP.UpperCaseConstant.Found)
 482 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 482 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 482 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected
     |         |     "NULL" but found "null"
     |         |     (Generic.PHP.UpperCaseConstant.Found)
 483 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 483 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 483 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected
     |         |     "NULL" but found "null"
     |         |     (Generic.PHP.UpperCaseConstant.Found)
 485 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 485 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 485 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected
     |         |     "NULL" but found "null"
     |         |     (Generic.PHP.UpperCaseConstant.Found)
 486 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 486 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 488 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 488 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 488 | ERROR   | [x] TRUE, FALSE and NULL must be uppercase; expected
     |         |     "NULL" but found "null"
     |         |     (Generic.PHP.UpperCaseConstant.Found)
 489 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 489 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 491 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 491 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 492 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 492 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 493 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 493 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 495 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 495 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 496 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 496 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 497 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 497 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 498 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 498 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 499 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 499 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 500 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 500 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 502 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 502 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 503 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 503 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 504 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 504 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 505 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 507 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 508 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 509 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 509 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 510 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 511 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 512 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 514 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 514 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 515 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 515 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 516 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 516 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 517 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 518 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 519 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 521 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 522 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 523 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 524 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 524 | ERROR   | [x] Line indented incorrectly; expected 5 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 525 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 525 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 526 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 526 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 527 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 527 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 528 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 528 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 529 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 529 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 530 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 530 | ERROR   | [x] Case breaking statement indented incorrectly;
     |         |     expected 7 spaces, found 6
     |         |     (Drupal.WhiteSpace.ScopeClosingBrace.BreakIndent)
 532 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 532 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 533 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 533 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 534 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 534 | ERROR   | [x] Case breaking statement indented incorrectly;
     |         |     expected 7 spaces, found 6
     |         |     (Drupal.WhiteSpace.ScopeClosingBrace.BreakIndent)
 536 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 536 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 537 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 537 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 538 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 538 | ERROR   | [x] Case breaking statement indented incorrectly;
     |         |     expected 7 spaces, found 6
     |         |     (Drupal.WhiteSpace.ScopeClosingBrace.BreakIndent)
 540 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 540 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 541 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 541 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 542 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 542 | ERROR   | [x] Case breaking statement indented incorrectly;
     |         |     expected 7 spaces, found 6
     |         |     (Drupal.WhiteSpace.ScopeClosingBrace.BreakIndent)
 544 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 544 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 545 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 545 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 546 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 546 | ERROR   | [x] Case breaking statement indented incorrectly;
     |         |     expected 7 spaces, found 6
     |         |     (Drupal.WhiteSpace.ScopeClosingBrace.BreakIndent)
 547 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 548 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 548 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 549 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 550 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 550 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 552 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 552 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 553 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 553 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 554 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 554 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 555 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 555 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 556 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 556 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 557 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 557 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 558 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 558 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 559 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 559 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 739 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: .../default/modules/social-login/src/Controller/SocialLoginCore.php
----------------------------------------------------------------------
FOUND 565 ERRORS AND 3 WARNINGS AFFECTING 306 LINES
----------------------------------------------------------------------
   9 | WARNING | [x] Unused use statement
     |         |     (Drupal.Classes.UnusedUseStatement.UnusedUse)
  15 | ERROR   | [x] Opening brace should be on the same line as the
     |         |     declaration
     |         |     (Drupal.Classes.ClassDeclaration.BraceOnNewLine)
  16 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  16 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  17 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  18 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  19 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  19 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  19 | ERROR   | [ ] Public method name
     |         |     "SocialLoginCore::callback_handler" is not in lowerCamel
     |         |     format
     |         |     (Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps)
  19 | ERROR   | [x] Expected 1 blank line before function; 0 found
     |         |     (Squiz.WhiteSpace.FunctionSpacing.Before)
  21 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  21 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  22 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  22 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  24 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  24 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  25 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  25 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     2 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  27 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  27 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  28 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  28 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  29 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  29 | ERROR   | [x] Whitespace found at end of line
     |         |     (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
  30 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  30 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  31 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  31 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  32 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  32 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  33 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  33 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  35 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  35 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  36 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  36 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  37 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  37 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  39 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  39 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  40 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  40 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  41 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  41 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  43 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  43 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  44 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  44 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  45 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  45 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  46 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  46 | ERROR   | [x] Line indented incorrectly; expected at least 6
     |         |     spaces, found 5
     |         |     (Drupal.WhiteSpace.ScopeIndent.Incorrect)
  47 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  47 | ERROR   | [x] Line indented incorrectly; expected at least 6
     |         |     spaces, found 5
     |         |     (Drupal.WhiteSpace.ScopeIndent.Incorrect)
  48 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  48 | ERROR   | [x] Line indented incorrectly; expected at least 6
     |         |     spaces, found 5
     |         |     (Drupal.WhiteSpace.ScopeIndent.Incorrect)
  49 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  51 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  51 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  52 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  52 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  53 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  53 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  54 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  54 | ERROR   | [x] Line indented incorrectly; expected at least 6
     |         |     spaces, found 5
     |         |     (Drupal.WhiteSpace.ScopeIndent.Incorrect)
  55 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  55 | ERROR   | [x] Line indented incorrectly; expected at least 6
     |         |     spaces, found 5
     |         |     (Drupal.WhiteSpace.ScopeIndent.Incorrect)
  56 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  56 | ERROR   | [x] Line indented incorrectly; expected at least 6
     |         |     spaces, found 5
     |         |     (Drupal.WhiteSpace.ScopeIndent.Incorrect)
  57 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  59 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  59 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  60 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  60 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  62 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  62 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  63 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  63 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  64 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  64 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  65 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  65 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  66 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  66 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  67 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  67 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  68 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  68 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  70 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  70 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  71 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  71 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  72 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  73 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  74 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  76 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  76 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     4 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  77 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  77 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  77 | ERROR   | [x] Namespaced classes/interfaces/traits should be
     |         |     referenced with use statements
     |         |     (Drupal.Classes.FullyQualifiedNamespace.UseStatementMissing)
  79 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  79 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  80 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  80 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  82 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  82 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  83 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  83 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  85 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  85 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  86 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  86 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  87 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  87 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  88 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  88 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  89 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  89 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  91 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  91 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  92 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  92 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  94 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  94 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  95 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  95 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  97 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  97 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
  98 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  98 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 100 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 100 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 101 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 101 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 103 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 103 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 104 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 104 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 105 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 105 | ERROR   | [x] Whitespace found at end of line
     |         |     (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
 106 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 106 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 107 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 107 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     6 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 108 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 108 | ERROR   | [x] Whitespace found at end of line
     |         |     (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
 109 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 109 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 110 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 110 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 111 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 111 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 112 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 112 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 113 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 113 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 114 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 114 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 115 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 115 | ERROR   | [x] Line indented incorrectly; expected 16 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 116 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 116 | ERROR   | [x] Whitespace found at end of line
     |         |     (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
 117 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 118 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 118 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 119 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 119 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 120 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 120 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 121 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 122 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 122 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 123 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 123 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 124 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 124 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 126 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 126 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 127 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 127 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 129 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 129 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 130 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 130 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 132 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 132 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 133 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 133 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 134 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 134 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 135 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 135 | ERROR   | [x] Line indented incorrectly; expected at least 14
     |         |     spaces, found 12
     |         |     (Drupal.WhiteSpace.ScopeIndent.Incorrect)
 136 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 137 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 137 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 138 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 138 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 139 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 139 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 140 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 140 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 141 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 141 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 142 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 142 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 143 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 143 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 144 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 144 | ERROR   | [x] Line indented incorrectly; expected at least 14
     |         |     spaces, found 13
     |         |     (Drupal.WhiteSpace.ScopeIndent.Incorrect)
 145 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 146 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 147 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 148 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 149 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 149 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 150 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 150 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 151 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 153 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 154 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 156 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 157 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 157 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 157 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 157 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 157 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 157 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 158 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 159 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 159 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 160 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 161 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 162 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 163 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 163 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 165 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 165 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 166 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 166 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 168 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 168 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 169 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 169 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 170 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 171 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 171 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 172 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 173 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 174 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 175 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 175 | ERROR   | [x] Whitespace found at end of line
     |         |     (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
 176 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 176 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 176 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 176 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 176 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 176 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 177 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 177 | ERROR   | [x] Whitespace found at end of line
     |         |     (Squiz.WhiteSpace.SuperfluousWhitespace.EndLine)
 178 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 178 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 179 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 179 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 180 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 180 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 181 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 181 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 182 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 182 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 183 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 183 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 185 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 185 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 186 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 186 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 187 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 187 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 188 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 188 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 189 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 189 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 190 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 192 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 193 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 195 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 195 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 196 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 196 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 198 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 198 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 199 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 199 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 201 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 201 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 202 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 202 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 203 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 204 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 205 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 207 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 207 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 208 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 208 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 210 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 210 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 211 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 211 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 212 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 213 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 213 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 214 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 216 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 217 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 219 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 219 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 220 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 220 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 222 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 222 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 223 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 223 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 225 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 225 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 226 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 226 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 228 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 228 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 229 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 229 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 230 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 230 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 231 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 231 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 232 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 232 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 233 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 233 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 234 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 234 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 235 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 235 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 236 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 236 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 237 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 237 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 238 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 238 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 239 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 239 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 240 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 240 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 241 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 241 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 243 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 243 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 244 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 244 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 245 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 245 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 246 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 246 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 247 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 247 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 248 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 248 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 249 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 250 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 250 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 252 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 252 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 253 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 253 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 255 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 255 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 256 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 256 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 257 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 257 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 258 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 258 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 259 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 259 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 260 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 260 | ERROR   | [x] Case breaking statement indented incorrectly;
     |         |     expected 12 spaces, found 11
     |         |     (Drupal.WhiteSpace.ScopeClosingBrace.BreakIndent)
 262 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 262 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 263 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 264 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 264 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 265 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 265 | ERROR   | [x] Case breaking statement indented incorrectly;
     |         |     expected 12 spaces, found 11
     |         |     (Drupal.WhiteSpace.ScopeClosingBrace.BreakIndent)
 267 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 267 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 268 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 269 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 269 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 270 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 270 | ERROR   | [x] Case breaking statement indented incorrectly;
     |         |     expected 12 spaces, found 11
     |         |     (Drupal.WhiteSpace.ScopeClosingBrace.BreakIndent)
 271 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 271 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 273 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 273 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 273 | WARNING | [ ] Line exceeds 80 characters; contains 87
     |         |     characters (Drupal.Files.LineLength.TooLong)
 273 | ERROR   | [x] Comments may not appear after statements
     |         |     (Drupal.Commenting.PostStatementComment.Found)
 273 | ERROR   | [x] Inline comments must start with a capital letter
     |         |     (Drupal.Commenting.InlineComment.NotCapital)
 274 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 274 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 275 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 275 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 276 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 276 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 277 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 277 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 278 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 278 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 280 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 280 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 281 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 281 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 282 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 283 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 284 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 285 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 286 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 287 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 288 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 290 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 291 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 292 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 294 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 295 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 297 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 297 | ERROR   | [x] Line indented incorrectly; expected 11 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 298 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 298 | ERROR   | [x] Line indented incorrectly; expected 11 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 300 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 300 | ERROR   | [x] Line indented incorrectly; expected 11 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 301 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 301 | ERROR   | [x] Line indented incorrectly; expected 11 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 303 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 303 | ERROR   | [x] Line indented incorrectly; expected 13 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 304 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 304 | ERROR   | [x] Line indented incorrectly; expected 13 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 306 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 306 | ERROR   | [x] Line indented incorrectly; expected 13 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 308 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 308 | ERROR   | [x] Line indented incorrectly; expected 13 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 309 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 309 | ERROR   | [x] Line indented incorrectly; expected 13 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 310 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 310 | ERROR   | [x] Line indented incorrectly; expected 15 spaces, found
     |         |     12 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 311 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 311 | ERROR   | [x] Line indented incorrectly; expected 15 spaces, found
     |         |     12 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 312 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 312 | ERROR   | [x] Line indented incorrectly; expected 17 spaces, found
     |         |     13 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 313 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 313 | ERROR   | [x] Line indented incorrectly; expected 17 spaces, found
     |         |     13 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 314 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 314 | ERROR   | [x] Line indented incorrectly; expected at least 17
     |         |     spaces, found 15
     |         |     (Drupal.WhiteSpace.ScopeIndent.Incorrect)
 315 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 316 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 317 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 318 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 319 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 319 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     13 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 320 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 320 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     13 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 321 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 322 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 323 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 324 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 324 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 325 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 325 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 326 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 326 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 327 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 327 | ERROR   | [x] Line indented incorrectly; expected 14 spaces, found
     |         |     12 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 328 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 329 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 330 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 330 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 331 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 332 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 333 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 334 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 334 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 335 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 335 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 336 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 336 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 336 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 336 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 336 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 336 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 336 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 337 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 337 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     11 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 338 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 339 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 339 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 340 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 340 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 341 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 341 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 342 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 342 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 343 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 343 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 344 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 344 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 344 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 344 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 344 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 344 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 344 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 345 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 345 | ERROR   | [x] Line indented incorrectly; expected 12 spaces, found
     |         |     10 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 346 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 346 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 347 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 349 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 350 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 351 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 351 | WARNING | [ ] Line exceeds 80 characters; contains 85
     |         |     characters (Drupal.Files.LineLength.TooLong)
 351 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 352 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 352 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 352 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 352 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 352 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 352 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 352 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 353 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 353 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     9 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 354 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 355 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 355 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 356 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 356 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 357 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 357 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 358 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 358 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 359 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 359 | ERROR   | [x] Line indented incorrectly; expected 10 spaces, found
     |         |     8 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 360 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 360 | ERROR   | [x] Line indented incorrectly; expected 8 spaces, found
     |         |     7 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 361 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 362 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 362 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 363 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 364 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 365 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 365 | ERROR   | [x] Line indented incorrectly; expected 6 spaces, found
     |         |     5 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 365 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 365 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 365 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 365 | ERROR   | [x] Concat operator must be surrounded by a single
     |         |     space
     |         |     (Squiz.Strings.ConcatenationSpacing.PaddingFound)
 366 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 367 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 367 | ERROR   | [x] Line indented incorrectly; expected 4 spaces, found
     |         |     3 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 368 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 370 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 371 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 372 | ERROR   | [x] Spaces must be used to indent lines; tabs are not
     |         |     allowed
     |         |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 372 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found
     |         |     1 (Drupal.WhiteSpace.ScopeIndent.IncorrectExact)
 373 | ERROR   | [x] Expected 1 newline at end of file; 0 found
     |         |     (Drupal.Files.EndFileNewline.NoneFound)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 565 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: ...al/sites/default/modules/social-login/css/social_login.admin.css
----------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------
  62 | ERROR | [x] Spaces must be used to indent lines; tabs are not
     |       |     allowed
     |       |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
  62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
     |       |     1 (Squiz.CSS.Indentation.Incorrect)
 134 | ERROR | [x] Spaces must be used to indent lines; tabs are not
     |       |     allowed
     |       |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 134 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
     |       |     1 (Squiz.CSS.Indentation.Incorrect)
 138 | ERROR | [x] Spaces must be used to indent lines; tabs are not
     |       |     allowed
     |       |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
     |       |     1 (Squiz.CSS.Indentation.Incorrect)
 142 | ERROR | [x] Spaces must be used to indent lines; tabs are not
     |       |     allowed
     |       |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 142 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
     |       |     1 (Squiz.CSS.Indentation.Incorrect)
 146 | ERROR | [x] Spaces must be used to indent lines; tabs are not
     |       |     allowed
     |       |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 146 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
     |       |     1 (Squiz.CSS.Indentation.Incorrect)
 150 | ERROR | [x] Spaces must be used to indent lines; tabs are not
     |       |     allowed
     |       |     (Generic.WhiteSpace.DisallowTabIndent.TabsUsed)
 150 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found
     |       |     1 (Squiz.CSS.Indentation.Incorrect)
----------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------

Time: 183ms; Memory: 10Mb

Comments

anoopjohn created an issue. See original summary.

anoopjohn’s picture

Status: Active » Needs review
StatusFileSize
new79.36 KB

Please find a patch that fixes the reported issues. Do note that quite a lot of the changes are tab to space changes. So please run git diff -w to check out the changes other than whitespace changes.

  • ClaudeSchlesser committed d2c0d49 on 8.x-1.x
    Issue #2732369 by anoopjohn: Fix coding standard related errors
    
ClaudeSchlesser’s picture

Status: Needs review » Patch (to be ported)

Thank you very much for the patch!

I have already added it in our test environment and we will include it in the next release of the plugin!

Best Regards,

ClaudeSchlesser’s picture

Status: Patch (to be ported) » Closed (fixed)

The patch has been ported to version 8.x-1.2.
Thank you very much for your contribution!