Fix issues reported by PHPCS

Created on 31 December 2024, 3 months ago

Problem/Motivation

Here is a list of the phpcs issues to fix:

fin exec phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml nava/

FILE: /var/www/web/themes/contrib/nava/README.txt
-------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
-------------------------------------------------------------------------
   2 | WARNING | [ ] Line exceeds 80 characters; contains 246 characters
  50 | WARNING | [ ] Line exceeds 80 characters; contains 153 characters
 101 | ERROR   | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/Theme_Changelog.txt
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 19 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/theme-settings.php
--------------------------------------------------------------------------------
FOUND 63 ERRORS AND 4 WARNINGS AFFECTING 47 LINES
--------------------------------------------------------------------------------
   1 | ERROR   | [x] Missing file doc comment
   1 | ERROR   | [x] The PHP open tag must be followed by exactly one blank
     |         |     line
  10 | ERROR   | [x] Concat operator must be surrounded by a single space
  10 | ERROR   | [x] Concat operator must be surrounded by a single space
  13 | WARNING | [ ] Do not pass empty strings to t()
  16 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
  84 | WARNING | [ ] Only string literals should be passed to t() where
     |         |     possible
  99 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 109 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 116 | ERROR   | [x] Short array syntax must be used to define arrays
 117 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 117 | ERROR   | [x] Array indentation error, expected 6 spaces but found 5
 118 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 118 | ERROR   | [x] Array indentation error, expected 6 spaces but found 5
 118 | ERROR   | [x] Closing parenthesis of array declaration must be on a new
     |         |     line
 121 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 128 | ERROR   | [x] Short array syntax must be used to define arrays
 129 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 129 | ERROR   | [x] Array indentation error, expected 6 spaces but found 5
 130 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 130 | ERROR   | [x] Array indentation error, expected 6 spaces but found 5
 130 | ERROR   | [x] Closing parenthesis of array declaration must be on a new
     |         |     line
 133 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 140 | ERROR   | [x] Short array syntax must be used to define arrays
 141 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 141 | ERROR   | [x] Array indentation error, expected 6 spaces but found 5
 142 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 142 | ERROR   | [x] Array indentation error, expected 6 spaces but found 5
 142 | ERROR   | [x] Closing parenthesis of array declaration must be on a new
     |         |     line
 163 | ERROR   | [x] Line indented incorrectly; expected 2 spaces, found 4
 164 | ERROR   | [x] Array indentation error, expected 6 spaces but found 4
 165 | ERROR   | [x] Array indentation error, expected 6 spaces but found 4
 166 | ERROR   | [x] Array closing indentation error, expected 4 spaces but
     |         |     found 2
 272 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 291 | ERROR   | [x] Short array syntax must be used to define arrays
 292 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 292 | ERROR   | [x] Array indentation error, expected 6 spaces but found 5
 332 | ERROR   | [x] Inline comments must start with a capital letter
 332 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 339 | ERROR   | [x] Inline comments must start with a capital letter
 339 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 346 | ERROR   | [x] Inline comments must start with a capital letter
 346 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 353 | ERROR   | [x] Inline comments must start with a capital letter
 353 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 360 | ERROR   | [x] Inline comments must start with a capital letter
 360 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 364 | WARNING | [ ] Do not pass empty strings to t()
 367 | ERROR   | [x] Inline comments must start with a capital letter
 367 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 389 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 410 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 433 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 452 | ERROR   | [x] Spaces must be used to indent lines; tabs are not allowed
 452 | WARNING | [x] A comma should follow the last multiline array item.
     |         |     Found: )
 454 | ERROR   | [x] Inline comments must start with a capital letter
 454 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 461 | ERROR   | [ ] Inline doc block comments are not allowed; use "/* Comment
     |         |     */" or "// Comment" instead
 467 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 473 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 480 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 486 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 503 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 508 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 514 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 520 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks,
     |         |     question marks, colons, or closing parentheses
 533 | ERROR   | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 63 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/README.md
-------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
-------------------------------------------------------------------------
  50 | WARNING | [ ] Line exceeds 80 characters; contains 153 characters
 101 | ERROR   | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/nava.info.yml
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 1 LINE
--------------------------------------------------------------------------------
 1 | WARNING | Remove "project" from the info file, it will be added by
   |         | drupal.org packaging automatically
 1 | WARNING | Remove "datestamp" from the info file, it will be added by
   |         | drupal.org packaging automatically
 1 | WARNING | Remove "version" from the info file, it will be added by
   |         | drupal.org packaging automatically
--------------------------------------------------------------------------------


FILE: .../web/themes/contrib/nava/config/optional/block.block.nava_account_menu.yml
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 24 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: ...w/web/themes/contrib/nava/config/optional/block.block.nava_breadcrumbs.yml
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
 19 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/config/schema/nava.schema.yml
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 3 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/nava.libraries.yml
----------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------
 33 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/nava.theme
--------------------------------------------------------------------------------
FOUND 107 ERRORS AFFECTING 57 LINES
--------------------------------------------------------------------------------
  1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
  3 | ERROR | [x] The second line in the file doc comment must be "@file"
  3 | ERROR | [x] Doc comment short description must start with a capital
    |       |     letter
  8 | ERROR | [x] Expected 1 blank line before function; 0 found
  9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 10 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 11 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 12 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 13 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 13 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 14 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 14 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
 15 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 15 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 15 | ERROR | [x] Expected newline after closing brace
 16 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 16 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 17 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 18 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 18 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 19 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 20 | ERROR | [x] Expected 1 blank line after function; 0 found
 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 27 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 27 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 28 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 29 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 30 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 32 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 33 | ERROR | [x] Expected 1 blank line after function; 0 found
 35 | ERROR | [x] Doc comment short description must start with a capital
    |       |     letter
 35 | ERROR | [x] Doc comment short description must end with a full stop
 38 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 38 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 39 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 40 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 41 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 41 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 42 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 42 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 43 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 43 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 44 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 45 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 46 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 47 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 48 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 49 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 50 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 51 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 51 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 52 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 52 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 53 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 54 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 63 | ERROR | [x] Expected 1 blank line before function; 0 found
 64 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 65 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 66 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 67 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 68 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 68 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 69 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 69 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found
    |       |     3
 69 | ERROR | [x] Array indentation error, expected 4 spaces but found 3
 70 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 71 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 72 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
 73 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 74 | ERROR | [x] Expected 1 blank line after function; 0 found
 80 | ERROR | [x] Missing function doc comment
 82 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 83 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 107 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/css/style.css
---------------------------------------------------------------------------
FOUND 18 ERRORS AFFECTING 10 LINES
---------------------------------------------------------------------------
  106 | ERROR | [x] Multiple selectors should each be on a single line
  106 | ERROR | [x] Multiple selectors should each be on a single line
  106 | ERROR | [x] Multiple selectors should each be on a single line
  106 | ERROR | [x] Multiple selectors should each be on a single line
  106 | ERROR | [x] Multiple selectors should each be on a single line
  131 | ERROR | [x] Multiple selectors should each be on a single line
  144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  163 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  281 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
  282 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 7
  416 | ERROR | [x] Multiple selectors should each be on a single line
  416 | ERROR | [x] Multiple selectors should each be on a single line
 1543 | ERROR | [x] Multiple selectors should each be on a single line
 1543 | ERROR | [x] Multiple selectors should each be on a single line
 1543 | ERROR | [x] Multiple selectors should each be on a single line
 2556 | ERROR | [x] Multiple selectors should each be on a single line
 2556 | ERROR | [x] Multiple selectors should each be on a single line
 2945 | ERROR | [x] Expected 1 newline at end of file; 0 found
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/css/slider.css
--------------------------------------------------------------------------------
FOUND 250 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Multiple selectors should each be on a single line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Multiple selectors should each be on a single line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
   1 | ERROR | [x] Expected 1 space before opening brace of class definition; 0
     |       |     found
   1 | ERROR | [x] Opening brace should be the last content on the line
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [x] Each style definition must be on a line by itself
   1 | ERROR | [x] Expected 1 space after colon in style definition; 0 found
   1 | ERROR | [ ] Style definitions must end with a semicolon
   1 | ERROR | [x] Closing brace of class definition must be on new line
 167 | ERROR | [x] Expected 1 newline at end of file; 0 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 227 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/css/bootstrap-icons.css
--------------------------------------------------------------------------
FOUND 4100 ERRORS AFFECTING 2050 LINES
--------------------------------------------------------------------------
   28 | ERROR | [x] Opening brace should be the last content on the line
   28 | ERROR | [x] Closing brace of class definition must be on new line
   29 | ERROR | [x] Opening brace should be the last content on the line
   29 | ERROR | [x] Closing brace of class definition must be on new line
   30 | ERROR | [x] Opening brace should be the last content on the line
   30 | ERROR | [x] Closing brace of class definition must be on new line
   31 | ERROR | [x] Opening brace should be the last content on the line
   31 | ERROR | [x] Closing brace of class definition must be on new line
   32 | ERROR | [x] Opening brace should be the last content on the line
   32 | ERROR | [x] Closing brace of class definition must be on new line
   33 | ERROR | [x] Opening brace should be the last content on the line
   33 | ERROR | [x] Closing brace of class definition must be on new line
   34 | ERROR | [x] Opening brace should be the last content on the line
   34 | ERROR | [x] Closing brace of class definition must be on new line
   35 | ERROR | [x] Opening brace should be the last content on the line
   35 | ERROR | [x] Closing brace of class definition must be on new line
   36 | ERROR | [x] Opening brace should be the last content on the line
   36 | ERROR | [x] Closing brace of class definition must be on new line
   37 | ERROR | [x] Opening brace should be the last content on the line
   37 | ERROR | [x] Closing brace of class definition must be on new line
   38 | ERROR | [x] Opening brace should be the last content on the line
   38 | ERROR | [x] Closing brace of class definition must be on new line
   39 | ERROR | [x] Opening brace should be the last content on the line
   39 | ERROR | [x] Closing brace of class definition must be on new line
   40 | ERROR | [x] Opening brace should be the last content on the line
   40 | ERROR | [x] Closing brace of class definition must be on new line
   41 | ERROR | [x] Opening brace should be the last content on the line
   41 | ERROR | [x] Closing brace of class definition must be on new line
   42 | ERROR | [x] Opening brace should be the last content on the line
   42 | ERROR | [x] Closing brace of class definition must be on new line
   43 | ERROR | [x] Opening brace should be the last content on the line
   43 | ERROR | [x] Closing brace of class definition must be on new line
   44 | ERROR | [x] Opening brace should be the last content on the line
   44 | ERROR | [x] Closing brace of class definition must be on new line
   45 | ERROR | [x] Opening brace should be the last content on the line
   45 | ERROR | [x] Closing brace of class definition must be on new line
   46 | ERROR | [x] Opening brace should be the last content on the line
   46 | ERROR | [x] Closing brace of class definition must be on new line
   47 | ERROR | [x] Opening brace should be the last content on the line
   47 | ERROR | [x] Closing brace of class definition must be on new line
   48 | ERROR | [x] Opening brace should be the last content on the line
   48 | ERROR | [x] Closing brace of class definition must be on new line
   49 | ERROR | [x] Opening brace should be the last content on the line
   49 | ERROR | [x] Closing brace of class definition must be on new line
   50 | ERROR | [x] Opening brace should be the last content on the line
   50 | ERROR | [x] Closing brace of class definition must be on new line
   51 | ERROR | [x] Opening brace should be the last content on the line
   51 | ERROR | [x] Closing brace of class definition must be on new line
   52 | ERROR | [x] Opening brace should be the last content on the line
   52 | ERROR | [x] Closing brace of class definition must be on new line
   53 | ERROR | [x] Opening brace should be the last content on the line
   53 | ERROR | [x] Closing brace of class definition must be on new line
   54 | ERROR | [x] Opening brace should be the last content on the line
   54 | ERROR | [x] Closing brace of class definition must be on new line
   55 | ERROR | [x] Opening brace should be the last content on the line
   55 | ERROR | [x] Closing brace of class definition must be on new line
   56 | ERROR | [x] Opening brace should be the last content on the line
   56 | ERROR | [x] Closing brace of class definition must be on new line
   57 | ERROR | [x] Opening brace should be the last content on the line
   57 | ERROR | [x] Closing brace of class definition must be on new line
   58 | ERROR | [x] Opening brace should be the last content on the line
   58 | ERROR | [x] Closing brace of class definition must be on new line
   59 | ERROR | [x] Opening brace should be the last content on the line
   59 | ERROR | [x] Closing brace of class definition must be on new line
   60 | ERROR | [x] Opening brace should be the last content on the line
   60 | ERROR | [x] Closing brace of class definition must be on new line
   61 | ERROR | [x] Opening brace should be the last content on the line
   61 | ERROR | [x] Closing brace of class definition must be on new line
   62 | ERROR | [x] Opening brace should be the last content on the line
   62 | ERROR | [x] Closing brace of class definition must be on new line
   63 | ERROR | [x] Opening brace should be the last content on the line
   63 | ERROR | [x] Closing brace of class definition must be on new line
   64 | ERROR | [x] Opening brace should be the last content on the line
   64 | ERROR | [x] Closing brace of class definition must be on new line
   65 | ERROR | [x] Opening brace should be the last content on the line
   65 | ERROR | [x] Closing brace of class definition must be on new line
   66 | ERROR | [x] Opening brace should be the last content on the line
   66 | ERROR | [x] Closing brace of class definition must be on new line
   67 | ERROR | [x] Opening brace should be the last content on the line
   67 | ERROR | [x] Closing brace of class definition must be on new line
   68 | ERROR | [x] Opening brace should be the last content on the line
   68 | ERROR | [x] Closing brace of class definition must be on new line
   69 | ERROR | [x] Opening brace should be the last content on the line
   69 | ERROR | [x] Closing brace of class definition must be on new line
   70 | ERROR | [x] Opening brace should be the last content on the line
   70 | ERROR | [x] Closing brace of class definition must be on new line
   71 | ERROR | [x] Opening brace should be the last content on the line
   71 | ERROR | [x] Closing brace of class definition must be on new line
   72 | ERROR | [x] Opening brace should be the last content on the line
   72 | ERROR | [x] Closing brace of class definition must be on new line
   73 | ERROR | [x] Opening brace should be the last content on the line
   73 | ERROR | [x] Closing brace of class definition must be on new line
   74 | ERROR | [x] Opening brace should be the last content on the line
   74 | ERROR | [x] Closing brace of class definition must be on new line
   75 | ERROR | [x] Opening brace should be the last content on the line
   75 | ERROR | [x] Closing brace of class definition must be on new line
   76 | ERROR | [x] Opening brace should be the last content on the line
   76 | ERROR | [x] Closing brace of class definition must be on new line
   77 | ERROR | [x] Opening brace should be the last content on the line
   77 | ERROR | [x] Closing brace of class definition must be on new line
   78 | ERROR | [x] Opening brace should be the last content on the line
   78 | ERROR | [x] Closing brace of class definition must be on new line
   79 | ERROR | [x] Opening brace should be the last content on the line
   79 | ERROR | [x] Closing brace of class definition must be on new line
   80 | ERROR | [x] Opening brace should be the last content on the line
   80 | ERROR | [x] Closing brace of class definition must be on new line
   81 | ERROR | [x] Opening brace should be the last content on the line
   81 | ERROR | [x] Closing brace of class definition must be on new line
   82 | ERROR | [x] Opening brace should be the last content on the line
   82 | ERROR | [x] Closing brace of class definition must be on new line
   83 | ERROR | [x] Opening brace should be the last content on the line
   83 | ERROR | [x] Closing brace of class definition must be on new line
   84 | ERROR | [x] Opening brace should be the last content on the line
   84 | ERROR | [x] Closing brace of class definition must be on new line
   85 | ERROR | [x] Opening brace should be the last content on the line
   85 | ERROR | [x] Closing brace of class definition must be on new line
   86 | ERROR | [x] Opening brace should be the last content on the line
   86 | ERROR | [x] Closing brace of class definition must be on new line
   87 | ERROR | [x] Opening brace should be the last content on the line
   87 | ERROR | [x] Closing brace of class definition must be on new line
   88 | ERROR | [x] Opening brace should be the last content on the line
   88 | ERROR | [x] Closing brace of class definition must be on new line
   89 | ERROR | [x] Opening brace should be the last content on the line
   89 | ERROR | [x] Closing brace of class definition must be on new line
   90 | ERROR | [x] Opening brace should be the last content on the line
   90 | ERROR | [x] Closing brace of class definition must be on new line
   91 | ERROR | [x] Opening brace should be the last content on the line
   91 | ERROR | [x] Closing brace of class definition must be on new line
   92 | ERROR | [x] Opening brace should be the last content on the line
   92 | ERROR | [x] Closing brace of class definition must be on new line
   93 | ERROR | [x] Opening brace should be the last content on the line
   93 | ERROR | [x] Closing brace of class definition must be on new line
   94 | ERROR | [x] Opening brace should be the last content on the line
   94 | ERROR | [x] Closing brace of class definition must be on new line
   95 | ERROR | [x] Opening brace should be the last content on the line
   95 | ERROR | [x] Closing brace of class definition must be on new line
   96 | ERROR | [x] Opening brace should be the last content on the line
   96 | ERROR | [x] Closing brace of class definition must be on new line
   97 | ERROR | [x] Opening brace should be the last content on the line
   97 | ERROR | [x] Closing brace of class definition must be on new line
   98 | ERROR | [x] Opening brace should be the last content on the line
   98 | ERROR | [x] Closing brace of class definition must be on new line
   99 | ERROR | [x] Opening brace should be the last content on the line
   99 | ERROR | [x] Closing brace of class definition must be on new line
  100 | ERROR | [x] Opening brace should be the last content on the line
  100 | ERROR | [x] Closing brace of class definition must be on new line
  101 | ERROR | [x] Opening brace should be the last content on the line
  101 | ERROR | [x] Closing brace of class definition must be on new line
  102 | ERROR | [x] Opening brace should be the last content on the line
  102 | ERROR | [x] Closing brace of class definition must be on new line
  103 | ERROR | [x] Opening brace should be the last content on the line
  103 | ERROR | [x] Closing brace of class definition must be on new line
  104 | ERROR | [x] Opening brace should be the last content on the line
  104 | ERROR | [x] Closing brace of class definition must be on new line
  105 | ERROR | [x] Opening brace should be the last content on the line
  105 | ERROR | [x] Closing brace of class definition must be on new line
  106 | ERROR | [x] Opening brace should be the last content on the line
  106 | ERROR | [x] Closing brace of class definition must be on new line
  107 | ERROR | [x] Opening brace should be the last content on the line
  107 | ERROR | [x] Closing brace of class definition must be on new line
  108 | ERROR | [x] Opening brace should be the last content on the line
  108 | ERROR | [x] Closing brace of class definition must be on new line
  109 | ERROR | [x] Opening brace should be the last content on the line
  109 | ERROR | [x] Closing brace of class definition must be on new line
  110 | ERROR | [x] Opening brace should be the last content on the line
  110 | ERROR | [x] Closing brace of class definition must be on new line
  111 | ERROR | [x] Opening brace should be the last content on the line
  111 | ERROR | [x] Closing brace of class definition must be on new line
  112 | ERROR | [x] Opening brace should be the last content on the line
  112 | ERROR | [x] Closing brace of class definition must be on new line
  113 | ERROR | [x] Opening brace should be the last content on the line
  113 | ERROR | [x] Closing brace of class definition must be on new line
  114 | ERROR | [x] Opening brace should be the last content on the line
  114 | ERROR | [x] Closing brace of class definition must be on new line
  115 | ERROR | [x] Opening brace should be the last content on the line
  115 | ERROR | [x] Closing brace of class definition must be on new line
  116 | ERROR | [x] Opening brace should be the last content on the line
  116 | ERROR | [x] Closing brace of class definition must be on new line
  117 | ERROR | [x] Opening brace should be the last content on the line
  117 | ERROR | [x] Closing brace of class definition must be on new line
  118 | ERROR | [x] Opening brace should be the last content on the line
  118 | ERROR | [x] Closing brace of class definition must be on new line
  119 | ERROR | [x] Opening brace should be the last content on the line
  119 | ERROR | [x] Closing brace of class definition must be on new line
  120 | ERROR | [x] Opening brace should be the last content on the line
  120 | ERROR | [x] Closing brace of class definition must be on new line
  121 | ERROR | [x] Opening brace should be the last content on the line
  121 | ERROR | [x] Closing brace of class definition must be on new line
  122 | ERROR | [x] Opening brace should be the last content on the line
  122 | ERROR | [x] Closing brace of class definition must be on new line
  123 | ERROR | [x] Opening brace should be the last content on the line
  123 | ERROR | [x] Closing brace of class definition must be on new line
  124 | ERROR | [x] Opening brace should be the last content on the line
  124 | ERROR | [x] Closing brace of class definition must be on new line
  125 | ERROR | [x] Opening brace should be the last content on the line
  125 | ERROR | [x] Closing brace of class definition must be on new line
  126 | ERROR | [x] Opening brace should be the last content on the line
  126 | ERROR | [x] Closing brace of class definition must be on new line
  127 | ERROR | [x] Opening brace should be the last content on the line
  127 | ERROR | [x] Closing brace of class definition must be on new line
  128 | ERROR | [x] Opening brace should be the last content on the line
  128 | ERROR | [x] Closing brace of class definition must be on new line
  129 | ERROR | [x] Opening brace should be the last content on the line
  129 | ERROR | [x] Closing brace of class definition must be on new line
  130 | ERROR | [x] Opening brace should be the last content on the line
  130 | ERROR | [x] Closing brace of class definition must be on new line
  131 | ERROR | [x] Opening brace should be the last content on the line
  131 | ERROR | [x] Closing brace of class definition must be on new line
  132 | ERROR | [x] Opening brace should be the last content on the line
  132 | ERROR | [x] Closing brace of class definition must be on new line
  133 | ERROR | [x] Opening brace should be the last content on the line
  133 | ERROR | [x] Closing brace of class definition must be on new line
  134 | ERROR | [x] Opening brace should be the last content on the line
  134 | ERROR | [x] Closing brace of class definition must be on new line
  135 | ERROR | [x] Opening brace should be the last content on the line
  135 | ERROR | [x] Closing brace of class definition must be on new line
  136 | ERROR | [x] Opening brace should be the last content on the line
  136 | ERROR | [x] Closing brace of class definition must be on new line
  137 | ERROR | [x] Opening brace should be the last content on the line
  137 | ERROR | [x] Closing brace of class definition must be on new line
  138 | ERROR | [x] Opening brace should be the last content on the line
  138 | ERROR | [x] Closing brace of class definition must be on new line
  139 | ERROR | [x] Opening brace should be the last content on the line
  139 | ERROR | [x] Closing brace of class definition must be on new line
  140 | ERROR | [x] Opening brace should be the last content on the line
  140 | ERROR | [x] Closing brace of class definition must be on new line
  141 | ERROR | [x] Opening brace should be the last content on the line
  141 | ERROR | [x] Closing brace of class definition must be on new line
  142 | ERROR | [x] Opening brace should be the last content on the line
  142 | ERROR | [x] Closing brace of class definition must be on new line
  143 | ERROR | [x] Opening brace should be the last content on the line
  143 | ERROR | [x] Closing brace of class definition must be on new line
  144 | ERROR | [x] Opening brace should be the last content on the line
  144 | ERROR | [x] Closing brace of class definition must be on new line
  145 | ERROR | [x] Opening brace should be the last content on the line
  145 | ERROR | [x] Closing brace of class definition must be on new line
  146 | ERROR | [x] Opening brace should be the last content on the line
  146 | ERROR | [x] Closing brace of class definition must be on new line
  147 | ERROR | [x] Opening brace should be the last content on the line
  147 | ERROR | [x] Closing brace of class definition must be on new line
  148 | ERROR | [x] Opening brace should be the last content on the line
  148 | ERROR | [x] Closing brace of class definition must be on new line
  149 | ERROR | [x] Opening brace should be the last content on the line
  149 | ERROR | [x] Closing brace of class definition must be on new line
  150 | ERROR | [x] Opening brace should be the last content on the line
  150 | ERROR | [x] Closing brace of class definition must be on new line
  151 | ERROR | [x] Opening brace should be the last content on the line
  151 | ERROR | [x] Closing brace of class definition must be on new line
  152 | ERROR | [x] Opening brace should be the last content on the line
  152 | ERROR | [x] Closing brace of class definition must be on new line
  153 | ERROR | [x] Opening brace should be the last content on the line
  153 | ERROR | [x] Closing brace of class definition must be on new line
  154 | ERROR | [x] Opening brace should be the last content on the line
  154 | ERROR | [x] Closing brace of class definition must be on new line
  155 | ERROR | [x] Opening brace should be the last content on the line
  155 | ERROR | [x] Closing brace of class definition must be on new line
  156 | ERROR | [x] Opening brace should be the last content on the line
  156 | ERROR | [x] Closing brace of class definition must be on new line
  157 | ERROR | [x] Opening brace should be the last content on the line
  157 | ERROR | [x] Closing brace of class definition must be on new line
  158 | ERROR | [x] Opening brace should be the last content on the line
  158 | ERROR | [x] Closing brace of class definition must be on new line
  159 | ERROR | [x] Opening brace should be the last content on the line
  159 | ERROR | [x] Closing brace of class definition must be on new line
  160 | ERROR | [x] Opening brace should be the last content on the line
  160 | ERROR | [x] Closing brace of class definition must be on new line
  161 | ERROR | [x] Opening brace should be the last content on the line
  161 | ERROR | [x] Closing brace of class definition must be on new line
  162 | ERROR | [x] Opening brace should be the last content on the line
  162 | ERROR | [x] Closing brace of class definition must be on new line
  163 | ERROR | [x] Opening brace should be the last content on the line
  163 | ERROR | [x] Closing brace of class definition must be on new line
  164 | ERROR | [x] Opening brace should be the last content on the line
  164 | ERROR | [x] Closing brace of class definition must be on new line
  165 | ERROR | [x] Opening brace should be the last content on the line
  165 | ERROR | [x] Closing brace of class definition must be on new line
  166 | ERROR | [x] Opening brace should be the last content on the line
  166 | ERROR | [x] Closing brace of class definition must be on new line
  167 | ERROR | [x] Opening brace should be the last content on the line
  167 | ERROR | [x] Closing brace of class definition must be on new line
  168 | ERROR | [x] Opening brace should be the last content on the line
  168 | ERROR | [x] Closing brace of class definition must be on new line
  169 | ERROR | [x] Opening brace should be the last content on the line
  169 | ERROR | [x] Closing brace of class definition must be on new line
  170 | ERROR | [x] Opening brace should be the last content on the line
  170 | ERROR | [x] Closing brace of class definition must be on new line
  171 | ERROR | [x] Opening brace should be the last content on the line
  171 | ERROR | [x] Closing brace of class definition must be on new line
  172 | ERROR | [x] Opening brace should be the last content on the line
  172 | ERROR | [x] Closing brace of class definition must be on new line
  173 | ERROR | [x] Opening brace should be the last content on the line
  173 | ERROR | [x] Closing brace of class definition must be on new line
  174 | ERROR | [x] Opening brace should be the last content on the line
  174 | ERROR | [x] Closing brace of class definition must be on new line
  175 | ERROR | [x] Opening brace should be the last content on the line
  175 | ERROR | [x] Closing brace of class definition must be on new line
  176 | ERROR | [x] Opening brace should be the last content on the line
  176 | ERROR | [x] Closing brace of class definition must be on new line
  177 | ERROR | [x] Opening brace should be the last content on the line
  177 | ERROR | [x] Closing brace of class definition must be on new line
  178 | ERROR | [x] Opening brace should be the last content on the line
  178 | ERROR | [x] Closing brace of class definition must be on new line
  179 | ERROR | [x] Opening brace should be the last content on the line
  179 | ERROR | [x] Closing brace of class definition must be on new line
  180 | ERROR | [x] Opening brace should be the last content on the line
  180 | ERROR | [x] Closing brace of class definition must be on new line
  181 | ERROR | [x] Opening brace should be the last content on the line
  181 | ERROR | [x] Closing brace of class definition must be on new line
  182 | ERROR | [x] Opening brace should be the last content on the line
  182 | ERROR | [x] Closing brace of class definition must be on new line
  183 | ERROR | [x] Opening brace should be the last content on the line
  183 | ERROR | [x] Closing brace of class definition must be on new line
  184 | ERROR | [x] Opening brace should be the last content on the line
  184 | ERROR | [x] Closing brace of class definition must be on new line
  185 | ERROR | [x] Opening brace should be the last content on the line
  185 | ERROR | [x] Closing brace of class definition must be on new line
  186 | ERROR | [x] Opening brace should be the last content on the line
  186 | ERROR | [x] Closing brace of class definition must be on new line
  187 | ERROR | [x] Opening brace should be the last content on the line
  187 | ERROR | [x] Closing brace of class definition must be on new line
  188 | ERROR | [x] Opening brace should be the last content on the line
  188 | ERROR | [x] Closing brace of class definition must be on new line
  189 | ERROR | [x] Opening brace should be the last content on the line
  189 | ERROR | [x] Closing brace of class definition must be on new line
  190 | ERROR | [x] Opening brace should be the last content on the line
  190 | ERROR | [x] Closing brace of class definition must be on new line
  191 | ERROR | [x] Opening brace should be the last content on the line
  191 | ERROR | [x] Closing brace of class definition must be on new line
  192 | ERROR | [x] Opening brace should be the last content on the line
  192 | ERROR | [x] Closing brace of class definition must be on new line
  193 | ERROR | [x] Opening brace should be the last content on the line
  193 | ERROR | [x] Closing brace of class definition must be on new line
  194 | ERROR | [x] Opening brace should be the last content on the line
  194 | ERROR | [x] Closing brace of class definition must be on new line
  195 | ERROR | [x] Opening brace should be the last content on the line
  195 | ERROR | [x] Closing brace of class definition must be on new line
  196 | ERROR | [x] Opening brace should be the last content on the line
  196 | ERROR | [x] Closing brace of class definition must be on new line
  197 | ERROR | [x] Opening brace should be the last content on the line
  197 | ERROR | [x] Closing brace of class definition must be on new line
  198 | ERROR | [x] Opening brace should be the last content on the line
  198 | ERROR | [x] Closing brace of class definition must be on new line
  199 | ERROR | [x] Opening brace should be the last content on the line
  199 | ERROR | [x] Closing brace of class definition must be on new line
  200 | ERROR | [x] Opening brace should be the last content on the line
  200 | ERROR | [x] Closing brace of class definition must be on new line
  201 | ERROR | [x] Opening brace should be the last content on the line
  201 | ERROR | [x] Closing brace of class definition must be on new line
  202 | ERROR | [x] Opening brace should be the last content on the line
  202 | ERROR | [x] Closing brace of class definition must be on new line
  203 | ERROR | [x] Opening brace should be the last content on the line
  203 | ERROR | [x] Closing brace of class definition must be on new line
  204 | ERROR | [x] Opening brace should be the last content on the line
  204 | ERROR | [x] Closing brace of class definition must be on new line
  205 | ERROR | [x] Opening brace should be the last content on the line
  205 | ERROR | [x] Closing brace of class definition must be on new line
  206 | ERROR | [x] Opening brace should be the last content on the line
  206 | ERROR | [x] Closing brace of class definition must be on new line
  207 | ERROR | [x] Opening brace should be the last content on the line
  207 | ERROR | [x] Closing brace of class definition must be on new line
  208 | ERROR | [x] Opening brace should be the last content on the line
  208 | ERROR | [x] Closing brace of class definition must be on new line
  209 | ERROR | [x] Opening brace should be the last content on the line
  209 | ERROR | [x] Closing brace of class definition must be on new line
  210 | ERROR | [x] Opening brace should be the last content on the line
  210 | ERROR | [x] Closing brace of class definition must be on new line
  211 | ERROR | [x] Opening brace should be the last content on the line
  211 | ERROR | [x] Closing brace of class definition must be on new line
  212 | ERROR | [x] Opening brace should be the last content on the line
  212 | ERROR | [x] Closing brace of class definition must be on new line
  213 | ERROR | [x] Opening brace should be the last content on the line
  213 | ERROR | [x] Closing brace of class definition must be on new line
  214 | ERROR | [x] Opening brace should be the last content on the line
  214 | ERROR | [x] Closing brace of class definition must be on new line
  215 | ERROR | [x] Opening brace should be the last content on the line
  215 | ERROR | [x] Closing brace of class definition must be on new line
  216 | ERROR | [x] Opening brace should be the last content on the line
  216 | ERROR | [x] Closing brace of class definition must be on new line
  217 | ERROR | [x] Opening brace should be the last content on the line
  217 | ERROR | [x] Closing brace of class definition must be on new line
  218 | ERROR | [x] Opening brace should be the last content on the line
  218 | ERROR | [x] Closing brace of class definition must be on new line
  219 | ERROR | [x] Opening brace should be the last content on the line
  219 | ERROR | [x] Closing brace of class definition must be on new line
  220 | ERROR | [x] Opening brace should be the last content on the line
  220 | ERROR | [x] Closing brace of class definition must be on new line
  221 | ERROR | [x] Opening brace should be the last content on the line
  221 | ERROR | [x] Closing brace of class definition must be on new line
  222 | ERROR | [x] Opening brace should be the last content on the line
  222 | ERROR | [x] Closing brace of class definition must be on new line
  223 | ERROR | [x] Opening brace should be the last content on the line
  223 | ERROR | [x] Closing brace of class definition must be on new line
  224 | ERROR | [x] Opening brace should be the last content on the line
  224 | ERROR | [x] Closing brace of class definition must be on new line
  225 | ERROR | [x] Opening brace should be the last content on the line
  225 | ERROR | [x] Closing brace of class definition must be on new line
  226 | ERROR | [x] Opening brace should be the last content on the line
  226 | ERROR | [x] Closing brace of class definition must be on new line
  227 | ERROR | [x] Opening brace should be the last content on the line
  227 | ERROR | [x] Closing brace of class definition must be on new line
  228 | ERROR | [x] Opening brace should be the last content on the line
  228 | ERROR | [x] Closing brace of class definition must be on new line
  229 | ERROR | [x] Opening brace should be the last content on the line
  229 | ERROR | [x] Closing brace of class definition must be on new line
  230 | ERROR | [x] Opening brace should be the last content on the line
  230 | ERROR | [x] Closing brace of class definition must be on new line
  231 | ERROR | [x] Opening brace should be the last content on the line
  231 | ERROR | [x] Closing brace of class definition must be on new line
  232 | ERROR | [x] Opening brace should be the last content on the line
  232 | ERROR | [x] Closing brace of class definition must be on new line
  233 | ERROR | [x] Opening brace should be the last content on the line
  233 | ERROR | [x] Closing brace of class definition must be on new line
  234 | ERROR | [x] Opening brace should be the last content on the line
  234 | ERROR | [x] Closing brace of class definition must be on new line
  235 | ERROR | [x] Opening brace should be the last content on the line
  235 | ERROR | [x] Closing brace of class definition must be on new line
  236 | ERROR | [x] Opening brace should be the last content on the line
  236 | ERROR | [x] Closing brace of class definition must be on new line
  237 | ERROR | [x] Opening brace should be the last content on the line
  237 | ERROR | [x] Closing brace of class definition must be on new line
  238 | ERROR | [x] Opening brace should be the last content on the line
  238 | ERROR | [x] Closing brace of class definition must be on new line
  239 | ERROR | [x] Opening brace should be the last content on the line
  239 | ERROR | [x] Closing brace of class definition must be on new line
  240 | ERROR | [x] Opening brace should be the last content on the line
  240 | ERROR | [x] Closing brace of class definition must be on new line
  241 | ERROR | [x] Opening brace should be the last content on the line
  241 | ERROR | [x] Closing brace of class definition must be on new line
  242 | ERROR | [x] Opening brace should be the last content on the line
  242 | ERROR | [x] Closing brace of class definition must be on new line
  243 | ERROR | [x] Opening brace should be the last content on the line
  243 | ERROR | [x] Closing brace of class definition must be on new line
  244 | ERROR | [x] Opening brace should be the last content on the line
  244 | ERROR | [x] Closing brace of class definition must be on new line
  245 | ERROR | [x] Opening brace should be the last content on the line
  245 | ERROR | [x] Closing brace of class definition must be on new line
  246 | ERROR | [x] Opening brace should be the last content on the line
  246 | ERROR | [x] Closing brace of class definition must be on new line
  247 | ERROR | [x] Opening brace should be the last content on the line
  247 | ERROR | [x] Closing brace of class definition must be on new line
  248 | ERROR | [x] Opening brace should be the last content on the line
  248 | ERROR | [x] Closing brace of class definition must be on new line
  249 | ERROR | [x] Opening brace should be the last content on the line
  249 | ERROR | [x] Closing brace of class definition must be on new line
  250 | ERROR | [x] Opening brace should be the last content on the line
  250 | ERROR | [x] Closing brace of class definition must be on new line
  251 | ERROR | [x] Opening brace should be the last content on the line
  251 | ERROR | [x] Closing brace of class definition must be on new line
  252 | ERROR | [x] Opening brace should be the last content on the line
  252 | ERROR | [x] Closing brace of class definition must be on new line
  253 | ERROR | [x] Opening brace should be the last content on the line
  253 | ERROR | [x] Closing brace of class definition must be on new line
  254 | ERROR | [x] Opening brace should be the last content on the line
  254 | ERROR | [x] Closing brace of class definition must be on new line
  255 | ERROR | [x] Opening brace should be the last content on the line
  255 | ERROR | [x] Closing brace of class definition must be on new line
  256 | ERROR | [x] Opening brace should be the last content on the line
  256 | ERROR | [x] Closing brace of class definition must be on new line
  257 | ERROR | [x] Opening brace should be the last content on the line
  257 | ERROR | [x] Closing brace of class definition must be on new line
  258 | ERROR | [x] Opening brace should be the last content on the line
  258 | ERROR | [x] Closing brace of class definition must be on new line
  259 | ERROR | [x] Opening brace should be the last content on the line
  259 | ERROR | [x] Closing brace of class definition must be on new line
  260 | ERROR | [x] Opening brace should be the last content on the line
  260 | ERROR | [x] Closing brace of class definition must be on new line
  261 | ERROR | [x] Opening brace should be the last content on the line
  261 | ERROR | [x] Closing brace of class definition must be on new line
  262 | ERROR | [x] Opening brace should be the last content on the line
  262 | ERROR | [x] Closing brace of class definition must be on new line
  263 | ERROR | [x] Opening brace should be the last content on the line
  263 | ERROR | [x] Closing brace of class definition must be on new line
  264 | ERROR | [x] Opening brace should be the last content on the line
  264 | ERROR | [x] Closing brace of class definition must be on new line
  265 | ERROR | [x] Opening brace should be the last content on the line
  265 | ERROR | [x] Closing brace of class definition must be on new line
  266 | ERROR | [x] Opening brace should be the last content on the line
  266 | ERROR | [x] Closing brace of class definition must be on new line
  267 | ERROR | [x] Opening brace should be the last content on the line
  267 | ERROR | [x] Closing brace of class definition must be on new line
  268 | ERROR | [x] Opening brace should be the last content on the line
  268 | ERROR | [x] Closing brace of class definition must be on new line
  269 | ERROR | [x] Opening brace should be the last content on the line
  269 | ERROR | [x] Closing brace of class definition must be on new line
  270 | ERROR | [x] Opening brace should be the last content on the line
  270 | ERROR | [x] Closing brace of class definition must be on new line
  271 | ERROR | [x] Opening brace should be the last content on the line
  271 | ERROR | [x] Closing brace of class definition must be on new line
  272 | ERROR | [x] Opening brace should be the last content on the line
  272 | ERROR | [x] Closing brace of class definition must be on new line
  273 | ERROR | [x] Opening brace should be the last content on the line
  273 | ERROR | [x] Closing brace of class definition must be on new line
  274 | ERROR | [x] Opening brace should be the last content on the line
  274 | ERROR | [x] Closing brace of class definition must be on new line
  275 | ERROR | [x] Opening brace should be the last content on the line
  275 | ERROR | [x] Closing brace of class definition must be on new line
  276 | ERROR | [x] Opening brace should be the last content on the line
  276 | ERROR | [x] Closing brace of class definition must be on new line
  277 | ERROR | [x] Opening brace should be the last content on the line
  277 | ERROR | [x] Closing brace of class definition must be on new line
  278 | ERROR | [x] Opening brace should be the last content on the line
  278 | ERROR | [x] Closing brace of class definition must be on new line
  279 | ERROR | [x] Opening brace should be the last content on the line
  279 | ERROR | [x] Closing brace of class definition must be on new line
  280 | ERROR | [x] Opening brace should be the last content on the line
  280 | ERROR | [x] Closing brace of class definition must be on new line
  281 | ERROR | [x] Opening brace should be the last content on the line
  281 | ERROR | [x] Closing brace of class definition must be on new line
  282 | ERROR | [x] Opening brace should be the last content on the line
  282 | ERROR | [x] Closing brace of class definition must be on new line
  283 | ERROR | [x] Opening brace should be the last content on the line
  283 | ERROR | [x] Closing brace of class definition must be on new line
  284 | ERROR | [x] Opening brace should be the last content on the line
  284 | ERROR | [x] Closing brace of class definition must be on new line
  285 | ERROR | [x] Opening brace should be the last content on the line
  285 | ERROR | [x] Closing brace of class definition must be on new line
  286 | ERROR | [x] Opening brace should be the last content on the line
  286 | ERROR | [x] Closing brace of class definition must be on new line
  287 | ERROR | [x] Opening brace should be the last content on the line
  287 | ERROR | [x] Closing brace of class definition must be on new line
  288 | ERROR | [x] Opening brace should be the last content on the line
  288 | ERROR | [x] Closing brace of class definition must be on new line
  289 | ERROR | [x] Opening brace should be the last content on the line
  289 | ERROR | [x] Closing brace of class definition must be on new line
  290 | ERROR | [x] Opening brace should be the last content on the line
  290 | ERROR | [x] Closing brace of class definition must be on new line
  291 | ERROR | [x] Opening brace should be the last content on the line
  291 | ERROR | [x] Closing brace of class definition must be on new line
  292 | ERROR | [x] Opening brace should be the last content on the line
  292 | ERROR | [x] Closing brace of class definition must be on new line
  293 | ERROR | [x] Opening brace should be the last content on the line
  293 | ERROR | [x] Closing brace of class definition must be on new line
  294 | ERROR | [x] Opening brace should be the last content on the line
  294 | ERROR | [x] Closing brace of class definition must be on new line
  295 | ERROR | [x] Opening brace should be the last content on the line
  295 | ERROR | [x] Closing brace of class definition must be on new line
  296 | ERROR | [x] Opening brace should be the last content on the line
  296 | ERROR | [x] Closing brace of class definition must be on new line
  297 | ERROR | [x] Opening brace should be the last content on the line
  297 | ERROR | [x] Closing brace of class definition must be on new line
  298 | ERROR | [x] Opening brace should be the last content on the line
  298 | ERROR | [x] Closing brace of class definition must be on new line
  299 | ERROR | [x] Opening brace should be the last content on the line
  299 | ERROR | [x] Closing brace of class definition must be on new line
  300 | ERROR | [x] Opening brace should be the last content on the line
  300 | ERROR | [x] Closing brace of class definition must be on new line
  301 | ERROR | [x] Opening brace should be the last content on the line
  301 | ERROR | [x] Closing brace of class definition must be on new line
  302 | ERROR | [x] Opening brace should be the last content on the line
  302 | ERROR | [x] Closing brace of class definition must be on new line
  303 | ERROR | [x] Opening brace should be the last content on the line
  303 | ERROR | [x] Closing brace of class definition must be on new line
  304 | ERROR | [x] Opening brace should be the last content on the line
  304 | ERROR | [x] Closing brace of class definition must be on new line
  305 | ERROR | [x] Opening brace should be the last content on the line
  305 | ERROR | [x] Closing brace of class definition must be on new line
  306 | ERROR | [x] Opening brace should be the last content on the line
  306 | ERROR | [x] Closing brace of class definition must be on new line
  307 | ERROR | [x] Opening brace should be the last content on the line
  307 | ERROR | [x] Closing brace of class definition must be on new line
  308 | ERROR | [x] Opening brace should be the last content on the line
  308 | ERROR | [x] Closing brace of class definition must be on new line
  309 | ERROR | [x] Opening brace should be the last content on the line
  309 | ERROR | [x] Closing brace of class definition must be on new line
  310 | ERROR | [x] Opening brace should be the last content on the line
  310 | ERROR | [x] Closing brace of class definition must be on new line
  311 | ERROR | [x] Opening brace should be the last content on the line
  311 | ERROR | [x] Closing brace of class definition must be on new line
  312 | ERROR | [x] Opening brace should be the last content on the line
  312 | ERROR | [x] Closing brace of class definition must be on new line
  313 | ERROR | [x] Opening brace should be the last content on the line
  313 | ERROR | [x] Closing brace of class definition must be on new line
  314 | ERROR | [x] Opening brace should be the last content on the line
  314 | ERROR | [x] Closing brace of class definition must be on new line
  315 | ERROR | [x] Opening brace should be the last content on the line
  315 | ERROR | [x] Closing brace of class definition must be on new line
  316 | ERROR | [x] Opening brace should be the last content on the line
  316 | ERROR | [x] Closing brace of class definition must be on new line
  317 | ERROR | [x] Opening brace should be the last content on the line
  317 | ERROR | [x] Closing brace of class definition must be on new line
  318 | ERROR | [x] Opening brace should be the last content on the line
  318 | ERROR | [x] Closing brace of class definition must be on new line
  319 | ERROR | [x] Opening brace should be the last content on the line
  319 | ERROR | [x] Closing brace of class definition must be on new line
  320 | ERROR | [x] Opening brace should be the last content on the line
  320 | ERROR | [x] Closing brace of class definition must be on new line
  321 | ERROR | [x] Opening brace should be the last content on the line
  321 | ERROR | [x] Closing brace of class definition must be on new line
  322 | ERROR | [x] Opening brace should be the last content on the line
  322 | ERROR | [x] Closing brace of class definition must be on new line
  323 | ERROR | [x] Opening brace should be the last content on the line
  323 | ERROR | [x] Closing brace of class definition must be on new line
  324 | ERROR | [x] Opening brace should be the last content on the line
  324 | ERROR | [x] Closing brace of class definition must be on new line
  325 | ERROR | [x] Opening brace should be the last content on the line
  325 | ERROR | [x] Closing brace of class definition must be on new line
  326 | ERROR | [x] Opening brace should be the last content on the line
  326 | ERROR | [x] Closing brace of class definition must be on new line
  327 | ERROR | [x] Opening brace should be the last content on the line
  327 | ERROR | [x] Closing brace of class definition must be on new line
  328 | ERROR | [x] Opening brace should be the last content on the line
  328 | ERROR | [x] Closing brace of class definition must be on new line
  329 | ERROR | [x] Opening brace should be the last content on the line
  329 | ERROR | [x] Closing brace of class definition must be on new line
  330 | ERROR | [x] Opening brace should be the last content on the line
  330 | ERROR | [x] Closing brace of class definition must be on new line
  331 | ERROR | [x] Opening brace should be the last content on the line
  331 | ERROR | [x] Closing brace of class definition must be on new line
  332 | ERROR | [x] Opening brace should be the last content on the line
  332 | ERROR | [x] Closing brace of class definition must be on new line
  333 | ERROR | [x] Opening brace should be the last content on the line
  333 | ERROR | [x] Closing brace of class definition must be on new line
  334 | ERROR | [x] Opening brace should be the last content on the line
  334 | ERROR | [x] Closing brace of class definition must be on new line
  335 | ERROR | [x] Opening brace should be the last content on the line
  335 | ERROR | [x] Closing brace of class definition must be on new line
  336 | ERROR | [x] Opening brace should be the last content on the line
  336 | ERROR | [x] Closing brace of class definition must be on new line
  337 | ERROR | [x] Opening brace should be the last content on the line
  337 | ERROR | [x] Closing brace of class definition must be on new line
  338 | ERROR | [x] Opening brace should be the last content on the line
  338 | ERROR | [x] Closing brace of class definition must be on new line
  339 | ERROR | [x] Opening brace should be the last content on the line
  339 | ERROR | [x] Closing brace of class definition must be on new line
  340 | ERROR | [x] Opening brace should be the last content on the line
  340 | ERROR | [x] Closing brace of class definition must be on new line
  341 | ERROR | [x] Opening brace should be the last content on the line
  341 | ERROR | [x] Closing brace of class definition must be on new line
  342 | ERROR | [x] Opening brace should be the last content on the line
  342 | ERROR | [x] Closing brace of class definition must be on new line
  343 | ERROR | [x] Opening brace should be the last content on the line
  343 | ERROR | [x] Closing brace of class definition must be on new line
  344 | ERROR | [x] Opening brace should be the last content on the line
  344 | ERROR | [x] Closing brace of class definition must be on new line
  345 | ERROR | [x] Opening brace should be the last content on the line
  345 | ERROR | [x] Closing brace of class definition must be on new line
  346 | ERROR | [x] Opening brace should be the last content on the line
  346 | ERROR | [x] Closing brace of class definition must be on new line
  347 | ERROR | [x] Opening brace should be the last content on the line
  347 | ERROR | [x] Closing brace of class definition must be on new line
  348 | ERROR | [x] Opening brace should be the last content on the line
  348 | ERROR | [x] Closing brace of class definition must be on new line
  349 | ERROR | [x] Opening brace should be the last content on the line
  349 | ERROR | [x] Closing brace of class definition must be on new line
  350 | ERROR | [x] Opening brace should be the last content on the line
  350 | ERROR | [x] Closing brace of class definition must be on new line
  351 | ERROR | [x] Opening brace should be the last content on the line
  351 | ERROR | [x] Closing brace of class definition must be on new line
  352 | ERROR | [x] Opening brace should be the last content on the line
  352 | ERROR | [x] Closing brace of class definition must be on new line
  353 | ERROR | [x] Opening brace should be the last content on the line
  353 | ERROR | [x] Closing brace of class definition must be on new line
  354 | ERROR | [x] Opening brace should be the last content on the line
  354 | ERROR | [x] Closing brace of class definition must be on new line
  355 | ERROR | [x] Opening brace should be the last content on the line
  355 | ERROR | [x] Closing brace of class definition must be on new line
  356 | ERROR | [x] Opening brace should be the last content on the line
  356 | ERROR | [x] Closing brace of class definition must be on new line
  357 | ERROR | [x] Opening brace should be the last content on the line
  357 | ERROR | [x] Closing brace of class definition must be on new line
  358 | ERROR | [x] Opening brace should be the last content on the line
  358 | ERROR | [x] Closing brace of class definition must be on new line
  359 | ERROR | [x] Opening brace should be the last content on the line
  359 | ERROR | [x] Closing brace of class definition must be on new line
  360 | ERROR | [x] Opening brace should be the last content on the line
  360 | ERROR | [x] Closing brace of class definition must be on new line
  361 | ERROR | [x] Opening brace should be the last content on the line
  361 | ERROR | [x] Closing brace of class definition must be on new line
  362 | ERROR | [x] Opening brace should be the last content on the line
  362 | ERROR | [x] Closing brace of class definition must be on new line
  363 | ERROR | [x] Opening brace should be the last content on the line
  363 | ERROR | [x] Closing brace of class definition must be on new line
  364 | ERROR | [x] Opening brace should be the last content on the line
  364 | ERROR | [x] Closing brace of class definition must be on new line
  365 | ERROR | [x] Opening brace should be the last content on the line
  365 | ERROR | [x] Closing brace of class definition must be on new line
  366 | ERROR | [x] Opening brace should be the last content on the line
  366 | ERROR | [x] Closing brace of class definition must be on new line
  367 | ERROR | [x] Opening brace should be the last content on the line
  367 | ERROR | [x] Closing brace of class definition must be on new line
  368 | ERROR | [x] Opening brace should be the last content on the line
  368 | ERROR | [x] Closing brace of class definition must be on new line
  369 | ERROR | [x] Opening brace should be the last content on the line
  369 | ERROR | [x] Closing brace of class definition must be on new line
  370 | ERROR | [x] Opening brace should be the last content on the line
  370 | ERROR | [x] Closing brace of class definition must be on new line
  371 | ERROR | [x] Opening brace should be the last content on the line
  371 | ERROR | [x] Closing brace of class definition must be on new line
  372 | ERROR | [x] Opening brace should be the last content on the line
  372 | ERROR | [x] Closing brace of class definition must be on new line
  373 | ERROR | [x] Opening brace should be the last content on the line
  373 | ERROR | [x] Closing brace of class definition must be on new line
  374 | ERROR | [x] Opening brace should be the last content on the line
  374 | ERROR | [x] Closing brace of class definition must be on new line
  375 | ERROR | [x] Opening brace should be the last content on the line
  375 | ERROR | [x] Closing brace of class definition must be on new line
  376 | ERROR | [x] Opening brace should be the last content on the line
  376 | ERROR | [x] Closing brace of class definition must be on new line
  377 | ERROR | [x] Opening brace should be the last content on the line
  377 | ERROR | [x] Closing brace of class definition must be on new line
  378 | ERROR | [x] Opening brace should be the last content on the line
  378 | ERROR | [x] Closing brace of class definition must be on new line
  379 | ERROR | [x] Opening brace should be the last content on the line
  379 | ERROR | [x] Closing brace of class definition must be on new line
  380 | ERROR | [x] Opening brace should be the last content on the line
  380 | ERROR | [x] Closing brace of class definition must be on new line
  381 | ERROR | [x] Opening brace should be the last content on the line
  381 | ERROR | [x] Closing brace of class definition must be on new line
  382 | ERROR | [x] Opening brace should be the last content on the line
  382 | ERROR | [x] Closing brace of class definition must be on new line
  383 | ERROR | [x] Opening brace should be the last content on the line
  383 | ERROR | [x] Closing brace of class definition must be on new line
  384 | ERROR | [x] Opening brace should be the last content on the line
  384 | ERROR | [x] Closing brace of class definition must be on new line
  385 | ERROR | [x] Opening brace should be the last content on the line
  385 | ERROR | [x] Closing brace of class definition must be on new line
  386 | ERROR | [x] Opening brace should be the last content on the line
  386 | ERROR | [x] Closing brace of class definition must be on new line
  387 | ERROR | [x] Opening brace should be the last content on the line
  387 | ERROR | [x] Closing brace of class definition must be on new line
  388 | ERROR | [x] Opening brace should be the last content on the line
  388 | ERROR | [x] Closing brace of class definition must be on new line
  389 | ERROR | [x] Opening brace should be the last content on the line
  389 | ERROR | [x] Closing brace of class definition must be on new line
  390 | ERROR | [x] Opening brace should be the last content on the line
  390 | ERROR | [x] Closing brace of class definition must be on new line
  391 | ERROR | [x] Opening brace should be the last content on the line
  391 | ERROR | [x] Closing brace of class definition must be on new line
  392 | ERROR | [x] Opening brace should be the last content on the line
  392 | ERROR | [x] Closing brace of class definition must be on new line
  393 | ERROR | [x] Opening brace should be the last content on the line
  393 | ERROR | [x] Closing brace of class definition must be on new line
  394 | ERROR | [x] Opening brace should be the last content on the line
  394 | ERROR | [x] Closing brace of class definition must be on new line
  395 | ERROR | [x] Opening brace should be the last content on the line
  395 | ERROR | [x] Closing brace of class definition must be on new line
  396 | ERROR | [x] Opening brace should be the last content on the line
  396 | ERROR | [x] Closing brace of class definition must be on new line
  397 | ERROR | [x] Opening brace should be the last content on the line
  397 | ERROR | [x] Closing brace of class definition must be on new line
  398 | ERROR | [x] Opening brace should be the last content on the line
  398 | ERROR | [x] Closing brace of class definition must be on new line
  399 | ERROR | [x] Opening brace should be the last content on the line
  399 | ERROR | [x] Closing brace of class definition must be on new line
  400 | ERROR | [x] Opening brace should be the last content on the line
  400 | ERROR | [x] Closing brace of class definition must be on new line
  401 | ERROR | [x] Opening brace should be the last content on the line
  401 | ERROR | [x] Closing brace of class definition must be on new line
  402 | ERROR | [x] Opening brace should be the last content on the line
  402 | ERROR | [x] Closing brace of class definition must be on new line
  403 | ERROR | [x] Opening brace should be the last content on the line
  403 | ERROR | [x] Closing brace of class definition must be on new line
  404 | ERROR | [x] Opening brace should be the last content on the line
  404 | ERROR | [x] Closing brace of class definition must be on new line
  405 | ERROR | [x] Opening brace should be the last content on the line
  405 | ERROR | [x] Closing brace of class definition must be on new line
  406 | ERROR | [x] Opening brace should be the last content on the line
  406 | ERROR | [x] Closing brace of class definition must be on new line
  407 | ERROR | [x] Opening brace should be the last content on the line
  407 | ERROR | [x] Closing brace of class definition must be on new line
  408 | ERROR | [x] Opening brace should be the last content on the line
  408 | ERROR | [x] Closing brace of class definition must be on new line
  409 | ERROR | [x] Opening brace should be the last content on the line
  409 | ERROR | [x] Closing brace of class definition must be on new line
  410 | ERROR | [x] Opening brace should be the last content on the line
  410 | ERROR | [x] Closing brace of class definition must be on new line
  411 | ERROR | [x] Opening brace should be the last content on the line
  411 | ERROR | [x] Closing brace of class definition must be on new line
  412 | ERROR | [x] Opening brace should be the last content on the line
  412 | ERROR | [x] Closing brace of class definition must be on new line
  413 | ERROR | [x] Opening brace should be the last content on the line
  413 | ERROR | [x] Closing brace of class definition must be on new line
  414 | ERROR | [x] Opening brace should be the last content on the line
  414 | ERROR | [x] Closing brace of class definition must be on new line
  415 | ERROR | [x] Opening brace should be the last content on the line
  415 | ERROR | [x] Closing brace of class definition must be on new line
  416 | ERROR | [x] Opening brace should be the last content on the line
  416 | ERROR | [x] Closing brace of class definition must be on new line
  417 | ERROR | [x] Opening brace should be the last content on the line
  417 | ERROR | [x] Closing brace of class definition must be on new line
  418 | ERROR | [x] Opening brace should be the last content on the line
  418 | ERROR | [x] Closing brace of class definition must be on new line
  419 | ERROR | [x] Opening brace should be the last content on the line
  419 | ERROR | [x] Closing brace of class definition must be on new line
  420 | ERROR | [x] Opening brace should be the last content on the line
  420 | ERROR | [x] Closing brace of class definition must be on new line
  421 | ERROR | [x] Opening brace should be the last content on the line
  421 | ERROR | [x] Closing brace of class definition must be on new line
  422 | ERROR | [x] Opening brace should be the last content on the line
  422 | ERROR | [x] Closing brace of class definition must be on new line
  423 | ERROR | [x] Opening brace should be the last content on the line
  423 | ERROR | [x] Closing brace of class definition must be on new line
  424 | ERROR | [x] Opening brace should be the last content on the line
  424 | ERROR | [x] Closing brace of class definition must be on new line
  425 | ERROR | [x] Opening brace should be the last content on the line
  425 | ERROR | [x] Closing brace of class definition must be on new line
  426 | ERROR | [x] Opening brace should be the last content on the line
  426 | ERROR | [x] Closing brace of class definition must be on new line
  427 | ERROR | [x] Opening brace should be the last content on the line
  427 | ERROR | [x] Closing brace of class definition must be on new line
  428 | ERROR | [x] Opening brace should be the last content on the line
  428 | ERROR | [x] Closing brace of class definition must be on new line
  429 | ERROR | [x] Opening brace should be the last content on the line
  429 | ERROR | [x] Closing brace of class definition must be on new line
  430 | ERROR | [x] Opening brace should be the last content on the line
  430 | ERROR | [x] Closing brace of class definition must be on new line
  431 | ERROR | [x] Opening brace should be the last content on the line
  431 | ERROR | [x] Closing brace of class definition must be on new line
  432 | ERROR | [x] Opening brace should be the last content on the line
  432 | ERROR | [x] Closing brace of class definition must be on new line
  433 | ERROR | [x] Opening brace should be the last content on the line
  433 | ERROR | [x] Closing brace of class definition must be on new line
  434 | ERROR | [x] Opening brace should be the last content on the line
  434 | ERROR | [x] Closing brace of class definition must be on new line
  435 | ERROR | [x] Opening brace should be the last content on the line
  435 | ERROR | [x] Closing brace of class definition must be on new line
  436 | ERROR | [x] Opening brace should be the last content on the line
  436 | ERROR | [x] Closing brace of class definition must be on new line
  437 | ERROR | [x] Opening brace should be the last content on the line
  437 | ERROR | [x] Closing brace of class definition must be on new line
  438 | ERROR | [x] Opening brace should be the last content on the line
  438 | ERROR | [x] Closing brace of class definition must be on new line
  439 | ERROR | [x] Opening brace should be the last content on the line
  439 | ERROR | [x] Closing brace of class definition must be on new line
  440 | ERROR | [x] Opening brace should be the last content on the line
  440 | ERROR | [x] Closing brace of class definition must be on new line
  441 | ERROR | [x] Opening brace should be the last content on the line
  441 | ERROR | [x] Closing brace of class definition must be on new line
  442 | ERROR | [x] Opening brace should be the last content on the line
  442 | ERROR | [x] Closing brace of class definition must be on new line
  443 | ERROR | [x] Opening brace should be the last content on the line
  443 | ERROR | [x] Closing brace of class definition must be on new line
  444 | ERROR | [x] Opening brace should be the last content on the line
  444 | ERROR | [x] Closing brace of class definition must be on new line
  445 | ERROR | [x] Opening brace should be the last content on the line
  445 | ERROR | [x] Closing brace of class definition must be on new line
  446 | ERROR | [x] Opening brace should be the last content on the line
  446 | ERROR | [x] Closing brace of class definition must be on new line
  447 | ERROR | [x] Opening brace should be the last content on the line
  447 | ERROR | [x] Closing brace of class definition must be on new line
  448 | ERROR | [x] Opening brace should be the last content on the line
  448 | ERROR | [x] Closing brace of class definition must be on new line
  449 | ERROR | [x] Opening brace should be the last content on the line
  449 | ERROR | [x] Closing brace of class definition must be on new line
  450 | ERROR | [x] Opening brace should be the last content on the line
  450 | ERROR | [x] Closing brace of class definition must be on new line
  451 | ERROR | [x] Opening brace should be the last content on the line
  451 | ERROR | [x] Closing brace of class definition must be on new line
  452 | ERROR | [x] Opening brace should be the last content on the line
  452 | ERROR | [x] Closing brace of class definition must be on new line
  453 | ERROR | [x] Opening brace should be the last content on the line
  453 | ERROR | [x] Closing brace of class definition must be on new line
  454 | ERROR | [x] Opening brace should be the last content on the line
  454 | ERROR | [x] Closing brace of class definition must be on new line
  455 | ERROR | [x] Opening brace should be the last content on the line
  455 | ERROR | [x] Closing brace of class definition must be on new line
  456 | ERROR | [x] Opening brace should be the last content on the line
  456 | ERROR | [x] Closing brace of class definition must be on new line
  457 | ERROR | [x] Opening brace should be the last content on the line
  457 | ERROR | [x] Closing brace of class definition must be on new line
  458 | ERROR | [x] Opening brace should be the last content on the line
  458 | ERROR | [x] Closing brace of class definition must be on new line
  459 | ERROR | [x] Opening brace should be the last content on the line
  459 | ERROR | [x] Closing brace of class definition must be on new line
  460 | ERROR | [x] Opening brace should be the last content on the line
  460 | ERROR | [x] Closing brace of class definition must be on new line
  461 | ERROR | [x] Opening brace should be the last content on the line
  461 | ERROR | [x] Closing brace of class definition must be on new line
  462 | ERROR | [x] Opening brace should be the last content on the line
  462 | ERROR | [x] Closing brace of class definition must be on new line
  463 | ERROR | [x] Opening brace should be the last content on the line
  463 | ERROR | [x] Closing brace of class definition must be on new line
  464 | ERROR | [x] Opening brace should be the last content on the line
  464 | ERROR | [x] Closing brace of class definition must be on new line
  465 | ERROR | [x] Opening brace should be the last content on the line
  465 | ERROR | [x] Closing brace of class definition must be on new line
  466 | ERROR | [x] Opening brace should be the last content on the line
  466 | ERROR | [x] Closing brace of class definition must be on new line
  467 | ERROR | [x] Opening brace should be the last content on the line
  467 | ERROR | [x] Closing brace of class definition must be on new line
  468 | ERROR | [x] Opening brace should be the last content on the line
  468 | ERROR | [x] Closing brace of class definition must be on new line
  469 | ERROR | [x] Opening brace should be the last content on the line
  469 | ERROR | [x] Closing brace of class definition must be on new line
  470 | ERROR | [x] Opening brace should be the last content on the line
  470 | ERROR | [x] Closing brace of class definition must be on new line
  471 | ERROR | [x] Opening brace should be the last content on the line
  471 | ERROR | [x] Closing brace of class definition must be on new line
  472 | ERROR | [x] Opening brace should be the last content on the line
  472 | ERROR | [x] Closing brace of class definition must be on new line
  473 | ERROR | [x] Opening brace should be the last content on the line
  473 | ERROR | [x] Closing brace of class definition must be on new line
  474 | ERROR | [x] Opening brace should be the last content on the line
  474 | ERROR | [x] Closing brace of class definition must be on new line
  475 | ERROR | [x] Opening brace should be the last content on the line
  475 | ERROR | [x] Closing brace of class definition must be on new line
  476 | ERROR | [x] Opening brace should be the last content on the line
  476 | ERROR | [x] Closing brace of class definition must be on new line
  477 | ERROR | [x] Opening brace should be the last content on the line
  477 | ERROR | [x] Closing brace of class definition must be on new line
  478 | ERROR | [x] Opening brace should be the last content on the line
  478 | ERROR | [x] Closing brace of class definition must be on new line
  479 | ERROR | [x] Opening brace should be the last content on the line
  479 | ERROR | [x] Closing brace of class definition must be on new line
  480 | ERROR | [x] Opening brace should be the last content on the line
  480 | ERROR | [x] Closing brace of class definition must be on new line
  481 | ERROR | [x] Opening brace should be the last content on the line
  481 | ERROR | [x] Closing brace of class definition must be on new line
  482 | ERROR | [x] Opening brace should be the last content on the line
  482 | ERROR | [x] Closing brace of class definition must be on new line
  483 | ERROR | [x] Opening brace should be the last content on the line
  483 | ERROR | [x] Closing brace of class definition must be on new line
  484 | ERROR | [x] Opening brace should be the last content on the line
  484 | ERROR | [x] Closing brace of class definition must be on new line
  485 | ERROR | [x] Opening brace should be the last content on the line
  485 | ERROR | [x] Closing brace of class definition must be on new line
  486 | ERROR | [x] Opening brace should be the last content on the line
  486 | ERROR | [x] Closing brace of class definition must be on new line
  487 | ERROR | [x] Opening brace should be the last content on the line
  487 | ERROR | [x] Closing brace of class definition must be on new line
  488 | ERROR | [x] Opening brace should be the last content on the line
  488 | ERROR | [x] Closing brace of class definition must be on new line
  489 | ERROR | [x] Opening brace should be the last content on the line
  489 | ERROR | [x] Closing brace of class definition must be on new line
  490 | ERROR | [x] Opening brace should be the last content on the line
  490 | ERROR | [x] Closing brace of class definition must be on new line
  491 | ERROR | [x] Opening brace should be the last content on the line
  491 | ERROR | [x] Closing brace of class definition must be on new line
  492 | ERROR | [x] Opening brace should be the last content on the line
  492 | ERROR | [x] Closing brace of class definition must be on new line
  493 | ERROR | [x] Opening brace should be the last content on the line
  493 | ERROR | [x] Closing brace of class definition must be on new line
  494 | ERROR | [x] Opening brace should be the last content on the line
  494 | ERROR | [x] Closing brace of class definition must be on new line
  495 | ERROR | [x] Opening brace should be the last content on the line
  495 | ERROR | [x] Closing brace of class definition must be on new line
  496 | ERROR | [x] Opening brace should be the last content on the line
  496 | ERROR | [x] Closing brace of class definition must be on new line
  497 | ERROR | [x] Opening brace should be the last content on the line
  497 | ERROR | [x] Closing brace of class definition must be on new line
  498 | ERROR | [x] Opening brace should be the last content on the line
  498 | ERROR | [x] Closing brace of class definition must be on new line
  499 | ERROR | [x] Opening brace should be the last content on the line
  499 | ERROR | [x] Closing brace of class definition must be on new line
  500 | ERROR | [x] Opening brace should be the last content on the line
  500 | ERROR | [x] Closing brace of class definition must be on new line
  501 | ERROR | [x] Opening brace should be the last content on the line
  501 | ERROR | [x] Closing brace of class definition must be on new line
  502 | ERROR | [x] Opening brace should be the last content on the line
  502 | ERROR | [x] Closing brace of class definition must be on new line
  503 | ERROR | [x] Opening brace should be the last content on the line
  503 | ERROR | [x] Closing brace of class definition must be on new line
  504 | ERROR | [x] Opening brace should be the last content on the line
  504 | ERROR | [x] Closing brace of class definition must be on new line
  505 | ERROR | [x] Opening brace should be the last content on the line
  505 | ERROR | [x] Closing brace of class definition must be on new line
  506 | ERROR | [x] Opening brace should be the last content on the line
  506 | ERROR | [x] Closing brace of class definition must be on new line
  507 | ERROR | [x] Opening brace should be the last content on the line
  507 | ERROR | [x] Closing brace of class definition must be on new line
  508 | ERROR | [x] Opening brace should be the last content on the line
  508 | ERROR | [x] Closing brace of class definition must be on new line
  509 | ERROR | [x] Opening brace should be the last content on the line
  509 | ERROR | [x] Closing brace of class definition must be on new line
  510 | ERROR | [x] Opening brace should be the last content on the line
  510 | ERROR | [x] Closing brace of class definition must be on new line
  511 | ERROR | [x] Opening brace should be the last content on the line
  511 | ERROR | [x] Closing brace of class definition must be on new line
  512 | ERROR | [x] Opening brace should be the last content on the line
  512 | ERROR | [x] Closing brace of class definition must be on new line
  513 | ERROR | [x] Opening brace should be the last content on the line
  513 | ERROR | [x] Closing brace of class definition must be on new line
  514 | ERROR | [x] Opening brace should be the last content on the line
  514 | ERROR | [x] Closing brace of class definition must be on new line
  515 | ERROR | [x] Opening brace should be the last content on the line
  515 | ERROR | [x] Closing brace of class definition must be on new line
  516 | ERROR | [x] Opening brace should be the last content on the line
  516 | ERROR | [x] Closing brace of class definition must be on new line
  517 | ERROR | [x] Opening brace should be the last content on the line
  517 | ERROR | [x] Closing brace of class definition must be on new line
  518 | ERROR | [x] Opening brace should be the last content on the line
  518 | ERROR | [x] Closing brace of class definition must be on new line
  519 | ERROR | [x] Opening brace should be the last content on the line
  519 | ERROR | [x] Closing brace of class definition must be on new line
  520 | ERROR | [x] Opening brace should be the last content on the line
  520 | ERROR | [x] Closing brace of class definition must be on new line
  521 | ERROR | [x] Opening brace should be the last content on the line
  521 | ERROR | [x] Closing brace of class definition must be on new line
  522 | ERROR | [x] Opening brace should be the last content on the line
  522 | ERROR | [x] Closing brace of class definition must be on new line
  523 | ERROR | [x] Opening brace should be the last content on the line
  523 | ERROR | [x] Closing brace of class definition must be on new line
  524 | ERROR | [x] Opening brace should be the last content on the line
  524 | ERROR | [x] Closing brace of class definition must be on new line
  525 | ERROR | [x] Opening brace should be the last content on the line
  525 | ERROR | [x] Closing brace of class definition must be on new line
  526 | ERROR | [x] Opening brace should be the last content on the line
  526 | ERROR | [x] Closing brace of class definition must be on new line
  527 | ERROR | [x] Opening brace should be the last content on the line
  527 | ERROR | [x] Closing brace of class definition must be on new line
  528 | ERROR | [x] Opening brace should be the last content on the line
  528 | ERROR | [x] Closing brace of class definition must be on new line
  529 | ERROR | [x] Opening brace should be the last content on the line
  529 | ERROR | [x] Closing brace of class definition must be on new line
  530 | ERROR | [x] Opening brace should be the last content on the line
  530 | ERROR | [x] Closing brace of class definition must be on new line
  531 | ERROR | [x] Opening brace should be the last content on the line
  531 | ERROR | [x] Closing brace of class definition must be on new line
  532 | ERROR | [x] Opening brace should be the last content on the line
  532 | ERROR | [x] Closing brace of class definition must be on new line
  533 | ERROR | [x] Opening brace should be the last content on the line
  533 | ERROR | [x] Closing brace of class definition must be on new line
  534 | ERROR | [x] Opening brace should be the last content on the line
  534 | ERROR | [x] Closing brace of class definition must be on new line
  535 | ERROR | [x] Opening brace should be the last content on the line
  535 | ERROR | [x] Closing brace of class definition must be on new line
  536 | ERROR | [x] Opening brace should be the last content on the line
  536 | ERROR | [x] Closing brace of class definition must be on new line
  537 | ERROR | [x] Opening brace should be the last content on the line
  537 | ERROR | [x] Closing brace of class definition must be on new line
  538 | ERROR | [x] Opening brace should be the last content on the line
  538 | ERROR | [x] Closing brace of class definition must be on new line
  539 | ERROR | [x] Opening brace should be the last content on the line
  539 | ERROR | [x] Closing brace of class definition must be on new line
  540 | ERROR | [x] Opening brace should be the last content on the line
  540 | ERROR | [x] Closing brace of class definition must be on new line
  541 | ERROR | [x] Opening brace should be the last content on the line
  541 | ERROR | [x] Closing brace of class definition must be on new line
  542 | ERROR | [x] Opening brace should be the last content on the line
  542 | ERROR | [x] Closing brace of class definition must be on new line
  543 | ERROR | [x] Opening brace should be the last content on the line
  543 | ERROR | [x] Closing brace of class definition must be on new line
  544 | ERROR | [x] Opening brace should be the last content on the line
  544 | ERROR | [x] Closing brace of class definition must be on new line
  545 | ERROR | [x] Opening brace should be the last content on the line
  545 | ERROR | [x] Closing brace of class definition must be on new line
  546 | ERROR | [x] Opening brace should be the last content on the line
  546 | ERROR | [x] Closing brace of class definition must be on new line
  547 | ERROR | [x] Opening brace should be the last content on the line
  547 | ERROR | [x] Closing brace of class definition must be on new line
  548 | ERROR | [x] Opening brace should be the last content on the line
  548 | ERROR | [x] Closing brace of class definition must be on new line
  549 | ERROR | [x] Opening brace should be the last content on the line
  549 | ERROR | [x] Closing brace of class definition must be on new line
  550 | ERROR | [x] Opening brace should be the last content on the line
  550 | ERROR | [x] Closing brace of class definition must be on new line
  551 | ERROR | [x] Opening brace should be the last content on the line
  551 | ERROR | [x] Closing brace of class definition must be on new line
  552 | ERROR | [x] Opening brace should be the last content on the line
  552 | ERROR | [x] Closing brace of class definition must be on new line
  553 | ERROR | [x] Opening brace should be the last content on the line
  553 | ERROR | [x] Closing brace of class definition must be on new line
  554 | ERROR | [x] Opening brace should be the last content on the line
  554 | ERROR | [x] Closing brace of class definition must be on new line
  555 | ERROR | [x] Opening brace should be the last content on the line
  555 | ERROR | [x] Closing brace of class definition must be on new line
  556 | ERROR | [x] Opening brace should be the last content on the line
  556 | ERROR | [x] Closing brace of class definition must be on new line
  557 | ERROR | [x] Opening brace should be the last content on the line
  557 | ERROR | [x] Closing brace of class definition must be on new line
  558 | ERROR | [x] Opening brace should be the last content on the line
  558 | ERROR | [x] Closing brace of class definition must be on new line
  559 | ERROR | [x] Opening brace should be the last content on the line
  559 | ERROR | [x] Closing brace of class definition must be on new line
  560 | ERROR | [x] Opening brace should be the last content on the line
  560 | ERROR | [x] Closing brace of class definition must be on new line
  561 | ERROR | [x] Opening brace should be the last content on the line
  561 | ERROR | [x] Closing brace of class definition must be on new line
  562 | ERROR | [x] Opening brace should be the last content on the line
  562 | ERROR | [x] Closing brace of class definition must be on new line
  563 | ERROR | [x] Opening brace should be the last content on the line
  563 | ERROR | [x] Closing brace of class definition must be on new line
  564 | ERROR | [x] Opening brace should be the last content on the line
  564 | ERROR | [x] Closing brace of class definition must be on new line
  565 | ERROR | [x] Opening brace should be the last content on the line
  565 | ERROR | [x] Closing brace of class definition must be on new line
  566 | ERROR | [x] Opening brace should be the last content on the line
  566 | ERROR | [x] Closing brace of class definition must be on new line
  567 | ERROR | [x] Opening brace should be the last content on the line
  567 | ERROR | [x] Closing brace of class definition must be on new line
  568 | ERROR | [x] Opening brace should be the last content on the line
  568 | ERROR | [x] Closing brace of class definition must be on new line
  569 | ERROR | [x] Opening brace should be the last content on the line
  569 | ERROR | [x] Closing brace of class definition must be on new line
  570 | ERROR | [x] Opening brace should be the last content on the line
  570 | ERROR | [x] Closing brace of class definition must be on new line
  571 | ERROR | [x] Opening brace should be the last content on the line
  571 | ERROR | [x] Closing brace of class definition must be on new line
  572 | ERROR | [x] Opening brace should be the last content on the line
  572 | ERROR | [x] Closing brace of class definition must be on new line
  573 | ERROR | [x] Opening brace should be the last content on the line
  573 | ERROR | [x] Closing brace of class definition must be on new line
  574 | ERROR | [x] Opening brace should be the last content on the line
  574 | ERROR | [x] Closing brace of class definition must be on new line
  575 | ERROR | [x] Opening brace should be the last content on the line
  575 | ERROR | [x] Closing brace of class definition must be on new line
  576 | ERROR | [x] Opening brace should be the last content on the line
  576 | ERROR | [x] Closing brace of class definition must be on new line
  577 | ERROR | [x] Opening brace should be the last content on the line
  577 | ERROR | [x] Closing brace of class definition must be on new line
  578 | ERROR | [x] Opening brace should be the last content on the line
  578 | ERROR | [x] Closing brace of class definition must be on new line
  579 | ERROR | [x] Opening brace should be the last content on the line
  579 | ERROR | [x] Closing brace of class definition must be on new line
  580 | ERROR | [x] Opening brace should be the last content on the line
  580 | ERROR | [x] Closing brace of class definition must be on new line
  581 | ERROR | [x] Opening brace should be the last content on the line
  581 | ERROR | [x] Closing brace of class definition must be on new line
  582 | ERROR | [x] Opening brace should be the last content on the line
  582 | ERROR | [x] Closing brace of class definition must be on new line
  583 | ERROR | [x] Opening brace should be the last content on the line
  583 | ERROR | [x] Closing brace of class definition must be on new line
  584 | ERROR | [x] Opening brace should be the last content on the line
  584 | ERROR | [x] Closing brace of class definition must be on new line
  585 | ERROR | [x] Opening brace should be the last content on the line
  585 | ERROR | [x] Closing brace of class definition must be on new line
  586 | ERROR | [x] Opening brace should be the last content on the line
  586 | ERROR | [x] Closing brace of class definition must be on new line
  587 | ERROR | [x] Opening brace should be the last content on the line
  587 | ERROR | [x] Closing brace of class definition must be on new line
  588 | ERROR | [x] Opening brace should be the last content on the line
  588 | ERROR | [x] Closing brace of class definition must be on new line
  589 | ERROR | [x] Opening brace should be the last content on the line
  589 | ERROR | [x] Closing brace of class definition must be on new line
  590 | ERROR | [x] Opening brace should be the last content on the line
  590 | ERROR | [x] Closing brace of class definition must be on new line
  591 | ERROR | [x] Opening brace should be the last content on the line
  591 | ERROR | [x] Closing brace of class definition must be on new line
  592 | ERROR | [x] Opening brace should be the last content on the line
  592 | ERROR | [x] Closing brace of class definition must be on new line
  593 | ERROR | [x] Opening brace should be the last content on the line
  593 | ERROR | [x] Closing brace of class definition must be on new line
  594 | ERROR | [x] Opening brace should be the last content on the line
  594 | ERROR | [x] Closing brace of class definition must be on new line
  595 | ERROR | [x] Opening brace should be the last content on the line
  595 | ERROR | [x] Closing brace of class definition must be on new line
  596 | ERROR | [x] Opening brace should be the last content on the line
  596 | ERROR | [x] Closing brace of class definition must be on new line
  597 | ERROR | [x] Opening brace should be the last content on the line
  597 | ERROR | [x] Closing brace of class definition must be on new line
  598 | ERROR | [x] Opening brace should be the last content on the line
  598 | ERROR | [x] Closing brace of class definition must be on new line
  599 | ERROR | [x] Opening brace should be the last content on the line
  599 | ERROR | [x] Closing brace of class definition must be on new line
  600 | ERROR | [x] Opening brace should be the last content on the line
  600 | ERROR | [x] Closing brace of class definition must be on new line
  601 | ERROR | [x] Opening brace should be the last content on the line
  601 | ERROR | [x] Closing brace of class definition must be on new line
  602 | ERROR | [x] Opening brace should be the last content on the line
  602 | ERROR | [x] Closing brace of class definition must be on new line
  603 | ERROR | [x] Opening brace should be the last content on the line
  603 | ERROR | [x] Closing brace of class definition must be on new line
  604 | ERROR | [x] Opening brace should be the last content on the line
  604 | ERROR | [x] Closing brace of class definition must be on new line
  605 | ERROR | [x] Opening brace should be the last content on the line
  605 | ERROR | [x] Closing brace of class definition must be on new line
  606 | ERROR | [x] Opening brace should be the last content on the line
  606 | ERROR | [x] Closing brace of class definition must be on new line
  607 | ERROR | [x] Opening brace should be the last content on the line
  607 | ERROR | [x] Closing brace of class definition must be on new line
  608 | ERROR | [x] Opening brace should be the last content on the line
  608 | ERROR | [x] Closing brace of class definition must be on new line
  609 | ERROR | [x] Opening brace should be the last content on the line
  609 | ERROR | [x] Closing brace of class definition must be on new line
  610 | ERROR | [x] Opening brace should be the last content on the line
  610 | ERROR | [x] Closing brace of class definition must be on new line
  611 | ERROR | [x] Opening brace should be the last content on the line
  611 | ERROR | [x] Closing brace of class definition must be on new line
  612 | ERROR | [x] Opening brace should be the last content on the line
  612 | ERROR | [x] Closing brace of class definition must be on new line
  613 | ERROR | [x] Opening brace should be the last content on the line
  613 | ERROR | [x] Closing brace of class definition must be on new line
  614 | ERROR | [x] Opening brace should be the last content on the line
  614 | ERROR | [x] Closing brace of class definition must be on new line
  615 | ERROR | [x] Opening brace should be the last content on the line
  615 | ERROR | [x] Closing brace of class definition must be on new line
  616 | ERROR | [x] Opening brace should be the last content on the line
  616 | ERROR | [x] Closing brace of class definition must be on new line
  617 | ERROR | [x] Opening brace should be the last content on the line
  617 | ERROR | [x] Closing brace of class definition must be on new line
  618 | ERROR | [x] Opening brace should be the last content on the line
  618 | ERROR | [x] Closing brace of class definition must be on new line
  619 | ERROR | [x] Opening brace should be the last content on the line
  619 | ERROR | [x] Closing brace of class definition must be on new line
  620 | ERROR | [x] Opening brace should be the last content on the line
  620 | ERROR | [x] Closing brace of class definition must be on new line
  621 | ERROR | [x] Opening brace should be the last content on the line
  621 | ERROR | [x] Closing brace of class definition must be on new line
  622 | ERROR | [x] Opening brace should be the last content on the line
  622 | ERROR | [x] Closing brace of class definition must be on new line
  623 | ERROR | [x] Opening brace should be the last content on the line
  623 | ERROR | [x] Closing brace of class definition must be on new line
  624 | ERROR | [x] Opening brace should be the last content on the line
  624 | ERROR | [x] Closing brace of class definition must be on new line
  625 | ERROR | [x] Opening brace should be the last content on the line
  625 | ERROR | [x] Closing brace of class definition must be on new line
  626 | ERROR | [x] Opening brace should be the last content on the line
  626 | ERROR | [x] Closing brace of class definition must be on new line
  627 | ERROR | [x] Opening brace should be the last content on the line
  627 | ERROR | [x] Closing brace of class definition must be on new line
  628 | ERROR | [x] Opening brace should be the last content on the line
  628 | ERROR | [x] Closing brace of class definition must be on new line
  629 | ERROR | [x] Opening brace should be the last content on the line
  629 | ERROR | [x] Closing brace of class definition must be on new line
  630 | ERROR | [x] Opening brace should be the last content on the line
  630 | ERROR | [x] Closing brace of class definition must be on new line
  631 | ERROR | [x] Opening brace should be the last content on the line
  631 | ERROR | [x] Closing brace of class definition must be on new line
  632 | ERROR | [x] Opening brace should be the last content on the line
  632 | ERROR | [x] Closing brace of class definition must be on new line
  633 | ERROR | [x] Opening brace should be the last content on the line
  633 | ERROR | [x] Closing brace of class definition must be on new line
  634 | ERROR | [x] Opening brace should be the last content on the line
  634 | ERROR | [x] Closing brace of class definition must be on new line
  635 | ERROR | [x] Opening brace should be the last content on the line
  635 | ERROR | [x] Closing brace of class definition must be on new line
  636 | ERROR | [x] Opening brace should be the last content on the line
  636 | ERROR | [x] Closing brace of class definition must be on new line
  637 | ERROR | [x] Opening brace should be the last content on the line
  637 | ERROR | [x] Closing brace of class definition must be on new line
  638 | ERROR | [x] Opening brace should be the last content on the line
  638 | ERROR | [x] Closing brace of class definition must be on new line
  639 | ERROR | [x] Opening brace should be the last content on the line
  639 | ERROR | [x] Closing brace of class definition must be on new line
  640 | ERROR | [x] Opening brace should be the last content on the line
  640 | ERROR | [x] Closing brace of class definition must be on new line
  641 | ERROR | [x] Opening brace should be the last content on the line
  641 | ERROR | [x] Closing brace of class definition must be on new line
  642 | ERROR | [x] Opening brace should be the last content on the line
  642 | ERROR | [x] Closing brace of class definition must be on new line
  643 | ERROR | [x] Opening brace should be the last content on the line
  643 | ERROR | [x] Closing brace of class definition must be on new line
  644 | ERROR | [x] Opening brace should be the last content on the line
  644 | ERROR | [x] Closing brace of class definition must be on new line
  645 | ERROR | [x] Opening brace should be the last content on the line
  645 | ERROR | [x] Closing brace of class definition must be on new line
  646 | ERROR | [x] Opening brace should be the last content on the line
  646 | ERROR | [x] Closing brace of class definition must be on new line
  647 | ERROR | [x] Opening brace should be the last content on the line
  647 | ERROR | [x] Closing brace of class definition must be on new line
  648 | ERROR | [x] Opening brace should be the last content on the line
  648 | ERROR | [x] Closing brace of class definition must be on new line
  649 | ERROR | [x] Opening brace should be the last content on the line
  649 | ERROR | [x] Closing brace of class definition must be on new line
  650 | ERROR | [x] Opening brace should be the last content on the line
  650 | ERROR | [x] Closing brace of class definition must be on new line
  651 | ERROR | [x] Opening brace should be the last content on the line
  651 | ERROR | [x] Closing brace of class definition must be on new line
  652 | ERROR | [x] Opening brace should be the last content on the line
  652 | ERROR | [x] Closing brace of class definition must be on new line
  653 | ERROR | [x] Opening brace should be the last content on the line
  653 | ERROR | [x] Closing brace of class definition must be on new line
  654 | ERROR | [x] Opening brace should be the last content on the line
  654 | ERROR | [x] Closing brace of class definition must be on new line
  655 | ERROR | [x] Opening brace should be the last content on the line
  655 | ERROR | [x] Closing brace of class definition must be on new line
  656 | ERROR | [x] Opening brace should be the last content on the line
  656 | ERROR | [x] Closing brace of class definition must be on new line
  657 | ERROR | [x] Opening brace should be the last content on the line
  657 | ERROR | [x] Closing brace of class definition must be on new line
  658 | ERROR | [x] Opening brace should be the last content on the line
  658 | ERROR | [x] Closing brace of class definition must be on new line
  659 | ERROR | [x] Opening brace should be the last content on the line
  659 | ERROR | [x] Closing brace of class definition must be on new line
  660 | ERROR | [x] Opening brace should be the last content on the line
  660 | ERROR | [x] Closing brace of class definition must be on new line
  661 | ERROR | [x] Opening brace should be the last content on the line
  661 | ERROR | [x] Closing brace of class definition must be on new line
  662 | ERROR | [x] Opening brace should be the last content on the line
  662 | ERROR | [x] Closing brace of class definition must be on new line
  663 | ERROR | [x] Opening brace should be the last content on the line
  663 | ERROR | [x] Closing brace of class definition must be on new line
  664 | ERROR | [x] Opening brace should be the last content on the line
  664 | ERROR | [x] Closing brace of class definition must be on new line
  665 | ERROR | [x] Opening brace should be the last content on the line
  665 | ERROR | [x] Closing brace of class definition must be on new line
  666 | ERROR | [x] Opening brace should be the last content on the line
  666 | ERROR | [x] Closing brace of class definition must be on new line
  667 | ERROR | [x] Opening brace should be the last content on the line
  667 | ERROR | [x] Closing brace of class definition must be on new line
  668 | ERROR | [x] Opening brace should be the last content on the line
  668 | ERROR | [x] Closing brace of class definition must be on new line
  669 | ERROR | [x] Opening brace should be the last content on the line
  669 | ERROR | [x] Closing brace of class definition must be on new line
  670 | ERROR | [x] Opening brace should be the last content on the line
  670 | ERROR | [x] Closing brace of class definition must be on new line
  671 | ERROR | [x] Opening brace should be the last content on the line
  671 | ERROR | [x] Closing brace of class definition must be on new line
  672 | ERROR | [x] Opening brace should be the last content on the line
  672 | ERROR | [x] Closing brace of class definition must be on new line
  673 | ERROR | [x] Opening brace should be the last content on the line
  673 | ERROR | [x] Closing brace of class definition must be on new line
  674 | ERROR | [x] Opening brace should be the last content on the line
  674 | ERROR | [x] Closing brace of class definition must be on new line
  675 | ERROR | [x] Opening brace should be the last content on the line
  675 | ERROR | [x] Closing brace of class definition must be on new line
  676 | ERROR | [x] Opening brace should be the last content on the line
  676 | ERROR | [x] Closing brace of class definition must be on new line
  677 | ERROR | [x] Opening brace should be the last content on the line
  677 | ERROR | [x] Closing brace of class definition must be on new line
  678 | ERROR | [x] Opening brace should be the last content on the line
  678 | ERROR | [x] Closing brace of class definition must be on new line
  679 | ERROR | [x] Opening brace should be the last content on the line
  679 | ERROR | [x] Closing brace of class definition must be on new line
  680 | ERROR | [x] Opening brace should be the last content on the line
  680 | ERROR | [x] Closing brace of class definition must be on new line
  681 | ERROR | [x] Opening brace should be the last content on the line
  681 | ERROR | [x] Closing brace of class definition must be on new line
  682 | ERROR | [x] Opening brace should be the last content on the line
  682 | ERROR | [x] Closing brace of class definition must be on new line
  683 | ERROR | [x] Opening brace should be the last content on the line
  683 | ERROR | [x] Closing brace of class definition must be on new line
  684 | ERROR | [x] Opening brace should be the last content on the line
  684 | ERROR | [x] Closing brace of class definition must be on new line
  685 | ERROR | [x] Opening brace should be the last content on the line
  685 | ERROR | [x] Closing brace of class definition must be on new line
  686 | ERROR | [x] Opening brace should be the last content on the line
  686 | ERROR | [x] Closing brace of class definition must be on new line
  687 | ERROR | [x] Opening brace should be the last content on the line
  687 | ERROR | [x] Closing brace of class definition must be on new line
  688 | ERROR | [x] Opening brace should be the last content on the line
  688 | ERROR | [x] Closing brace of class definition must be on new line
  689 | ERROR | [x] Opening brace should be the last content on the line
  689 | ERROR | [x] Closing brace of class definition must be on new line
  690 | ERROR | [x] Opening brace should be the last content on the line
  690 | ERROR | [x] Closing brace of class definition must be on new line
  691 | ERROR | [x] Opening brace should be the last content on the line
  691 | ERROR | [x] Closing brace of class definition must be on new line
  692 | ERROR | [x] Opening brace should be the last content on the line
  692 | ERROR | [x] Closing brace of class definition must be on new line
  693 | ERROR | [x] Opening brace should be the last content on the line
  693 | ERROR | [x] Closing brace of class definition must be on new line
  694 | ERROR | [x] Opening brace should be the last content on the line
  694 | ERROR | [x] Closing brace of class definition must be on new line
  695 | ERROR | [x] Opening brace should be the last content on the line
  695 | ERROR | [x] Closing brace of class definition must be on new line
  696 | ERROR | [x] Opening brace should be the last content on the line
  696 | ERROR | [x] Closing brace of class definition must be on new line
  697 | ERROR | [x] Opening brace should be the last content on the line
  697 | ERROR | [x] Closing brace of class definition must be on new line
  698 | ERROR | [x] Opening brace should be the last content on the line
  698 | ERROR | [x] Closing brace of class definition must be on new line
  699 | ERROR | [x] Opening brace should be the last content on the line
  699 | ERROR | [x] Closing brace of class definition must be on new line
  700 | ERROR | [x] Opening brace should be the last content on the line
  700 | ERROR | [x] Closing brace of class definition must be on new line
  701 | ERROR | [x] Opening brace should be the last content on the line
  701 | ERROR | [x] Closing brace of class definition must be on new line
  702 | ERROR | [x] Opening brace should be the last content on the line
  702 | ERROR | [x] Closing brace of class definition must be on new line
  703 | ERROR | [x] Opening brace should be the last content on the line
  703 | ERROR | [x] Closing brace of class definition must be on new line
  704 | ERROR | [x] Opening brace should be the last content on the line
  704 | ERROR | [x] Closing brace of class definition must be on new line
  705 | ERROR | [x] Opening brace should be the last content on the line
  705 | ERROR | [x] Closing brace of class definition must be on new line
  706 | ERROR | [x] Opening brace should be the last content on the line
  706 | ERROR | [x] Closing brace of class definition must be on new line
  707 | ERROR | [x] Opening brace should be the last content on the line
  707 | ERROR | [x] Closing brace of class definition must be on new line
  708 | ERROR | [x] Opening brace should be the last content on the line
  708 | ERROR | [x] Closing brace of class definition must be on new line
  709 | ERROR | [x] Opening brace should be the last content on the line
  709 | ERROR | [x] Closing brace of class definition must be on new line
  710 | ERROR | [x] Opening brace should be the last content on the line
  710 | ERROR | [x] Closing brace of class definition must be on new line
  711 | ERROR | [x] Opening brace should be the last content on the line
  711 | ERROR | [x] Closing brace of class definition must be on new line
  712 | ERROR | [x] Opening brace should be the last content on the line
  712 | ERROR | [x] Closing brace of class definition must be on new line
  713 | ERROR | [x] Opening brace should be the last content on the line
  713 | ERROR | [x] Closing brace of class definition must be on new line
  714 | ERROR | [x] Opening brace should be the last content on the line
  714 | ERROR | [x] Closing brace of class definition must be on new line
  715 | ERROR | [x] Opening brace should be the last content on the line
  715 | ERROR | [x] Closing brace of class definition must be on new line
  716 | ERROR | [x] Opening brace should be the last content on the line
  716 | ERROR | [x] Closing brace of class definition must be on new line
  717 | ERROR | [x] Opening brace should be the last content on the line
  717 | ERROR | [x] Closing brace of class definition must be on new line
  718 | ERROR | [x] Opening brace should be the last content on the line
  718 | ERROR | [x] Closing brace of class definition must be on new line
  719 | ERROR | [x] Opening brace should be the last content on the line
  719 | ERROR | [x] Closing brace of class definition must be on new line
  720 | ERROR | [x] Opening brace should be the last content on the line
  720 | ERROR | [x] Closing brace of class definition must be on new line
  721 | ERROR | [x] Opening brace should be the last content on the line
  721 | ERROR | [x] Closing brace of class definition must be on new line
  722 | ERROR | [x] Opening brace should be the last content on the line
  722 | ERROR | [x] Closing brace of class definition must be on new line
  723 | ERROR | [x] Opening brace should be the last content on the line
  723 | ERROR | [x] Closing brace of class definition must be on new line
  724 | ERROR | [x] Opening brace should be the last content on the line
  724 | ERROR | [x] Closing brace of class definition must be on new line
  725 | ERROR | [x] Opening brace should be the last content on the line
  725 | ERROR | [x] Closing brace of class definition must be on new line
  726 | ERROR | [x] Opening brace should be the last content on the line
  726 | ERROR | [x] Closing brace of class definition must be on new line
  727 | ERROR | [x] Opening brace should be the last content on the line
  727 | ERROR | [x] Closing brace of class definition must be on new line
  728 | ERROR | [x] Opening brace should be the last content on the line
  728 | ERROR | [x] Closing brace of class definition must be on new line
  729 | ERROR | [x] Opening brace should be the last content on the line
  729 | ERROR | [x] Closing brace of class definition must be on new line
  730 | ERROR | [x] Opening brace should be the last content on the line
  730 | ERROR | [x] Closing brace of class definition must be on new line
  731 | ERROR | [x] Opening brace should be the last content on the line
  731 | ERROR | [x] Closing brace of class definition must be on new line
  732 | ERROR | [x] Opening brace should be the last content on the line
  732 | ERROR | [x] Closing brace of class definition must be on new line
  733 | ERROR | [x] Opening brace should be the last content on the line
  733 | ERROR | [x] Closing brace of class definition must be on new line
  734 | ERROR | [x] Opening brace should be the last content on the line
  734 | ERROR | [x] Closing brace of class definition must be on new line
  735 | ERROR | [x] Opening brace should be the last content on the line
  735 | ERROR | [x] Closing brace of class definition must be on new line
  736 | ERROR | [x] Opening brace should be the last content on the line
  736 | ERROR | [x] Closing brace of class definition must be on new line
  737 | ERROR | [x] Opening brace should be the last content on the line
  737 | ERROR | [x] Closing brace of class definition must be on new line
  738 | ERROR | [x] Opening brace should be the last content on the line
  738 | ERROR | [x] Closing brace of class definition must be on new line
  739 | ERROR | [x] Opening brace should be the last content on the line
  739 | ERROR | [x] Closing brace of class definition must be on new line
  740 | ERROR | [x] Opening brace should be the last content on the line
  740 | ERROR | [x] Closing brace of class definition must be on new line
  741 | ERROR | [x] Opening brace should be the last content on the line
  741 | ERROR | [x] Closing brace of class definition must be on new line
  742 | ERROR | [x] Opening brace should be the last content on the line
  742 | ERROR | [x] Closing brace of class definition must be on new line
  743 | ERROR | [x] Opening brace should be the last content on the line
  743 | ERROR | [x] Closing brace of class definition must be on new line
  744 | ERROR | [x] Opening brace should be the last content on the line
  744 | ERROR | [x] Closing brace of class definition must be on new line
  745 | ERROR | [x] Opening brace should be the last content on the line
  745 | ERROR | [x] Closing brace of class definition must be on new line
  746 | ERROR | [x] Opening brace should be the last content on the line
  746 | ERROR | [x] Closing brace of class definition must be on new line
  747 | ERROR | [x] Opening brace should be the last content on the line
  747 | ERROR | [x] Closing brace of class definition must be on new line
  748 | ERROR | [x] Opening brace should be the last content on the line
  748 | ERROR | [x] Closing brace of class definition must be on new line
  749 | ERROR | [x] Opening brace should be the last content on the line
  749 | ERROR | [x] Closing brace of class definition must be on new line
  750 | ERROR | [x] Opening brace should be the last content on the line
  750 | ERROR | [x] Closing brace of class definition must be on new line
  751 | ERROR | [x] Opening brace should be the last content on the line
  751 | ERROR | [x] Closing brace of class definition must be on new line
  752 | ERROR | [x] Opening brace should be the last content on the line
  752 | ERROR | [x] Closing brace of class definition must be on new line
  753 | ERROR | [x] Opening brace should be the last content on the line
  753 | ERROR | [x] Closing brace of class definition must be on new line
  754 | ERROR | [x] Opening brace should be the last content on the line
  754 | ERROR | [x] Closing brace of class definition must be on new line
  755 | ERROR | [x] Opening brace should be the last content on the line
  755 | ERROR | [x] Closing brace of class definition must be on new line
  756 | ERROR | [x] Opening brace should be the last content on the line
  756 | ERROR | [x] Closing brace of class definition must be on new line
  757 | ERROR | [x] Opening brace should be the last content on the line
  757 | ERROR | [x] Closing brace of class definition must be on new line
  758 | ERROR | [x] Opening brace should be the last content on the line
  758 | ERROR | [x] Closing brace of class definition must be on new line
  759 | ERROR | [x] Opening brace should be the last content on the line
  759 | ERROR | [x] Closing brace of class definition must be on new line
  760 | ERROR | [x] Opening brace should be the last content on the line
  760 | ERROR | [x] Closing brace of class definition must be on new line
  761 | ERROR | [x] Opening brace should be the last content on the line
  761 | ERROR | [x] Closing brace of class definition must be on new line
  762 | ERROR | [x] Opening brace should be the last content on the line
  762 | ERROR | [x] Closing brace of class definition must be on new line
  763 | ERROR | [x] Opening brace should be the last content on the line
  763 | ERROR | [x] Closing brace of class definition must be on new line
  764 | ERROR | [x] Opening brace should be the last content on the line
  764 | ERROR | [x] Closing brace of class definition must be on new line
  765 | ERROR | [x] Opening brace should be the last content on the line
  765 | ERROR | [x] Closing brace of class definition must be on new line
  766 | ERROR | [x] Opening brace should be the last content on the line
  766 | ERROR | [x] Closing brace of class definition must be on new line
  767 | ERROR | [x] Opening brace should be the last content on the line
  767 | ERROR | [x] Closing brace of class definition must be on new line
  768 | ERROR | [x] Opening brace should be the last content on the line
  768 | ERROR | [x] Closing brace of class definition must be on new line
  769 | ERROR | [x] Opening brace should be the last content on the line
  769 | ERROR | [x] Closing brace of class definition must be on new line
  770 | ERROR | [x] Opening brace should be the last content on the line
  770 | ERROR | [x] Closing brace of class definition must be on new line
  771 | ERROR | [x] Opening brace should be the last content on the line
  771 | ERROR | [x] Closing brace of class definition must be on new line
  772 | ERROR | [x] Opening brace should be the last content on the line
  772 | ERROR | [x] Closing brace of class definition must be on new line
  773 | ERROR | [x] Opening brace should be the last content on the line
  773 | ERROR | [x] Closing brace of class definition must be on new line
  774 | ERROR | [x] Opening brace should be the last content on the line
  774 | ERROR | [x] Closing brace of class definition must be on new line
  775 | ERROR | [x] Opening brace should be the last content on the line
  775 | ERROR | [x] Closing brace of class definition must be on new line
  776 | ERROR | [x] Opening brace should be the last content on the line
  776 | ERROR | [x] Closing brace of class definition must be on new line
  777 | ERROR | [x] Opening brace should be the last content on the line
  777 | ERROR | [x] Closing brace of class definition must be on new line
  778 | ERROR | [x] Opening brace should be the last content on the line
  778 | ERROR | [x] Closing brace of class definition must be on new line
  779 | ERROR | [x] Opening brace should be the last content on the line
  779 | ERROR | [x] Closing brace of class definition must be on new line
  780 | ERROR | [x] Opening brace should be the last content on the line
  780 | ERROR | [x] Closing brace of class definition must be on new line
  781 | ERROR | [x] Opening brace should be the last content on the line
  781 | ERROR | [x] Closing brace of class definition must be on new line
  782 | ERROR | [x] Opening brace should be the last content on the line
  782 | ERROR | [x] Closing brace of class definition must be on new line
  783 | ERROR | [x] Opening brace should be the last content on the line
  783 | ERROR | [x] Closing brace of class definition must be on new line
  784 | ERROR | [x] Opening brace should be the last content on the line
  784 | ERROR | [x] Closing brace of class definition must be on new line
  785 | ERROR | [x] Opening brace should be the last content on the line
  785 | ERROR | [x] Closing brace of class definition must be on new line
  786 | ERROR | [x] Opening brace should be the last content on the line
  786 | ERROR | [x] Closing brace of class definition must be on new line
  787 | ERROR | [x] Opening brace should be the last content on the line
  787 | ERROR | [x] Closing brace of class definition must be on new line
  788 | ERROR | [x] Opening brace should be the last content on the line
  788 | ERROR | [x] Closing brace of class definition must be on new line
  789 | ERROR | [x] Opening brace should be the last content on the line
  789 | ERROR | [x] Closing brace of class definition must be on new line
  790 | ERROR | [x] Opening brace should be the last content on the line
  790 | ERROR | [x] Closing brace of class definition must be on new line
  791 | ERROR | [x] Opening brace should be the last content on the line
  791 | ERROR | [x] Closing brace of class definition must be on new line
  792 | ERROR | [x] Opening brace should be the last content on the line
  792 | ERROR | [x] Closing brace of class definition must be on new line
  793 | ERROR | [x] Opening brace should be the last content on the line
  793 | ERROR | [x] Closing brace of class definition must be on new line
  794 | ERROR | [x] Opening brace should be the last content on the line
  794 | ERROR | [x] Closing brace of class definition must be on new line
  795 | ERROR | [x] Opening brace should be the last content on the line
  795 | ERROR | [x] Closing brace of class definition must be on new line
  796 | ERROR | [x] Opening brace should be the last content on the line
  796 | ERROR | [x] Closing brace of class definition must be on new line
  797 | ERROR | [x] Opening brace should be the last content on the line
  797 | ERROR | [x] Closing brace of class definition must be on new line
  798 | ERROR | [x] Opening brace should be the last content on the line
  798 | ERROR | [x] Closing brace of class definition must be on new line
  799 | ERROR | [x] Opening brace should be the last content on the line
  799 | ERROR | [x] Closing brace of class definition must be on new line
  800 | ERROR | [x] Opening brace should be the last content on the line
  800 | ERROR | [x] Closing brace of class definition must be on new line
  801 | ERROR | [x] Opening brace should be the last content on the line
  801 | ERROR | [x] Closing brace of class definition must be on new line
  802 | ERROR | [x] Opening brace should be the last content on the line
  802 | ERROR | [x] Closing brace of class definition must be on new line
  803 | ERROR | [x] Opening brace should be the last content on the line
  803 | ERROR | [x] Closing brace of class definition must be on new line
  804 | ERROR | [x] Opening brace should be the last content on the line
  804 | ERROR | [x] Closing brace of class definition must be on new line
  805 | ERROR | [x] Opening brace should be the last content on the line
  805 | ERROR | [x] Closing brace of class definition must be on new line
  806 | ERROR | [x] Opening brace should be the last content on the line
  806 | ERROR | [x] Closing brace of class definition must be on new line
  807 | ERROR | [x] Opening brace should be the last content on the line
  807 | ERROR | [x] Closing brace of class definition must be on new line
  808 | ERROR | [x] Opening brace should be the last content on the line
  808 | ERROR | [x] Closing brace of class definition must be on new line
  809 | ERROR | [x] Opening brace should be the last content on the line
  809 | ERROR | [x] Closing brace of class definition must be on new line
  810 | ERROR | [x] Opening brace should be the last content on the line
  810 | ERROR | [x] Closing brace of class definition must be on new line
  811 | ERROR | [x] Opening brace should be the last content on the line
  811 | ERROR | [x] Closing brace of class definition must be on new line
  812 | ERROR | [x] Opening brace should be the last content on the line
  812 | ERROR | [x] Closing brace of class definition must be on new line
  813 | ERROR | [x] Opening brace should be the last content on the line
  813 | ERROR | [x] Closing brace of class definition must be on new line
  814 | ERROR | [x] Opening brace should be the last content on the line
  814 | ERROR | [x] Closing brace of class definition must be on new line
  815 | ERROR | [x] Opening brace should be the last content on the line
  815 | ERROR | [x] Closing brace of class definition must be on new line
  816 | ERROR | [x] Opening brace should be the last content on the line
  816 | ERROR | [x] Closing brace of class definition must be on new line
  817 | ERROR | [x] Opening brace should be the last content on the line
  817 | ERROR | [x] Closing brace of class definition must be on new line
  818 | ERROR | [x] Opening brace should be the last content on the line
  818 | ERROR | [x] Closing brace of class definition must be on new line
  819 | ERROR | [x] Opening brace should be the last content on the line
  819 | ERROR | [x] Closing brace of class definition must be on new line
  820 | ERROR | [x] Opening brace should be the last content on the line
  820 | ERROR | [x] Closing brace of class definition must be on new line
  821 | ERROR | [x] Opening brace should be the last content on the line
  821 | ERROR | [x] Closing brace of class definition must be on new line
  822 | ERROR | [x] Opening brace should be the last content on the line
  822 | ERROR | [x] Closing brace of class definition must be on new line
  823 | ERROR | [x] Opening brace should be the last content on the line
  823 | ERROR | [x] Closing brace of class definition must be on new line
  824 | ERROR | [x] Opening brace should be the last content on the line
  824 | ERROR | [x] Closing brace of class definition must be on new line
  825 | ERROR | [x] Opening brace should be the last content on the line
  825 | ERROR | [x] Closing brace of class definition must be on new line
  826 | ERROR | [x] Opening brace should be the last content on the line
  826 | ERROR | [x] Closing brace of class definition must be on new line
  827 | ERROR | [x] Opening brace should be the last content on the line
  827 | ERROR | [x] Closing brace of class definition must be on new line
  828 | ERROR | [x] Opening brace should be the last content on the line
  828 | ERROR | [x] Closing brace of class definition must be on new line
  829 | ERROR | [x] Opening brace should be the last content on the line
  829 | ERROR | [x] Closing brace of class definition must be on new line
  830 | ERROR | [x] Opening brace should be the last content on the line
  830 | ERROR | [x] Closing brace of class definition must be on new line
  831 | ERROR | [x] Opening brace should be the last content on the line
  831 | ERROR | [x] Closing brace of class definition must be on new line
  832 | ERROR | [x] Opening brace should be the last content on the line
  832 | ERROR | [x] Closing brace of class definition must be on new line
  833 | ERROR | [x] Opening brace should be the last content on the line
  833 | ERROR | [x] Closing brace of class definition must be on new line
  834 | ERROR | [x] Opening brace should be the last content on the line
  834 | ERROR | [x] Closing brace of class definition must be on new line
  835 | ERROR | [x] Opening brace should be the last content on the line
  835 | ERROR | [x] Closing brace of class definition must be on new line
  836 | ERROR | [x] Opening brace should be the last content on the line
  836 | ERROR | [x] Closing brace of class definition must be on new line
  837 | ERROR | [x] Opening brace should be the last content on the line
  837 | ERROR | [x] Closing brace of class definition must be on new line
  838 | ERROR | [x] Opening brace should be the last content on the line
  838 | ERROR | [x] Closing brace of class definition must be on new line
  839 | ERROR | [x] Opening brace should be the last content on the line
  839 | ERROR | [x] Closing brace of class definition must be on new line
  840 | ERROR | [x] Opening brace should be the last content on the line
  840 | ERROR | [x] Closing brace of class definition must be on new line
  841 | ERROR | [x] Opening brace should be the last content on the line
  841 | ERROR | [x] Closing brace of class definition must be on new line
  842 | ERROR | [x] Opening brace should be the last content on the line
  842 | ERROR | [x] Closing brace of class definition must be on new line
  843 | ERROR | [x] Opening brace should be the last content on the line
  843 | ERROR | [x] Closing brace of class definition must be on new line
  844 | ERROR | [x] Opening brace should be the last content on the line
  844 | ERROR | [x] Closing brace of class definition must be on new line
  845 | ERROR | [x] Opening brace should be the last content on the line
  845 | ERROR | [x] Closing brace of class definition must be on new line
  846 | ERROR | [x] Opening brace should be the last content on the line
  846 | ERROR | [x] Closing brace of class definition must be on new line
  847 | ERROR | [x] Opening brace should be the last content on the line
  847 | ERROR | [x] Closing brace of class definition must be on new line
  848 | ERROR | [x] Opening brace should be the last content on the line
  848 | ERROR | [x] Closing brace of class definition must be on new line
  849 | ERROR | [x] Opening brace should be the last content on the line
  849 | ERROR | [x] Closing brace of class definition must be on new line
  850 | ERROR | [x] Opening brace should be the last content on the line
  850 | ERROR | [x] Closing brace of class definition must be on new line
  851 | ERROR | [x] Opening brace should be the last content on the line
  851 | ERROR | [x] Closing brace of class definition must be on new line
  852 | ERROR | [x] Opening brace should be the last content on the line
  852 | ERROR | [x] Closing brace of class definition must be on new line
  853 | ERROR | [x] Opening brace should be the last content on the line
  853 | ERROR | [x] Closing brace of class definition must be on new line
  854 | ERROR | [x] Opening brace should be the last content on the line
  854 | ERROR | [x] Closing brace of class definition must be on new line
  855 | ERROR | [x] Opening brace should be the last content on the line
  855 | ERROR | [x] Closing brace of class definition must be on new line
  856 | ERROR | [x] Opening brace should be the last content on the line
  856 | ERROR | [x] Closing brace of class definition must be on new line
  857 | ERROR | [x] Opening brace should be the last content on the line
  857 | ERROR | [x] Closing brace of class definition must be on new line
  858 | ERROR | [x] Opening brace should be the last content on the line
  858 | ERROR | [x] Closing brace of class definition must be on new line
  859 | ERROR | [x] Opening brace should be the last content on the line
  859 | ERROR | [x] Closing brace of class definition must be on new line
  860 | ERROR | [x] Opening brace should be the last content on the line
  860 | ERROR | [x] Closing brace of class definition must be on new line
  861 | ERROR | [x] Opening brace should be the last content on the line
  861 | ERROR | [x] Closing brace of class definition must be on new line
  862 | ERROR | [x] Opening brace should be the last content on the line
  862 | ERROR | [x] Closing brace of class definition must be on new line
  863 | ERROR | [x] Opening brace should be the last content on the line
  863 | ERROR | [x] Closing brace of class definition must be on new line
  864 | ERROR | [x] Opening brace should be the last content on the line
  864 | ERROR | [x] Closing brace of class definition must be on new line
  865 | ERROR | [x] Opening brace should be the last content on the line
  865 | ERROR | [x] Closing brace of class definition must be on new line
  866 | ERROR | [x] Opening brace should be the last content on the line
  866 | ERROR | [x] Closing brace of class definition must be on new line
  867 | ERROR | [x] Opening brace should be the last content on the line
  867 | ERROR | [x] Closing brace of class definition must be on new line
  868 | ERROR | [x] Opening brace should be the last content on the line
  868 | ERROR | [x] Closing brace of class definition must be on new line
  869 | ERROR | [x] Opening brace should be the last content on the line
  869 | ERROR | [x] Closing brace of class definition must be on new line
  870 | ERROR | [x] Opening brace should be the last content on the line
  870 | ERROR | [x] Closing brace of class definition must be on new line
  871 | ERROR | [x] Opening brace should be the last content on the line
  871 | ERROR | [x] Closing brace of class definition must be on new line
  872 | ERROR | [x] Opening brace should be the last content on the line
  872 | ERROR | [x] Closing brace of class definition must be on new line
  873 | ERROR | [x] Opening brace should be the last content on the line
  873 | ERROR | [x] Closing brace of class definition must be on new line
  874 | ERROR | [x] Opening brace should be the last content on the line
  874 | ERROR | [x] Closing brace of class definition must be on new line
  875 | ERROR | [x] Opening brace should be the last content on the line
  875 | ERROR | [x] Closing brace of class definition must be on new line
  876 | ERROR | [x] Opening brace should be the last content on the line
  876 | ERROR | [x] Closing brace of class definition must be on new line
  877 | ERROR | [x] Opening brace should be the last content on the line
  877 | ERROR | [x] Closing brace of class definition must be on new line
  878 | ERROR | [x] Opening brace should be the last content on the line
  878 | ERROR | [x] Closing brace of class definition must be on new line
  879 | ERROR | [x] Opening brace should be the last content on the line
  879 | ERROR | [x] Closing brace of class definition must be on new line
  880 | ERROR | [x] Opening brace should be the last content on the line
  880 | ERROR | [x] Closing brace of class definition must be on new line
  881 | ERROR | [x] Opening brace should be the last content on the line
  881 | ERROR | [x] Closing brace of class definition must be on new line
  882 | ERROR | [x] Opening brace should be the last content on the line
  882 | ERROR | [x] Closing brace of class definition must be on new line
  883 | ERROR | [x] Opening brace should be the last content on the line
  883 | ERROR | [x] Closing brace of class definition must be on new line
  884 | ERROR | [x] Opening brace should be the last content on the line
  884 | ERROR | [x] Closing brace of class definition must be on new line
  885 | ERROR | [x] Opening brace should be the last content on the line
  885 | ERROR | [x] Closing brace of class definition must be on new line
  886 | ERROR | [x] Opening brace should be the last content on the line
  886 | ERROR | [x] Closing brace of class definition must be on new line
  887 | ERROR | [x] Opening brace should be the last content on the line
  887 | ERROR | [x] Closing brace of class definition must be on new line
  888 | ERROR | [x] Opening brace should be the last content on the line
  888 | ERROR | [x] Closing brace of class definition must be on new line
  889 | ERROR | [x] Opening brace should be the last content on the line
  889 | ERROR | [x] Closing brace of class definition must be on new line
  890 | ERROR | [x] Opening brace should be the last content on the line
  890 | ERROR | [x] Closing brace of class definition must be on new line
  891 | ERROR | [x] Opening brace should be the last content on the line
  891 | ERROR | [x] Closing brace of class definition must be on new line
  892 | ERROR | [x] Opening brace should be the last content on the line
  892 | ERROR | [x] Closing brace of class definition must be on new line
  893 | ERROR | [x] Opening brace should be the last content on the line
  893 | ERROR | [x] Closing brace of class definition must be on new line
  894 | ERROR | [x] Opening brace should be the last content on the line
  894 | ERROR | [x] Closing brace of class definition must be on new line
  895 | ERROR | [x] Opening brace should be the last content on the line
  895 | ERROR | [x] Closing brace of class definition must be on new line
  896 | ERROR | [x] Opening brace should be the last content on the line
  896 | ERROR | [x] Closing brace of class definition must be on new line
  897 | ERROR | [x] Opening brace should be the last content on the line
  897 | ERROR | [x] Closing brace of class definition must be on new line
  898 | ERROR | [x] Opening brace should be the last content on the line
  898 | ERROR | [x] Closing brace of class definition must be on new line
  899 | ERROR | [x] Opening brace should be the last content on the line
  899 | ERROR | [x] Closing brace of class definition must be on new line
  900 | ERROR | [x] Opening brace should be the last content on the line
  900 | ERROR | [x] Closing brace of class definition must be on new line
  901 | ERROR | [x] Opening brace should be the last content on the line
  901 | ERROR | [x] Closing brace of class definition must be on new line
  902 | ERROR | [x] Opening brace should be the last content on the line
  902 | ERROR | [x] Closing brace of class definition must be on new line
  903 | ERROR | [x] Opening brace should be the last content on the line
  903 | ERROR | [x] Closing brace of class definition must be on new line
  904 | ERROR | [x] Opening brace should be the last content on the line
  904 | ERROR | [x] Closing brace of class definition must be on new line
  905 | ERROR | [x] Opening brace should be the last content on the line
  905 | ERROR | [x] Closing brace of class definition must be on new line
  906 | ERROR | [x] Opening brace should be the last content on the line
  906 | ERROR | [x] Closing brace of class definition must be on new line
  907 | ERROR | [x] Opening brace should be the last content on the line
  907 | ERROR | [x] Closing brace of class definition must be on new line
  908 | ERROR | [x] Opening brace should be the last content on the line
  908 | ERROR | [x] Closing brace of class definition must be on new line
  909 | ERROR | [x] Opening brace should be the last content on the line
  909 | ERROR | [x] Closing brace of class definition must be on new line
  910 | ERROR | [x] Opening brace should be the last content on the line
  910 | ERROR | [x] Closing brace of class definition must be on new line
  911 | ERROR | [x] Opening brace should be the last content on the line
  911 | ERROR | [x] Closing brace of class definition must be on new line
  912 | ERROR | [x] Opening brace should be the last content on the line
  912 | ERROR | [x] Closing brace of class definition must be on new line
  913 | ERROR | [x] Opening brace should be the last content on the line
  913 | ERROR | [x] Closing brace of class definition must be on new line
  914 | ERROR | [x] Opening brace should be the last content on the line
  914 | ERROR | [x] Closing brace of class definition must be on new line
  915 | ERROR | [x] Opening brace should be the last content on the line
  915 | ERROR | [x] Closing brace of class definition must be on new line
  916 | ERROR | [x] Opening brace should be the last content on the line
  916 | ERROR | [x] Closing brace of class definition must be on new line
  917 | ERROR | [x] Opening brace should be the last content on the line
  917 | ERROR | [x] Closing brace of class definition must be on new line
  918 | ERROR | [x] Opening brace should be the last content on the line
  918 | ERROR | [x] Closing brace of class definition must be on new line
  919 | ERROR | [x] Opening brace should be the last content on the line
  919 | ERROR | [x] Closing brace of class definition must be on new line
  920 | ERROR | [x] Opening brace should be the last content on the line
  920 | ERROR | [x] Closing brace of class definition must be on new line
  921 | ERROR | [x] Opening brace should be the last content on the line
  921 | ERROR | [x] Closing brace of class definition must be on new line
  922 | ERROR | [x] Opening brace should be the last content on the line
  922 | ERROR | [x] Closing brace of class definition must be on new line
  923 | ERROR | [x] Opening brace should be the last content on the line
  923 | ERROR | [x] Closing brace of class definition must be on new line
  924 | ERROR | [x] Opening brace should be the last content on the line
  924 | ERROR | [x] Closing brace of class definition must be on new line
  925 | ERROR | [x] Opening brace should be the last content on the line
  925 | ERROR | [x] Closing brace of class definition must be on new line
  926 | ERROR | [x] Opening brace should be the last content on the line
  926 | ERROR | [x] Closing brace of class definition must be on new line
  927 | ERROR | [x] Opening brace should be the last content on the line
  927 | ERROR | [x] Closing brace of class definition must be on new line
  928 | ERROR | [x] Opening brace should be the last content on the line
  928 | ERROR | [x] Closing brace of class definition must be on new line
  929 | ERROR | [x] Opening brace should be the last content on the line
  929 | ERROR | [x] Closing brace of class definition must be on new line
  930 | ERROR | [x] Opening brace should be the last content on the line
  930 | ERROR | [x] Closing brace of class definition must be on new line
  931 | ERROR | [x] Opening brace should be the last content on the line
  931 | ERROR | [x] Closing brace of class definition must be on new line
  932 | ERROR | [x] Opening brace should be the last content on the line
  932 | ERROR | [x] Closing brace of class definition must be on new line
  933 | ERROR | [x] Opening brace should be the last content on the line
  933 | ERROR | [x] Closing brace of class definition must be on new line
  934 | ERROR | [x] Opening brace should be the last content on the line
  934 | ERROR | [x] Closing brace of class definition must be on new line
  935 | ERROR | [x] Opening brace should be the last content on the line
  935 | ERROR | [x] Closing brace of class definition must be on new line
  936 | ERROR | [x] Opening brace should be the last content on the line
  936 | ERROR | [x] Closing brace of class definition must be on new line
  937 | ERROR | [x] Opening brace should be the last content on the line
  937 | ERROR | [x] Closing brace of class definition must be on new line
  938 | ERROR | [x] Opening brace should be the last content on the line
  938 | ERROR | [x] Closing brace of class definition must be on new line
  939 | ERROR | [x] Opening brace should be the last content on the line
  939 | ERROR | [x] Closing brace of class definition must be on new line
  940 | ERROR | [x] Opening brace should be the last content on the line
  940 | ERROR | [x] Closing brace of class definition must be on new line
  941 | ERROR | [x] Opening brace should be the last content on the line
  941 | ERROR | [x] Closing brace of class definition must be on new line
  942 | ERROR | [x] Opening brace should be the last content on the line
  942 | ERROR | [x] Closing brace of class definition must be on new line
  943 | ERROR | [x] Opening brace should be the last content on the line
  943 | ERROR | [x] Closing brace of class definition must be on new line
  944 | ERROR | [x] Opening brace should be the last content on the line
  944 | ERROR | [x] Closing brace of class definition must be on new line
  945 | ERROR | [x] Opening brace should be the last content on the line
  945 | ERROR | [x] Closing brace of class definition must be on new line
  946 | ERROR | [x] Opening brace should be the last content on the line
  946 | ERROR | [x] Closing brace of class definition must be on new line
  947 | ERROR | [x] Opening brace should be the last content on the line
  947 | ERROR | [x] Closing brace of class definition must be on new line
  948 | ERROR | [x] Opening brace should be the last content on the line
  948 | ERROR | [x] Closing brace of class definition must be on new line
  949 | ERROR | [x] Opening brace should be the last content on the line
  949 | ERROR | [x] Closing brace of class definition must be on new line
  950 | ERROR | [x] Opening brace should be the last content on the line
  950 | ERROR | [x] Closing brace of class definition must be on new line
  951 | ERROR | [x] Opening brace should be the last content on the line
  951 | ERROR | [x] Closing brace of class definition must be on new line
  952 | ERROR | [x] Opening brace should be the last content on the line
  952 | ERROR | [x] Closing brace of class definition must be on new line
  953 | ERROR | [x] Opening brace should be the last content on the line
  953 | ERROR | [x] Closing brace of class definition must be on new line
  954 | ERROR | [x] Opening brace should be the last content on the line
  954 | ERROR | [x] Closing brace of class definition must be on new line
  955 | ERROR | [x] Opening brace should be the last content on the line
  955 | ERROR | [x] Closing brace of class definition must be on new line
  956 | ERROR | [x] Opening brace should be the last content on the line
  956 | ERROR | [x] Closing brace of class definition must be on new line
  957 | ERROR | [x] Opening brace should be the last content on the line
  957 | ERROR | [x] Closing brace of class definition must be on new line
  958 | ERROR | [x] Opening brace should be the last content on the line
  958 | ERROR | [x] Closing brace of class definition must be on new line
  959 | ERROR | [x] Opening brace should be the last content on the line
  959 | ERROR | [x] Closing brace of class definition must be on new line
  960 | ERROR | [x] Opening brace should be the last content on the line
  960 | ERROR | [x] Closing brace of class definition must be on new line
  961 | ERROR | [x] Opening brace should be the last content on the line
  961 | ERROR | [x] Closing brace of class definition must be on new line
  962 | ERROR | [x] Opening brace should be the last content on the line
  962 | ERROR | [x] Closing brace of class definition must be on new line
  963 | ERROR | [x] Opening brace should be the last content on the line
  963 | ERROR | [x] Closing brace of class definition must be on new line
  964 | ERROR | [x] Opening brace should be the last content on the line
  964 | ERROR | [x] Closing brace of class definition must be on new line
  965 | ERROR | [x] Opening brace should be the last content on the line
  965 | ERROR | [x] Closing brace of class definition must be on new line
  966 | ERROR | [x] Opening brace should be the last content on the line
  966 | ERROR | [x] Closing brace of class definition must be on new line
  967 | ERROR | [x] Opening brace should be the last content on the line
  967 | ERROR | [x] Closing brace of class definition must be on new line
  968 | ERROR | [x] Opening brace should be the last content on the line
  968 | ERROR | [x] Closing brace of class definition must be on new line
  969 | ERROR | [x] Opening brace should be the last content on the line
  969 | ERROR | [x] Closing brace of class definition must be on new line
  970 | ERROR | [x] Opening brace should be the last content on the line
  970 | ERROR | [x] Closing brace of class definition must be on new line
  971 | ERROR | [x] Opening brace should be the last content on the line
  971 | ERROR | [x] Closing brace of class definition must be on new line
  972 | ERROR | [x] Opening brace should be the last content on the line
  972 | ERROR | [x] Closing brace of class definition must be on new line
  973 | ERROR | [x] Opening brace should be the last content on the line
  973 | ERROR | [x] Closing brace of class definition must be on new line
  974 | ERROR | [x] Opening brace should be the last content on the line
  974 | ERROR | [x] Closing brace of class definition must be on new line
  975 | ERROR | [x] Opening brace should be the last content on the line
  975 | ERROR | [x] Closing brace of class definition must be on new line
  976 | ERROR | [x] Opening brace should be the last content on the line
  976 | ERROR | [x] Closing brace of class definition must be on new line
  977 | ERROR | [x] Opening brace should be the last content on the line
  977 | ERROR | [x] Closing brace of class definition must be on new line
  978 | ERROR | [x] Opening brace should be the last content on the line
  978 | ERROR | [x] Closing brace of class definition must be on new line
  979 | ERROR | [x] Opening brace should be the last content on the line
  979 | ERROR | [x] Closing brace of class definition must be on new line
  980 | ERROR | [x] Opening brace should be the last content on the line
  980 | ERROR | [x] Closing brace of class definition must be on new line
  981 | ERROR | [x] Opening brace should be the last content on the line
  981 | ERROR | [x] Closing brace of class definition must be on new line
  982 | ERROR | [x] Opening brace should be the last content on the line
  982 | ERROR | [x] Closing brace of class definition must be on new line
  983 | ERROR | [x] Opening brace should be the last content on the line
  983 | ERROR | [x] Closing brace of class definition must be on new line
  984 | ERROR | [x] Opening brace should be the last content on the line
  984 | ERROR | [x] Closing brace of class definition must be on new line
  985 | ERROR | [x] Opening brace should be the last content on the line
  985 | ERROR | [x] Closing brace of class definition must be on new line
  986 | ERROR | [x] Opening brace should be the last content on the line
  986 | ERROR | [x] Closing brace of class definition must be on new line
  987 | ERROR | [x] Opening brace should be the last content on the line
  987 | ERROR | [x] Closing brace of class definition must be on new line
  988 | ERROR | [x] Opening brace should be the last content on the line
  988 | ERROR | [x] Closing brace of class definition must be on new line
  989 | ERROR | [x] Opening brace should be the last content on the line
  989 | ERROR | [x] Closing brace of class definition must be on new line
  990 | ERROR | [x] Opening brace should be the last content on the line
  990 | ERROR | [x] Closing brace of class definition must be on new line
  991 | ERROR | [x] Opening brace should be the last content on the line
  991 | ERROR | [x] Closing brace of class definition must be on new line
  992 | ERROR | [x] Opening brace should be the last content on the line
  992 | ERROR | [x] Closing brace of class definition must be on new line
  993 | ERROR | [x] Opening brace should be the last content on the line
  993 | ERROR | [x] Closing brace of class definition must be on new line
  994 | ERROR | [x] Opening brace should be the last content on the line
  994 | ERROR | [x] Closing brace of class definition must be on new line
  995 | ERROR | [x] Opening brace should be the last content on the line
  995 | ERROR | [x] Closing brace of class definition must be on new line
  996 | ERROR | [x] Opening brace should be the last content on the line
  996 | ERROR | [x] Closing brace of class definition must be on new line
  997 | ERROR | [x] Opening brace should be the last content on the line
  997 | ERROR | [x] Closing brace of class definition must be on new line
  998 | ERROR | [x] Opening brace should be the last content on the line
  998 | ERROR | [x] Closing brace of class definition must be on new line
  999 | ERROR | [x] Opening brace should be the last content on the line
  999 | ERROR | [x] Closing brace of class definition must be on new line
 1000 | ERROR | [x] Opening brace should be the last content on the line
 1000 | ERROR | [x] Closing brace of class definition must be on new line
 1001 | ERROR | [x] Opening brace should be the last content on the line
 1001 | ERROR | [x] Closing brace of class definition must be on new line
 1002 | ERROR | [x] Opening brace should be the last content on the line
 1002 | ERROR | [x] Closing brace of class definition must be on new line
 1003 | ERROR | [x] Opening brace should be the last content on the line
 1003 | ERROR | [x] Closing brace of class definition must be on new line
 1004 | ERROR | [x] Opening brace should be the last content on the line
 1004 | ERROR | [x] Closing brace of class definition must be on new line
 1005 | ERROR | [x] Opening brace should be the last content on the line
 1005 | ERROR | [x] Closing brace of class definition must be on new line
 1006 | ERROR | [x] Opening brace should be the last content on the line
 1006 | ERROR | [x] Closing brace of class definition must be on new line
 1007 | ERROR | [x] Opening brace should be the last content on the line
 1007 | ERROR | [x] Closing brace of class definition must be on new line
 1008 | ERROR | [x] Opening brace should be the last content on the line
 1008 | ERROR | [x] Closing brace of class definition must be on new line
 1009 | ERROR | [x] Opening brace should be the last content on the line
 1009 | ERROR | [x] Closing brace of class definition must be on new line
 1010 | ERROR | [x] Opening brace should be the last content on the line
 1010 | ERROR | [x] Closing brace of class definition must be on new line
 1011 | ERROR | [x] Opening brace should be the last content on the line
 1011 | ERROR | [x] Closing brace of class definition must be on new line
 1012 | ERROR | [x] Opening brace should be the last content on the line
 1012 | ERROR | [x] Closing brace of class definition must be on new line
 1013 | ERROR | [x] Opening brace should be the last content on the line
 1013 | ERROR | [x] Closing brace of class definition must be on new line
 1014 | ERROR | [x] Opening brace should be the last content on the line
 1014 | ERROR | [x] Closing brace of class definition must be on new line
 1015 | ERROR | [x] Opening brace should be the last content on the line
 1015 | ERROR | [x] Closing brace of class definition must be on new line
 1016 | ERROR | [x] Opening brace should be the last content on the line
 1016 | ERROR | [x] Closing brace of class definition must be on new line
 1017 | ERROR | [x] Opening brace should be the last content on the line
 1017 | ERROR | [x] Closing brace of class definition must be on new line
 1018 | ERROR | [x] Opening brace should be the last content on the line
 1018 | ERROR | [x] Closing brace of class definition must be on new line
 1019 | ERROR | [x] Opening brace should be the last content on the line
 1019 | ERROR | [x] Closing brace of class definition must be on new line
 1020 | ERROR | [x] Opening brace should be the last content on the line
 1020 | ERROR | [x] Closing brace of class definition must be on new line
 1021 | ERROR | [x] Opening brace should be the last content on the line
 1021 | ERROR | [x] Closing brace of class definition must be on new line
 1022 | ERROR | [x] Opening brace should be the last content on the line
 1022 | ERROR | [x] Closing brace of class definition must be on new line
 1023 | ERROR | [x] Opening brace should be the last content on the line
 1023 | ERROR | [x] Closing brace of class definition must be on new line
 1024 | ERROR | [x] Opening brace should be the last content on the line
 1024 | ERROR | [x] Closing brace of class definition must be on new line
 1025 | ERROR | [x] Opening brace should be the last content on the line
 1025 | ERROR | [x] Closing brace of class definition must be on new line
 1026 | ERROR | [x] Opening brace should be the last content on the line
 1026 | ERROR | [x] Closing brace of class definition must be on new line
 1027 | ERROR | [x] Opening brace should be the last content on the line
 1027 | ERROR | [x] Closing brace of class definition must be on new line
 1028 | ERROR | [x] Opening brace should be the last content on the line
 1028 | ERROR | [x] Closing brace of class definition must be on new line
 1029 | ERROR | [x] Opening brace should be the last content on the line
 1029 | ERROR | [x] Closing brace of class definition must be on new line
 1030 | ERROR | [x] Opening brace should be the last content on the line
 1030 | ERROR | [x] Closing brace of class definition must be on new line
 1031 | ERROR | [x] Opening brace should be the last content on the line
 1031 | ERROR | [x] Closing brace of class definition must be on new line
 1032 | ERROR | [x] Opening brace should be the last content on the line
 1032 | ERROR | [x] Closing brace of class definition must be on new line
 1033 | ERROR | [x] Opening brace should be the last content on the line
 1033 | ERROR | [x] Closing brace of class definition must be on new line
 1034 | ERROR | [x] Opening brace should be the last content on the line
 1034 | ERROR | [x] Closing brace of class definition must be on new line
 1035 | ERROR | [x] Opening brace should be the last content on the line
 1035 | ERROR | [x] Closing brace of class definition must be on new line
 1036 | ERROR | [x] Opening brace should be the last content on the line
 1036 | ERROR | [x] Closing brace of class definition must be on new line
 1037 | ERROR | [x] Opening brace should be the last content on the line
 1037 | ERROR | [x] Closing brace of class definition must be on new line
 1038 | ERROR | [x] Opening brace should be the last content on the line
 1038 | ERROR | [x] Closing brace of class definition must be on new line
 1039 | ERROR | [x] Opening brace should be the last content on the line
 1039 | ERROR | [x] Closing brace of class definition must be on new line
 1040 | ERROR | [x] Opening brace should be the last content on the line
 1040 | ERROR | [x] Closing brace of class definition must be on new line
 1041 | ERROR | [x] Opening brace should be the last content on the line
 1041 | ERROR | [x] Closing brace of class definition must be on new line
 1042 | ERROR | [x] Opening brace should be the last content on the line
 1042 | ERROR | [x] Closing brace of class definition must be on new line
 1043 | ERROR | [x] Opening brace should be the last content on the line
 1043 | ERROR | [x] Closing brace of class definition must be on new line
 1044 | ERROR | [x] Opening brace should be the last content on the line
 1044 | ERROR | [x] Closing brace of class definition must be on new line
 1045 | ERROR | [x] Opening brace should be the last content on the line
 1045 | ERROR | [x] Closing brace of class definition must be on new line
 1046 | ERROR | [x] Opening brace should be the last content on the line
 1046 | ERROR | [x] Closing brace of class definition must be on new line
 1047 | ERROR | [x] Opening brace should be the last content on the line
 1047 | ERROR | [x] Closing brace of class definition must be on new line
 1048 | ERROR | [x] Opening brace should be the last content on the line
 1048 | ERROR | [x] Closing brace of class definition must be on new line
 1049 | ERROR | [x] Opening brace should be the last content on the line
 1049 | ERROR | [x] Closing brace of class definition must be on new line
 1050 | ERROR | [x] Opening brace should be the last content on the line
 1050 | ERROR | [x] Closing brace of class definition must be on new line
 1051 | ERROR | [x] Opening brace should be the last content on the line
 1051 | ERROR | [x] Closing brace of class definition must be on new line
 1052 | ERROR | [x] Opening brace should be the last content on the line
 1052 | ERROR | [x] Closing brace of class definition must be on new line
 1053 | ERROR | [x] Opening brace should be the last content on the line
 1053 | ERROR | [x] Closing brace of class definition must be on new line
 1054 | ERROR | [x] Opening brace should be the last content on the line
 1054 | ERROR | [x] Closing brace of class definition must be on new line
 1055 | ERROR | [x] Opening brace should be the last content on the line
 1055 | ERROR | [x] Closing brace of class definition must be on new line
 1056 | ERROR | [x] Opening brace should be the last content on the line
 1056 | ERROR | [x] Closing brace of class definition must be on new line
 1057 | ERROR | [x] Opening brace should be the last content on the line
 1057 | ERROR | [x] Closing brace of class definition must be on new line
 1058 | ERROR | [x] Opening brace should be the last content on the line
 1058 | ERROR | [x] Closing brace of class definition must be on new line
 1059 | ERROR | [x] Opening brace should be the last content on the line
 1059 | ERROR | [x] Closing brace of class definition must be on new line
 1060 | ERROR | [x] Opening brace should be the last content on the line
 1060 | ERROR | [x] Closing brace of class definition must be on new line
 1061 | ERROR | [x] Opening brace should be the last content on the line
 1061 | ERROR | [x] Closing brace of class definition must be on new line
 1062 | ERROR | [x] Opening brace should be the last content on the line
 1062 | ERROR | [x] Closing brace of class definition must be on new line
 1063 | ERROR | [x] Opening brace should be the last content on the line
 1063 | ERROR | [x] Closing brace of class definition must be on new line
 1064 | ERROR | [x] Opening brace should be the last content on the line
 1064 | ERROR | [x] Closing brace of class definition must be on new line
 1065 | ERROR | [x] Opening brace should be the last content on the line
 1065 | ERROR | [x] Closing brace of class definition must be on new line
 1066 | ERROR | [x] Opening brace should be the last content on the line
 1066 | ERROR | [x] Closing brace of class definition must be on new line
 1067 | ERROR | [x] Opening brace should be the last content on the line
 1067 | ERROR | [x] Closing brace of class definition must be on new line
 1068 | ERROR | [x] Opening brace should be the last content on the line
 1068 | ERROR | [x] Closing brace of class definition must be on new line
 1069 | ERROR | [x] Opening brace should be the last content on the line
 1069 | ERROR | [x] Closing brace of class definition must be on new line
 1070 | ERROR | [x] Opening brace should be the last content on the line
 1070 | ERROR | [x] Closing brace of class definition must be on new line
 1071 | ERROR | [x] Opening brace should be the last content on the line
 1071 | ERROR | [x] Closing brace of class definition must be on new line
 1072 | ERROR | [x] Opening brace should be the last content on the line
 1072 | ERROR | [x] Closing brace of class definition must be on new line
 1073 | ERROR | [x] Opening brace should be the last content on the line
 1073 | ERROR | [x] Closing brace of class definition must be on new line
 1074 | ERROR | [x] Opening brace should be the last content on the line
 1074 | ERROR | [x] Closing brace of class definition must be on new line
 1075 | ERROR | [x] Opening brace should be the last content on the line
 1075 | ERROR | [x] Closing brace of class definition must be on new line
 1076 | ERROR | [x] Opening brace should be the last content on the line
 1076 | ERROR | [x] Closing brace of class definition must be on new line
 1077 | ERROR | [x] Opening brace should be the last content on the line
 1077 | ERROR | [x] Closing brace of class definition must be on new line
 1078 | ERROR | [x] Opening brace should be the last content on the line
 1078 | ERROR | [x] Closing brace of class definition must be on new line
 1079 | ERROR | [x] Opening brace should be the last content on the line
 1079 | ERROR | [x] Closing brace of class definition must be on new line
 1080 | ERROR | [x] Opening brace should be the last content on the line
 1080 | ERROR | [x] Closing brace of class definition must be on new line
 1081 | ERROR | [x] Opening brace should be the last content on the line
 1081 | ERROR | [x] Closing brace of class definition must be on new line
 1082 | ERROR | [x] Opening brace should be the last content on the line
 1082 | ERROR | [x] Closing brace of class definition must be on new line
 1083 | ERROR | [x] Opening brace should be the last content on the line
 1083 | ERROR | [x] Closing brace of class definition must be on new line
 1084 | ERROR | [x] Opening brace should be the last content on the line
 1084 | ERROR | [x] Closing brace of class definition must be on new line
 1085 | ERROR | [x] Opening brace should be the last content on the line
 1085 | ERROR | [x] Closing brace of class definition must be on new line
 1086 | ERROR | [x] Opening brace should be the last content on the line
 1086 | ERROR | [x] Closing brace of class definition must be on new line
 1087 | ERROR | [x] Opening brace should be the last content on the line
 1087 | ERROR | [x] Closing brace of class definition must be on new line
 1088 | ERROR | [x] Opening brace should be the last content on the line
 1088 | ERROR | [x] Closing brace of class definition must be on new line
 1089 | ERROR | [x] Opening brace should be the last content on the line
 1089 | ERROR | [x] Closing brace of class definition must be on new line
 1090 | ERROR | [x] Opening brace should be the last content on the line
 1090 | ERROR | [x] Closing brace of class definition must be on new line
 1091 | ERROR | [x] Opening brace should be the last content on the line
 1091 | ERROR | [x] Closing brace of class definition must be on new line
 1092 | ERROR | [x] Opening brace should be the last content on the line
 1092 | ERROR | [x] Closing brace of class definition must be on new line
 1093 | ERROR | [x] Opening brace should be the last content on the line
 1093 | ERROR | [x] Closing brace of class definition must be on new line
 1094 | ERROR | [x] Opening brace should be the last content on the line
 1094 | ERROR | [x] Closing brace of class definition must be on new line
 1095 | ERROR | [x] Opening brace should be the last content on the line
 1095 | ERROR | [x] Closing brace of class definition must be on new line
 1096 | ERROR | [x] Opening brace should be the last content on the line
 1096 | ERROR | [x] Closing brace of class definition must be on new line
 1097 | ERROR | [x] Opening brace should be the last content on the line
 1097 | ERROR | [x] Closing brace of class definition must be on new line
 1098 | ERROR | [x] Opening brace should be the last content on the line
 1098 | ERROR | [x] Closing brace of class definition must be on new line
 1099 | ERROR | [x] Opening brace should be the last content on the line
 1099 | ERROR | [x] Closing brace of class definition must be on new line
 1100 | ERROR | [x] Opening brace should be the last content on the line
 1100 | ERROR | [x] Closing brace of class definition must be on new line
 1101 | ERROR | [x] Opening brace should be the last content on the line
 1101 | ERROR | [x] Closing brace of class definition must be on new line
 1102 | ERROR | [x] Opening brace should be the last content on the line
 1102 | ERROR | [x] Closing brace of class definition must be on new line
 1103 | ERROR | [x] Opening brace should be the last content on the line
 1103 | ERROR | [x] Closing brace of class definition must be on new line
 1104 | ERROR | [x] Opening brace should be the last content on the line
 1104 | ERROR | [x] Closing brace of class definition must be on new line
 1105 | ERROR | [x] Opening brace should be the last content on the line
 1105 | ERROR | [x] Closing brace of class definition must be on new line
 1106 | ERROR | [x] Opening brace should be the last content on the line
 1106 | ERROR | [x] Closing brace of class definition must be on new line
 1107 | ERROR | [x] Opening brace should be the last content on the line
 1107 | ERROR | [x] Closing brace of class definition must be on new line
 1108 | ERROR | [x] Opening brace should be the last content on the line
 1108 | ERROR | [x] Closing brace of class definition must be on new line
 1109 | ERROR | [x] Opening brace should be the last content on the line
 1109 | ERROR | [x] Closing brace of class definition must be on new line
 1110 | ERROR | [x] Opening brace should be the last content on the line
 1110 | ERROR | [x] Closing brace of class definition must be on new line
 1111 | ERROR | [x] Opening brace should be the last content on the line
 1111 | ERROR | [x] Closing brace of class definition must be on new line
 1112 | ERROR | [x] Opening brace should be the last content on the line
 1112 | ERROR | [x] Closing brace of class definition must be on new line
 1113 | ERROR | [x] Opening brace should be the last content on the line
 1113 | ERROR | [x] Closing brace of class definition must be on new line
 1114 | ERROR | [x] Opening brace should be the last content on the line
 1114 | ERROR | [x] Closing brace of class definition must be on new line
 1115 | ERROR | [x] Opening brace should be the last content on the line
 1115 | ERROR | [x] Closing brace of class definition must be on new line
 1116 | ERROR | [x] Opening brace should be the last content on the line
 1116 | ERROR | [x] Closing brace of class definition must be on new line
 1117 | ERROR | [x] Opening brace should be the last content on the line
 1117 | ERROR | [x] Closing brace of class definition must be on new line
 1118 | ERROR | [x] Opening brace should be the last content on the line
 1118 | ERROR | [x] Closing brace of class definition must be on new line
 1119 | ERROR | [x] Opening brace should be the last content on the line
 1119 | ERROR | [x] Closing brace of class definition must be on new line
 1120 | ERROR | [x] Opening brace should be the last content on the line
 1120 | ERROR | [x] Closing brace of class definition must be on new line
 1121 | ERROR | [x] Opening brace should be the last content on the line
 1121 | ERROR | [x] Closing brace of class definition must be on new line
 1122 | ERROR | [x] Opening brace should be the last content on the line
 1122 | ERROR | [x] Closing brace of class definition must be on new line
 1123 | ERROR | [x] Opening brace should be the last content on the line
 1123 | ERROR | [x] Closing brace of class definition must be on new line
 1124 | ERROR | [x] Opening brace should be the last content on the line
 1124 | ERROR | [x] Closing brace of class definition must be on new line
 1125 | ERROR | [x] Opening brace should be the last content on the line
 1125 | ERROR | [x] Closing brace of class definition must be on new line
 1126 | ERROR | [x] Opening brace should be the last content on the line
 1126 | ERROR | [x] Closing brace of class definition must be on new line
 1127 | ERROR | [x] Opening brace should be the last content on the line
 1127 | ERROR | [x] Closing brace of class definition must be on new line
 1128 | ERROR | [x] Opening brace should be the last content on the line
 1128 | ERROR | [x] Closing brace of class definition must be on new line
 1129 | ERROR | [x] Opening brace should be the last content on the line
 1129 | ERROR | [x] Closing brace of class definition must be on new line
 1130 | ERROR | [x] Opening brace should be the last content on the line
 1130 | ERROR | [x] Closing brace of class definition must be on new line
 1131 | ERROR | [x] Opening brace should be the last content on the line
 1131 | ERROR | [x] Closing brace of class definition must be on new line
 1132 | ERROR | [x] Opening brace should be the last content on the line
 1132 | ERROR | [x] Closing brace of class definition must be on new line
 1133 | ERROR | [x] Opening brace should be the last content on the line
 1133 | ERROR | [x] Closing brace of class definition must be on new line
 1134 | ERROR | [x] Opening brace should be the last content on the line
 1134 | ERROR | [x] Closing brace of class definition must be on new line
 1135 | ERROR | [x] Opening brace should be the last content on the line
 1135 | ERROR | [x] Closing brace of class definition must be on new line
 1136 | ERROR | [x] Opening brace should be the last content on the line
 1136 | ERROR | [x] Closing brace of class definition must be on new line
 1137 | ERROR | [x] Opening brace should be the last content on the line
 1137 | ERROR | [x] Closing brace of class definition must be on new line
 1138 | ERROR | [x] Opening brace should be the last content on the line
 1138 | ERROR | [x] Closing brace of class definition must be on new line
 1139 | ERROR | [x] Opening brace should be the last content on the line
 1139 | ERROR | [x] Closing brace of class definition must be on new line
 1140 | ERROR | [x] Opening brace should be the last content on the line
 1140 | ERROR | [x] Closing brace of class definition must be on new line
 1141 | ERROR | [x] Opening brace should be the last content on the line
 1141 | ERROR | [x] Closing brace of class definition must be on new line
 1142 | ERROR | [x] Opening brace should be the last content on the line
 1142 | ERROR | [x] Closing brace of class definition must be on new line
 1143 | ERROR | [x] Opening brace should be the last content on the line
 1143 | ERROR | [x] Closing brace of class definition must be on new line
 1144 | ERROR | [x] Opening brace should be the last content on the line
 1144 | ERROR | [x] Closing brace of class definition must be on new line
 1145 | ERROR | [x] Opening brace should be the last content on the line
 1145 | ERROR | [x] Closing brace of class definition must be on new line
 1146 | ERROR | [x] Opening brace should be the last content on the line
 1146 | ERROR | [x] Closing brace of class definition must be on new line
 1147 | ERROR | [x] Opening brace should be the last content on the line
 1147 | ERROR | [x] Closing brace of class definition must be on new line
 1148 | ERROR | [x] Opening brace should be the last content on the line
 1148 | ERROR | [x] Closing brace of class definition must be on new line
 1149 | ERROR | [x] Opening brace should be the last content on the line
 1149 | ERROR | [x] Closing brace of class definition must be on new line
 1150 | ERROR | [x] Opening brace should be the last content on the line
 1150 | ERROR | [x] Closing brace of class definition must be on new line
 1151 | ERROR | [x] Opening brace should be the last content on the line
 1151 | ERROR | [x] Closing brace of class definition must be on new line
 1152 | ERROR | [x] Opening brace should be the last content on the line
 1152 | ERROR | [x] Closing brace of class definition must be on new line
 1153 | ERROR | [x] Opening brace should be the last content on the line
 1153 | ERROR | [x] Closing brace of class definition must be on new line
 1154 | ERROR | [x] Opening brace should be the last content on the line
 1154 | ERROR | [x] Closing brace of class definition must be on new line
 1155 | ERROR | [x] Opening brace should be the last content on the line
 1155 | ERROR | [x] Closing brace of class definition must be on new line
 1156 | ERROR | [x] Opening brace should be the last content on the line
 1156 | ERROR | [x] Closing brace of class definition must be on new line
 1157 | ERROR | [x] Opening brace should be the last content on the line
 1157 | ERROR | [x] Closing brace of class definition must be on new line
 1158 | ERROR | [x] Opening brace should be the last content on the line
 1158 | ERROR | [x] Closing brace of class definition must be on new line
 1159 | ERROR | [x] Opening brace should be the last content on the line
 1159 | ERROR | [x] Closing brace of class definition must be on new line
 1160 | ERROR | [x] Opening brace should be the last content on the line
 1160 | ERROR | [x] Closing brace of class definition must be on new line
 1161 | ERROR | [x] Opening brace should be the last content on the line
 1161 | ERROR | [x] Closing brace of class definition must be on new line
 1162 | ERROR | [x] Opening brace should be the last content on the line
 1162 | ERROR | [x] Closing brace of class definition must be on new line
 1163 | ERROR | [x] Opening brace should be the last content on the line
 1163 | ERROR | [x] Closing brace of class definition must be on new line
 1164 | ERROR | [x] Opening brace should be the last content on the line
 1164 | ERROR | [x] Closing brace of class definition must be on new line
 1165 | ERROR | [x] Opening brace should be the last content on the line
 1165 | ERROR | [x] Closing brace of class definition must be on new line
 1166 | ERROR | [x] Opening brace should be the last content on the line
 1166 | ERROR | [x] Closing brace of class definition must be on new line
 1167 | ERROR | [x] Opening brace should be the last content on the line
 1167 | ERROR | [x] Closing brace of class definition must be on new line
 1168 | ERROR | [x] Opening brace should be the last content on the line
 1168 | ERROR | [x] Closing brace of class definition must be on new line
 1169 | ERROR | [x] Opening brace should be the last content on the line
 1169 | ERROR | [x] Closing brace of class definition must be on new line
 1170 | ERROR | [x] Opening brace should be the last content on the line
 1170 | ERROR | [x] Closing brace of class definition must be on new line
 1171 | ERROR | [x] Opening brace should be the last content on the line
 1171 | ERROR | [x] Closing brace of class definition must be on new line
 1172 | ERROR | [x] Opening brace should be the last content on the line
 1172 | ERROR | [x] Closing brace of class definition must be on new line
 1173 | ERROR | [x] Opening brace should be the last content on the line
 1173 | ERROR | [x] Closing brace of class definition must be on new line
 1174 | ERROR | [x] Opening brace should be the last content on the line
 1174 | ERROR | [x] Closing brace of class definition must be on new line
 1175 | ERROR | [x] Opening brace should be the last content on the line
 1175 | ERROR | [x] Closing brace of class definition must be on new line
 1176 | ERROR | [x] Opening brace should be the last content on the line
 1176 | ERROR | [x] Closing brace of class definition must be on new line
 1177 | ERROR | [x] Opening brace should be the last content on the line
 1177 | ERROR | [x] Closing brace of class definition must be on new line
 1178 | ERROR | [x] Opening brace should be the last content on the line
 1178 | ERROR | [x] Closing brace of class definition must be on new line
 1179 | ERROR | [x] Opening brace should be the last content on the line
 1179 | ERROR | [x] Closing brace of class definition must be on new line
 1180 | ERROR | [x] Opening brace should be the last content on the line
 1180 | ERROR | [x] Closing brace of class definition must be on new line
 1181 | ERROR | [x] Opening brace should be the last content on the line
 1181 | ERROR | [x] Closing brace of class definition must be on new line
 1182 | ERROR | [x] Opening brace should be the last content on the line
 1182 | ERROR | [x] Closing brace of class definition must be on new line
 1183 | ERROR | [x] Opening brace should be the last content on the line
 1183 | ERROR | [x] Closing brace of class definition must be on new line
 1184 | ERROR | [x] Opening brace should be the last content on the line
 1184 | ERROR | [x] Closing brace of class definition must be on new line
 1185 | ERROR | [x] Opening brace should be the last content on the line
 1185 | ERROR | [x] Closing brace of class definition must be on new line
 1186 | ERROR | [x] Opening brace should be the last content on the line
 1186 | ERROR | [x] Closing brace of class definition must be on new line
 1187 | ERROR | [x] Opening brace should be the last content on the line
 1187 | ERROR | [x] Closing brace of class definition must be on new line
 1188 | ERROR | [x] Opening brace should be the last content on the line
 1188 | ERROR | [x] Closing brace of class definition must be on new line
 1189 | ERROR | [x] Opening brace should be the last content on the line
 1189 | ERROR | [x] Closing brace of class definition must be on new line
 1190 | ERROR | [x] Opening brace should be the last content on the line
 1190 | ERROR | [x] Closing brace of class definition must be on new line
 1191 | ERROR | [x] Opening brace should be the last content on the line
 1191 | ERROR | [x] Closing brace of class definition must be on new line
 1192 | ERROR | [x] Opening brace should be the last content on the line
 1192 | ERROR | [x] Closing brace of class definition must be on new line
 1193 | ERROR | [x] Opening brace should be the last content on the line
 1193 | ERROR | [x] Closing brace of class definition must be on new line
 1194 | ERROR | [x] Opening brace should be the last content on the line
 1194 | ERROR | [x] Closing brace of class definition must be on new line
 1195 | ERROR | [x] Opening brace should be the last content on the line
 1195 | ERROR | [x] Closing brace of class definition must be on new line
 1196 | ERROR | [x] Opening brace should be the last content on the line
 1196 | ERROR | [x] Closing brace of class definition must be on new line
 1197 | ERROR | [x] Opening brace should be the last content on the line
 1197 | ERROR | [x] Closing brace of class definition must be on new line
 1198 | ERROR | [x] Opening brace should be the last content on the line
 1198 | ERROR | [x] Closing brace of class definition must be on new line
 1199 | ERROR | [x] Opening brace should be the last content on the line
 1199 | ERROR | [x] Closing brace of class definition must be on new line
 1200 | ERROR | [x] Opening brace should be the last content on the line
 1200 | ERROR | [x] Closing brace of class definition must be on new line
 1201 | ERROR | [x] Opening brace should be the last content on the line
 1201 | ERROR | [x] Closing brace of class definition must be on new line
 1202 | ERROR | [x] Opening brace should be the last content on the line
 1202 | ERROR | [x] Closing brace of class definition must be on new line
 1203 | ERROR | [x] Opening brace should be the last content on the line
 1203 | ERROR | [x] Closing brace of class definition must be on new line
 1204 | ERROR | [x] Opening brace should be the last content on the line
 1204 | ERROR | [x] Closing brace of class definition must be on new line
 1205 | ERROR | [x] Opening brace should be the last content on the line
 1205 | ERROR | [x] Closing brace of class definition must be on new line
 1206 | ERROR | [x] Opening brace should be the last content on the line
 1206 | ERROR | [x] Closing brace of class definition must be on new line
 1207 | ERROR | [x] Opening brace should be the last content on the line
 1207 | ERROR | [x] Closing brace of class definition must be on new line
 1208 | ERROR | [x] Opening brace should be the last content on the line
 1208 | ERROR | [x] Closing brace of class definition must be on new line
 1209 | ERROR | [x] Opening brace should be the last content on the line
 1209 | ERROR | [x] Closing brace of class definition must be on new line
 1210 | ERROR | [x] Opening brace should be the last content on the line
 1210 | ERROR | [x] Closing brace of class definition must be on new line
 1211 | ERROR | [x] Opening brace should be the last content on the line
 1211 | ERROR | [x] Closing brace of class definition must be on new line
 1212 | ERROR | [x] Opening brace should be the last content on the line
 1212 | ERROR | [x] Closing brace of class definition must be on new line
 1213 | ERROR | [x] Opening brace should be the last content on the line
 1213 | ERROR | [x] Closing brace of class definition must be on new line
 1214 | ERROR | [x] Opening brace should be the last content on the line
 1214 | ERROR | [x] Closing brace of class definition must be on new line
 1215 | ERROR | [x] Opening brace should be the last content on the line
 1215 | ERROR | [x] Closing brace of class definition must be on new line
 1216 | ERROR | [x] Opening brace should be the last content on the line
 1216 | ERROR | [x] Closing brace of class definition must be on new line
 1217 | ERROR | [x] Opening brace should be the last content on the line
 1217 | ERROR | [x] Closing brace of class definition must be on new line
 1218 | ERROR | [x] Opening brace should be the last content on the line
 1218 | ERROR | [x] Closing brace of class definition must be on new line
 1219 | ERROR | [x] Opening brace should be the last content on the line
 1219 | ERROR | [x] Closing brace of class definition must be on new line
 1220 | ERROR | [x] Opening brace should be the last content on the line
 1220 | ERROR | [x] Closing brace of class definition must be on new line
 1221 | ERROR | [x] Opening brace should be the last content on the line
 1221 | ERROR | [x] Closing brace of class definition must be on new line
 1222 | ERROR | [x] Opening brace should be the last content on the line
 1222 | ERROR | [x] Closing brace of class definition must be on new line
 1223 | ERROR | [x] Opening brace should be the last content on the line
 1223 | ERROR | [x] Closing brace of class definition must be on new line
 1224 | ERROR | [x] Opening brace should be the last content on the line
 1224 | ERROR | [x] Closing brace of class definition must be on new line
 1225 | ERROR | [x] Opening brace should be the last content on the line
 1225 | ERROR | [x] Closing brace of class definition must be on new line
 1226 | ERROR | [x] Opening brace should be the last content on the line
 1226 | ERROR | [x] Closing brace of class definition must be on new line
 1227 | ERROR | [x] Opening brace should be the last content on the line
 1227 | ERROR | [x] Closing brace of class definition must be on new line
 1228 | ERROR | [x] Opening brace should be the last content on the line
 1228 | ERROR | [x] Closing brace of class definition must be on new line
 1229 | ERROR | [x] Opening brace should be the last content on the line
 1229 | ERROR | [x] Closing brace of class definition must be on new line
 1230 | ERROR | [x] Opening brace should be the last content on the line
 1230 | ERROR | [x] Closing brace of class definition must be on new line
 1231 | ERROR | [x] Opening brace should be the last content on the line
 1231 | ERROR | [x] Closing brace of class definition must be on new line
 1232 | ERROR | [x] Opening brace should be the last content on the line
 1232 | ERROR | [x] Closing brace of class definition must be on new line
 1233 | ERROR | [x] Opening brace should be the last content on the line
 1233 | ERROR | [x] Closing brace of class definition must be on new line
 1234 | ERROR | [x] Opening brace should be the last content on the line
 1234 | ERROR | [x] Closing brace of class definition must be on new line
 1235 | ERROR | [x] Opening brace should be the last content on the line
 1235 | ERROR | [x] Closing brace of class definition must be on new line
 1236 | ERROR | [x] Opening brace should be the last content on the line
 1236 | ERROR | [x] Closing brace of class definition must be on new line
 1237 | ERROR | [x] Opening brace should be the last content on the line
 1237 | ERROR | [x] Closing brace of class definition must be on new line
 1238 | ERROR | [x] Opening brace should be the last content on the line
 1238 | ERROR | [x] Closing brace of class definition must be on new line
 1239 | ERROR | [x] Opening brace should be the last content on the line
 1239 | ERROR | [x] Closing brace of class definition must be on new line
 1240 | ERROR | [x] Opening brace should be the last content on the line
 1240 | ERROR | [x] Closing brace of class definition must be on new line
 1241 | ERROR | [x] Opening brace should be the last content on the line
 1241 | ERROR | [x] Closing brace of class definition must be on new line
 1242 | ERROR | [x] Opening brace should be the last content on the line
 1242 | ERROR | [x] Closing brace of class definition must be on new line
 1243 | ERROR | [x] Opening brace should be the last content on the line
 1243 | ERROR | [x] Closing brace of class definition must be on new line
 1244 | ERROR | [x] Opening brace should be the last content on the line
 1244 | ERROR | [x] Closing brace of class definition must be on new line
 1245 | ERROR | [x] Opening brace should be the last content on the line
 1245 | ERROR | [x] Closing brace of class definition must be on new line
 1246 | ERROR | [x] Opening brace should be the last content on the line
 1246 | ERROR | [x] Closing brace of class definition must be on new line
 1247 | ERROR | [x] Opening brace should be the last content on the line
 1247 | ERROR | [x] Closing brace of class definition must be on new line
 1248 | ERROR | [x] Opening brace should be the last content on the line
 1248 | ERROR | [x] Closing brace of class definition must be on new line
 1249 | ERROR | [x] Opening brace should be the last content on the line
 1249 | ERROR | [x] Closing brace of class definition must be on new line
 1250 | ERROR | [x] Opening brace should be the last content on the line
 1250 | ERROR | [x] Closing brace of class definition must be on new line
 1251 | ERROR | [x] Opening brace should be the last content on the line
 1251 | ERROR | [x] Closing brace of class definition must be on new line
 1252 | ERROR | [x] Opening brace should be the last content on the line
 1252 | ERROR | [x] Closing brace of class definition must be on new line
 1253 | ERROR | [x] Opening brace should be the last content on the line
 1253 | ERROR | [x] Closing brace of class definition must be on new line
 1254 | ERROR | [x] Opening brace should be the last content on the line
 1254 | ERROR | [x] Closing brace of class definition must be on new line
 1255 | ERROR | [x] Opening brace should be the last content on the line
 1255 | ERROR | [x] Closing brace of class definition must be on new line
 1256 | ERROR | [x] Opening brace should be the last content on the line
 1256 | ERROR | [x] Closing brace of class definition must be on new line
 1257 | ERROR | [x] Opening brace should be the last content on the line
 1257 | ERROR | [x] Closing brace of class definition must be on new line
 1258 | ERROR | [x] Opening brace should be the last content on the line
 1258 | ERROR | [x] Closing brace of class definition must be on new line
 1259 | ERROR | [x] Opening brace should be the last content on the line
 1259 | ERROR | [x] Closing brace of class definition must be on new line
 1260 | ERROR | [x] Opening brace should be the last content on the line
 1260 | ERROR | [x] Closing brace of class definition must be on new line
 1261 | ERROR | [x] Opening brace should be the last content on the line
 1261 | ERROR | [x] Closing brace of class definition must be on new line
 1262 | ERROR | [x] Opening brace should be the last content on the line
 1262 | ERROR | [x] Closing brace of class definition must be on new line
 1263 | ERROR | [x] Opening brace should be the last content on the line
 1263 | ERROR | [x] Closing brace of class definition must be on new line
 1264 | ERROR | [x] Opening brace should be the last content on the line
 1264 | ERROR | [x] Closing brace of class definition must be on new line
 1265 | ERROR | [x] Opening brace should be the last content on the line
 1265 | ERROR | [x] Closing brace of class definition must be on new line
 1266 | ERROR | [x] Opening brace should be the last content on the line
 1266 | ERROR | [x] Closing brace of class definition must be on new line
 1267 | ERROR | [x] Opening brace should be the last content on the line
 1267 | ERROR | [x] Closing brace of class definition must be on new line
 1268 | ERROR | [x] Opening brace should be the last content on the line
 1268 | ERROR | [x] Closing brace of class definition must be on new line
 1269 | ERROR | [x] Opening brace should be the last content on the line
 1269 | ERROR | [x] Closing brace of class definition must be on new line
 1270 | ERROR | [x] Opening brace should be the last content on the line
 1270 | ERROR | [x] Closing brace of class definition must be on new line
 1271 | ERROR | [x] Opening brace should be the last content on the line
 1271 | ERROR | [x] Closing brace of class definition must be on new line
 1272 | ERROR | [x] Opening brace should be the last content on the line
 1272 | ERROR | [x] Closing brace of class definition must be on new line
 1273 | ERROR | [x] Opening brace should be the last content on the line
 1273 | ERROR | [x] Closing brace of class definition must be on new line
 1274 | ERROR | [x] Opening brace should be the last content on the line
 1274 | ERROR | [x] Closing brace of class definition must be on new line
 1275 | ERROR | [x] Opening brace should be the last content on the line
 1275 | ERROR | [x] Closing brace of class definition must be on new line
 1276 | ERROR | [x] Opening brace should be the last content on the line
 1276 | ERROR | [x] Closing brace of class definition must be on new line
 1277 | ERROR | [x] Opening brace should be the last content on the line
 1277 | ERROR | [x] Closing brace of class definition must be on new line
 1278 | ERROR | [x] Opening brace should be the last content on the line
 1278 | ERROR | [x] Closing brace of class definition must be on new line
 1279 | ERROR | [x] Opening brace should be the last content on the line
 1279 | ERROR | [x] Closing brace of class definition must be on new line
 1280 | ERROR | [x] Opening brace should be the last content on the line
 1280 | ERROR | [x] Closing brace of class definition must be on new line
 1281 | ERROR | [x] Opening brace should be the last content on the line
 1281 | ERROR | [x] Closing brace of class definition must be on new line
 1282 | ERROR | [x] Opening brace should be the last content on the line
 1282 | ERROR | [x] Closing brace of class definition must be on new line
 1283 | ERROR | [x] Opening brace should be the last content on the line
 1283 | ERROR | [x] Closing brace of class definition must be on new line
 1284 | ERROR | [x] Opening brace should be the last content on the line
 1284 | ERROR | [x] Closing brace of class definition must be on new line
 1285 | ERROR | [x] Opening brace should be the last content on the line
 1285 | ERROR | [x] Closing brace of class definition must be on new line
 1286 | ERROR | [x] Opening brace should be the last content on the line
 1286 | ERROR | [x] Closing brace of class definition must be on new line
 1287 | ERROR | [x] Opening brace should be the last content on the line
 1287 | ERROR | [x] Closing brace of class definition must be on new line
 1288 | ERROR | [x] Opening brace should be the last content on the line
 1288 | ERROR | [x] Closing brace of class definition must be on new line
 1289 | ERROR | [x] Opening brace should be the last content on the line
 1289 | ERROR | [x] Closing brace of class definition must be on new line
 1290 | ERROR | [x] Opening brace should be the last content on the line
 1290 | ERROR | [x] Closing brace of class definition must be on new line
 1291 | ERROR | [x] Opening brace should be the last content on the line
 1291 | ERROR | [x] Closing brace of class definition must be on new line
 1292 | ERROR | [x] Opening brace should be the last content on the line
 1292 | ERROR | [x] Closing brace of class definition must be on new line
 1293 | ERROR | [x] Opening brace should be the last content on the line
 1293 | ERROR | [x] Closing brace of class definition must be on new line
 1294 | ERROR | [x] Opening brace should be the last content on the line
 1294 | ERROR | [x] Closing brace of class definition must be on new line
 1295 | ERROR | [x] Opening brace should be the last content on the line
 1295 | ERROR | [x] Closing brace of class definition must be on new line
 1296 | ERROR | [x] Opening brace should be the last content on the line
 1296 | ERROR | [x] Closing brace of class definition must be on new line
 1297 | ERROR | [x] Opening brace should be the last content on the line
 1297 | ERROR | [x] Closing brace of class definition must be on new line
 1298 | ERROR | [x] Opening brace should be the last content on the line
 1298 | ERROR | [x] Closing brace of class definition must be on new line
 1299 | ERROR | [x] Opening brace should be the last content on the line
 1299 | ERROR | [x] Closing brace of class definition must be on new line
 1300 | ERROR | [x] Opening brace should be the last content on the line
 1300 | ERROR | [x] Closing brace of class definition must be on new line
 1301 | ERROR | [x] Opening brace should be the last content on the line
 1301 | ERROR | [x] Closing brace of class definition must be on new line
 1302 | ERROR | [x] Opening brace should be the last content on the line
 1302 | ERROR | [x] Closing brace of class definition must be on new line
 1303 | ERROR | [x] Opening brace should be the last content on the line
 1303 | ERROR | [x] Closing brace of class definition must be on new line
 1304 | ERROR | [x] Opening brace should be the last content on the line
 1304 | ERROR | [x] Closing brace of class definition must be on new line
 1305 | ERROR | [x] Opening brace should be the last content on the line
 1305 | ERROR | [x] Closing brace of class definition must be on new line
 1306 | ERROR | [x] Opening brace should be the last content on the line
 1306 | ERROR | [x] Closing brace of class definition must be on new line
 1307 | ERROR | [x] Opening brace should be the last content on the line
 1307 | ERROR | [x] Closing brace of class definition must be on new line
 1308 | ERROR | [x] Opening brace should be the last content on the line
 1308 | ERROR | [x] Closing brace of class definition must be on new line
 1309 | ERROR | [x] Opening brace should be the last content on the line
 1309 | ERROR | [x] Closing brace of class definition must be on new line
 1310 | ERROR | [x] Opening brace should be the last content on the line
 1310 | ERROR | [x] Closing brace of class definition must be on new line
 1311 | ERROR | [x] Opening brace should be the last content on the line
 1311 | ERROR | [x] Closing brace of class definition must be on new line
 1312 | ERROR | [x] Opening brace should be the last content on the line
 1312 | ERROR | [x] Closing brace of class definition must be on new line
 1313 | ERROR | [x] Opening brace should be the last content on the line
 1313 | ERROR | [x] Closing brace of class definition must be on new line
 1314 | ERROR | [x] Opening brace should be the last content on the line
 1314 | ERROR | [x] Closing brace of class definition must be on new line
 1315 | ERROR | [x] Opening brace should be the last content on the line
 1315 | ERROR | [x] Closing brace of class definition must be on new line
 1316 | ERROR | [x] Opening brace should be the last content on the line
 1316 | ERROR | [x] Closing brace of class definition must be on new line
 1317 | ERROR | [x] Opening brace should be the last content on the line
 1317 | ERROR | [x] Closing brace of class definition must be on new line
 1318 | ERROR | [x] Opening brace should be the last content on the line
 1318 | ERROR | [x] Closing brace of class definition must be on new line
 1319 | ERROR | [x] Opening brace should be the last content on the line
 1319 | ERROR | [x] Closing brace of class definition must be on new line
 1320 | ERROR | [x] Opening brace should be the last content on the line
 1320 | ERROR | [x] Closing brace of class definition must be on new line
 1321 | ERROR | [x] Opening brace should be the last content on the line
 1321 | ERROR | [x] Closing brace of class definition must be on new line
 1322 | ERROR | [x] Opening brace should be the last content on the line
 1322 | ERROR | [x] Closing brace of class definition must be on new line
 1323 | ERROR | [x] Opening brace should be the last content on the line
 1323 | ERROR | [x] Closing brace of class definition must be on new line
 1324 | ERROR | [x] Opening brace should be the last content on the line
 1324 | ERROR | [x] Closing brace of class definition must be on new line
 1325 | ERROR | [x] Opening brace should be the last content on the line
 1325 | ERROR | [x] Closing brace of class definition must be on new line
 1326 | ERROR | [x] Opening brace should be the last content on the line
 1326 | ERROR | [x] Closing brace of class definition must be on new line
 1327 | ERROR | [x] Opening brace should be the last content on the line
 1327 | ERROR | [x] Closing brace of class definition must be on new line
 1328 | ERROR | [x] Opening brace should be the last content on the line
 1328 | ERROR | [x] Closing brace of class definition must be on new line
 1329 | ERROR | [x] Opening brace should be the last content on the line
 1329 | ERROR | [x] Closing brace of class definition must be on new line
 1330 | ERROR | [x] Opening brace should be the last content on the line
 1330 | ERROR | [x] Closing brace of class definition must be on new line
 1331 | ERROR | [x] Opening brace should be the last content on the line
 1331 | ERROR | [x] Closing brace of class definition must be on new line
 1332 | ERROR | [x] Opening brace should be the last content on the line
 1332 | ERROR | [x] Closing brace of class definition must be on new line
 1333 | ERROR | [x] Opening brace should be the last content on the line
 1333 | ERROR | [x] Closing brace of class definition must be on new line
 1334 | ERROR | [x] Opening brace should be the last content on the line
 1334 | ERROR | [x] Closing brace of class definition must be on new line
 1335 | ERROR | [x] Opening brace should be the last content on the line
 1335 | ERROR | [x] Closing brace of class definition must be on new line
 1336 | ERROR | [x] Opening brace should be the last content on the line
 1336 | ERROR | [x] Closing brace of class definition must be on new line
 1337 | ERROR | [x] Opening brace should be the last content on the line
 1337 | ERROR | [x] Closing brace of class definition must be on new line
 1338 | ERROR | [x] Opening brace should be the last content on the line
 1338 | ERROR | [x] Closing brace of class definition must be on new line
 1339 | ERROR | [x] Opening brace should be the last content on the line
 1339 | ERROR | [x] Closing brace of class definition must be on new line
 1340 | ERROR | [x] Opening brace should be the last content on the line
 1340 | ERROR | [x] Closing brace of class definition must be on new line
 1341 | ERROR | [x] Opening brace should be the last content on the line
 1341 | ERROR | [x] Closing brace of class definition must be on new line
 1342 | ERROR | [x] Opening brace should be the last content on the line
 1342 | ERROR | [x] Closing brace of class definition must be on new line
 1343 | ERROR | [x] Opening brace should be the last content on the line
 1343 | ERROR | [x] Closing brace of class definition must be on new line
 1344 | ERROR | [x] Opening brace should be the last content on the line
 1344 | ERROR | [x] Closing brace of class definition must be on new line
 1345 | ERROR | [x] Opening brace should be the last content on the line
 1345 | ERROR | [x] Closing brace of class definition must be on new line
 1346 | ERROR | [x] Opening brace should be the last content on the line
 1346 | ERROR | [x] Closing brace of class definition must be on new line
 1347 | ERROR | [x] Opening brace should be the last content on the line
 1347 | ERROR | [x] Closing brace of class definition must be on new line
 1348 | ERROR | [x] Opening brace should be the last content on the line
 1348 | ERROR | [x] Closing brace of class definition must be on new line
 1349 | ERROR | [x] Opening brace should be the last content on the line
 1349 | ERROR | [x] Closing brace of class definition must be on new line
 1350 | ERROR | [x] Opening brace should be the last content on the line
 1350 | ERROR | [x] Closing brace of class definition must be on new line
 1351 | ERROR | [x] Opening brace should be the last content on the line
 1351 | ERROR | [x] Closing brace of class definition must be on new line
 1352 | ERROR | [x] Opening brace should be the last content on the line
 1352 | ERROR | [x] Closing brace of class definition must be on new line
 1353 | ERROR | [x] Opening brace should be the last content on the line
 1353 | ERROR | [x] Closing brace of class definition must be on new line
 1354 | ERROR | [x] Opening brace should be the last content on the line
 1354 | ERROR | [x] Closing brace of class definition must be on new line
 1355 | ERROR | [x] Opening brace should be the last content on the line
 1355 | ERROR | [x] Closing brace of class definition must be on new line
 1356 | ERROR | [x] Opening brace should be the last content on the line
 1356 | ERROR | [x] Closing brace of class definition must be on new line
 1357 | ERROR | [x] Opening brace should be the last content on the line
 1357 | ERROR | [x] Closing brace of class definition must be on new line
 1358 | ERROR | [x] Opening brace should be the last content on the line
 1358 | ERROR | [x] Closing brace of class definition must be on new line
 1359 | ERROR | [x] Opening brace should be the last content on the line
 1359 | ERROR | [x] Closing brace of class definition must be on new line
 1360 | ERROR | [x] Opening brace should be the last content on the line
 1360 | ERROR | [x] Closing brace of class definition must be on new line
 1361 | ERROR | [x] Opening brace should be the last content on the line
 1361 | ERROR | [x] Closing brace of class definition must be on new line
 1362 | ERROR | [x] Opening brace should be the last content on the line
 1362 | ERROR | [x] Closing brace of class definition must be on new line
 1363 | ERROR | [x] Opening brace should be the last content on the line
 1363 | ERROR | [x] Closing brace of class definition must be on new line
 1364 | ERROR | [x] Opening brace should be the last content on the line
 1364 | ERROR | [x] Closing brace of class definition must be on new line
 1365 | ERROR | [x] Opening brace should be the last content on the line
 1365 | ERROR | [x] Closing brace of class definition must be on new line
 1366 | ERROR | [x] Opening brace should be the last content on the line
 1366 | ERROR | [x] Closing brace of class definition must be on new line
 1367 | ERROR | [x] Opening brace should be the last content on the line
 1367 | ERROR | [x] Closing brace of class definition must be on new line
 1368 | ERROR | [x] Opening brace should be the last content on the line
 1368 | ERROR | [x] Closing brace of class definition must be on new line
 1369 | ERROR | [x] Opening brace should be the last content on the line
 1369 | ERROR | [x] Closing brace of class definition must be on new line
 1370 | ERROR | [x] Opening brace should be the last content on the line
 1370 | ERROR | [x] Closing brace of class definition must be on new line
 1371 | ERROR | [x] Opening brace should be the last content on the line
 1371 | ERROR | [x] Closing brace of class definition must be on new line
 1372 | ERROR | [x] Opening brace should be the last content on the line
 1372 | ERROR | [x] Closing brace of class definition must be on new line
 1373 | ERROR | [x] Opening brace should be the last content on the line
 1373 | ERROR | [x] Closing brace of class definition must be on new line
 1374 | ERROR | [x] Opening brace should be the last content on the line
 1374 | ERROR | [x] Closing brace of class definition must be on new line
 1375 | ERROR | [x] Opening brace should be the last content on the line
 1375 | ERROR | [x] Closing brace of class definition must be on new line
 1376 | ERROR | [x] Opening brace should be the last content on the line
 1376 | ERROR | [x] Closing brace of class definition must be on new line
 1377 | ERROR | [x] Opening brace should be the last content on the line
 1377 | ERROR | [x] Closing brace of class definition must be on new line
 1378 | ERROR | [x] Opening brace should be the last content on the line
 1378 | ERROR | [x] Closing brace of class definition must be on new line
 1379 | ERROR | [x] Opening brace should be the last content on the line
 1379 | ERROR | [x] Closing brace of class definition must be on new line
 1380 | ERROR | [x] Opening brace should be the last content on the line
 1380 | ERROR | [x] Closing brace of class definition must be on new line
 1381 | ERROR | [x] Opening brace should be the last content on the line
 1381 | ERROR | [x] Closing brace of class definition must be on new line
 1382 | ERROR | [x] Opening brace should be the last content on the line
 1382 | ERROR | [x] Closing brace of class definition must be on new line
 1383 | ERROR | [x] Opening brace should be the last content on the line
 1383 | ERROR | [x] Closing brace of class definition must be on new line
 1384 | ERROR | [x] Opening brace should be the last content on the line
 1384 | ERROR | [x] Closing brace of class definition must be on new line
 1385 | ERROR | [x] Opening brace should be the last content on the line
 1385 | ERROR | [x] Closing brace of class definition must be on new line
 1386 | ERROR | [x] Opening brace should be the last content on the line
 1386 | ERROR | [x] Closing brace of class definition must be on new line
 1387 | ERROR | [x] Opening brace should be the last content on the line
 1387 | ERROR | [x] Closing brace of class definition must be on new line
 1388 | ERROR | [x] Opening brace should be the last content on the line
 1388 | ERROR | [x] Closing brace of class definition must be on new line
 1389 | ERROR | [x] Opening brace should be the last content on the line
 1389 | ERROR | [x] Closing brace of class definition must be on new line
 1390 | ERROR | [x] Opening brace should be the last content on the line
 1390 | ERROR | [x] Closing brace of class definition must be on new line
 1391 | ERROR | [x] Opening brace should be the last content on the line
 1391 | ERROR | [x] Closing brace of class definition must be on new line
 1392 | ERROR | [x] Opening brace should be the last content on the line
 1392 | ERROR | [x] Closing brace of class definition must be on new line
 1393 | ERROR | [x] Opening brace should be the last content on the line
 1393 | ERROR | [x] Closing brace of class definition must be on new line
 1394 | ERROR | [x] Opening brace should be the last content on the line
 1394 | ERROR | [x] Closing brace of class definition must be on new line
 1395 | ERROR | [x] Opening brace should be the last content on the line
 1395 | ERROR | [x] Closing brace of class definition must be on new line
 1396 | ERROR | [x] Opening brace should be the last content on the line
 1396 | ERROR | [x] Closing brace of class definition must be on new line
 1397 | ERROR | [x] Opening brace should be the last content on the line
 1397 | ERROR | [x] Closing brace of class definition must be on new line
 1398 | ERROR | [x] Opening brace should be the last content on the line
 1398 | ERROR | [x] Closing brace of class definition must be on new line
 1399 | ERROR | [x] Opening brace should be the last content on the line
 1399 | ERROR | [x] Closing brace of class definition must be on new line
 1400 | ERROR | [x] Opening brace should be the last content on the line
 1400 | ERROR | [x] Closing brace of class definition must be on new line
 1401 | ERROR | [x] Opening brace should be the last content on the line
 1401 | ERROR | [x] Closing brace of class definition must be on new line
 1402 | ERROR | [x] Opening brace should be the last content on the line
 1402 | ERROR | [x] Closing brace of class definition must be on new line
 1403 | ERROR | [x] Opening brace should be the last content on the line
 1403 | ERROR | [x] Closing brace of class definition must be on new line
 1404 | ERROR | [x] Opening brace should be the last content on the line
 1404 | ERROR | [x] Closing brace of class definition must be on new line
 1405 | ERROR | [x] Opening brace should be the last content on the line
 1405 | ERROR | [x] Closing brace of class definition must be on new line
 1406 | ERROR | [x] Opening brace should be the last content on the line
 1406 | ERROR | [x] Closing brace of class definition must be on new line
 1407 | ERROR | [x] Opening brace should be the last content on the line
 1407 | ERROR | [x] Closing brace of class definition must be on new line
 1408 | ERROR | [x] Opening brace should be the last content on the line
 1408 | ERROR | [x] Closing brace of class definition must be on new line
 1409 | ERROR | [x] Opening brace should be the last content on the line
 1409 | ERROR | [x] Closing brace of class definition must be on new line
 1410 | ERROR | [x] Opening brace should be the last content on the line
 1410 | ERROR | [x] Closing brace of class definition must be on new line
 1411 | ERROR | [x] Opening brace should be the last content on the line
 1411 | ERROR | [x] Closing brace of class definition must be on new line
 1412 | ERROR | [x] Opening brace should be the last content on the line
 1412 | ERROR | [x] Closing brace of class definition must be on new line
 1413 | ERROR | [x] Opening brace should be the last content on the line
 1413 | ERROR | [x] Closing brace of class definition must be on new line
 1414 | ERROR | [x] Opening brace should be the last content on the line
 1414 | ERROR | [x] Closing brace of class definition must be on new line
 1415 | ERROR | [x] Opening brace should be the last content on the line
 1415 | ERROR | [x] Closing brace of class definition must be on new line
 1416 | ERROR | [x] Opening brace should be the last content on the line
 1416 | ERROR | [x] Closing brace of class definition must be on new line
 1417 | ERROR | [x] Opening brace should be the last content on the line
 1417 | ERROR | [x] Closing brace of class definition must be on new line
 1418 | ERROR | [x] Opening brace should be the last content on the line
 1418 | ERROR | [x] Closing brace of class definition must be on new line
 1419 | ERROR | [x] Opening brace should be the last content on the line
 1419 | ERROR | [x] Closing brace of class definition must be on new line
 1420 | ERROR | [x] Opening brace should be the last content on the line
 1420 | ERROR | [x] Closing brace of class definition must be on new line
 1421 | ERROR | [x] Opening brace should be the last content on the line
 1421 | ERROR | [x] Closing brace of class definition must be on new line
 1422 | ERROR | [x] Opening brace should be the last content on the line
 1422 | ERROR | [x] Closing brace of class definition must be on new line
 1423 | ERROR | [x] Opening brace should be the last content on the line
 1423 | ERROR | [x] Closing brace of class definition must be on new line
 1424 | ERROR | [x] Opening brace should be the last content on the line
 1424 | ERROR | [x] Closing brace of class definition must be on new line
 1425 | ERROR | [x] Opening brace should be the last content on the line
 1425 | ERROR | [x] Closing brace of class definition must be on new line
 1426 | ERROR | [x] Opening brace should be the last content on the line
 1426 | ERROR | [x] Closing brace of class definition must be on new line
 1427 | ERROR | [x] Opening brace should be the last content on the line
 1427 | ERROR | [x] Closing brace of class definition must be on new line
 1428 | ERROR | [x] Opening brace should be the last content on the line
 1428 | ERROR | [x] Closing brace of class definition must be on new line
 1429 | ERROR | [x] Opening brace should be the last content on the line
 1429 | ERROR | [x] Closing brace of class definition must be on new line
 1430 | ERROR | [x] Opening brace should be the last content on the line
 1430 | ERROR | [x] Closing brace of class definition must be on new line
 1431 | ERROR | [x] Opening brace should be the last content on the line
 1431 | ERROR | [x] Closing brace of class definition must be on new line
 1432 | ERROR | [x] Opening brace should be the last content on the line
 1432 | ERROR | [x] Closing brace of class definition must be on new line
 1433 | ERROR | [x] Opening brace should be the last content on the line
 1433 | ERROR | [x] Closing brace of class definition must be on new line
 1434 | ERROR | [x] Opening brace should be the last content on the line
 1434 | ERROR | [x] Closing brace of class definition must be on new line
 1435 | ERROR | [x] Opening brace should be the last content on the line
 1435 | ERROR | [x] Closing brace of class definition must be on new line
 1436 | ERROR | [x] Opening brace should be the last content on the line
 1436 | ERROR | [x] Closing brace of class definition must be on new line
 1437 | ERROR | [x] Opening brace should be the last content on the line
 1437 | ERROR | [x] Closing brace of class definition must be on new line
 1438 | ERROR | [x] Opening brace should be the last content on the line
 1438 | ERROR | [x] Closing brace of class definition must be on new line
 1439 | ERROR | [x] Opening brace should be the last content on the line
 1439 | ERROR | [x] Closing brace of class definition must be on new line
 1440 | ERROR | [x] Opening brace should be the last content on the line
 1440 | ERROR | [x] Closing brace of class definition must be on new line
 1441 | ERROR | [x] Opening brace should be the last content on the line
 1441 | ERROR | [x] Closing brace of class definition must be on new line
 1442 | ERROR | [x] Opening brace should be the last content on the line
 1442 | ERROR | [x] Closing brace of class definition must be on new line
 1443 | ERROR | [x] Opening brace should be the last content on the line
 1443 | ERROR | [x] Closing brace of class definition must be on new line
 1444 | ERROR | [x] Opening brace should be the last content on the line
 1444 | ERROR | [x] Closing brace of class definition must be on new line
 1445 | ERROR | [x] Opening brace should be the last content on the line
 1445 | ERROR | [x] Closing brace of class definition must be on new line
 1446 | ERROR | [x] Opening brace should be the last content on the line
 1446 | ERROR | [x] Closing brace of class definition must be on new line
 1447 | ERROR | [x] Opening brace should be the last content on the line
 1447 | ERROR | [x] Closing brace of class definition must be on new line
 1448 | ERROR | [x] Opening brace should be the last content on the line
 1448 | ERROR | [x] Closing brace of class definition must be on new line
 1449 | ERROR | [x] Opening brace should be the last content on the line
 1449 | ERROR | [x] Closing brace of class definition must be on new line
 1450 | ERROR | [x] Opening brace should be the last content on the line
 1450 | ERROR | [x] Closing brace of class definition must be on new line
 1451 | ERROR | [x] Opening brace should be the last content on the line
 1451 | ERROR | [x] Closing brace of class definition must be on new line
 1452 | ERROR | [x] Opening brace should be the last content on the line
 1452 | ERROR | [x] Closing brace of class definition must be on new line
 1453 | ERROR | [x] Opening brace should be the last content on the line
 1453 | ERROR | [x] Closing brace of class definition must be on new line
 1454 | ERROR | [x] Opening brace should be the last content on the line
 1454 | ERROR | [x] Closing brace of class definition must be on new line
 1455 | ERROR | [x] Opening brace should be the last content on the line
 1455 | ERROR | [x] Closing brace of class definition must be on new line
 1456 | ERROR | [x] Opening brace should be the last content on the line
 1456 | ERROR | [x] Closing brace of class definition must be on new line
 1457 | ERROR | [x] Opening brace should be the last content on the line
 1457 | ERROR | [x] Closing brace of class definition must be on new line
 1458 | ERROR | [x] Opening brace should be the last content on the line
 1458 | ERROR | [x] Closing brace of class definition must be on new line
 1459 | ERROR | [x] Opening brace should be the last content on the line
 1459 | ERROR | [x] Closing brace of class definition must be on new line
 1460 | ERROR | [x] Opening brace should be the last content on the line
 1460 | ERROR | [x] Closing brace of class definition must be on new line
 1461 | ERROR | [x] Opening brace should be the last content on the line
 1461 | ERROR | [x] Closing brace of class definition must be on new line
 1462 | ERROR | [x] Opening brace should be the last content on the line
 1462 | ERROR | [x] Closing brace of class definition must be on new line
 1463 | ERROR | [x] Opening brace should be the last content on the line
 1463 | ERROR | [x] Closing brace of class definition must be on new line
 1464 | ERROR | [x] Opening brace should be the last content on the line
 1464 | ERROR | [x] Closing brace of class definition must be on new line
 1465 | ERROR | [x] Opening brace should be the last content on the line
 1465 | ERROR | [x] Closing brace of class definition must be on new line
 1466 | ERROR | [x] Opening brace should be the last content on the line
 1466 | ERROR | [x] Closing brace of class definition must be on new line
 1467 | ERROR | [x] Opening brace should be the last content on the line
 1467 | ERROR | [x] Closing brace of class definition must be on new line
 1468 | ERROR | [x] Opening brace should be the last content on the line
 1468 | ERROR | [x] Closing brace of class definition must be on new line
 1469 | ERROR | [x] Opening brace should be the last content on the line
 1469 | ERROR | [x] Closing brace of class definition must be on new line
 1470 | ERROR | [x] Opening brace should be the last content on the line
 1470 | ERROR | [x] Closing brace of class definition must be on new line
 1471 | ERROR | [x] Opening brace should be the last content on the line
 1471 | ERROR | [x] Closing brace of class definition must be on new line
 1472 | ERROR | [x] Opening brace should be the last content on the line
 1472 | ERROR | [x] Closing brace of class definition must be on new line
 1473 | ERROR | [x] Opening brace should be the last content on the line
 1473 | ERROR | [x] Closing brace of class definition must be on new line
 1474 | ERROR | [x] Opening brace should be the last content on the line
 1474 | ERROR | [x] Closing brace of class definition must be on new line
 1475 | ERROR | [x] Opening brace should be the last content on the line
 1475 | ERROR | [x] Closing brace of class definition must be on new line
 1476 | ERROR | [x] Opening brace should be the last content on the line
 1476 | ERROR | [x] Closing brace of class definition must be on new line
 1477 | ERROR | [x] Opening brace should be the last content on the line
 1477 | ERROR | [x] Closing brace of class definition must be on new line
 1478 | ERROR | [x] Opening brace should be the last content on the line
 1478 | ERROR | [x] Closing brace of class definition must be on new line
 1479 | ERROR | [x] Opening brace should be the last content on the line
 1479 | ERROR | [x] Closing brace of class definition must be on new line
 1480 | ERROR | [x] Opening brace should be the last content on the line
 1480 | ERROR | [x] Closing brace of class definition must be on new line
 1481 | ERROR | [x] Opening brace should be the last content on the line
 1481 | ERROR | [x] Closing brace of class definition must be on new line
 1482 | ERROR | [x] Opening brace should be the last content on the line
 1482 | ERROR | [x] Closing brace of class definition must be on new line
 1483 | ERROR | [x] Opening brace should be the last content on the line
 1483 | ERROR | [x] Closing brace of class definition must be on new line
 1484 | ERROR | [x] Opening brace should be the last content on the line
 1484 | ERROR | [x] Closing brace of class definition must be on new line
 1485 | ERROR | [x] Opening brace should be the last content on the line
 1485 | ERROR | [x] Closing brace of class definition must be on new line
 1486 | ERROR | [x] Opening brace should be the last content on the line
 1486 | ERROR | [x] Closing brace of class definition must be on new line
 1487 | ERROR | [x] Opening brace should be the last content on the line
 1487 | ERROR | [x] Closing brace of class definition must be on new line
 1488 | ERROR | [x] Opening brace should be the last content on the line
 1488 | ERROR | [x] Closing brace of class definition must be on new line
 1489 | ERROR | [x] Opening brace should be the last content on the line
 1489 | ERROR | [x] Closing brace of class definition must be on new line
 1490 | ERROR | [x] Opening brace should be the last content on the line
 1490 | ERROR | [x] Closing brace of class definition must be on new line
 1491 | ERROR | [x] Opening brace should be the last content on the line
 1491 | ERROR | [x] Closing brace of class definition must be on new line
 1492 | ERROR | [x] Opening brace should be the last content on the line
 1492 | ERROR | [x] Closing brace of class definition must be on new line
 1493 | ERROR | [x] Opening brace should be the last content on the line
 1493 | ERROR | [x] Closing brace of class definition must be on new line
 1494 | ERROR | [x] Opening brace should be the last content on the line
 1494 | ERROR | [x] Closing brace of class definition must be on new line
 1495 | ERROR | [x] Opening brace should be the last content on the line
 1495 | ERROR | [x] Closing brace of class definition must be on new line
 1496 | ERROR | [x] Opening brace should be the last content on the line
 1496 | ERROR | [x] Closing brace of class definition must be on new line
 1497 | ERROR | [x] Opening brace should be the last content on the line
 1497 | ERROR | [x] Closing brace of class definition must be on new line
 1498 | ERROR | [x] Opening brace should be the last content on the line
 1498 | ERROR | [x] Closing brace of class definition must be on new line
 1499 | ERROR | [x] Opening brace should be the last content on the line
 1499 | ERROR | [x] Closing brace of class definition must be on new line
 1500 | ERROR | [x] Opening brace should be the last content on the line
 1500 | ERROR | [x] Closing brace of class definition must be on new line
 1501 | ERROR | [x] Opening brace should be the last content on the line
 1501 | ERROR | [x] Closing brace of class definition must be on new line
 1502 | ERROR | [x] Opening brace should be the last content on the line
 1502 | ERROR | [x] Closing brace of class definition must be on new line
 1503 | ERROR | [x] Opening brace should be the last content on the line
 1503 | ERROR | [x] Closing brace of class definition must be on new line
 1504 | ERROR | [x] Opening brace should be the last content on the line
 1504 | ERROR | [x] Closing brace of class definition must be on new line
 1505 | ERROR | [x] Opening brace should be the last content on the line
 1505 | ERROR | [x] Closing brace of class definition must be on new line
 1506 | ERROR | [x] Opening brace should be the last content on the line
 1506 | ERROR | [x] Closing brace of class definition must be on new line
 1507 | ERROR | [x] Opening brace should be the last content on the line
 1507 | ERROR | [x] Closing brace of class definition must be on new line
 1508 | ERROR | [x] Opening brace should be the last content on the line
 1508 | ERROR | [x] Closing brace of class definition must be on new line
 1509 | ERROR | [x] Opening brace should be the last content on the line
 1509 | ERROR | [x] Closing brace of class definition must be on new line
 1510 | ERROR | [x] Opening brace should be the last content on the line
 1510 | ERROR | [x] Closing brace of class definition must be on new line
 1511 | ERROR | [x] Opening brace should be the last content on the line
 1511 | ERROR | [x] Closing brace of class definition must be on new line
 1512 | ERROR | [x] Opening brace should be the last content on the line
 1512 | ERROR | [x] Closing brace of class definition must be on new line
 1513 | ERROR | [x] Opening brace should be the last content on the line
 1513 | ERROR | [x] Closing brace of class definition must be on new line
 1514 | ERROR | [x] Opening brace should be the last content on the line
 1514 | ERROR | [x] Closing brace of class definition must be on new line
 1515 | ERROR | [x] Opening brace should be the last content on the line
 1515 | ERROR | [x] Closing brace of class definition must be on new line
 1516 | ERROR | [x] Opening brace should be the last content on the line
 1516 | ERROR | [x] Closing brace of class definition must be on new line
 1517 | ERROR | [x] Opening brace should be the last content on the line
 1517 | ERROR | [x] Closing brace of class definition must be on new line
 1518 | ERROR | [x] Opening brace should be the last content on the line
 1518 | ERROR | [x] Closing brace of class definition must be on new line
 1519 | ERROR | [x] Opening brace should be the last content on the line
 1519 | ERROR | [x] Closing brace of class definition must be on new line
 1520 | ERROR | [x] Opening brace should be the last content on the line
 1520 | ERROR | [x] Closing brace of class definition must be on new line
 1521 | ERROR | [x] Opening brace should be the last content on the line
 1521 | ERROR | [x] Closing brace of class definition must be on new line
 1522 | ERROR | [x] Opening brace should be the last content on the line
 1522 | ERROR | [x] Closing brace of class definition must be on new line
 1523 | ERROR | [x] Opening brace should be the last content on the line
 1523 | ERROR | [x] Closing brace of class definition must be on new line
 1524 | ERROR | [x] Opening brace should be the last content on the line
 1524 | ERROR | [x] Closing brace of class definition must be on new line
 1525 | ERROR | [x] Opening brace should be the last content on the line
 1525 | ERROR | [x] Closing brace of class definition must be on new line
 1526 | ERROR | [x] Opening brace should be the last content on the line
 1526 | ERROR | [x] Closing brace of class definition must be on new line
 1527 | ERROR | [x] Opening brace should be the last content on the line
 1527 | ERROR | [x] Closing brace of class definition must be on new line
 1528 | ERROR | [x] Opening brace should be the last content on the line
 1528 | ERROR | [x] Closing brace of class definition must be on new line
 1529 | ERROR | [x] Opening brace should be the last content on the line
 1529 | ERROR | [x] Closing brace of class definition must be on new line
 1530 | ERROR | [x] Opening brace should be the last content on the line
 1530 | ERROR | [x] Closing brace of class definition must be on new line
 1531 | ERROR | [x] Opening brace should be the last content on the line
 1531 | ERROR | [x] Closing brace of class definition must be on new line
 1532 | ERROR | [x] Opening brace should be the last content on the line
 1532 | ERROR | [x] Closing brace of class definition must be on new line
 1533 | ERROR | [x] Opening brace should be the last content on the line
 1533 | ERROR | [x] Closing brace of class definition must be on new line
 1534 | ERROR | [x] Opening brace should be the last content on the line
 1534 | ERROR | [x] Closing brace of class definition must be on new line
 1535 | ERROR | [x] Opening brace should be the last content on the line
 1535 | ERROR | [x] Closing brace of class definition must be on new line
 1536 | ERROR | [x] Opening brace should be the last content on the line
 1536 | ERROR | [x] Closing brace of class definition must be on new line
 1537 | ERROR | [x] Opening brace should be the last content on the line
 1537 | ERROR | [x] Closing brace of class definition must be on new line
 1538 | ERROR | [x] Opening brace should be the last content on the line
 1538 | ERROR | [x] Closing brace of class definition must be on new line
 1539 | ERROR | [x] Opening brace should be the last content on the line
 1539 | ERROR | [x] Closing brace of class definition must be on new line
 1540 | ERROR | [x] Opening brace should be the last content on the line
 1540 | ERROR | [x] Closing brace of class definition must be on new line
 1541 | ERROR | [x] Opening brace should be the last content on the line
 1541 | ERROR | [x] Closing brace of class definition must be on new line
 1542 | ERROR | [x] Opening brace should be the last content on the line
 1542 | ERROR | [x] Closing brace of class definition must be on new line
 1543 | ERROR | [x] Opening brace should be the last content on the line
 1543 | ERROR | [x] Closing brace of class definition must be on new line
 1544 | ERROR | [x] Opening brace should be the last content on the line
 1544 | ERROR | [x] Closing brace of class definition must be on new line
 1545 | ERROR | [x] Opening brace should be the last content on the line
 1545 | ERROR | [x] Closing brace of class definition must be on new line
 1546 | ERROR | [x] Opening brace should be the last content on the line
 1546 | ERROR | [x] Closing brace of class definition must be on new line
 1547 | ERROR | [x] Opening brace should be the last content on the line
 1547 | ERROR | [x] Closing brace of class definition must be on new line
 1548 | ERROR | [x] Opening brace should be the last content on the line
 1548 | ERROR | [x] Closing brace of class definition must be on new line
 1549 | ERROR | [x] Opening brace should be the last content on the line
 1549 | ERROR | [x] Closing brace of class definition must be on new line
 1550 | ERROR | [x] Opening brace should be the last content on the line
 1550 | ERROR | [x] Closing brace of class definition must be on new line
 1551 | ERROR | [x] Opening brace should be the last content on the line
 1551 | ERROR | [x] Closing brace of class definition must be on new line
 1552 | ERROR | [x] Opening brace should be the last content on the line
 1552 | ERROR | [x] Closing brace of class definition must be on new line
 1553 | ERROR | [x] Opening brace should be the last content on the line
 1553 | ERROR | [x] Closing brace of class definition must be on new line
 1554 | ERROR | [x] Opening brace should be the last content on the line
 1554 | ERROR | [x] Closing brace of class definition must be on new line
 1555 | ERROR | [x] Opening brace should be the last content on the line
 1555 | ERROR | [x] Closing brace of class definition must be on new line
 1556 | ERROR | [x] Opening brace should be the last content on the line
 1556 | ERROR | [x] Closing brace of class definition must be on new line
 1557 | ERROR | [x] Opening brace should be the last content on the line
 1557 | ERROR | [x] Closing brace of class definition must be on new line
 1558 | ERROR | [x] Opening brace should be the last content on the line
 1558 | ERROR | [x] Closing brace of class definition must be on new line
 1559 | ERROR | [x] Opening brace should be the last content on the line
 1559 | ERROR | [x] Closing brace of class definition must be on new line
 1560 | ERROR | [x] Opening brace should be the last content on the line
 1560 | ERROR | [x] Closing brace of class definition must be on new line
 1561 | ERROR | [x] Opening brace should be the last content on the line
 1561 | ERROR | [x] Closing brace of class definition must be on new line
 1562 | ERROR | [x] Opening brace should be the last content on the line
 1562 | ERROR | [x] Closing brace of class definition must be on new line
 1563 | ERROR | [x] Opening brace should be the last content on the line
 1563 | ERROR | [x] Closing brace of class definition must be on new line
 1564 | ERROR | [x] Opening brace should be the last content on the line
 1564 | ERROR | [x] Closing brace of class definition must be on new line
 1565 | ERROR | [x] Opening brace should be the last content on the line
 1565 | ERROR | [x] Closing brace of class definition must be on new line
 1566 | ERROR | [x] Opening brace should be the last content on the line
 1566 | ERROR | [x] Closing brace of class definition must be on new line
 1567 | ERROR | [x] Opening brace should be the last content on the line
 1567 | ERROR | [x] Closing brace of class definition must be on new line
 1568 | ERROR | [x] Opening brace should be the last content on the line
 1568 | ERROR | [x] Closing brace of class definition must be on new line
 1569 | ERROR | [x] Opening brace should be the last content on the line
 1569 | ERROR | [x] Closing brace of class definition must be on new line
 1570 | ERROR | [x] Opening brace should be the last content on the line
 1570 | ERROR | [x] Closing brace of class definition must be on new line
 1571 | ERROR | [x] Opening brace should be the last content on the line
 1571 | ERROR | [x] Closing brace of class definition must be on new line
 1572 | ERROR | [x] Opening brace should be the last content on the line
 1572 | ERROR | [x] Closing brace of class definition must be on new line
 1573 | ERROR | [x] Opening brace should be the last content on the line
 1573 | ERROR | [x] Closing brace of class definition must be on new line
 1574 | ERROR | [x] Opening brace should be the last content on the line
 1574 | ERROR | [x] Closing brace of class definition must be on new line
 1575 | ERROR | [x] Opening brace should be the last content on the line
 1575 | ERROR | [x] Closing brace of class definition must be on new line
 1576 | ERROR | [x] Opening brace should be the last content on the line
 1576 | ERROR | [x] Closing brace of class definition must be on new line
 1577 | ERROR | [x] Opening brace should be the last content on the line
 1577 | ERROR | [x] Closing brace of class definition must be on new line
 1578 | ERROR | [x] Opening brace should be the last content on the line
 1578 | ERROR | [x] Closing brace of class definition must be on new line
 1579 | ERROR | [x] Opening brace should be the last content on the line
 1579 | ERROR | [x] Closing brace of class definition must be on new line
 1580 | ERROR | [x] Opening brace should be the last content on the line
 1580 | ERROR | [x] Closing brace of class definition must be on new line
 1581 | ERROR | [x] Opening brace should be the last content on the line
 1581 | ERROR | [x] Closing brace of class definition must be on new line
 1582 | ERROR | [x] Opening brace should be the last content on the line
 1582 | ERROR | [x] Closing brace of class definition must be on new line
 1583 | ERROR | [x] Opening brace should be the last content on the line
 1583 | ERROR | [x] Closing brace of class definition must be on new line
 1584 | ERROR | [x] Opening brace should be the last content on the line
 1584 | ERROR | [x] Closing brace of class definition must be on new line
 1585 | ERROR | [x] Opening brace should be the last content on the line
 1585 | ERROR | [x] Closing brace of class definition must be on new line
 1586 | ERROR | [x] Opening brace should be the last content on the line
 1586 | ERROR | [x] Closing brace of class definition must be on new line
 1587 | ERROR | [x] Opening brace should be the last content on the line
 1587 | ERROR | [x] Closing brace of class definition must be on new line
 1588 | ERROR | [x] Opening brace should be the last content on the line
 1588 | ERROR | [x] Closing brace of class definition must be on new line
 1589 | ERROR | [x] Opening brace should be the last content on the line
 1589 | ERROR | [x] Closing brace of class definition must be on new line
 1590 | ERROR | [x] Opening brace should be the last content on the line
 1590 | ERROR | [x] Closing brace of class definition must be on new line
 1591 | ERROR | [x] Opening brace should be the last content on the line
 1591 | ERROR | [x] Closing brace of class definition must be on new line
 1592 | ERROR | [x] Opening brace should be the last content on the line
 1592 | ERROR | [x] Closing brace of class definition must be on new line
 1593 | ERROR | [x] Opening brace should be the last content on the line
 1593 | ERROR | [x] Closing brace of class definition must be on new line
 1594 | ERROR | [x] Opening brace should be the last content on the line
 1594 | ERROR | [x] Closing brace of class definition must be on new line
 1595 | ERROR | [x] Opening brace should be the last content on the line
 1595 | ERROR | [x] Closing brace of class definition must be on new line
 1596 | ERROR | [x] Opening brace should be the last content on the line
 1596 | ERROR | [x] Closing brace of class definition must be on new line
 1597 | ERROR | [x] Opening brace should be the last content on the line
 1597 | ERROR | [x] Closing brace of class definition must be on new line
 1598 | ERROR | [x] Opening brace should be the last content on the line
 1598 | ERROR | [x] Closing brace of class definition must be on new line
 1599 | ERROR | [x] Opening brace should be the last content on the line
 1599 | ERROR | [x] Closing brace of class definition must be on new line
 1600 | ERROR | [x] Opening brace should be the last content on the line
 1600 | ERROR | [x] Closing brace of class definition must be on new line
 1601 | ERROR | [x] Opening brace should be the last content on the line
 1601 | ERROR | [x] Closing brace of class definition must be on new line
 1602 | ERROR | [x] Opening brace should be the last content on the line
 1602 | ERROR | [x] Closing brace of class definition must be on new line
 1603 | ERROR | [x] Opening brace should be the last content on the line
 1603 | ERROR | [x] Closing brace of class definition must be on new line
 1604 | ERROR | [x] Opening brace should be the last content on the line
 1604 | ERROR | [x] Closing brace of class definition must be on new line
 1605 | ERROR | [x] Opening brace should be the last content on the line
 1605 | ERROR | [x] Closing brace of class definition must be on new line
 1606 | ERROR | [x] Opening brace should be the last content on the line
 1606 | ERROR | [x] Closing brace of class definition must be on new line
 1607 | ERROR | [x] Opening brace should be the last content on the line
 1607 | ERROR | [x] Closing brace of class definition must be on new line
 1608 | ERROR | [x] Opening brace should be the last content on the line
 1608 | ERROR | [x] Closing brace of class definition must be on new line
 1609 | ERROR | [x] Opening brace should be the last content on the line
 1609 | ERROR | [x] Closing brace of class definition must be on new line
 1610 | ERROR | [x] Opening brace should be the last content on the line
 1610 | ERROR | [x] Closing brace of class definition must be on new line
 1611 | ERROR | [x] Opening brace should be the last content on the line
 1611 | ERROR | [x] Closing brace of class definition must be on new line
 1612 | ERROR | [x] Opening brace should be the last content on the line
 1612 | ERROR | [x] Closing brace of class definition must be on new line
 1613 | ERROR | [x] Opening brace should be the last content on the line
 1613 | ERROR | [x] Closing brace of class definition must be on new line
 1614 | ERROR | [x] Opening brace should be the last content on the line
 1614 | ERROR | [x] Closing brace of class definition must be on new line
 1615 | ERROR | [x] Opening brace should be the last content on the line
 1615 | ERROR | [x] Closing brace of class definition must be on new line
 1616 | ERROR | [x] Opening brace should be the last content on the line
 1616 | ERROR | [x] Closing brace of class definition must be on new line
 1617 | ERROR | [x] Opening brace should be the last content on the line
 1617 | ERROR | [x] Closing brace of class definition must be on new line
 1618 | ERROR | [x] Opening brace should be the last content on the line
 1618 | ERROR | [x] Closing brace of class definition must be on new line
 1619 | ERROR | [x] Opening brace should be the last content on the line
 1619 | ERROR | [x] Closing brace of class definition must be on new line
 1620 | ERROR | [x] Opening brace should be the last content on the line
 1620 | ERROR | [x] Closing brace of class definition must be on new line
 1621 | ERROR | [x] Opening brace should be the last content on the line
 1621 | ERROR | [x] Closing brace of class definition must be on new line
 1622 | ERROR | [x] Opening brace should be the last content on the line
 1622 | ERROR | [x] Closing brace of class definition must be on new line
 1623 | ERROR | [x] Opening brace should be the last content on the line
 1623 | ERROR | [x] Closing brace of class definition must be on new line
 1624 | ERROR | [x] Opening brace should be the last content on the line
 1624 | ERROR | [x] Closing brace of class definition must be on new line
 1625 | ERROR | [x] Opening brace should be the last content on the line
 1625 | ERROR | [x] Closing brace of class definition must be on new line
 1626 | ERROR | [x] Opening brace should be the last content on the line
 1626 | ERROR | [x] Closing brace of class definition must be on new line
 1627 | ERROR | [x] Opening brace should be the last content on the line
 1627 | ERROR | [x] Closing brace of class definition must be on new line
 1628 | ERROR | [x] Opening brace should be the last content on the line
 1628 | ERROR | [x] Closing brace of class definition must be on new line
 1629 | ERROR | [x] Opening brace should be the last content on the line
 1629 | ERROR | [x] Closing brace of class definition must be on new line
 1630 | ERROR | [x] Opening brace should be the last content on the line
 1630 | ERROR | [x] Closing brace of class definition must be on new line
 1631 | ERROR | [x] Opening brace should be the last content on the line
 1631 | ERROR | [x] Closing brace of class definition must be on new line
 1632 | ERROR | [x] Opening brace should be the last content on the line
 1632 | ERROR | [x] Closing brace of class definition must be on new line
 1633 | ERROR | [x] Opening brace should be the last content on the line
 1633 | ERROR | [x] Closing brace of class definition must be on new line
 1634 | ERROR | [x] Opening brace should be the last content on the line
 1634 | ERROR | [x] Closing brace of class definition must be on new line
 1635 | ERROR | [x] Opening brace should be the last content on the line
 1635 | ERROR | [x] Closing brace of class definition must be on new line
 1636 | ERROR | [x] Opening brace should be the last content on the line
 1636 | ERROR | [x] Closing brace of class definition must be on new line
 1637 | ERROR | [x] Opening brace should be the last content on the line
 1637 | ERROR | [x] Closing brace of class definition must be on new line
 1638 | ERROR | [x] Opening brace should be the last content on the line
 1638 | ERROR | [x] Closing brace of class definition must be on new line
 1639 | ERROR | [x] Opening brace should be the last content on the line
 1639 | ERROR | [x] Closing brace of class definition must be on new line
 1640 | ERROR | [x] Opening brace should be the last content on the line
 1640 | ERROR | [x] Closing brace of class definition must be on new line
 1641 | ERROR | [x] Opening brace should be the last content on the line
 1641 | ERROR | [x] Closing brace of class definition must be on new line
 1642 | ERROR | [x] Opening brace should be the last content on the line
 1642 | ERROR | [x] Closing brace of class definition must be on new line
 1643 | ERROR | [x] Opening brace should be the last content on the line
 1643 | ERROR | [x] Closing brace of class definition must be on new line
 1644 | ERROR | [x] Opening brace should be the last content on the line
 1644 | ERROR | [x] Closing brace of class definition must be on new line
 1645 | ERROR | [x] Opening brace should be the last content on the line
 1645 | ERROR | [x] Closing brace of class definition must be on new line
 1646 | ERROR | [x] Opening brace should be the last content on the line
 1646 | ERROR | [x] Closing brace of class definition must be on new line
 1647 | ERROR | [x] Opening brace should be the last content on the line
 1647 | ERROR | [x] Closing brace of class definition must be on new line
 1648 | ERROR | [x] Opening brace should be the last content on the line
 1648 | ERROR | [x] Closing brace of class definition must be on new line
 1649 | ERROR | [x] Opening brace should be the last content on the line
 1649 | ERROR | [x] Closing brace of class definition must be on new line
 1650 | ERROR | [x] Opening brace should be the last content on the line
 1650 | ERROR | [x] Closing brace of class definition must be on new line
 1651 | ERROR | [x] Opening brace should be the last content on the line
 1651 | ERROR | [x] Closing brace of class definition must be on new line
 1652 | ERROR | [x] Opening brace should be the last content on the line
 1652 | ERROR | [x] Closing brace of class definition must be on new line
 1653 | ERROR | [x] Opening brace should be the last content on the line
 1653 | ERROR | [x] Closing brace of class definition must be on new line
 1654 | ERROR | [x] Opening brace should be the last content on the line
 1654 | ERROR | [x] Closing brace of class definition must be on new line
 1655 | ERROR | [x] Opening brace should be the last content on the line
 1655 | ERROR | [x] Closing brace of class definition must be on new line
 1656 | ERROR | [x] Opening brace should be the last content on the line
 1656 | ERROR | [x] Closing brace of class definition must be on new line
 1657 | ERROR | [x] Opening brace should be the last content on the line
 1657 | ERROR | [x] Closing brace of class definition must be on new line
 1658 | ERROR | [x] Opening brace should be the last content on the line
 1658 | ERROR | [x] Closing brace of class definition must be on new line
 1659 | ERROR | [x] Opening brace should be the last content on the line
 1659 | ERROR | [x] Closing brace of class definition must be on new line
 1660 | ERROR | [x] Opening brace should be the last content on the line
 1660 | ERROR | [x] Closing brace of class definition must be on new line
 1661 | ERROR | [x] Opening brace should be the last content on the line
 1661 | ERROR | [x] Closing brace of class definition must be on new line
 1662 | ERROR | [x] Opening brace should be the last content on the line
 1662 | ERROR | [x] Closing brace of class definition must be on new line
 1663 | ERROR | [x] Opening brace should be the last content on the line
 1663 | ERROR | [x] Closing brace of class definition must be on new line
 1664 | ERROR | [x] Opening brace should be the last content on the line
 1664 | ERROR | [x] Closing brace of class definition must be on new line
 1665 | ERROR | [x] Opening brace should be the last content on the line
 1665 | ERROR | [x] Closing brace of class definition must be on new line
 1666 | ERROR | [x] Opening brace should be the last content on the line
 1666 | ERROR | [x] Closing brace of class definition must be on new line
 1667 | ERROR | [x] Opening brace should be the last content on the line
 1667 | ERROR | [x] Closing brace of class definition must be on new line
 1668 | ERROR | [x] Opening brace should be the last content on the line
 1668 | ERROR | [x] Closing brace of class definition must be on new line
 1669 | ERROR | [x] Opening brace should be the last content on the line
 1669 | ERROR | [x] Closing brace of class definition must be on new line
 1670 | ERROR | [x] Opening brace should be the last content on the line
 1670 | ERROR | [x] Closing brace of class definition must be on new line
 1671 | ERROR | [x] Opening brace should be the last content on the line
 1671 | ERROR | [x] Closing brace of class definition must be on new line
 1672 | ERROR | [x] Opening brace should be the last content on the line
 1672 | ERROR | [x] Closing brace of class definition must be on new line
 1673 | ERROR | [x] Opening brace should be the last content on the line
 1673 | ERROR | [x] Closing brace of class definition must be on new line
 1674 | ERROR | [x] Opening brace should be the last content on the line
 1674 | ERROR | [x] Closing brace of class definition must be on new line
 1675 | ERROR | [x] Opening brace should be the last content on the line
 1675 | ERROR | [x] Closing brace of class definition must be on new line
 1676 | ERROR | [x] Opening brace should be the last content on the line
 1676 | ERROR | [x] Closing brace of class definition must be on new line
 1677 | ERROR | [x] Opening brace should be the last content on the line
 1677 | ERROR | [x] Closing brace of class definition must be on new line
 1678 | ERROR | [x] Opening brace should be the last content on the line
 1678 | ERROR | [x] Closing brace of class definition must be on new line
 1679 | ERROR | [x] Opening brace should be the last content on the line
 1679 | ERROR | [x] Closing brace of class definition must be on new line
 1680 | ERROR | [x] Opening brace should be the last content on the line
 1680 | ERROR | [x] Closing brace of class definition must be on new line
 1681 | ERROR | [x] Opening brace should be the last content on the line
 1681 | ERROR | [x] Closing brace of class definition must be on new line
 1682 | ERROR | [x] Opening brace should be the last content on the line
 1682 | ERROR | [x] Closing brace of class definition must be on new line
 1683 | ERROR | [x] Opening brace should be the last content on the line
 1683 | ERROR | [x] Closing brace of class definition must be on new line
 1684 | ERROR | [x] Opening brace should be the last content on the line
 1684 | ERROR | [x] Closing brace of class definition must be on new line
 1685 | ERROR | [x] Opening brace should be the last content on the line
 1685 | ERROR | [x] Closing brace of class definition must be on new line
 1686 | ERROR | [x] Opening brace should be the last content on the line
 1686 | ERROR | [x] Closing brace of class definition must be on new line
 1687 | ERROR | [x] Opening brace should be the last content on the line
 1687 | ERROR | [x] Closing brace of class definition must be on new line
 1688 | ERROR | [x] Opening brace should be the last content on the line
 1688 | ERROR | [x] Closing brace of class definition must be on new line
 1689 | ERROR | [x] Opening brace should be the last content on the line
 1689 | ERROR | [x] Closing brace of class definition must be on new line
 1690 | ERROR | [x] Opening brace should be the last content on the line
 1690 | ERROR | [x] Closing brace of class definition must be on new line
 1691 | ERROR | [x] Opening brace should be the last content on the line
 1691 | ERROR | [x] Closing brace of class definition must be on new line
 1692 | ERROR | [x] Opening brace should be the last content on the line
 1692 | ERROR | [x] Closing brace of class definition must be on new line
 1693 | ERROR | [x] Opening brace should be the last content on the line
 1693 | ERROR | [x] Closing brace of class definition must be on new line
 1694 | ERROR | [x] Opening brace should be the last content on the line
 1694 | ERROR | [x] Closing brace of class definition must be on new line
 1695 | ERROR | [x] Opening brace should be the last content on the line
 1695 | ERROR | [x] Closing brace of class definition must be on new line
 1696 | ERROR | [x] Opening brace should be the last content on the line
 1696 | ERROR | [x] Closing brace of class definition must be on new line
 1697 | ERROR | [x] Opening brace should be the last content on the line
 1697 | ERROR | [x] Closing brace of class definition must be on new line
 1698 | ERROR | [x] Opening brace should be the last content on the line
 1698 | ERROR | [x] Closing brace of class definition must be on new line
 1699 | ERROR | [x] Opening brace should be the last content on the line
 1699 | ERROR | [x] Closing brace of class definition must be on new line
 1700 | ERROR | [x] Opening brace should be the last content on the line
 1700 | ERROR | [x] Closing brace of class definition must be on new line
 1701 | ERROR | [x] Opening brace should be the last content on the line
 1701 | ERROR | [x] Closing brace of class definition must be on new line
 1702 | ERROR | [x] Opening brace should be the last content on the line
 1702 | ERROR | [x] Closing brace of class definition must be on new line
 1703 | ERROR | [x] Opening brace should be the last content on the line
 1703 | ERROR | [x] Closing brace of class definition must be on new line
 1704 | ERROR | [x] Opening brace should be the last content on the line
 1704 | ERROR | [x] Closing brace of class definition must be on new line
 1705 | ERROR | [x] Opening brace should be the last content on the line
 1705 | ERROR | [x] Closing brace of class definition must be on new line
 1706 | ERROR | [x] Opening brace should be the last content on the line
 1706 | ERROR | [x] Closing brace of class definition must be on new line
 1707 | ERROR | [x] Opening brace should be the last content on the line
 1707 | ERROR | [x] Closing brace of class definition must be on new line
 1708 | ERROR | [x] Opening brace should be the last content on the line
 1708 | ERROR | [x] Closing brace of class definition must be on new line
 1709 | ERROR | [x] Opening brace should be the last content on the line
 1709 | ERROR | [x] Closing brace of class definition must be on new line
 1710 | ERROR | [x] Opening brace should be the last content on the line
 1710 | ERROR | [x] Closing brace of class definition must be on new line
 1711 | ERROR | [x] Opening brace should be the last content on the line
 1711 | ERROR | [x] Closing brace of class definition must be on new line
 1712 | ERROR | [x] Opening brace should be the last content on the line
 1712 | ERROR | [x] Closing brace of class definition must be on new line
 1713 | ERROR | [x] Opening brace should be the last content on the line
 1713 | ERROR | [x] Closing brace of class definition must be on new line
 1714 | ERROR | [x] Opening brace should be the last content on the line
 1714 | ERROR | [x] Closing brace of class definition must be on new line
 1715 | ERROR | [x] Opening brace should be the last content on the line
 1715 | ERROR | [x] Closing brace of class definition must be on new line
 1716 | ERROR | [x] Opening brace should be the last content on the line
 1716 | ERROR | [x] Closing brace of class definition must be on new line
 1717 | ERROR | [x] Opening brace should be the last content on the line
 1717 | ERROR | [x] Closing brace of class definition must be on new line
 1718 | ERROR | [x] Opening brace should be the last content on the line
 1718 | ERROR | [x] Closing brace of class definition must be on new line
 1719 | ERROR | [x] Opening brace should be the last content on the line
 1719 | ERROR | [x] Closing brace of class definition must be on new line
 1720 | ERROR | [x] Opening brace should be the last content on the line
 1720 | ERROR | [x] Closing brace of class definition must be on new line
 1721 | ERROR | [x] Opening brace should be the last content on the line
 1721 | ERROR | [x] Closing brace of class definition must be on new line
 1722 | ERROR | [x] Opening brace should be the last content on the line
 1722 | ERROR | [x] Closing brace of class definition must be on new line
 1723 | ERROR | [x] Opening brace should be the last content on the line
 1723 | ERROR | [x] Closing brace of class definition must be on new line
 1724 | ERROR | [x] Opening brace should be the last content on the line
 1724 | ERROR | [x] Closing brace of class definition must be on new line
 1725 | ERROR | [x] Opening brace should be the last content on the line
 1725 | ERROR | [x] Closing brace of class definition must be on new line
 1726 | ERROR | [x] Opening brace should be the last content on the line
 1726 | ERROR | [x] Closing brace of class definition must be on new line
 1727 | ERROR | [x] Opening brace should be the last content on the line
 1727 | ERROR | [x] Closing brace of class definition must be on new line
 1728 | ERROR | [x] Opening brace should be the last content on the line
 1728 | ERROR | [x] Closing brace of class definition must be on new line
 1729 | ERROR | [x] Opening brace should be the last content on the line
 1729 | ERROR | [x] Closing brace of class definition must be on new line
 1730 | ERROR | [x] Opening brace should be the last content on the line
 1730 | ERROR | [x] Closing brace of class definition must be on new line
 1731 | ERROR | [x] Opening brace should be the last content on the line
 1731 | ERROR | [x] Closing brace of class definition must be on new line
 1732 | ERROR | [x] Opening brace should be the last content on the line
 1732 | ERROR | [x] Closing brace of class definition must be on new line
 1733 | ERROR | [x] Opening brace should be the last content on the line
 1733 | ERROR | [x] Closing brace of class definition must be on new line
 1734 | ERROR | [x] Opening brace should be the last content on the line
 1734 | ERROR | [x] Closing brace of class definition must be on new line
 1735 | ERROR | [x] Opening brace should be the last content on the line
 1735 | ERROR | [x] Closing brace of class definition must be on new line
 1736 | ERROR | [x] Opening brace should be the last content on the line
 1736 | ERROR | [x] Closing brace of class definition must be on new line
 1737 | ERROR | [x] Opening brace should be the last content on the line
 1737 | ERROR | [x] Closing brace of class definition must be on new line
 1738 | ERROR | [x] Opening brace should be the last content on the line
 1738 | ERROR | [x] Closing brace of class definition must be on new line
 1739 | ERROR | [x] Opening brace should be the last content on the line
 1739 | ERROR | [x] Closing brace of class definition must be on new line
 1740 | ERROR | [x] Opening brace should be the last content on the line
 1740 | ERROR | [x] Closing brace of class definition must be on new line
 1741 | ERROR | [x] Opening brace should be the last content on the line
 1741 | ERROR | [x] Closing brace of class definition must be on new line
 1742 | ERROR | [x] Opening brace should be the last content on the line
 1742 | ERROR | [x] Closing brace of class definition must be on new line
 1743 | ERROR | [x] Opening brace should be the last content on the line
 1743 | ERROR | [x] Closing brace of class definition must be on new line
 1744 | ERROR | [x] Opening brace should be the last content on the line
 1744 | ERROR | [x] Closing brace of class definition must be on new line
 1745 | ERROR | [x] Opening brace should be the last content on the line
 1745 | ERROR | [x] Closing brace of class definition must be on new line
 1746 | ERROR | [x] Opening brace should be the last content on the line
 1746 | ERROR | [x] Closing brace of class definition must be on new line
 1747 | ERROR | [x] Opening brace should be the last content on the line
 1747 | ERROR | [x] Closing brace of class definition must be on new line
 1748 | ERROR | [x] Opening brace should be the last content on the line
 1748 | ERROR | [x] Closing brace of class definition must be on new line
 1749 | ERROR | [x] Opening brace should be the last content on the line
 1749 | ERROR | [x] Closing brace of class definition must be on new line
 1750 | ERROR | [x] Opening brace should be the last content on the line
 1750 | ERROR | [x] Closing brace of class definition must be on new line
 1751 | ERROR | [x] Opening brace should be the last content on the line
 1751 | ERROR | [x] Closing brace of class definition must be on new line
 1752 | ERROR | [x] Opening brace should be the last content on the line
 1752 | ERROR | [x] Closing brace of class definition must be on new line
 1753 | ERROR | [x] Opening brace should be the last content on the line
 1753 | ERROR | [x] Closing brace of class definition must be on new line
 1754 | ERROR | [x] Opening brace should be the last content on the line
 1754 | ERROR | [x] Closing brace of class definition must be on new line
 1755 | ERROR | [x] Opening brace should be the last content on the line
 1755 | ERROR | [x] Closing brace of class definition must be on new line
 1756 | ERROR | [x] Opening brace should be the last content on the line
 1756 | ERROR | [x] Closing brace of class definition must be on new line
 1757 | ERROR | [x] Opening brace should be the last content on the line
 1757 | ERROR | [x] Closing brace of class definition must be on new line
 1758 | ERROR | [x] Opening brace should be the last content on the line
 1758 | ERROR | [x] Closing brace of class definition must be on new line
 1759 | ERROR | [x] Opening brace should be the last content on the line
 1759 | ERROR | [x] Closing brace of class definition must be on new line
 1760 | ERROR | [x] Opening brace should be the last content on the line
 1760 | ERROR | [x] Closing brace of class definition must be on new line
 1761 | ERROR | [x] Opening brace should be the last content on the line
 1761 | ERROR | [x] Closing brace of class definition must be on new line
 1762 | ERROR | [x] Opening brace should be the last content on the line
 1762 | ERROR | [x] Closing brace of class definition must be on new line
 1763 | ERROR | [x] Opening brace should be the last content on the line
 1763 | ERROR | [x] Closing brace of class definition must be on new line
 1764 | ERROR | [x] Opening brace should be the last content on the line
 1764 | ERROR | [x] Closing brace of class definition must be on new line
 1765 | ERROR | [x] Opening brace should be the last content on the line
 1765 | ERROR | [x] Closing brace of class definition must be on new line
 1766 | ERROR | [x] Opening brace should be the last content on the line
 1766 | ERROR | [x] Closing brace of class definition must be on new line
 1767 | ERROR | [x] Opening brace should be the last content on the line
 1767 | ERROR | [x] Closing brace of class definition must be on new line
 1768 | ERROR | [x] Opening brace should be the last content on the line
 1768 | ERROR | [x] Closing brace of class definition must be on new line
 1769 | ERROR | [x] Opening brace should be the last content on the line
 1769 | ERROR | [x] Closing brace of class definition must be on new line
 1770 | ERROR | [x] Opening brace should be the last content on the line
 1770 | ERROR | [x] Closing brace of class definition must be on new line
 1771 | ERROR | [x] Opening brace should be the last content on the line
 1771 | ERROR | [x] Closing brace of class definition must be on new line
 1772 | ERROR | [x] Opening brace should be the last content on the line
 1772 | ERROR | [x] Closing brace of class definition must be on new line
 1773 | ERROR | [x] Opening brace should be the last content on the line
 1773 | ERROR | [x] Closing brace of class definition must be on new line
 1774 | ERROR | [x] Opening brace should be the last content on the line
 1774 | ERROR | [x] Closing brace of class definition must be on new line
 1775 | ERROR | [x] Opening brace should be the last content on the line
 1775 | ERROR | [x] Closing brace of class definition must be on new line
 1776 | ERROR | [x] Opening brace should be the last content on the line
 1776 | ERROR | [x] Closing brace of class definition must be on new line
 1777 | ERROR | [x] Opening brace should be the last content on the line
 1777 | ERROR | [x] Closing brace of class definition must be on new line
 1778 | ERROR | [x] Opening brace should be the last content on the line
 1778 | ERROR | [x] Closing brace of class definition must be on new line
 1779 | ERROR | [x] Opening brace should be the last content on the line
 1779 | ERROR | [x] Closing brace of class definition must be on new line
 1780 | ERROR | [x] Opening brace should be the last content on the line
 1780 | ERROR | [x] Closing brace of class definition must be on new line
 1781 | ERROR | [x] Opening brace should be the last content on the line
 1781 | ERROR | [x] Closing brace of class definition must be on new line
 1782 | ERROR | [x] Opening brace should be the last content on the line
 1782 | ERROR | [x] Closing brace of class definition must be on new line
 1783 | ERROR | [x] Opening brace should be the last content on the line
 1783 | ERROR | [x] Closing brace of class definition must be on new line
 1784 | ERROR | [x] Opening brace should be the last content on the line
 1784 | ERROR | [x] Closing brace of class definition must be on new line
 1785 | ERROR | [x] Opening brace should be the last content on the line
 1785 | ERROR | [x] Closing brace of class definition must be on new line
 1786 | ERROR | [x] Opening brace should be the last content on the line
 1786 | ERROR | [x] Closing brace of class definition must be on new line
 1787 | ERROR | [x] Opening brace should be the last content on the line
 1787 | ERROR | [x] Closing brace of class definition must be on new line
 1788 | ERROR | [x] Opening brace should be the last content on the line
 1788 | ERROR | [x] Closing brace of class definition must be on new line
 1789 | ERROR | [x] Opening brace should be the last content on the line
 1789 | ERROR | [x] Closing brace of class definition must be on new line
 1790 | ERROR | [x] Opening brace should be the last content on the line
 1790 | ERROR | [x] Closing brace of class definition must be on new line
 1791 | ERROR | [x] Opening brace should be the last content on the line
 1791 | ERROR | [x] Closing brace of class definition must be on new line
 1792 | ERROR | [x] Opening brace should be the last content on the line
 1792 | ERROR | [x] Closing brace of class definition must be on new line
 1793 | ERROR | [x] Opening brace should be the last content on the line
 1793 | ERROR | [x] Closing brace of class definition must be on new line
 1794 | ERROR | [x] Opening brace should be the last content on the line
 1794 | ERROR | [x] Closing brace of class definition must be on new line
 1795 | ERROR | [x] Opening brace should be the last content on the line
 1795 | ERROR | [x] Closing brace of class definition must be on new line
 1796 | ERROR | [x] Opening brace should be the last content on the line
 1796 | ERROR | [x] Closing brace of class definition must be on new line
 1797 | ERROR | [x] Opening brace should be the last content on the line
 1797 | ERROR | [x] Closing brace of class definition must be on new line
 1798 | ERROR | [x] Opening brace should be the last content on the line
 1798 | ERROR | [x] Closing brace of class definition must be on new line
 1799 | ERROR | [x] Opening brace should be the last content on the line
 1799 | ERROR | [x] Closing brace of class definition must be on new line
 1800 | ERROR | [x] Opening brace should be the last content on the line
 1800 | ERROR | [x] Closing brace of class definition must be on new line
 1801 | ERROR | [x] Opening brace should be the last content on the line
 1801 | ERROR | [x] Closing brace of class definition must be on new line
 1802 | ERROR | [x] Opening brace should be the last content on the line
 1802 | ERROR | [x] Closing brace of class definition must be on new line
 1803 | ERROR | [x] Opening brace should be the last content on the line
 1803 | ERROR | [x] Closing brace of class definition must be on new line
 1804 | ERROR | [x] Opening brace should be the last content on the line
 1804 | ERROR | [x] Closing brace of class definition must be on new line
 1805 | ERROR | [x] Opening brace should be the last content on the line
 1805 | ERROR | [x] Closing brace of class definition must be on new line
 1806 | ERROR | [x] Opening brace should be the last content on the line
 1806 | ERROR | [x] Closing brace of class definition must be on new line
 1807 | ERROR | [x] Opening brace should be the last content on the line
 1807 | ERROR | [x] Closing brace of class definition must be on new line
 1808 | ERROR | [x] Opening brace should be the last content on the line
 1808 | ERROR | [x] Closing brace of class definition must be on new line
 1809 | ERROR | [x] Opening brace should be the last content on the line
 1809 | ERROR | [x] Closing brace of class definition must be on new line
 1810 | ERROR | [x] Opening brace should be the last content on the line
 1810 | ERROR | [x] Closing brace of class definition must be on new line
 1811 | ERROR | [x] Opening brace should be the last content on the line
 1811 | ERROR | [x] Closing brace of class definition must be on new line
 1812 | ERROR | [x] Opening brace should be the last content on the line
 1812 | ERROR | [x] Closing brace of class definition must be on new line
 1813 | ERROR | [x] Opening brace should be the last content on the line
 1813 | ERROR | [x] Closing brace of class definition must be on new line
 1814 | ERROR | [x] Opening brace should be the last content on the line
 1814 | ERROR | [x] Closing brace of class definition must be on new line
 1815 | ERROR | [x] Opening brace should be the last content on the line
 1815 | ERROR | [x] Closing brace of class definition must be on new line
 1816 | ERROR | [x] Opening brace should be the last content on the line
 1816 | ERROR | [x] Closing brace of class definition must be on new line
 1817 | ERROR | [x] Opening brace should be the last content on the line
 1817 | ERROR | [x] Closing brace of class definition must be on new line
 1818 | ERROR | [x] Opening brace should be the last content on the line
 1818 | ERROR | [x] Closing brace of class definition must be on new line
 1819 | ERROR | [x] Opening brace should be the last content on the line
 1819 | ERROR | [x] Closing brace of class definition must be on new line
 1820 | ERROR | [x] Opening brace should be the last content on the line
 1820 | ERROR | [x] Closing brace of class definition must be on new line
 1821 | ERROR | [x] Opening brace should be the last content on the line
 1821 | ERROR | [x] Closing brace of class definition must be on new line
 1822 | ERROR | [x] Opening brace should be the last content on the line
 1822 | ERROR | [x] Closing brace of class definition must be on new line
 1823 | ERROR | [x] Opening brace should be the last content on the line
 1823 | ERROR | [x] Closing brace of class definition must be on new line
 1824 | ERROR | [x] Opening brace should be the last content on the line
 1824 | ERROR | [x] Closing brace of class definition must be on new line
 1825 | ERROR | [x] Opening brace should be the last content on the line
 1825 | ERROR | [x] Closing brace of class definition must be on new line
 1826 | ERROR | [x] Opening brace should be the last content on the line
 1826 | ERROR | [x] Closing brace of class definition must be on new line
 1827 | ERROR | [x] Opening brace should be the last content on the line
 1827 | ERROR | [x] Closing brace of class definition must be on new line
 1828 | ERROR | [x] Opening brace should be the last content on the line
 1828 | ERROR | [x] Closing brace of class definition must be on new line
 1829 | ERROR | [x] Opening brace should be the last content on the line
 1829 | ERROR | [x] Closing brace of class definition must be on new line
 1830 | ERROR | [x] Opening brace should be the last content on the line
 1830 | ERROR | [x] Closing brace of class definition must be on new line
 1831 | ERROR | [x] Opening brace should be the last content on the line
 1831 | ERROR | [x] Closing brace of class definition must be on new line
 1832 | ERROR | [x] Opening brace should be the last content on the line
 1832 | ERROR | [x] Closing brace of class definition must be on new line
 1833 | ERROR | [x] Opening brace should be the last content on the line
 1833 | ERROR | [x] Closing brace of class definition must be on new line
 1834 | ERROR | [x] Opening brace should be the last content on the line
 1834 | ERROR | [x] Closing brace of class definition must be on new line
 1835 | ERROR | [x] Opening brace should be the last content on the line
 1835 | ERROR | [x] Closing brace of class definition must be on new line
 1836 | ERROR | [x] Opening brace should be the last content on the line
 1836 | ERROR | [x] Closing brace of class definition must be on new line
 1837 | ERROR | [x] Opening brace should be the last content on the line
 1837 | ERROR | [x] Closing brace of class definition must be on new line
 1838 | ERROR | [x] Opening brace should be the last content on the line
 1838 | ERROR | [x] Closing brace of class definition must be on new line
 1839 | ERROR | [x] Opening brace should be the last content on the line
 1839 | ERROR | [x] Closing brace of class definition must be on new line
 1840 | ERROR | [x] Opening brace should be the last content on the line
 1840 | ERROR | [x] Closing brace of class definition must be on new line
 1841 | ERROR | [x] Opening brace should be the last content on the line
 1841 | ERROR | [x] Closing brace of class definition must be on new line
 1842 | ERROR | [x] Opening brace should be the last content on the line
 1842 | ERROR | [x] Closing brace of class definition must be on new line
 1843 | ERROR | [x] Opening brace should be the last content on the line
 1843 | ERROR | [x] Closing brace of class definition must be on new line
 1844 | ERROR | [x] Opening brace should be the last content on the line
 1844 | ERROR | [x] Closing brace of class definition must be on new line
 1845 | ERROR | [x] Opening brace should be the last content on the line
 1845 | ERROR | [x] Closing brace of class definition must be on new line
 1846 | ERROR | [x] Opening brace should be the last content on the line
 1846 | ERROR | [x] Closing brace of class definition must be on new line
 1847 | ERROR | [x] Opening brace should be the last content on the line
 1847 | ERROR | [x] Closing brace of class definition must be on new line
 1848 | ERROR | [x] Opening brace should be the last content on the line
 1848 | ERROR | [x] Closing brace of class definition must be on new line
 1849 | ERROR | [x] Opening brace should be the last content on the line
 1849 | ERROR | [x] Closing brace of class definition must be on new line
 1850 | ERROR | [x] Opening brace should be the last content on the line
 1850 | ERROR | [x] Closing brace of class definition must be on new line
 1851 | ERROR | [x] Opening brace should be the last content on the line
 1851 | ERROR | [x] Closing brace of class definition must be on new line
 1852 | ERROR | [x] Opening brace should be the last content on the line
 1852 | ERROR | [x] Closing brace of class definition must be on new line
 1853 | ERROR | [x] Opening brace should be the last content on the line
 1853 | ERROR | [x] Closing brace of class definition must be on new line
 1854 | ERROR | [x] Opening brace should be the last content on the line
 1854 | ERROR | [x] Closing brace of class definition must be on new line
 1855 | ERROR | [x] Opening brace should be the last content on the line
 1855 | ERROR | [x] Closing brace of class definition must be on new line
 1856 | ERROR | [x] Opening brace should be the last content on the line
 1856 | ERROR | [x] Closing brace of class definition must be on new line
 1857 | ERROR | [x] Opening brace should be the last content on the line
 1857 | ERROR | [x] Closing brace of class definition must be on new line
 1858 | ERROR | [x] Opening brace should be the last content on the line
 1858 | ERROR | [x] Closing brace of class definition must be on new line
 1859 | ERROR | [x] Opening brace should be the last content on the line
 1859 | ERROR | [x] Closing brace of class definition must be on new line
 1860 | ERROR | [x] Opening brace should be the last content on the line
 1860 | ERROR | [x] Closing brace of class definition must be on new line
 1861 | ERROR | [x] Opening brace should be the last content on the line
 1861 | ERROR | [x] Closing brace of class definition must be on new line
 1862 | ERROR | [x] Opening brace should be the last content on the line
 1862 | ERROR | [x] Closing brace of class definition must be on new line
 1863 | ERROR | [x] Opening brace should be the last content on the line
 1863 | ERROR | [x] Closing brace of class definition must be on new line
 1864 | ERROR | [x] Opening brace should be the last content on the line
 1864 | ERROR | [x] Closing brace of class definition must be on new line
 1865 | ERROR | [x] Opening brace should be the last content on the line
 1865 | ERROR | [x] Closing brace of class definition must be on new line
 1866 | ERROR | [x] Opening brace should be the last content on the line
 1866 | ERROR | [x] Closing brace of class definition must be on new line
 1867 | ERROR | [x] Opening brace should be the last content on the line
 1867 | ERROR | [x] Closing brace of class definition must be on new line
 1868 | ERROR | [x] Opening brace should be the last content on the line
 1868 | ERROR | [x] Closing brace of class definition must be on new line
 1869 | ERROR | [x] Opening brace should be the last content on the line
 1869 | ERROR | [x] Closing brace of class definition must be on new line
 1870 | ERROR | [x] Opening brace should be the last content on the line
 1870 | ERROR | [x] Closing brace of class definition must be on new line
 1871 | ERROR | [x] Opening brace should be the last content on the line
 1871 | ERROR | [x] Closing brace of class definition must be on new line
 1872 | ERROR | [x] Opening brace should be the last content on the line
 1872 | ERROR | [x] Closing brace of class definition must be on new line
 1873 | ERROR | [x] Opening brace should be the last content on the line
 1873 | ERROR | [x] Closing brace of class definition must be on new line
 1874 | ERROR | [x] Opening brace should be the last content on the line
 1874 | ERROR | [x] Closing brace of class definition must be on new line
 1875 | ERROR | [x] Opening brace should be the last content on the line
 1875 | ERROR | [x] Closing brace of class definition must be on new line
 1876 | ERROR | [x] Opening brace should be the last content on the line
 1876 | ERROR | [x] Closing brace of class definition must be on new line
 1877 | ERROR | [x] Opening brace should be the last content on the line
 1877 | ERROR | [x] Closing brace of class definition must be on new line
 1878 | ERROR | [x] Opening brace should be the last content on the line
 1878 | ERROR | [x] Closing brace of class definition must be on new line
 1879 | ERROR | [x] Opening brace should be the last content on the line
 1879 | ERROR | [x] Closing brace of class definition must be on new line
 1880 | ERROR | [x] Opening brace should be the last content on the line
 1880 | ERROR | [x] Closing brace of class definition must be on new line
 1881 | ERROR | [x] Opening brace should be the last content on the line
 1881 | ERROR | [x] Closing brace of class definition must be on new line
 1882 | ERROR | [x] Opening brace should be the last content on the line
 1882 | ERROR | [x] Closing brace of class definition must be on new line
 1883 | ERROR | [x] Opening brace should be the last content on the line
 1883 | ERROR | [x] Closing brace of class definition must be on new line
 1884 | ERROR | [x] Opening brace should be the last content on the line
 1884 | ERROR | [x] Closing brace of class definition must be on new line
 1885 | ERROR | [x] Opening brace should be the last content on the line
 1885 | ERROR | [x] Closing brace of class definition must be on new line
 1886 | ERROR | [x] Opening brace should be the last content on the line
 1886 | ERROR | [x] Closing brace of class definition must be on new line
 1887 | ERROR | [x] Opening brace should be the last content on the line
 1887 | ERROR | [x] Closing brace of class definition must be on new line
 1888 | ERROR | [x] Opening brace should be the last content on the line
 1888 | ERROR | [x] Closing brace of class definition must be on new line
 1889 | ERROR | [x] Opening brace should be the last content on the line
 1889 | ERROR | [x] Closing brace of class definition must be on new line
 1890 | ERROR | [x] Opening brace should be the last content on the line
 1890 | ERROR | [x] Closing brace of class definition must be on new line
 1891 | ERROR | [x] Opening brace should be the last content on the line
 1891 | ERROR | [x] Closing brace of class definition must be on new line
 1892 | ERROR | [x] Opening brace should be the last content on the line
 1892 | ERROR | [x] Closing brace of class definition must be on new line
 1893 | ERROR | [x] Opening brace should be the last content on the line
 1893 | ERROR | [x] Closing brace of class definition must be on new line
 1894 | ERROR | [x] Opening brace should be the last content on the line
 1894 | ERROR | [x] Closing brace of class definition must be on new line
 1895 | ERROR | [x] Opening brace should be the last content on the line
 1895 | ERROR | [x] Closing brace of class definition must be on new line
 1896 | ERROR | [x] Opening brace should be the last content on the line
 1896 | ERROR | [x] Closing brace of class definition must be on new line
 1897 | ERROR | [x] Opening brace should be the last content on the line
 1897 | ERROR | [x] Closing brace of class definition must be on new line
 1898 | ERROR | [x] Opening brace should be the last content on the line
 1898 | ERROR | [x] Closing brace of class definition must be on new line
 1899 | ERROR | [x] Opening brace should be the last content on the line
 1899 | ERROR | [x] Closing brace of class definition must be on new line
 1900 | ERROR | [x] Opening brace should be the last content on the line
 1900 | ERROR | [x] Closing brace of class definition must be on new line
 1901 | ERROR | [x] Opening brace should be the last content on the line
 1901 | ERROR | [x] Closing brace of class definition must be on new line
 1902 | ERROR | [x] Opening brace should be the last content on the line
 1902 | ERROR | [x] Closing brace of class definition must be on new line
 1903 | ERROR | [x] Opening brace should be the last content on the line
 1903 | ERROR | [x] Closing brace of class definition must be on new line
 1904 | ERROR | [x] Opening brace should be the last content on the line
 1904 | ERROR | [x] Closing brace of class definition must be on new line
 1905 | ERROR | [x] Opening brace should be the last content on the line
 1905 | ERROR | [x] Closing brace of class definition must be on new line
 1906 | ERROR | [x] Opening brace should be the last content on the line
 1906 | ERROR | [x] Closing brace of class definition must be on new line
 1907 | ERROR | [x] Opening brace should be the last content on the line
 1907 | ERROR | [x] Closing brace of class definition must be on new line
 1908 | ERROR | [x] Opening brace should be the last content on the line
 1908 | ERROR | [x] Closing brace of class definition must be on new line
 1909 | ERROR | [x] Opening brace should be the last content on the line
 1909 | ERROR | [x] Closing brace of class definition must be on new line
 1910 | ERROR | [x] Opening brace should be the last content on the line
 1910 | ERROR | [x] Closing brace of class definition must be on new line
 1911 | ERROR | [x] Opening brace should be the last content on the line
 1911 | ERROR | [x] Closing brace of class definition must be on new line
 1912 | ERROR | [x] Opening brace should be the last content on the line
 1912 | ERROR | [x] Closing brace of class definition must be on new line
 1913 | ERROR | [x] Opening brace should be the last content on the line
 1913 | ERROR | [x] Closing brace of class definition must be on new line
 1914 | ERROR | [x] Opening brace should be the last content on the line
 1914 | ERROR | [x] Closing brace of class definition must be on new line
 1915 | ERROR | [x] Opening brace should be the last content on the line
 1915 | ERROR | [x] Closing brace of class definition must be on new line
 1916 | ERROR | [x] Opening brace should be the last content on the line
 1916 | ERROR | [x] Closing brace of class definition must be on new line
 1917 | ERROR | [x] Opening brace should be the last content on the line
 1917 | ERROR | [x] Closing brace of class definition must be on new line
 1918 | ERROR | [x] Opening brace should be the last content on the line
 1918 | ERROR | [x] Closing brace of class definition must be on new line
 1919 | ERROR | [x] Opening brace should be the last content on the line
 1919 | ERROR | [x] Closing brace of class definition must be on new line
 1920 | ERROR | [x] Opening brace should be the last content on the line
 1920 | ERROR | [x] Closing brace of class definition must be on new line
 1921 | ERROR | [x] Opening brace should be the last content on the line
 1921 | ERROR | [x] Closing brace of class definition must be on new line
 1922 | ERROR | [x] Opening brace should be the last content on the line
 1922 | ERROR | [x] Closing brace of class definition must be on new line
 1923 | ERROR | [x] Opening brace should be the last content on the line
 1923 | ERROR | [x] Closing brace of class definition must be on new line
 1924 | ERROR | [x] Opening brace should be the last content on the line
 1924 | ERROR | [x] Closing brace of class definition must be on new line
 1925 | ERROR | [x] Opening brace should be the last content on the line
 1925 | ERROR | [x] Closing brace of class definition must be on new line
 1926 | ERROR | [x] Opening brace should be the last content on the line
 1926 | ERROR | [x] Closing brace of class definition must be on new line
 1927 | ERROR | [x] Opening brace should be the last content on the line
 1927 | ERROR | [x] Closing brace of class definition must be on new line
 1928 | ERROR | [x] Opening brace should be the last content on the line
 1928 | ERROR | [x] Closing brace of class definition must be on new line
 1929 | ERROR | [x] Opening brace should be the last content on the line
 1929 | ERROR | [x] Closing brace of class definition must be on new line
 1930 | ERROR | [x] Opening brace should be the last content on the line
 1930 | ERROR | [x] Closing brace of class definition must be on new line
 1931 | ERROR | [x] Opening brace should be the last content on the line
 1931 | ERROR | [x] Closing brace of class definition must be on new line
 1932 | ERROR | [x] Opening brace should be the last content on the line
 1932 | ERROR | [x] Closing brace of class definition must be on new line
 1933 | ERROR | [x] Opening brace should be the last content on the line
 1933 | ERROR | [x] Closing brace of class definition must be on new line
 1934 | ERROR | [x] Opening brace should be the last content on the line
 1934 | ERROR | [x] Closing brace of class definition must be on new line
 1935 | ERROR | [x] Opening brace should be the last content on the line
 1935 | ERROR | [x] Closing brace of class definition must be on new line
 1936 | ERROR | [x] Opening brace should be the last content on the line
 1936 | ERROR | [x] Closing brace of class definition must be on new line
 1937 | ERROR | [x] Opening brace should be the last content on the line
 1937 | ERROR | [x] Closing brace of class definition must be on new line
 1938 | ERROR | [x] Opening brace should be the last content on the line
 1938 | ERROR | [x] Closing brace of class definition must be on new line
 1939 | ERROR | [x] Opening brace should be the last content on the line
 1939 | ERROR | [x] Closing brace of class definition must be on new line
 1940 | ERROR | [x] Opening brace should be the last content on the line
 1940 | ERROR | [x] Closing brace of class definition must be on new line
 1941 | ERROR | [x] Opening brace should be the last content on the line
 1941 | ERROR | [x] Closing brace of class definition must be on new line
 1942 | ERROR | [x] Opening brace should be the last content on the line
 1942 | ERROR | [x] Closing brace of class definition must be on new line
 1943 | ERROR | [x] Opening brace should be the last content on the line
 1943 | ERROR | [x] Closing brace of class definition must be on new line
 1944 | ERROR | [x] Opening brace should be the last content on the line
 1944 | ERROR | [x] Closing brace of class definition must be on new line
 1945 | ERROR | [x] Opening brace should be the last content on the line
 1945 | ERROR | [x] Closing brace of class definition must be on new line
 1946 | ERROR | [x] Opening brace should be the last content on the line
 1946 | ERROR | [x] Closing brace of class definition must be on new line
 1947 | ERROR | [x] Opening brace should be the last content on the line
 1947 | ERROR | [x] Closing brace of class definition must be on new line
 1948 | ERROR | [x] Opening brace should be the last content on the line
 1948 | ERROR | [x] Closing brace of class definition must be on new line
 1949 | ERROR | [x] Opening brace should be the last content on the line
 1949 | ERROR | [x] Closing brace of class definition must be on new line
 1950 | ERROR | [x] Opening brace should be the last content on the line
 1950 | ERROR | [x] Closing brace of class definition must be on new line
 1951 | ERROR | [x] Opening brace should be the last content on the line
 1951 | ERROR | [x] Closing brace of class definition must be on new line
 1952 | ERROR | [x] Opening brace should be the last content on the line
 1952 | ERROR | [x] Closing brace of class definition must be on new line
 1953 | ERROR | [x] Opening brace should be the last content on the line
 1953 | ERROR | [x] Closing brace of class definition must be on new line
 1954 | ERROR | [x] Opening brace should be the last content on the line
 1954 | ERROR | [x] Closing brace of class definition must be on new line
 1955 | ERROR | [x] Opening brace should be the last content on the line
 1955 | ERROR | [x] Closing brace of class definition must be on new line
 1956 | ERROR | [x] Opening brace should be the last content on the line
 1956 | ERROR | [x] Closing brace of class definition must be on new line
 1957 | ERROR | [x] Opening brace should be the last content on the line
 1957 | ERROR | [x] Closing brace of class definition must be on new line
 1958 | ERROR | [x] Opening brace should be the last content on the line
 1958 | ERROR | [x] Closing brace of class definition must be on new line
 1959 | ERROR | [x] Opening brace should be the last content on the line
 1959 | ERROR | [x] Closing brace of class definition must be on new line
 1960 | ERROR | [x] Opening brace should be the last content on the line
 1960 | ERROR | [x] Closing brace of class definition must be on new line
 1961 | ERROR | [x] Opening brace should be the last content on the line
 1961 | ERROR | [x] Closing brace of class definition must be on new line
 1962 | ERROR | [x] Opening brace should be the last content on the line
 1962 | ERROR | [x] Closing brace of class definition must be on new line
 1963 | ERROR | [x] Opening brace should be the last content on the line
 1963 | ERROR | [x] Closing brace of class definition must be on new line
 1964 | ERROR | [x] Opening brace should be the last content on the line
 1964 | ERROR | [x] Closing brace of class definition must be on new line
 1965 | ERROR | [x] Opening brace should be the last content on the line
 1965 | ERROR | [x] Closing brace of class definition must be on new line
 1966 | ERROR | [x] Opening brace should be the last content on the line
 1966 | ERROR | [x] Closing brace of class definition must be on new line
 1967 | ERROR | [x] Opening brace should be the last content on the line
 1967 | ERROR | [x] Closing brace of class definition must be on new line
 1968 | ERROR | [x] Opening brace should be the last content on the line
 1968 | ERROR | [x] Closing brace of class definition must be on new line
 1969 | ERROR | [x] Opening brace should be the last content on the line
 1969 | ERROR | [x] Closing brace of class definition must be on new line
 1970 | ERROR | [x] Opening brace should be the last content on the line
 1970 | ERROR | [x] Closing brace of class definition must be on new line
 1971 | ERROR | [x] Opening brace should be the last content on the line
 1971 | ERROR | [x] Closing brace of class definition must be on new line
 1972 | ERROR | [x] Opening brace should be the last content on the line
 1972 | ERROR | [x] Closing brace of class definition must be on new line
 1973 | ERROR | [x] Opening brace should be the last content on the line
 1973 | ERROR | [x] Closing brace of class definition must be on new line
 1974 | ERROR | [x] Opening brace should be the last content on the line
 1974 | ERROR | [x] Closing brace of class definition must be on new line
 1975 | ERROR | [x] Opening brace should be the last content on the line
 1975 | ERROR | [x] Closing brace of class definition must be on new line
 1976 | ERROR | [x] Opening brace should be the last content on the line
 1976 | ERROR | [x] Closing brace of class definition must be on new line
 1977 | ERROR | [x] Opening brace should be the last content on the line
 1977 | ERROR | [x] Closing brace of class definition must be on new line
 1978 | ERROR | [x] Opening brace should be the last content on the line
 1978 | ERROR | [x] Closing brace of class definition must be on new line
 1979 | ERROR | [x] Opening brace should be the last content on the line
 1979 | ERROR | [x] Closing brace of class definition must be on new line
 1980 | ERROR | [x] Opening brace should be the last content on the line
 1980 | ERROR | [x] Closing brace of class definition must be on new line
 1981 | ERROR | [x] Opening brace should be the last content on the line
 1981 | ERROR | [x] Closing brace of class definition must be on new line
 1982 | ERROR | [x] Opening brace should be the last content on the line
 1982 | ERROR | [x] Closing brace of class definition must be on new line
 1983 | ERROR | [x] Opening brace should be the last content on the line
 1983 | ERROR | [x] Closing brace of class definition must be on new line
 1984 | ERROR | [x] Opening brace should be the last content on the line
 1984 | ERROR | [x] Closing brace of class definition must be on new line
 1985 | ERROR | [x] Opening brace should be the last content on the line
 1985 | ERROR | [x] Closing brace of class definition must be on new line
 1986 | ERROR | [x] Opening brace should be the last content on the line
 1986 | ERROR | [x] Closing brace of class definition must be on new line
 1987 | ERROR | [x] Opening brace should be the last content on the line
 1987 | ERROR | [x] Closing brace of class definition must be on new line
 1988 | ERROR | [x] Opening brace should be the last content on the line
 1988 | ERROR | [x] Closing brace of class definition must be on new line
 1989 | ERROR | [x] Opening brace should be the last content on the line
 1989 | ERROR | [x] Closing brace of class definition must be on new line
 1990 | ERROR | [x] Opening brace should be the last content on the line
 1990 | ERROR | [x] Closing brace of class definition must be on new line
 1991 | ERROR | [x] Opening brace should be the last content on the line
 1991 | ERROR | [x] Closing brace of class definition must be on new line
 1992 | ERROR | [x] Opening brace should be the last content on the line
 1992 | ERROR | [x] Closing brace of class definition must be on new line
 1993 | ERROR | [x] Opening brace should be the last content on the line
 1993 | ERROR | [x] Closing brace of class definition must be on new line
 1994 | ERROR | [x] Opening brace should be the last content on the line
 1994 | ERROR | [x] Closing brace of class definition must be on new line
 1995 | ERROR | [x] Opening brace should be the last content on the line
 1995 | ERROR | [x] Closing brace of class definition must be on new line
 1996 | ERROR | [x] Opening brace should be the last content on the line
 1996 | ERROR | [x] Closing brace of class definition must be on new line
 1997 | ERROR | [x] Opening brace should be the last content on the line
 1997 | ERROR | [x] Closing brace of class definition must be on new line
 1998 | ERROR | [x] Opening brace should be the last content on the line
 1998 | ERROR | [x] Closing brace of class definition must be on new line
 1999 | ERROR | [x] Opening brace should be the last content on the line
 1999 | ERROR | [x] Closing brace of class definition must be on new line
 2000 | ERROR | [x] Opening brace should be the last content on the line
 2000 | ERROR | [x] Closing brace of class definition must be on new line
 2001 | ERROR | [x] Opening brace should be the last content on the line
 2001 | ERROR | [x] Closing brace of class definition must be on new line
 2002 | ERROR | [x] Opening brace should be the last content on the line
 2002 | ERROR | [x] Closing brace of class definition must be on new line
 2003 | ERROR | [x] Opening brace should be the last content on the line
 2003 | ERROR | [x] Closing brace of class definition must be on new line
 2004 | ERROR | [x] Opening brace should be the last content on the line
 2004 | ERROR | [x] Closing brace of class definition must be on new line
 2005 | ERROR | [x] Opening brace should be the last content on the line
 2005 | ERROR | [x] Closing brace of class definition must be on new line
 2006 | ERROR | [x] Opening brace should be the last content on the line
 2006 | ERROR | [x] Closing brace of class definition must be on new line
 2007 | ERROR | [x] Opening brace should be the last content on the line
 2007 | ERROR | [x] Closing brace of class definition must be on new line
 2008 | ERROR | [x] Opening brace should be the last content on the line
 2008 | ERROR | [x] Closing brace of class definition must be on new line
 2009 | ERROR | [x] Opening brace should be the last content on the line
 2009 | ERROR | [x] Closing brace of class definition must be on new line
 2010 | ERROR | [x] Opening brace should be the last content on the line
 2010 | ERROR | [x] Closing brace of class definition must be on new line
 2011 | ERROR | [x] Opening brace should be the last content on the line
 2011 | ERROR | [x] Closing brace of class definition must be on new line
 2012 | ERROR | [x] Opening brace should be the last content on the line
 2012 | ERROR | [x] Closing brace of class definition must be on new line
 2013 | ERROR | [x] Opening brace should be the last content on the line
 2013 | ERROR | [x] Closing brace of class definition must be on new line
 2014 | ERROR | [x] Opening brace should be the last content on the line
 2014 | ERROR | [x] Closing brace of class definition must be on new line
 2015 | ERROR | [x] Opening brace should be the last content on the line
 2015 | ERROR | [x] Closing brace of class definition must be on new line
 2016 | ERROR | [x] Opening brace should be the last content on the line
 2016 | ERROR | [x] Closing brace of class definition must be on new line
 2017 | ERROR | [x] Opening brace should be the last content on the line
 2017 | ERROR | [x] Closing brace of class definition must be on new line
 2018 | ERROR | [x] Opening brace should be the last content on the line
 2018 | ERROR | [x] Closing brace of class definition must be on new line
 2019 | ERROR | [x] Opening brace should be the last content on the line
 2019 | ERROR | [x] Closing brace of class definition must be on new line
 2020 | ERROR | [x] Opening brace should be the last content on the line
 2020 | ERROR | [x] Closing brace of class definition must be on new line
 2021 | ERROR | [x] Opening brace should be the last content on the line
 2021 | ERROR | [x] Closing brace of class definition must be on new line
 2022 | ERROR | [x] Opening brace should be the last content on the line
 2022 | ERROR | [x] Closing brace of class definition must be on new line
 2023 | ERROR | [x] Opening brace should be the last content on the line
 2023 | ERROR | [x] Closing brace of class definition must be on new line
 2024 | ERROR | [x] Opening brace should be the last content on the line
 2024 | ERROR | [x] Closing brace of class definition must be on new line
 2025 | ERROR | [x] Opening brace should be the last content on the line
 2025 | ERROR | [x] Closing brace of class definition must be on new line
 2026 | ERROR | [x] Opening brace should be the last content on the line
 2026 | ERROR | [x] Closing brace of class definition must be on new line
 2027 | ERROR | [x] Opening brace should be the last content on the line
 2027 | ERROR | [x] Closing brace of class definition must be on new line
 2028 | ERROR | [x] Opening brace should be the last content on the line
 2028 | ERROR | [x] Closing brace of class definition must be on new line
 2029 | ERROR | [x] Opening brace should be the last content on the line
 2029 | ERROR | [x] Closing brace of class definition must be on new line
 2030 | ERROR | [x] Opening brace should be the last content on the line
 2030 | ERROR | [x] Closing brace of class definition must be on new line
 2031 | ERROR | [x] Opening brace should be the last content on the line
 2031 | ERROR | [x] Closing brace of class definition must be on new line
 2032 | ERROR | [x] Opening brace should be the last content on the line
 2032 | ERROR | [x] Closing brace of class definition must be on new line
 2033 | ERROR | [x] Opening brace should be the last content on the line
 2033 | ERROR | [x] Closing brace of class definition must be on new line
 2034 | ERROR | [x] Opening brace should be the last content on the line
 2034 | ERROR | [x] Closing brace of class definition must be on new line
 2035 | ERROR | [x] Opening brace should be the last content on the line
 2035 | ERROR | [x] Closing brace of class definition must be on new line
 2036 | ERROR | [x] Opening brace should be the last content on the line
 2036 | ERROR | [x] Closing brace of class definition must be on new line
 2037 | ERROR | [x] Opening brace should be the last content on the line
 2037 | ERROR | [x] Closing brace of class definition must be on new line
 2038 | ERROR | [x] Opening brace should be the last content on the line
 2038 | ERROR | [x] Closing brace of class definition must be on new line
 2039 | ERROR | [x] Opening brace should be the last content on the line
 2039 | ERROR | [x] Closing brace of class definition must be on new line
 2040 | ERROR | [x] Opening brace should be the last content on the line
 2040 | ERROR | [x] Closing brace of class definition must be on new line
 2041 | ERROR | [x] Opening brace should be the last content on the line
 2041 | ERROR | [x] Closing brace of class definition must be on new line
 2042 | ERROR | [x] Opening brace should be the last content on the line
 2042 | ERROR | [x] Closing brace of class definition must be on new line
 2043 | ERROR | [x] Opening brace should be the last content on the line
 2043 | ERROR | [x] Closing brace of class definition must be on new line
 2044 | ERROR | [x] Opening brace should be the last content on the line
 2044 | ERROR | [x] Closing brace of class definition must be on new line
 2045 | ERROR | [x] Opening brace should be the last content on the line
 2045 | ERROR | [x] Closing brace of class definition must be on new line
 2046 | ERROR | [x] Opening brace should be the last content on the line
 2046 | ERROR | [x] Closing brace of class definition must be on new line
 2047 | ERROR | [x] Opening brace should be the last content on the line
 2047 | ERROR | [x] Closing brace of class definition must be on new line
 2048 | ERROR | [x] Opening brace should be the last content on the line
 2048 | ERROR | [x] Closing brace of class definition must be on new line
 2049 | ERROR | [x] Opening brace should be the last content on the line
 2049 | ERROR | [x] Closing brace of class definition must be on new line
 2050 | ERROR | [x] Opening brace should be the last content on the line
 2050 | ERROR | [x] Closing brace of class definition must be on new line
 2051 | ERROR | [x] Opening brace should be the last content on the line
 2051 | ERROR | [x] Closing brace of class definition must be on new line
 2052 | ERROR | [x] Opening brace should be the last content on the line
 2052 | ERROR | [x] Closing brace of class definition must be on new line
 2053 | ERROR | [x] Opening brace should be the last content on the line
 2053 | ERROR | [x] Closing brace of class definition must be on new line
 2054 | ERROR | [x] Opening brace should be the last content on the line
 2054 | ERROR | [x] Closing brace of class definition must be on new line
 2055 | ERROR | [x] Opening brace should be the last content on the line
 2055 | ERROR | [x] Closing brace of class definition must be on new line
 2056 | ERROR | [x] Opening brace should be the last content on the line
 2056 | ERROR | [x] Closing brace of class definition must be on new line
 2057 | ERROR | [x] Opening brace should be the last content on the line
 2057 | ERROR | [x] Closing brace of class definition must be on new line
 2058 | ERROR | [x] Opening brace should be the last content on the line
 2058 | ERROR | [x] Closing brace of class definition must be on new line
 2059 | ERROR | [x] Opening brace should be the last content on the line
 2059 | ERROR | [x] Closing brace of class definition must be on new line
 2060 | ERROR | [x] Opening brace should be the last content on the line
 2060 | ERROR | [x] Closing brace of class definition must be on new line
 2061 | ERROR | [x] Opening brace should be the last content on the line
 2061 | ERROR | [x] Closing brace of class definition must be on new line
 2062 | ERROR | [x] Opening brace should be the last content on the line
 2062 | ERROR | [x] Closing brace of class definition must be on new line
 2063 | ERROR | [x] Opening brace should be the last content on the line
 2063 | ERROR | [x] Closing brace of class definition must be on new line
 2064 | ERROR | [x] Opening brace should be the last content on the line
 2064 | ERROR | [x] Closing brace of class definition must be on new line
 2065 | ERROR | [x] Opening brace should be the last content on the line
 2065 | ERROR | [x] Closing brace of class definition must be on new line
 2066 | ERROR | [x] Opening brace should be the last content on the line
 2066 | ERROR | [x] Closing brace of class definition must be on new line
 2067 | ERROR | [x] Opening brace should be the last content on the line
 2067 | ERROR | [x] Closing brace of class definition must be on new line
 2068 | ERROR | [x] Opening brace should be the last content on the line
 2068 | ERROR | [x] Closing brace of class definition must be on new line
 2069 | ERROR | [x] Opening brace should be the last content on the line
 2069 | ERROR | [x] Closing brace of class definition must be on new line
 2070 | ERROR | [x] Opening brace should be the last content on the line
 2070 | ERROR | [x] Closing brace of class definition must be on new line
 2071 | ERROR | [x] Opening brace should be the last content on the line
 2071 | ERROR | [x] Closing brace of class definition must be on new line
 2072 | ERROR | [x] Opening brace should be the last content on the line
 2072 | ERROR | [x] Closing brace of class definition must be on new line
 2073 | ERROR | [x] Opening brace should be the last content on the line
 2073 | ERROR | [x] Closing brace of class definition must be on new line
 2074 | ERROR | [x] Opening brace should be the last content on the line
 2074 | ERROR | [x] Closing brace of class definition must be on new line
 2075 | ERROR | [x] Opening brace should be the last content on the line
 2075 | ERROR | [x] Closing brace of class definition must be on new line
 2076 | ERROR | [x] Opening brace should be the last content on the line
 2076 | ERROR | [x] Closing brace of class definition must be on new line
 2077 | ERROR | [x] Opening brace should be the last content on the line
 2077 | ERROR | [x] Closing brace of class definition must be on new line
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 4100 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------


FILE: /var/www/web/themes/contrib/nava/css/theme-settings.css
----------------------------------------------------------------------------
FOUND 26 ERRORS AFFECTING 13 LINES
----------------------------------------------------------------------------
  2 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  2 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  3 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  3 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  7 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  8 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  8 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
  9 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
  9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 10 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 10 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 11 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 12 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 17 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 21 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 25 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 26 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
 33 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
 33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
----------------------------------------------------------------------------
PHPCBF CAN FIX THE 26 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------

Time: 1.3 secs; Memory: 44MB

Steps to reproduce

Run the command,

phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml nava/

Proposed resolution

Fix the phpcs issues.

šŸ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

šŸ‡®šŸ‡³India abhiyanshu

Live updates comments and jobs are added and updated live.
  • Coding standards

    It involves compliance with, or the content of coding standards. Requires broad community agreement.

Sign in to follow issues

Merge Requests

Comments & Activities

  • Issue created by @abhiyanshu
  • First commit to issue fork.
  • Status changed to Needs review about 1 month ago
  • šŸ‡µšŸ‡­Philippines clarkssquared

    Hi,

    I cloned the module and applied MR !4 and I can no longer see any PHPCS issues,

    āžœ  nava git:(1.0.x) curl https://git.drupalcode.org/project/nava/-/merge_requests/4.diff | patch -p1
      % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                     Dload  Upload   Total   Spent    Left  Speed
    100  241k    0  241k    0     0   383k      0 --:--:-- --:--:-- --:--:--  389k
    patching file README.md
    patching file README.txt
    patching file Theme_Changelog.txt
    patching file 'config/optional/block.block.nava_account_menu.yml'
    patching file 'config/optional/block.block.nava_breadcrumbs.yml'
    patching file 'config/schema/nava.schema.yml'
    patching file 'css/bootstrap-icons.css'
    patching file 'css/slider.css'
    patching file 'css/style.css'
    patching file 'css/theme-settings.css'
    patching file nava.libraries.yml
    patching file nava.theme
    patching file theme-settings.php
    āžœ  nava git:(1.0.x) āœ— ..
    āžœ  contrib git:(main) āœ— phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml nava
    āžœ  contrib git:(main) āœ— 

    RTBC +1

Production build 0.71.5 2024