Fix the issues reported by phpcs

Created on 16 July 2024, about 2 months ago

Problem/Motivation

command -:
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,js,info,txt,md,yml,twig web/themes/contrib/gin/

FILE: /var/www/html/d10/web/themes/contrib/gin/templates/views/views-view-field--status.html.twig
-------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------
 27 | ERROR | [x] Expected 1 newline at end of file; 2 found
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/templates/form/input--submit--paragraph-action.html.twig
-------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------
 13 | ERROR | [x] Expected 1 newline at end of file; 2 found
-------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/src/GinSettings.php
---------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------
 49 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
 50 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
---------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/src/GinNavigation.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 26 WARNINGS AFFECTING 25 LINES
------------------------------------------------------------------------------------------------------------------------------------------
  31 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
  57 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
  67 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
  68 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
  71 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
  84 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
 110 | WARNING | BlockContentType::loadMultiple calls should be avoided in classes, use dependency injection instead
 125 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 151 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 162 | WARNING | Vocabulary::loadMultiple calls should be avoided in classes, use dependency injection instead
 177 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 192 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 202 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 210 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
 217 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 226 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 235 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 244 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 254 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 264 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 269 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 274 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 283 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 307 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
 316 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
 316 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/src/GinContentFormHelper.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 7 WARNINGS AFFECTING 7 LINES
------------------------------------------------------------------------------------------------------------------------------------------
 137 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 156 | WARNING | Unused variable $key.
 168 | WARNING | Unused variable $key.
 239 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 262 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
 310 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
 417 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/more_actions.js
-------------------------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 11 LINES
-------------------------------------------------------------------------------------------
  7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 10 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 10 | ERROR | [x] Whitespace found at end of line
 17 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 23 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 27 | ERROR | [x] Whitespace found at end of line
 33 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 36 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 40 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 42 | ERROR | [x] Whitespace found at end of line
 45 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 49 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/escape_admin.js
-------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------
  6 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 10 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/init.js
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | WARNING | File appears to be minified and cannot be processed
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/core_navigation.js
-------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
-------------------------------------------------------------------------------------------
  7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 15 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 23 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 29 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/sticky.js
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
  8 | ERROR | [x] Whitespace found at end of line
 17 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/toolbar.js
----------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 12 LINES
----------------------------------------------------------------------
  8 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 11 | ERROR | [x] Whitespace found at end of line
 12 | ERROR | [x] Whitespace found at end of line
 13 | ERROR | [x] Whitespace found at end of line
 19 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 30 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 34 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 35 | ERROR | [x] Whitespace found at end of line
 38 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 40 | ERROR | [x] Whitespace found at end of line
 41 | ERROR | [x] Whitespace found at end of line
 56 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/tooltip.js
----------------------------------------------------------------------
FOUND 16 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
  3 | ERROR | [x] Expected 1 space before "<"; 0 found
  3 | ERROR | [x] Expected 1 space after "<"; 0 found
  3 | ERROR | [x] Expected 1 space before "="; 0 found
  3 | ERROR | [x] Expected 1 space after "="; 0 found
  3 | ERROR | [x] Expected 1 space before ">"; 0 found
  3 | ERROR | [x] Expected 1 space after ">"; 0 found
  3 | ERROR | [x] Expected 1 space before "<"; 4 found
  3 | ERROR | [x] Expected 1 space after "<"; 0 found
  3 | ERROR | [x] Expected 1 space before "/"; 0 found
  3 | ERROR | [x] Expected 1 space after "/"; 0 found
  3 | ERROR | [x] Expected 1 space before ">"; 0 found
  3 | ERROR | [x] Expected 1 space after ">"; 0 found
  3 | ERROR | [x] Whitespace found at end of line
  9 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 23 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 42 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 16 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/messages.js
----------------------------------------------------------------------
FOUND 75 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------
  5 | ERROR | [x] Expected 1 space before "-"; 0 found
  5 | ERROR | [x] Expected 1 space after "-"; 0 found
  5 | ERROR | [x] Whitespace found at end of line
  6 | ERROR | [x] Whitespace found at end of line
  7 | ERROR | [x] Whitespace found at end of line
  8 | ERROR | [x] Expected 1 space before "<"; 4 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "="; 0 found
  8 | ERROR | [x] Expected 1 space after "="; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Expected 1 space before "<"; 6 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "="; 0 found
  8 | ERROR | [x] Expected 1 space after "="; 0 found
  8 | ERROR | [x] Expected 1 space before "="; 0 found
  8 | ERROR | [x] Expected 1 space after "="; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Expected 1 space before "<"; 6 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "/"; 0 found
  8 | ERROR | [x] Expected 1 space after "/"; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Expected 1 space before "<"; 4 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "/"; 0 found
  8 | ERROR | [x] Expected 1 space after "/"; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Expected 1 space before "<"; 4 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "="; 0 found
  8 | ERROR | [x] Expected 1 space after "="; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Expected 1 space before "<"; 4 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "/"; 0 found
  8 | ERROR | [x] Expected 1 space after "/"; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Expected 1 space before "<"; 4 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "="; 0 found
  8 | ERROR | [x] Expected 1 space after "="; 0 found
  8 | ERROR | [x] Expected 1 space before "="; 0 found
  8 | ERROR | [x] Expected 1 space after "="; 0 found
  8 | ERROR | [x] Expected 1 space before "="; 0 found
  8 | ERROR | [x] Expected 1 space after "="; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Expected 1 space before "<"; 6 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "="; 0 found
  8 | ERROR | [x] Expected 1 space after "="; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Expected 1 space before "<"; 0 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "/"; 0 found
  8 | ERROR | [x] Expected 1 space after "/"; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Expected 1 space before "<"; 4 found
  8 | ERROR | [x] Expected 1 space after "<"; 0 found
  8 | ERROR | [x] Expected 1 space before "/"; 0 found
  8 | ERROR | [x] Expected 1 space after "/"; 0 found
  8 | ERROR | [x] Expected 1 space before ">"; 0 found
  8 | ERROR | [x] Expected 1 space after ">"; 0 found
  8 | ERROR | [x] Whitespace found at end of line
 15 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 21 | ERROR | [x] Whitespace found at end of line
 27 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 75 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/tableheader.js
----------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------
  7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 18 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 20 | ERROR | [x] Whitespace found at end of line
 23 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 25 | ERROR | [x] Inline control structures are not allowed
 27 | ERROR | [x] Expected 1 space before "-"; 0 found
 27 | ERROR | [x] Expected 1 space after "-"; 0 found
 27 | ERROR | [x] Whitespace found at end of line
 33 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/settings.js
-------------------------------------------------------------------------------------------
FOUND 17 ERRORS AFFECTING 17 LINES
-------------------------------------------------------------------------------------------
  3 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 13 | ERROR | [x] Inline control structures are not allowed
 17 | ERROR | [x] Inline control structures are not allowed
 20 | ERROR | [x] Whitespace found at end of line
 27 | ERROR | [x] Whitespace found at end of line
 31 | ERROR | [x] Whitespace found at end of line
 35 | ERROR | [x] Whitespace found at end of line
 45 | ERROR | [x] Whitespace found at end of line
 54 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 55 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 56 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 57 | ERROR | [x] Whitespace found at end of line
 64 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 65 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 66 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 70 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 17 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/description_toggle.js
----------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------------
  5 | ERROR | [x] Inline control structures are not allowed
  8 | ERROR | [x] Whitespace found at end of line
 12 | ERROR | [x] Whitespace found at end of line
 14 | ERROR | [x] Inline control structures are not allowed
 16 | ERROR | [x] Whitespace found at end of line
 23 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/dropbutton.js
----------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------
  3 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 10 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 12 | ERROR | [x] Whitespace found at end of line
 16 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/gin_ckeditor.js
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | WARNING | File appears to be minified and cannot be processed
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/accent.js
-------------------------------------------------------------------------------------------
FOUND 131 ERRORS AFFECTING 21 LINES
-------------------------------------------------------------------------------------------
  3 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  9 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 10 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 10 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 11 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 14 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 15 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 16 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "="; 0 found
 20 | ERROR | [x] Expected 1 space after "="; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "="; 0 found
 20 | ERROR | [x] Expected 1 space after "="; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "="; 0 found
 20 | ERROR | [x] Expected 1 space after "="; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Expected 1 space before "-"; 0 found
 20 | ERROR | [x] Expected 1 space after "-"; 0 found
 20 | ERROR | [x] Whitespace found at end of line
 24 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 31 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 33 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 36 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 37 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 38 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "="; 0 found
 42 | ERROR | [x] Expected 1 space after "="; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "="; 0 found
 42 | ERROR | [x] Expected 1 space after "="; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "="; 0 found
 42 | ERROR | [x] Expected 1 space after "="; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Expected 1 space before "-"; 0 found
 42 | ERROR | [x] Expected 1 space after "-"; 0 found
 42 | ERROR | [x] Whitespace found at end of line
 46 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 62 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 66 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 74 | ERROR | [x] Inline control structures are not allowed
 84 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 131 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/js/sidebar.js
-------------------------------------------------------------------------------------------
FOUND 28 ERRORS AFFECTING 24 LINES
-------------------------------------------------------------------------------------------
  2 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
  7 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 11 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 13 | ERROR | [x] Whitespace found at end of line
 14 | ERROR | [x] Whitespace found at end of line
 18 | ERROR | [x] Inline control structures are not allowed
 28 | ERROR | [x] Whitespace found at end of line
 29 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 29 | ERROR | [x] Whitespace found at end of line
 30 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 35 | ERROR | [x] Inline control structures are not allowed
 35 | ERROR | [x] Whitespace found at end of line
 36 | ERROR | [x] Whitespace found at end of line
 37 | ERROR | [x] Whitespace found at end of line
 38 | ERROR | [x] Inline control structures are not allowed
 38 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 38 | ERROR | [x] Whitespace found at end of line
 41 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 46 | ERROR | [x] Whitespace found at end of line
 47 | ERROR | [x] Whitespace found at end of line
 48 | ERROR | [x] Whitespace found at end of line
 51 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 59 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 60 | ERROR | [x] Whitespace found at end of line
 61 | ERROR | [x] Whitespace found at end of line
 70 | ERROR | [x] Whitespace found at end of line
 76 | ERROR | [x] Whitespace found at end of line
 83 | ERROR | [x] Expected 1 newline at end of file; 0 found
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 28 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/base/gin.css
---------------------------------------------------------------------------
FOUND 275 ERRORS AFFECTING 207 LINES
---------------------------------------------------------------------------
    1 | ERROR | [x] Selectors must be on a single line
    2 | ERROR | [x] Blank lines are not allowed between class names
   20 | ERROR | [x] Multiple selectors should each be on a single line
   20 | ERROR | [x] Multiple selectors should each be on a single line
   20 | ERROR | [x] Multiple selectors should each be on a single line
   25 | ERROR | [x] Multiple selectors should each be on a single line
   72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  100 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  203 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
  210 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  221 | ERROR | [x] Multiple selectors should each be on a single line
  221 | ERROR | [x] Multiple selectors should each be on a single line
  221 | ERROR | [x] Multiple selectors should each be on a single line
  631 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  633 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  635 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  637 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  644 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
  659 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  945 | ERROR | [x] Multiple selectors should each be on a single line
  945 | ERROR | [x] Multiple selectors should each be on a single line
 1049 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1054 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1056 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1058 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1060 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1064 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1113 | ERROR | [x] Multiple selectors should each be on a single line
 1113 | ERROR | [x] Multiple selectors should each be on a single line
 1144 | ERROR | [x] Multiple selectors should each be on a single line
 1145 | ERROR | [x] Multiple selectors should each be on a single line
 1417 | ERROR | [x] Multiple selectors should each be on a single line
 1472 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1490 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1492 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1494 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1522 | ERROR | [x] Multiple selectors should each be on a single line
 1522 | ERROR | [x] Multiple selectors should each be on a single line
 1537 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1539 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1541 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1547 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1560 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1692 | ERROR | [x] Multiple selectors should each be on a single line
 1734 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1736 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1738 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1740 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1771 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1774 | ERROR | [x] Multiple selectors should each be on a single line
 1778 | ERROR | [x] Multiple selectors should each be on a single line
 1858 | ERROR | [x] Multiple selectors should each be on a single line
 1864 | ERROR | [x] Multiple selectors should each be on a single line
 1988 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
 1989 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1998 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 2051 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2053 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2055 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2057 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2079 | ERROR | [x] Multiple selectors should each be on a single line
 2128 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2130 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2176 | ERROR | [x] Multiple selectors should each be on a single line
 2181 | ERROR | [x] Multiple selectors should each be on a single line
 2181 | ERROR | [x] Multiple selectors should each be on a single line
 2181 | ERROR | [x] Multiple selectors should each be on a single line
 2181 | ERROR | [x] Multiple selectors should each be on a single line
 2192 | ERROR | [x] Multiple selectors should each be on a single line
 2196 | ERROR | [x] Multiple selectors should each be on a single line
 2200 | ERROR | [x] Multiple selectors should each be on a single line
 2206 | ERROR | [x] Multiple selectors should each be on a single line
 2206 | ERROR | [x] Multiple selectors should each be on a single line
 2211 | ERROR | [x] Multiple selectors should each be on a single line
 2217 | ERROR | [x] Multiple selectors should each be on a single line
 2222 | ERROR | [x] Multiple selectors should each be on a single line
 2228 | ERROR | [x] Multiple selectors should each be on a single line
 2338 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 2340 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 2342 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 2454 | ERROR | [x] Multiple selectors should each be on a single line
 2464 | ERROR | [x] Multiple selectors should each be on a single line
 2464 | ERROR | [x] Multiple selectors should each be on a single line
 2499 | ERROR | [x] Multiple selectors should each be on a single line
 2511 | ERROR | [x] Multiple selectors should each be on a single line
 2511 | ERROR | [x] Multiple selectors should each be on a single line
 2511 | ERROR | [x] Multiple selectors should each be on a single line
 2579 | ERROR | [x] Multiple selectors should each be on a single line
 2589 | ERROR | [x] Multiple selectors should each be on a single line
 2589 | ERROR | [x] Multiple selectors should each be on a single line
 2589 | ERROR | [x] Multiple selectors should each be on a single line
 2617 | ERROR | [x] Multiple selectors should each be on a single line
 2617 | ERROR | [x] Multiple selectors should each be on a single line
 2617 | ERROR | [x] Multiple selectors should each be on a single line
 2617 | ERROR | [x] Multiple selectors should each be on a single line
 2617 | ERROR | [x] Multiple selectors should each be on a single line
 2617 | ERROR | [x] Multiple selectors should each be on a single line
 2617 | ERROR | [x] Multiple selectors should each be on a single line
 2624 | ERROR | [x] Multiple selectors should each be on a single line
 2624 | ERROR | [x] Multiple selectors should each be on a single line
 2624 | ERROR | [x] Multiple selectors should each be on a single line
 2624 | ERROR | [x] Multiple selectors should each be on a single line
 2624 | ERROR | [x] Multiple selectors should each be on a single line
 2624 | ERROR | [x] Multiple selectors should each be on a single line
 2624 | ERROR | [x] Multiple selectors should each be on a single line
 2635 | ERROR | [x] Multiple selectors should each be on a single line
 2635 | ERROR | [x] Multiple selectors should each be on a single line
 2635 | ERROR | [x] Multiple selectors should each be on a single line
 2635 | ERROR | [x] Multiple selectors should each be on a single line
 2642 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 2644 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 2646 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 2648 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 2692 | ERROR | [x] Multiple selectors should each be on a single line
 2700 | ERROR | [x] Multiple selectors should each be on a single line
 2706 | ERROR | [x] Multiple selectors should each be on a single line
 2720 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 2740 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2742 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2744 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2746 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 2749 | ERROR | [x] Multiple selectors should each be on a single line
 2749 | ERROR | [x] Multiple selectors should each be on a single line
 2799 | ERROR | [x] Multiple selectors should each be on a single line
 2799 | ERROR | [x] Multiple selectors should each be on a single line
 2805 | ERROR | [x] Multiple selectors should each be on a single line
 2805 | ERROR | [x] Multiple selectors should each be on a single line
 2809 | ERROR | [x] Multiple selectors should each be on a single line
 2809 | ERROR | [x] Multiple selectors should each be on a single line
 2813 | ERROR | [x] Multiple selectors should each be on a single line
 2813 | ERROR | [x] Multiple selectors should each be on a single line
 2819 | ERROR | [x] Multiple selectors should each be on a single line
 2821 | ERROR | [x] Multiple selectors should each be on a single line
 2864 | ERROR | [x] Multiple selectors should each be on a single line
 2864 | ERROR | [x] Multiple selectors should each be on a single line
 2870 | ERROR | [x] Multiple selectors should each be on a single line
 2870 | ERROR | [x] Multiple selectors should each be on a single line
 2870 | ERROR | [x] Multiple selectors should each be on a single line
 2876 | ERROR | [x] Multiple selectors should each be on a single line
 2876 | ERROR | [x] Multiple selectors should each be on a single line
 2876 | ERROR | [x] Multiple selectors should each be on a single line
 2889 | ERROR | [x] Multiple selectors should each be on a single line
 2889 | ERROR | [x] Multiple selectors should each be on a single line
 2895 | ERROR | [x] Multiple selectors should each be on a single line
 2895 | ERROR | [x] Multiple selectors should each be on a single line
 2895 | ERROR | [x] Multiple selectors should each be on a single line
 2901 | ERROR | [x] Multiple selectors should each be on a single line
 2901 | ERROR | [x] Multiple selectors should each be on a single line
 2901 | ERROR | [x] Multiple selectors should each be on a single line
 2916 | ERROR | [x] Multiple selectors should each be on a single line
 2918 | ERROR | [x] Multiple selectors should each be on a single line
 2925 | ERROR | [x] Multiple selectors should each be on a single line
 2925 | ERROR | [x] Multiple selectors should each be on a single line
 2946 | ERROR | [x] Multiple selectors should each be on a single line
 2948 | ERROR | [x] Multiple selectors should each be on a single line
 3075 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3077 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3079 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3082 | ERROR | [x] Multiple selectors should each be on a single line
 3082 | ERROR | [x] Multiple selectors should each be on a single line
 3082 | ERROR | [x] Multiple selectors should each be on a single line
 3082 | ERROR | [x] Multiple selectors should each be on a single line
 3082 | ERROR | [x] Multiple selectors should each be on a single line
 3082 | ERROR | [x] Multiple selectors should each be on a single line
 3082 | ERROR | [x] Multiple selectors should each be on a single line
 3089 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3094 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3099 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3109 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3114 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3119 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3124 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3134 | ERROR | [x] Multiple selectors should each be on a single line
 3134 | ERROR | [x] Multiple selectors should each be on a single line
 3134 | ERROR | [x] Multiple selectors should each be on a single line
 3146 | ERROR | [x] Multiple selectors should each be on a single line
 3146 | ERROR | [x] Multiple selectors should each be on a single line
 3146 | ERROR | [x] Multiple selectors should each be on a single line
 3158 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3161 | ERROR | [x] Multiple selectors should each be on a single line
 3161 | ERROR | [x] Multiple selectors should each be on a single line
 3172 | ERROR | [x] Multiple selectors should each be on a single line
 3172 | ERROR | [x] Multiple selectors should each be on a single line
 3206 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3211 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3216 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3221 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3224 | ERROR | [x] Multiple selectors should each be on a single line
 3234 | ERROR | [x] Multiple selectors should each be on a single line
 3327 | ERROR | [x] Multiple selectors should each be on a single line
 3335 | ERROR | [x] Multiple selectors should each be on a single line
 3335 | ERROR | [x] Multiple selectors should each be on a single line
 3343 | ERROR | [x] Multiple selectors should each be on a single line
 3347 | ERROR | [x] Multiple selectors should each be on a single line
 3417 | ERROR | [x] Multiple selectors should each be on a single line
 3427 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3429 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3431 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3433 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3468 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3470 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3472 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3487 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3489 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3491 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3506 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3508 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3510 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3525 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3527 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3529 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3536 | ERROR | [x] Multiple selectors should each be on a single line
 3598 | ERROR | [x] Multiple selectors should each be on a single line
 3602 | ERROR | [x] Multiple selectors should each be on a single line
 3606 | ERROR | [x] Multiple selectors should each be on a single line
 3610 | ERROR | [x] Multiple selectors should each be on a single line
 3772 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3774 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3776 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3778 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3799 | ERROR | [x] Multiple selectors should each be on a single line
 3805 | ERROR | [x] Multiple selectors should each be on a single line
 3847 | ERROR | [x] Multiple selectors should each be on a single line
 3847 | ERROR | [x] Multiple selectors should each be on a single line
 3847 | ERROR | [x] Multiple selectors should each be on a single line
 3966 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3968 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 3970 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4002 | ERROR | [x] Multiple selectors should each be on a single line
 4002 | ERROR | [x] Multiple selectors should each be on a single line
 4036 | ERROR | [x] Multiple selectors should each be on a single line
 4036 | ERROR | [x] Multiple selectors should each be on a single line
 4049 | ERROR | [x] Multiple selectors should each be on a single line
 4049 | ERROR | [x] Multiple selectors should each be on a single line
 4080 | ERROR | [x] Multiple selectors should each be on a single line
 4080 | ERROR | [x] Multiple selectors should each be on a single line
 4090 | ERROR | [x] Multiple selectors should each be on a single line
 4090 | ERROR | [x] Multiple selectors should each be on a single line
 4154 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4156 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4158 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4160 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4176 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4180 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4182 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4195 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4197 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4199 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4201 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4217 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4219 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4221 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4223 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4260 | ERROR | [x] Multiple selectors should each be on a single line
 4260 | ERROR | [x] Multiple selectors should each be on a single line
 4265 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4267 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4305 | ERROR | [x] Multiple selectors should each be on a single line
 4307 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4312 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4317 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4322 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4327 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4334 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4336 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4338 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4414 | ERROR | [x] Multiple selectors should each be on a single line
 4611 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4622 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4633 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 4648 | ERROR | [x] Expected 1 newline at end of file; 2 found
 4649 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 275 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/theme/legacy.css
------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------
 119 | ERROR | [x] Expected 1 newline at end of file; 2 found
 120 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/theme/font.css
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
 10 | ERROR | [x] Expected 1 newline at end of file; 2 found
 11 | ERROR | [x] Additional whitespace found at end of file
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/theme/variables.css
---------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------
 258 | ERROR | [x] Expected 1 newline at end of file; 2 found
 259 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/theme/dialog.css
--------------------------------------------------------------------------
FOUND 67 ERRORS AFFECTING 43 LINES
--------------------------------------------------------------------------
  11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 128 | ERROR | [x] Multiple selectors should each be on a single line
 138 | ERROR | [x] Multiple selectors should each be on a single line
 138 | ERROR | [x] Multiple selectors should each be on a single line
 173 | ERROR | [x] Multiple selectors should each be on a single line
 185 | ERROR | [x] Multiple selectors should each be on a single line
 185 | ERROR | [x] Multiple selectors should each be on a single line
 185 | ERROR | [x] Multiple selectors should each be on a single line
 253 | ERROR | [x] Multiple selectors should each be on a single line
 263 | ERROR | [x] Multiple selectors should each be on a single line
 263 | ERROR | [x] Multiple selectors should each be on a single line
 263 | ERROR | [x] Multiple selectors should each be on a single line
 291 | ERROR | [x] Multiple selectors should each be on a single line
 291 | ERROR | [x] Multiple selectors should each be on a single line
 291 | ERROR | [x] Multiple selectors should each be on a single line
 291 | ERROR | [x] Multiple selectors should each be on a single line
 291 | ERROR | [x] Multiple selectors should each be on a single line
 291 | ERROR | [x] Multiple selectors should each be on a single line
 291 | ERROR | [x] Multiple selectors should each be on a single line
 298 | ERROR | [x] Multiple selectors should each be on a single line
 298 | ERROR | [x] Multiple selectors should each be on a single line
 298 | ERROR | [x] Multiple selectors should each be on a single line
 298 | ERROR | [x] Multiple selectors should each be on a single line
 298 | ERROR | [x] Multiple selectors should each be on a single line
 298 | ERROR | [x] Multiple selectors should each be on a single line
 298 | ERROR | [x] Multiple selectors should each be on a single line
 309 | ERROR | [x] Multiple selectors should each be on a single line
 309 | ERROR | [x] Multiple selectors should each be on a single line
 309 | ERROR | [x] Multiple selectors should each be on a single line
 309 | ERROR | [x] Multiple selectors should each be on a single line
 316 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 318 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 320 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 322 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 342 | ERROR | [x] Multiple selectors should each be on a single line
 348 | ERROR | [x] Multiple selectors should each be on a single line
 472 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
 473 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 482 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 535 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 537 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 539 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 541 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 563 | ERROR | [x] Multiple selectors should each be on a single line
 612 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 614 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 660 | ERROR | [x] Multiple selectors should each be on a single line
 665 | ERROR | [x] Multiple selectors should each be on a single line
 665 | ERROR | [x] Multiple selectors should each be on a single line
 665 | ERROR | [x] Multiple selectors should each be on a single line
 665 | ERROR | [x] Multiple selectors should each be on a single line
 676 | ERROR | [x] Multiple selectors should each be on a single line
 680 | ERROR | [x] Multiple selectors should each be on a single line
 684 | ERROR | [x] Multiple selectors should each be on a single line
 690 | ERROR | [x] Multiple selectors should each be on a single line
 690 | ERROR | [x] Multiple selectors should each be on a single line
 695 | ERROR | [x] Multiple selectors should each be on a single line
 701 | ERROR | [x] Multiple selectors should each be on a single line
 706 | ERROR | [x] Multiple selectors should each be on a single line
 712 | ERROR | [x] Multiple selectors should each be on a single line
 822 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 824 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 826 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 908 | ERROR | [x] Expected 1 newline at end of file; 2 found
 909 | ERROR | [x] Additional whitespace found at end of file
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 67 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/theme/accent.css
------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------
 313 | ERROR | [x] Expected 1 newline at end of file; 2 found
 314 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/theme/ckeditor.css
--------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 4 LINES
--------------------------------------------------------------------------
 52 | ERROR | [x] Multiple selectors should each be on a single line
 52 | ERROR | [x] Multiple selectors should each be on a single line
 56 | ERROR | [x] Multiple selectors should each be on a single line
 56 | ERROR | [x] Multiple selectors should each be on a single line
 91 | ERROR | [x] Expected 1 newline at end of file; 2 found
 92 | ERROR | [x] Additional whitespace found at end of file
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/media_library.css
------------------------------------------------------------------------------------
FOUND 103 ERRORS AFFECTING 27 LINES
------------------------------------------------------------------------------------
   1 | ERROR | [x] Multiple selectors should each be on a single line
   1 | ERROR | [x] Multiple selectors should each be on a single line
   1 | ERROR | [x] Multiple selectors should each be on a single line
   1 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
   9 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  13 | ERROR | [x] Multiple selectors should each be on a single line
  23 | ERROR | [x] Multiple selectors should each be on a single line
  29 | ERROR | [x] Multiple selectors should each be on a single line
  33 | ERROR | [x] Multiple selectors should each be on a single line
  37 | ERROR | [x] Multiple selectors should each be on a single line
  71 | ERROR | [x] Multiple selectors should each be on a single line
  71 | ERROR | [x] Multiple selectors should each be on a single line
  71 | ERROR | [x] Multiple selectors should each be on a single line
 150 | ERROR | [x] Multiple selectors should each be on a single line
 162 | ERROR | [x] Multiple selectors should each be on a single line
 166 | ERROR | [x] Multiple selectors should each be on a single line
 170 | ERROR | [x] Multiple selectors should each be on a single line
 174 | ERROR | [x] Multiple selectors should each be on a single line
 178 | ERROR | [x] Multiple selectors should each be on a single line
 203 | ERROR | [x] Multiple selectors should each be on a single line
 203 | ERROR | [x] Multiple selectors should each be on a single line
 203 | ERROR | [x] Multiple selectors should each be on a single line
 255 | ERROR | [x] Multiple selectors should each be on a single line
 255 | ERROR | [x] Multiple selectors should each be on a single line
 255 | ERROR | [x] Multiple selectors should each be on a single line
 255 | ERROR | [x] Multiple selectors should each be on a single line
 255 | ERROR | [x] Multiple selectors should each be on a single line
 255 | ERROR | [x] Multiple selectors should each be on a single line
 263 | ERROR | [x] Multiple selectors should each be on a single line
 263 | ERROR | [x] Multiple selectors should each be on a single line
 263 | ERROR | [x] Multiple selectors should each be on a single line
 263 | ERROR | [x] Multiple selectors should each be on a single line
 263 | ERROR | [x] Multiple selectors should each be on a single line
 263 | ERROR | [x] Multiple selectors should each be on a single line
 267 | ERROR | [x] Multiple selectors should each be on a single line
 267 | ERROR | [x] Multiple selectors should each be on a single line
 267 | ERROR | [x] Multiple selectors should each be on a single line
 267 | ERROR | [x] Multiple selectors should each be on a single line
 267 | ERROR | [x] Multiple selectors should each be on a single line
 267 | ERROR | [x] Multiple selectors should each be on a single line
 346 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 351 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 444 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 449 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 502 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 510 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 520 | ERROR | [x] Expected 1 newline at end of file; 2 found
 521 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 103 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/tooltip.css
------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------
 47 | ERROR | [x] Expected 1 newline at end of file; 2 found
 48 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/layout_paragraphs.css
----------------------------------------------------------------------------------------
FOUND 99 ERRORS AFFECTING 25 LINES
----------------------------------------------------------------------------------------
  43 | ERROR | [x] Multiple selectors should each be on a single line
 180 | ERROR | [x] Multiple selectors should each be on a single line
 180 | ERROR | [x] Multiple selectors should each be on a single line
 225 | ERROR | [x] Multiple selectors should each be on a single line
 225 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 246 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 250 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 254 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 258 | ERROR | [x] Multiple selectors should each be on a single line
 294 | ERROR | [x] Multiple selectors should each be on a single line
 294 | ERROR | [x] Multiple selectors should each be on a single line
 294 | ERROR | [x] Multiple selectors should each be on a single line
 319 | ERROR | [x] Multiple selectors should each be on a single line
 319 | ERROR | [x] Multiple selectors should each be on a single line
 319 | ERROR | [x] Multiple selectors should each be on a single line
 580 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 582 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 584 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 586 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 589 | ERROR | [x] Multiple selectors should each be on a single line
 604 | ERROR | [x] Multiple selectors should each be on a single line
 604 | ERROR | [x] Multiple selectors should each be on a single line
 604 | ERROR | [x] Multiple selectors should each be on a single line
 608 | ERROR | [x] Multiple selectors should each be on a single line
 608 | ERROR | [x] Multiple selectors should each be on a single line
 608 | ERROR | [x] Multiple selectors should each be on a single line
 612 | ERROR | [x] Multiple selectors should each be on a single line
 622 | ERROR | [x] Multiple selectors should each be on a single line
 629 | ERROR | [x] Multiple selectors should each be on a single line
 640 | ERROR | [x] Multiple selectors should each be on a single line
 687 | ERROR | [x] Multiple selectors should each be on a single line
 753 | ERROR | [x] Multiple selectors should each be on a single line
 761 | ERROR | [x] Multiple selectors should each be on a single line
 917 | ERROR | [x] Expected 1 newline at end of file; 2 found
 918 | ERROR | [x] Additional whitespace found at end of file
----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 99 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/contextual_links.css
---------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 9 LINES
---------------------------------------------------------------------------------------
  21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  25 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  39 | ERROR | [x] Multiple selectors should each be on a single line
  39 | ERROR | [x] Multiple selectors should each be on a single line
  44 | ERROR | [x] Multiple selectors should each be on a single line
  79 | ERROR | [x] Multiple selectors should each be on a single line
 112 | ERROR | [x] Multiple selectors should each be on a single line
 115 | ERROR | [x] Expected 1 newline at end of file; 2 found
 116 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/chosen.css
-----------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------
 31 | ERROR | [x] Expected 1 newline at end of file; 2 found
 32 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/settings_tray_edit.css
-----------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------
 4 | ERROR | [x] Expected 1 newline at end of file; 2 found
 5 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/edit_form.css
--------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
--------------------------------------------------------------------------------
 201 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 204 | ERROR | [x] Multiple selectors should each be on a single line
 209 | ERROR | [x] Multiple selectors should each be on a single line
 359 | ERROR | [x] Expected 1 newline at end of file; 2 found
 360 | ERROR | [x] Additional whitespace found at end of file
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/entity_reference_layout.css
----------------------------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 7 LINES
----------------------------------------------------------------------------------------------
  18 | ERROR | [x] Multiple selectors should each be on a single line
  18 | ERROR | [x] Multiple selectors should each be on a single line
  45 | ERROR | [x] Multiple selectors should each be on a single line
  67 | ERROR | [x] Multiple selectors should each be on a single line
  67 | ERROR | [x] Multiple selectors should each be on a single line
  74 | ERROR | [x] Multiple selectors should each be on a single line
 222 | ERROR | [x] Multiple selectors should each be on a single line
 234 | ERROR | [x] Expected 1 newline at end of file; 2 found
 235 | ERROR | [x] Additional whitespace found at end of file
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/project_browser.css
--------------------------------------------------------------------------------------
FOUND 30 ERRORS AFFECTING 30 LINES
--------------------------------------------------------------------------------------
   6 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  75 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  84 | ERROR | [x] Multiple selectors should each be on a single line
  96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 111 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 125 | ERROR | [x] Multiple selectors should each be on a single line
 129 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 131 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 164 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 166 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 200 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 209 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 219 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 232 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 282 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 304 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 362 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 376 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 385 | ERROR | [x] Multiple selectors should each be on a single line
 391 | ERROR | [x] Multiple selectors should each be on a single line
 409 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 422 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 424 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 451 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 456 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 465 | ERROR | [x] Expected 1 newline at end of file; 2 found
 466 | ERROR | [x] Additional whitespace found at end of file
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 30 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/node_preview.css
-----------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
-----------------------------------------------------------------------------------
  18 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
  35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 173 | ERROR | [x] Expected 1 newline at end of file; 2 found
 174 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/top_bar.css
------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
------------------------------------------------------------------------------
  4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 24 | ERROR | [x] Expected 1 newline at end of file; 2 found
 25 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/breadcrumb.css
---------------------------------------------------------------------------------
FOUND 21 ERRORS AFFECTING 10 LINES
---------------------------------------------------------------------------------
  30 | ERROR | [x] Multiple selectors should each be on a single line
  30 | ERROR | [x] Multiple selectors should each be on a single line
  80 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 138 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 144 | ERROR | [x] Multiple selectors should each be on a single line
 149 | ERROR | [x] Multiple selectors should each be on a single line
 153 | ERROR | [x] Multiple selectors should each be on a single line
 155 | ERROR | [x] Expected 1 newline at end of file; 2 found
 156 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------------
PHPCBF CAN FIX THE 21 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/entity_browser.css
-------------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 8 LINES
-------------------------------------------------------------------------------------
  27 | ERROR | [x] Multiple selectors should each be on a single line
  73 | ERROR | [x] Multiple selectors should each be on a single line
 111 | ERROR | [x] Multiple selectors should each be on a single line
 156 | ERROR | [x] Multiple selectors should each be on a single line
 194 | ERROR | [x] Multiple selectors should each be on a single line
 207 | ERROR | [x] Multiple selectors should each be on a single line
 228 | ERROR | [x] Expected 1 newline at end of file; 2 found
 229 | ERROR | [x] Additional whitespace found at end of file
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/autocomplete.css
-----------------------------------------------------------------------------------
FOUND 8 ERRORS AFFECTING 8 LINES
-----------------------------------------------------------------------------------
  14 | ERROR | [x] Multiple selectors should each be on a single line
 117 | ERROR | [x] Multiple selectors should each be on a single line
 125 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 129 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 131 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 146 | ERROR | [x] Expected 1 newline at end of file; 2 found
 147 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/webform.css
------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 5 LINES
------------------------------------------------------------------------------
  28 | ERROR | [x] Multiple selectors should each be on a single line
  28 | ERROR | [x] Multiple selectors should each be on a single line
  76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 120 | ERROR | [x] Expected 1 newline at end of file; 2 found
 121 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/tableselect.css
----------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------------------
 110 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 174 | ERROR | [x] Multiple selectors should each be on a single line
 178 | ERROR | [x] Multiple selectors should each be on a single line
 182 | ERROR | [x] Multiple selectors should each be on a single line
 184 | ERROR | [x] Expected 1 newline at end of file; 2 found
 185 | ERROR | [x] Additional whitespace found at end of file
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/workspaces.css
---------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------
 6 | ERROR | [x] Expected 1 newline at end of file; 2 found
 7 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/ajax.css
---------------------------------------------------------------------------
FOUND 13 ERRORS AFFECTING 9 LINES
---------------------------------------------------------------------------
  11 | ERROR | [x] Multiple selectors should each be on a single line
  17 | ERROR | [x] Multiple selectors should each be on a single line
  17 | ERROR | [x] Multiple selectors should each be on a single line
  17 | ERROR | [x] Multiple selectors should each be on a single line
  21 | ERROR | [x] Multiple selectors should each be on a single line
  21 | ERROR | [x] Multiple selectors should each be on a single line
  21 | ERROR | [x] Multiple selectors should each be on a single line
  35 | ERROR | [x] Multiple selectors should each be on a single line
  40 | ERROR | [x] Multiple selectors should each be on a single line
  44 | ERROR | [x] Multiple selectors should each be on a single line
  48 | ERROR | [x] Multiple selectors should each be on a single line
 130 | ERROR | [x] Expected 1 newline at end of file; 2 found
 131 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/paragraphs.css
---------------------------------------------------------------------------------
FOUND 18 ERRORS AFFECTING 14 LINES
---------------------------------------------------------------------------------
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
   5 | ERROR | [x] Multiple selectors should each be on a single line
  86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  90 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  99 | ERROR | [x] Multiple selectors should each be on a single line
 174 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 176 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 180 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 191 | ERROR | [x] Multiple selectors should each be on a single line
 191 | ERROR | [x] Multiple selectors should each be on a single line
 196 | ERROR | [x] Multiple selectors should each be on a single line
 196 | ERROR | [x] Multiple selectors should each be on a single line
 472 | ERROR | [x] Expected 1 newline at end of file; 2 found
 473 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------------
PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/responsive_preview.css
-----------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
-----------------------------------------------------------------------------------------
 31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 37 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 80 | ERROR | [x] Multiple selectors should each be on a single line
 94 | ERROR | [x] Expected 1 newline at end of file; 2 found
 95 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/toolbar_secondary.css
----------------------------------------------------------------------------------------
FOUND 29 ERRORS AFFECTING 21 LINES
----------------------------------------------------------------------------------------
  41 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
  58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 144 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 146 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 173 | ERROR | [x] Multiple selectors should each be on a single line
 221 | ERROR | [x] Multiple selectors should each be on a single line
 225 | ERROR | [x] Multiple selectors should each be on a single line
 229 | ERROR | [x] Multiple selectors should each be on a single line
 233 | ERROR | [x] Multiple selectors should each be on a single line
 266 | ERROR | [x] Multiple selectors should each be on a single line
 271 | ERROR | [x] Multiple selectors should each be on a single line
 275 | ERROR | [x] Multiple selectors should each be on a single line
 279 | ERROR | [x] Multiple selectors should each be on a single line
 317 | ERROR | [x] Multiple selectors should each be on a single line
 342 | ERROR | [x] Multiple selectors should each be on a single line
 342 | ERROR | [x] Multiple selectors should each be on a single line
 342 | ERROR | [x] Multiple selectors should each be on a single line
 342 | ERROR | [x] Multiple selectors should each be on a single line
 342 | ERROR | [x] Multiple selectors should each be on a single line
 348 | ERROR | [x] Multiple selectors should each be on a single line
 348 | ERROR | [x] Multiple selectors should each be on a single line
 348 | ERROR | [x] Multiple selectors should each be on a single line
 348 | ERROR | [x] Multiple selectors should each be on a single line
 348 | ERROR | [x] Multiple selectors should each be on a single line
 386 | ERROR | [x] Multiple selectors should each be on a single line
 462 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 512 | ERROR | [x] Expected 1 newline at end of file; 2 found
 513 | ERROR | [x] Additional whitespace found at end of file
----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 29 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/upgrade_status.css
-------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 5 LINES
-------------------------------------------------------------------------------------
   1 | ERROR | [x] Selectors must be on a single line
   2 | ERROR | [x] Blank lines are not allowed between class names
  65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 105 | ERROR | [x] Expected 1 newline at end of file; 2 found
 106 | ERROR | [x] Additional whitespace found at end of file
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/description_toggle.css
-----------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
-----------------------------------------------------------------------------------------
  28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 120 | ERROR | [x] Expected 1 newline at end of file; 2 found
 121 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/layout_paragraphs_2.0.css
--------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------
 37 | ERROR | [x] Expected 1 newline at end of file; 2 found
 38 | ERROR | [x] Additional whitespace found at end of file
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/sidebar.css
------------------------------------------------------------------------------
FOUND 18 ERRORS AFFECTING 14 LINES
------------------------------------------------------------------------------
  74 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  80 | ERROR | [x] Multiple selectors should each be on a single line
  84 | ERROR | [x] Multiple selectors should each be on a single line
 112 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 114 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 117 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 119 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 123 | ERROR | [x] Multiple selectors should each be on a single line
 123 | ERROR | [x] Multiple selectors should each be on a single line
 123 | ERROR | [x] Multiple selectors should each be on a single line
 127 | ERROR | [x] Multiple selectors should each be on a single line
 127 | ERROR | [x] Multiple selectors should each be on a single line
 127 | ERROR | [x] Multiple selectors should each be on a single line
 157 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 159 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 190 | ERROR | [x] Expected 1 newline at end of file; 2 found
 191 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------
PHPCBF CAN FIX THE 18 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/dialog.css
-----------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 7 LINES
-----------------------------------------------------------------------------
  59 | ERROR | [x] Multiple selectors should each be on a single line
  59 | ERROR | [x] Multiple selectors should each be on a single line
  59 | ERROR | [x] Multiple selectors should each be on a single line
 159 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 161 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 163 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 165 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 298 | ERROR | [x] Expected 1 newline at end of file; 2 found
 299 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/revisions.css
--------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------
 26 | ERROR | [x] Expected 1 newline at end of file; 2 found
 27 | ERROR | [x] Additional whitespace found at end of file
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/ckeditor5.css
--------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------
 117 | ERROR | [x] Expected 1 newline at end of file; 2 found
 118 | ERROR | [x] Additional whitespace found at end of file
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/dropzonejs.css
---------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------
 12 | ERROR | [x] Expected 1 newline at end of file; 2 found
 13 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/maintenance_page.css
---------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
---------------------------------------------------------------------------------------
  6 | ERROR | [ ] Style definitions must end with a semicolon
 32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 44 | ERROR | [x] Expected 1 newline at end of file; 2 found
 45 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/inline_entity_form.css
-----------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------
 57 | ERROR | [x] Expected 1 newline at end of file; 2 found
 58 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/settings.css
-------------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 8 LINES
-------------------------------------------------------------------------------
  27 | ERROR | [x] Multiple selectors should each be on a single line
  35 | ERROR | [x] Multiple selectors should each be on a single line
  35 | ERROR | [x] Multiple selectors should each be on a single line
  35 | ERROR | [x] Multiple selectors should each be on a single line
  39 | ERROR | [x] Multiple selectors should each be on a single line
  39 | ERROR | [x] Multiple selectors should each be on a single line
 316 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 318 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 320 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 394 | ERROR | [x] Expected 1 newline at end of file; 2 found
 395 | ERROR | [x] Additional whitespace found at end of file
-------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/autosave.css
-------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------
 13 | ERROR | [x] Expected 1 newline at end of file; 2 found
 14 | ERROR | [x] Additional whitespace found at end of file
-------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/more_actions.css
-----------------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 11 LINES
-----------------------------------------------------------------------------------
  13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  80 | ERROR | [x] Multiple selectors should each be on a single line
  87 | ERROR | [x] Multiple selectors should each be on a single line
 113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 120 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 124 | ERROR | [x] Multiple selectors should each be on a single line
 128 | ERROR | [x] Multiple selectors should each be on a single line
 162 | ERROR | [x] Expected 1 newline at end of file; 2 found
 163 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/module_filter.css
------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
------------------------------------------------------------------------------------
   6 | ERROR | [x] Multiple selectors should each be on a single line
   6 | ERROR | [x] Multiple selectors should each be on a single line
 122 | ERROR | [x] Expected 1 newline at end of file; 2 found
 123 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/ckeditor.css
-------------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 8 LINES
-------------------------------------------------------------------------------
  74 | ERROR | [x] Multiple selectors should each be on a single line
  74 | ERROR | [x] Multiple selectors should each be on a single line
 104 | ERROR | [x] Multiple selectors should each be on a single line
 150 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 152 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 154 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 156 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 169 | ERROR | [x] Expected 1 newline at end of file; 2 found
 170 | ERROR | [x] Additional whitespace found at end of file
-------------------------------------------------------------------------------
PHPCBF CAN FIX THE 9 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/coffee.css
-----------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 5 LINES
-----------------------------------------------------------------------------
 24 | ERROR | [x] Multiple selectors should each be on a single line
 28 | ERROR | [x] Multiple selectors should each be on a single line
 28 | ERROR | [x] Multiple selectors should each be on a single line
 28 | ERROR | [x] Multiple selectors should each be on a single line
 32 | ERROR | [x] Multiple selectors should each be on a single line
 43 | ERROR | [x] Expected 1 newline at end of file; 2 found
 44 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/tabs.css
---------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 10 LINES
---------------------------------------------------------------------------
  63 | ERROR | [x] Multiple selectors should each be on a single line
 427 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 429 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 431 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 433 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 611 | ERROR | [x] Multiple selectors should each be on a single line
 615 | ERROR | [x] Multiple selectors should each be on a single line
 619 | ERROR | [x] Multiple selectors should each be on a single line
 646 | ERROR | [x] Expected 1 newline at end of file; 2 found
 647 | ERROR | [x] Additional whitespace found at end of file
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/toolbar.css
------------------------------------------------------------------------------
FOUND 98 ERRORS AFFECTING 70 LINES
------------------------------------------------------------------------------
  69 | ERROR | [x] Multiple selectors should each be on a single line
  73 | ERROR | [x] Multiple selectors should each be on a single line
  77 | ERROR | [x] Multiple selectors should each be on a single line
  83 | ERROR | [x] Multiple selectors should each be on a single line
  88 | ERROR | [x] Multiple selectors should each be on a single line
  92 | ERROR | [x] Multiple selectors should each be on a single line
  97 | ERROR | [x] Multiple selectors should each be on a single line
 102 | ERROR | [x] Multiple selectors should each be on a single line
 108 | ERROR | [x] Multiple selectors should each be on a single line
 108 | ERROR | [x] Multiple selectors should each be on a single line
 112 | ERROR | [x] Multiple selectors should each be on a single line
 112 | ERROR | [x] Multiple selectors should each be on a single line
 116 | ERROR | [x] Multiple selectors should each be on a single line
 116 | ERROR | [x] Multiple selectors should each be on a single line
 120 | ERROR | [x] Multiple selectors should each be on a single line
 120 | ERROR | [x] Multiple selectors should each be on a single line
 124 | ERROR | [x] Multiple selectors should each be on a single line
 131 | ERROR | [x] Multiple selectors should each be on a single line
 145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 147 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 149 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 170 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 200 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 202 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 225 | ERROR | [x] Multiple selectors should each be on a single line
 227 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 421 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 423 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 428 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 430 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 437 | ERROR | [x] Multiple selectors should each be on a single line
 447 | ERROR | [x] Multiple selectors should each be on a single line
 447 | ERROR | [x] Multiple selectors should each be on a single line
 447 | ERROR | [x] Multiple selectors should each be on a single line
 455 | ERROR | [x] Multiple selectors should each be on a single line
 460 | ERROR | [x] Multiple selectors should each be on a single line
 460 | ERROR | [x] Multiple selectors should each be on a single line
 460 | ERROR | [x] Multiple selectors should each be on a single line
 464 | ERROR | [x] Multiple selectors should each be on a single line
 464 | ERROR | [x] Multiple selectors should each be on a single line
 464 | ERROR | [x] Multiple selectors should each be on a single line
 468 | ERROR | [x] Multiple selectors should each be on a single line
 472 | ERROR | [x] Multiple selectors should each be on a single line
 584 | ERROR | [x] Multiple selectors should each be on a single line
 596 | ERROR | [x] Multiple selectors should each be on a single line
 605 | ERROR | [x] Multiple selectors should each be on a single line
 614 | ERROR | [x] Multiple selectors should each be on a single line
 627 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 629 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 631 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 633 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 636 | ERROR | [x] Multiple selectors should each be on a single line
 636 | ERROR | [x] Multiple selectors should each be on a single line
 636 | ERROR | [x] Multiple selectors should each be on a single line
 636 | ERROR | [x] Multiple selectors should each be on a single line
 636 | ERROR | [x] Multiple selectors should each be on a single line
 640 | ERROR | [x] Multiple selectors should each be on a single line
 640 | ERROR | [x] Multiple selectors should each be on a single line
 640 | ERROR | [x] Multiple selectors should each be on a single line
 640 | ERROR | [x] Multiple selectors should each be on a single line
 640 | ERROR | [x] Multiple selectors should each be on a single line
 645 | ERROR | [x] Multiple selectors should each be on a single line
 645 | ERROR | [x] Multiple selectors should each be on a single line
 645 | ERROR | [x] Multiple selectors should each be on a single line
 645 | ERROR | [x] Multiple selectors should each be on a single line
 645 | ERROR | [x] Multiple selectors should each be on a single line
 645 | ERROR | [x] Multiple selectors should each be on a single line
 645 | ERROR | [x] Multiple selectors should each be on a single line
 682 | ERROR | [x] Multiple selectors should each be on a single line
 682 | ERROR | [x] Multiple selectors should each be on a single line
 699 | ERROR | [x] Multiple selectors should each be on a single line
 703 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 705 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 707 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 711 | ERROR | [x] Multiple selectors should each be on a single line
 711 | ERROR | [x] Multiple selectors should each be on a single line
 717 | ERROR | [x] Multiple selectors should each be on a single line
 717 | ERROR | [x] Multiple selectors should each be on a single line
 717 | ERROR | [x] Multiple selectors should each be on a single line
 732 | ERROR | [x] Multiple selectors should each be on a single line
 737 | ERROR | [x] Multiple selectors should each be on a single line
 742 | ERROR | [x] Multiple selectors should each be on a single line
 746 | ERROR | [x] Multiple selectors should each be on a single line
 798 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 846 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 848 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 850 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 901 | ERROR | [x] Multiple selectors should each be on a single line
 905 | ERROR | [x] Multiple selectors should each be on a single line
 913 | ERROR | [x] Multiple selectors should each be on a single line
 917 | ERROR | [x] Multiple selectors should each be on a single line
 921 | ERROR | [x] Multiple selectors should each be on a single line
 924 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 927 | ERROR | [x] Multiple selectors should each be on a single line
 931 | ERROR | [x] Multiple selectors should each be on a single line
 960 | ERROR | [x] Multiple selectors should each be on a single line
 983 | ERROR | [x] Expected 1 newline at end of file; 2 found
 984 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------
PHPCBF CAN FIX THE 98 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/settings_tray.css
------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------
 39 | ERROR | [x] Expected 1 newline at end of file; 2 found
 40 | ERROR | [x] Additional whitespace found at end of file
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/workbench.css
--------------------------------------------------------------------------------
FOUND 11 ERRORS AFFECTING 11 LINES
--------------------------------------------------------------------------------
  9 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 24 | ERROR | [x] Multiple selectors should each be on a single line
 30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 50 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 55 | ERROR | [x] Expected 1 newline at end of file; 2 found
 56 | ERROR | [x] Additional whitespace found at end of file
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/components/linkit.css
-----------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------
 4 | ERROR | [x] Expected 1 newline at end of file; 2 found
 5 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/layout/classic_toolbar.css
----------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 6 LINES
----------------------------------------------------------------------------------
 131 | ERROR | [x] Multiple selectors should each be on a single line
 131 | ERROR | [x] Multiple selectors should each be on a single line
 135 | ERROR | [x] Multiple selectors should each be on a single line
 139 | ERROR | [x] Multiple selectors should each be on a single line
 189 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 257 | ERROR | [x] Expected 1 newline at end of file; 2 found
 258 | ERROR | [x] Additional whitespace found at end of file
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/layout/horizontal_toolbar.css
-------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
-------------------------------------------------------------------------------------
 278 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 294 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 341 | ERROR | [x] Expected 1 newline at end of file; 2 found
 342 | ERROR | [x] Additional whitespace found at end of file
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/layout/core_navigation.css
----------------------------------------------------------------------------------
FOUND 28 ERRORS AFFECTING 25 LINES
----------------------------------------------------------------------------------
  44 | ERROR | [ ] Style definitions must end with a semicolon
  45 | ERROR | [ ] Style definitions must end with a semicolon
  46 | ERROR | [ ] Style definitions must end with a semicolon
  47 | ERROR | [ ] Style definitions must end with a semicolon
  48 | ERROR | [ ] Style definitions must end with a semicolon
  63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  78 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
  85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  92 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 127 | ERROR | [x] Multiple selectors should each be on a single line
 138 | ERROR | [x] Multiple selectors should each be on a single line
 138 | ERROR | [x] Multiple selectors should each be on a single line
 152 | ERROR | [x] Multiple selectors should each be on a single line
 152 | ERROR | [x] Multiple selectors should each be on a single line
 184 | ERROR | [x] Multiple selectors should each be on a single line
 184 | ERROR | [x] Multiple selectors should each be on a single line
 208 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 210 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 213 | ERROR | [x] Multiple selectors should each be on a single line
 402 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 409 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 411 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 416 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 419 | ERROR | [x] Multiple selectors should each be on a single line
 434 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 483 | ERROR | [x] Expected 1 newline at end of file; 2 found
 484 | ERROR | [x] Additional whitespace found at end of file
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 23 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/layout/navigation.css
-----------------------------------------------------------------------------
FOUND 93 ERRORS AFFECTING 90 LINES
-----------------------------------------------------------------------------
    8 | ERROR | [ ] Style definitions must end with a semicolon
    9 | ERROR | [ ] Style definitions must end with a semicolon
   10 | ERROR | [ ] Style definitions must end with a semicolon
   12 | ERROR | [ ] Style definitions must end with a semicolon
   13 | ERROR | [ ] Style definitions must end with a semicolon
   14 | ERROR | [ ] Style definitions must end with a semicolon
   15 | ERROR | [ ] Style definitions must end with a semicolon
   16 | ERROR | [ ] Style definitions must end with a semicolon
   17 | ERROR | [ ] Style definitions must end with a semicolon
   18 | ERROR | [ ] Style definitions must end with a semicolon
   19 | ERROR | [ ] Style definitions must end with a semicolon
   20 | ERROR | [ ] Style definitions must end with a semicolon
   22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
   23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
   30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
   31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
   85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
   88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
   96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  109 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
  122 | ERROR | [ ] Class definition is empty
  130 | ERROR | [x] Multiple selectors should each be on a single line
  141 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  143 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  167 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  178 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  185 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  220 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  223 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  229 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  234 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  241 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  268 | ERROR | [x] Multiple selectors should each be on a single line
  292 | ERROR | [x] Multiple selectors should each be on a single line
  296 | ERROR | [x] Multiple selectors should each be on a single line
  306 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  319 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  324 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  327 | ERROR | [x] Multiple selectors should each be on a single line
  350 | ERROR | [x] Multiple selectors should each be on a single line
  363 | ERROR | [x] Multiple selectors should each be on a single line
  457 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  466 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  471 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  476 | ERROR | [ ] Class definition is empty
  490 | ERROR | [x] Multiple selectors should each be on a single line
  514 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  537 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  558 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  584 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  589 | ERROR | [x] Multiple selectors should each be on a single line
  625 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  656 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  658 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  660 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  663 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  666 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  669 | ERROR | [x] Multiple selectors should each be on a single line
  675 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  690 | ERROR | [ ] Class definition is empty
  728 | ERROR | [x] Multiple selectors should each be on a single line
  749 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  751 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  753 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  755 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  760 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  772 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  827 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  854 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  879 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  903 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  905 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  923 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
  972 | ERROR | [x] Multiple selectors should each be on a single line
  983 | ERROR | [x] Multiple selectors should each be on a single line
  994 | ERROR | [x] Multiple selectors should each be on a single line
 1018 | ERROR | [x] Multiple selectors should each be on a single line
 1039 | ERROR | [x] Multiple selectors should each be on a single line
 1103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1138 | ERROR | [x] Multiple selectors should each be on a single line
 1150 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1154 | ERROR | [x] Multiple selectors should each be on a single line
 1154 | ERROR | [x] Multiple selectors should each be on a single line
 1187 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1190 | ERROR | [x] Multiple selectors should each be on a single line
 1219 | ERROR | [x] Multiple selectors should each be on a single line
 1219 | ERROR | [x] Multiple selectors should each be on a single line
 1224 | ERROR | [x] Multiple selectors should each be on a single line
 1224 | ERROR | [x] Multiple selectors should each be on a single line
 1246 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1251 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 10
 1487 | ERROR | [x] Expected 1 newline at end of file; 2 found
 1488 | ERROR | [x] Additional whitespace found at end of file
-----------------------------------------------------------------------------
PHPCBF CAN FIX THE 78 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/dist/css/layout/toolbar.css
--------------------------------------------------------------------------
FOUND 45 ERRORS AFFECTING 26 LINES
--------------------------------------------------------------------------
  92 | ERROR | [x] Multiple selectors should each be on a single line
 140 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 142 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
 289 | ERROR | [x] Multiple selectors should each be on a single line
 289 | ERROR | [x] Multiple selectors should each be on a single line
 293 | ERROR | [x] Multiple selectors should each be on a single line
 540 | ERROR | [x] Multiple selectors should each be on a single line
 563 | ERROR | [x] Multiple selectors should each be on a single line
 573 | ERROR | [x] Multiple selectors should each be on a single line
 622 | ERROR | [x] Multiple selectors should each be on a single line
 626 | ERROR | [x] Multiple selectors should each be on a single line
 630 | ERROR | [x] Multiple selectors should each be on a single line
 710 | ERROR | [x] Multiple selectors should each be on a single line
 711 | ERROR | [x] Multiple selectors should each be on a single line
 711 | ERROR | [x] Multiple selectors should each be on a single line
 711 | ERROR | [x] Multiple selectors should each be on a single line
 716 | ERROR | [x] Multiple selectors should each be on a single line
 717 | ERROR | [x] Multiple selectors should each be on a single line
 717 | ERROR | [x] Multiple selectors should each be on a single line
 717 | ERROR | [x] Multiple selectors should each be on a single line
 721 | ERROR | [x] Multiple selectors should each be on a single line
 722 | ERROR | [x] Multiple selectors should each be on a single line
 722 | ERROR | [x] Multiple selectors should each be on a single line
 722 | ERROR | [x] Multiple selectors should each be on a single line
 733 | ERROR | [x] Multiple selectors should each be on a single line
 733 | ERROR | [x] Multiple selectors should each be on a single line
 733 | ERROR | [x] Multiple selectors should each be on a single line
 733 | ERROR | [x] Multiple selectors should each be on a single line
 733 | ERROR | [x] Multiple selectors should each be on a single line
 737 | ERROR | [x] Multiple selectors should each be on a single line
 737 | ERROR | [x] Multiple selectors should each be on a single line
 737 | ERROR | [x] Multiple selectors should each be on a single line
 737 | ERROR | [x] Multiple selectors should each be on a single line
 737 | ERROR | [x] Multiple selectors should each be on a single line
 741 | ERROR | [x] Multiple selectors should each be on a single line
 742 | ERROR | [x] Multiple selectors should each be on a single line
 742 | ERROR | [x] Multiple selectors should each be on a single line
 742 | ERROR | [x] Multiple selectors should each be on a single line
 746 | ERROR | [x] Multiple selectors should each be on a single line
 747 | ERROR | [x] Multiple selectors should each be on a single line
 747 | ERROR | [x] Multiple selectors should each be on a single line
 747 | ERROR | [x] Multiple selectors should each be on a single line
 753 | ERROR | [x] Multiple selectors should each be on a single line
 762 | ERROR | [x] Expected 1 newline at end of file; 2 found
 763 | ERROR | [x] Additional whitespace found at end of file
--------------------------------------------------------------------------
PHPCBF CAN FIX THE 45 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/more_actions.js
----------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------
  17 | ERROR | [x] Expected 1 space before "?"; 0 found
  17 | ERROR | [x] Expected 1 space after "?"; 0 found
  33 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 107 | ERROR | [x] Inline control structures are not allowed
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/overrides/tabledrag.js
-----------------------------------------------------------------------------------------------
FOUND 155 ERRORS AFFECTING 68 LINES
-----------------------------------------------------------------------------------------------
   90 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
   97 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  104 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  111 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  118 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  155 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  172 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  182 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  194 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  305 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  332 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  334 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  375 | ERROR | [x] Expected 1 space before "-"; 0 found
  375 | ERROR | [x] Expected 1 space after "-"; 0 found
  552 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  572 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  576 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  586 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  602 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  604 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  631 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  638 | ERROR | [x] Case breaking statements must be followed by a single blank line
  644 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  660 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  662 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  672 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  688 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  695 | ERROR | [x] Case breaking statements must be followed by a single blank line
  701 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  707 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  715 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  735 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  772 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  835 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  857 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  874 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  878 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  894 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  896 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  909 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  913 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  914 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  999 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1004 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1009 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1025 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1131 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 1204 | ERROR | [x] Case breaking statements must be followed by a single blank line
 1327 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1337 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1369 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 1418 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 1467 | ERROR | [x] Expected 1 space before "-"; 0 found
 1467 | ERROR | [x] Expected 1 space after "-"; 0 found
 1467 | ERROR | [x] Expected 1 space before "-"; 0 found
 1467 | ERROR | [x] Expected 1 space after "-"; 0 found
 1498 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 1504 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 1507 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 1528 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 1626 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 1718 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1731 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1742 | ERROR | [x] Expected 1 space before "<"; 0 found
 1742 | ERROR | [x] Expected 1 space after "<"; 0 found
 1742 | ERROR | [x] Expected 1 space before "="; 0 found
 1742 | ERROR | [x] Expected 1 space after "="; 0 found
 1742 | ERROR | [x] Expected 1 space before "="; 0 found
 1742 | ERROR | [x] Expected 1 space after "="; 0 found
 1744 | ERROR | [x] Expected 1 space before ">"; 0 found
 1744 | ERROR | [x] Expected 1 space after ">"; 0 found
 1744 | ERROR | [x] Expected 1 space before "*"; 0 found
 1744 | ERROR | [x] Expected 1 space after "*"; 0 found
 1744 | ERROR | [x] Expected 1 space before "<"; 0 found
 1744 | ERROR | [x] Expected 1 space after "<"; 0 found
 1744 | ERROR | [x] Expected 1 space before "/"; 0 found
 1744 | ERROR | [x] Expected 1 space after "/"; 0 found
 1744 | ERROR | [x] Expected 1 space before ">"; 0 found
 1744 | ERROR | [x] Expected 1 space after ">"; 0 found
 1760 | ERROR | [x] Expected 1 space before "<"; 0 found
 1760 | ERROR | [x] Expected 1 space after "<"; 0 found
 1760 | ERROR | [x] Expected 1 space before "="; 0 found
 1760 | ERROR | [x] Expected 1 space after "="; 0 found
 1760 | ERROR | [x] Expected 1 space before "="; 0 found
 1760 | ERROR | [x] Expected 1 space after "="; 0 found
 1760 | ERROR | [x] Expected 1 space before ">"; 0 found
 1760 | ERROR | [x] Expected 1 space after ">"; 0 found
 1762 | ERROR | [x] Expected 1 space before "<"; 0 found
 1762 | ERROR | [x] Expected 1 space after "<"; 0 found
 1762 | ERROR | [x] Expected 1 space before "/"; 0 found
 1762 | ERROR | [x] Expected 1 space after "/"; 0 found
 1762 | ERROR | [x] Expected 1 space before ">"; 0 found
 1762 | ERROR | [x] Expected 1 space after ">"; 0 found
 1772 | ERROR | [x] Expected 1 space before "<"; 0 found
 1772 | ERROR | [x] Expected 1 space after "<"; 0 found
 1772 | ERROR | [x] Expected 1 space before "="; 0 found
 1772 | ERROR | [x] Expected 1 space after "="; 0 found
 1772 | ERROR | [x] Expected 1 space before "-"; 0 found
 1772 | ERROR | [x] Expected 1 space after "-"; 0 found
 1772 | ERROR | [x] Expected 1 space before "-"; 0 found
 1772 | ERROR | [x] Expected 1 space after "-"; 0 found
 1772 | ERROR | [x] Expected 1 space before "="; 0 found
 1772 | ERROR | [x] Expected 1 space after "="; 0 found
 1772 | ERROR | [x] Expected 1 space before ">"; 0 found
 1773 | ERROR | [x] Expected 1 space after "<"; 0 found
 1773 | ERROR | [x] Expected 1 space before "="; 0 found
 1773 | ERROR | [x] Expected 1 space after "="; 0 found
 1773 | ERROR | [x] Expected 1 space before "="; 0 found
 1773 | ERROR | [x] Expected 1 space after "="; 0 found
 1773 | ERROR | [x] Expected 1 space before "-"; 0 found
 1773 | ERROR | [x] Expected 1 space after "-"; 0 found
 1773 | ERROR | [x] Expected 1 space before "-"; 0 found
 1773 | ERROR | [x] Expected 1 space after "-"; 0 found
 1773 | ERROR | [x] Expected 1 space before "="; 0 found
 1773 | ERROR | [x] Expected 1 space after "="; 0 found
 1773 | ERROR | [x] Expected 1 space before ">"; 0 found
 1773 | ERROR | [x] Expected 1 space after ">"; 0 found
 1773 | ERROR | [x] Expected 1 space before "<"; 0 found
 1773 | ERROR | [x] Expected 1 space after "<"; 0 found
 1773 | ERROR | [x] Expected 1 space before "/"; 0 found
 1773 | ERROR | [x] Expected 1 space after "/"; 0 found
 1773 | ERROR | [x] Expected 1 space before ">"; 0 found
 1774 | ERROR | [x] Expected 1 space after "<"; 0 found
 1774 | ERROR | [x] Expected 1 space before "/"; 0 found
 1774 | ERROR | [x] Expected 1 space after "/"; 0 found
 1774 | ERROR | [x] Expected 1 space before ">"; 0 found
 1774 | ERROR | [x] Expected 1 space after ">"; 0 found
 1797 | ERROR | [x] Expected 1 space before "<"; 0 found
 1797 | ERROR | [x] Expected 1 space after "<"; 0 found
 1797 | ERROR | [x] Expected 1 space before "="; 0 found
 1797 | ERROR | [x] Expected 1 space after "="; 0 found
 1797 | ERROR | [x] Expected 1 space before "="; 0 found
 1797 | ERROR | [x] Expected 1 space after "="; 0 found
 1798 | ERROR | [x] Expected 1 space before "="; 0 found
 1798 | ERROR | [x] Expected 1 space after "="; 0 found
 1798 | ERROR | [x] Expected 1 space before ">"; 0 found
 1798 | ERROR | [x] Expected 1 space after ">"; 0 found
 1798 | ERROR | [x] Expected 1 space before "<"; 0 found
 1798 | ERROR | [x] Expected 1 space after "<"; 0 found
 1798 | ERROR | [x] Expected 1 space before "="; 0 found
 1798 | ERROR | [x] Expected 1 space after "="; 0 found
 1798 | ERROR | [x] Expected 1 space before ">"; 0 found
 1798 | ERROR | [x] Expected 1 space after ">"; 0 found
 1798 | ERROR | [x] Expected 1 space before "<"; 0 found
 1798 | ERROR | [x] Expected 1 space after "<"; 0 found
 1798 | ERROR | [x] Expected 1 space before "/"; 0 found
 1798 | ERROR | [x] Expected 1 space after "/"; 0 found
 1798 | ERROR | [x] Expected 1 space before ">"; 0 found
 1798 | ERROR | [x] Expected 1 space after ">"; 0 found
 1798 | ERROR | [x] Expected 1 space before "<"; 0 found
 1798 | ERROR | [x] Expected 1 space after "<"; 0 found
 1798 | ERROR | [x] Expected 1 space before "/"; 0 found
 1798 | ERROR | [x] Expected 1 space after "/"; 0 found
 1798 | ERROR | [x] Expected 1 space before ">"; 0 found
 1798 | ERROR | [x] Expected 1 space after ">"; 0 found
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 155 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/overrides/media_library.view.js
---------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------
 53 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 54 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 57 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 58 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 73 | ERROR | [x] Expected 1 space before "?"; 0 found
 73 | ERROR | [x] Expected 1 space after "?"; 0 found
 73 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 76 | ERROR | [x] Expected 1 space before "?"; 0 found
 76 | ERROR | [x] Expected 1 space after "?"; 0 found
 76 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 10 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/escape_admin.js
-------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------
 15 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/init.js
--------------------------------------------------------------------------------------------
FOUND 78 ERRORS AFFECTING 14 LINES
--------------------------------------------------------------------------------------------
  29 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  54 | ERROR | [x] Space before opening parenthesis of function call prohibited
  54 | ERROR | [x] Expected 1 space before "-"; 0 found
  54 | ERROR | [x] Expected 1 space after "-"; 0 found
  56 | ERROR | [x] Expected 1 space before "-"; 0 found
  56 | ERROR | [x] Expected 1 space after "-"; 0 found
  56 | ERROR | [x] Expected 1 space before "-"; 0 found
  56 | ERROR | [x] Expected 1 space after "-"; 0 found
  56 | ERROR | [x] Expected 1 space before "-"; 0 found
  56 | ERROR | [x] Expected 1 space after "-"; 0 found
  57 | ERROR | [x] Expected 1 space before "-"; 0 found
  57 | ERROR | [x] Expected 1 space after "-"; 0 found
  57 | ERROR | [x] Expected 1 space before "-"; 0 found
  57 | ERROR | [x] Expected 1 space after "-"; 0 found
  61 | ERROR | [x] Expected 1 space before "-"; 0 found
  61 | ERROR | [x] Expected 1 space after "-"; 0 found
  61 | ERROR | [x] Expected 1 space before "-"; 0 found
  61 | ERROR | [x] Expected 1 space after "-"; 0 found
  61 | ERROR | [x] Expected 1 space before "-"; 0 found
  61 | ERROR | [x] Expected 1 space after "-"; 0 found
  62 | ERROR | [x] Expected 1 space before "-"; 0 found
  62 | ERROR | [x] Expected 1 space after "-"; 0 found
  62 | ERROR | [x] Expected 1 space before "-"; 0 found
  62 | ERROR | [x] Expected 1 space after "-"; 0 found
  62 | ERROR | [x] Expected 1 space before "-"; 0 found
  62 | ERROR | [x] Expected 1 space after "-"; 0 found
  66 | ERROR | [x] Expected 1 space before "-"; 0 found
  66 | ERROR | [x] Expected 1 space after "-"; 0 found
  66 | ERROR | [x] Expected 1 space before "-"; 0 found
  66 | ERROR | [x] Expected 1 space after "-"; 0 found
  66 | ERROR | [x] Expected 1 space before "-"; 0 found
  66 | ERROR | [x] Expected 1 space after "-"; 0 found
  66 | ERROR | [x] Expected 1 space before "-"; 0 found
  66 | ERROR | [x] Expected 1 space after "-"; 0 found
  66 | ERROR | [x] Expected 1 space before "-"; 0 found
  66 | ERROR | [x] Expected 1 space after "-"; 0 found
  66 | ERROR | [x] Expected 1 space before "-"; 0 found
  66 | ERROR | [x] Expected 1 space after "-"; 0 found
  67 | ERROR | [x] Expected 1 space before "-"; 0 found
  67 | ERROR | [x] Expected 1 space after "-"; 0 found
  67 | ERROR | [x] Expected 1 space before "-"; 0 found
  67 | ERROR | [x] Expected 1 space after "-"; 0 found
  67 | ERROR | [x] Expected 1 space before "-"; 0 found
  67 | ERROR | [x] Expected 1 space after "-"; 0 found
  67 | ERROR | [x] Expected 1 space before "-"; 0 found
  67 | ERROR | [x] Expected 1 space after "-"; 0 found
  67 | ERROR | [x] Expected 1 space before "-"; 0 found
  67 | ERROR | [x] Expected 1 space after "-"; 0 found
  67 | ERROR | [x] Expected 1 space before "-"; 0 found
  67 | ERROR | [x] Expected 1 space after "-"; 0 found
  67 | ERROR | [x] Expected 1 space before "-"; 0 found
  67 | ERROR | [x] Expected 1 space after "-"; 0 found
  68 | ERROR | [x] Expected 1 space before "-"; 0 found
  68 | ERROR | [x] Expected 1 space after "-"; 0 found
  68 | ERROR | [x] Expected 1 space before "-"; 0 found
  68 | ERROR | [x] Expected 1 space after "-"; 0 found
  68 | ERROR | [x] Expected 1 space before "-"; 0 found
  68 | ERROR | [x] Expected 1 space after "-"; 0 found
  94 | ERROR | [x] Expected 1 space before "-"; 0 found
  94 | ERROR | [x] Expected 1 space after "-"; 0 found
  94 | ERROR | [x] Expected 1 space before "-"; 0 found
  94 | ERROR | [x] Expected 1 space after "-"; 0 found
  95 | ERROR | [x] Expected 1 space before "-"; 0 found
  95 | ERROR | [x] Expected 1 space after "-"; 0 found
  95 | ERROR | [x] Expected 1 space before "-"; 0 found
  95 | ERROR | [x] Expected 1 space after "-"; 0 found
  99 | ERROR | [x] Expected 1 space before "-"; 0 found
  99 | ERROR | [x] Expected 1 space after "-"; 0 found
  99 | ERROR | [x] Expected 1 space before "-"; 0 found
  99 | ERROR | [x] Expected 1 space after "-"; 0 found
  99 | ERROR | [x] Expected 1 space before "-"; 0 found
  99 | ERROR | [x] Expected 1 space after "-"; 0 found
 100 | ERROR | [x] Expected 1 space before "-"; 0 found
 100 | ERROR | [x] Expected 1 space after "-"; 0 found
 100 | ERROR | [x] Expected 1 space before "-"; 0 found
 100 | ERROR | [x] Expected 1 space after "-"; 0 found
 104 | ERROR | [x] Expected 1 space before "-"; 0 found
 104 | ERROR | [x] Expected 1 space after "-"; 0 found
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 78 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/libs/scrollsync.js
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | WARNING | File appears to be minified and cannot be processed
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/libs/once.js
----------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------
 1 | WARNING | File appears to be minified and cannot be processed
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/core_navigation.js
-------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
-------------------------------------------------------------------------------------------
 16 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 25 | ERROR | [x] Expected 1 space before "?"; 0 found
 25 | ERROR | [x] Expected 1 space after "?"; 0 found
 46 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/sticky.js
-------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------
 15 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/toolbar.js
--------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------
  50 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 127 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/tooltip.js
-------------------------------------------------------------------------------------------
FOUND 13 ERRORS AFFECTING 5 LINES
-------------------------------------------------------------------------------------------
 18 | ERROR | [x] Expected 1 space before "<"; 0 found
 18 | ERROR | [x] Expected 1 space after "<"; 0 found
 18 | ERROR | [x] Expected 1 space before "="; 0 found
 18 | ERROR | [x] Expected 1 space after "="; 0 found
 18 | ERROR | [x] Expected 1 space before ">"; 0 found
 20 | ERROR | [x] Expected 1 space after "<"; 0 found
 20 | ERROR | [x] Expected 1 space before "/"; 0 found
 20 | ERROR | [x] Expected 1 space after "/"; 0 found
 20 | ERROR | [x] Expected 1 space before ">"; 0 found
 20 | ERROR | [x] Expected 1 space after ">"; 0 found
 63 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 64 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 65 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
-------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/messages.js
----------------------------------------------------------------------
FOUND 50 ERRORS AFFECTING 10 LINES
----------------------------------------------------------------------
 30 | ERROR | [x] Expected 1 space before "-"; 0 found
 30 | ERROR | [x] Expected 1 space after "-"; 0 found
 41 | ERROR | [x] Expected 1 space after "<"; 0 found
 41 | ERROR | [x] Expected 1 space before "="; 0 found
 41 | ERROR | [x] Expected 1 space after "="; 0 found
 41 | ERROR | [x] Expected 1 space before ">"; 0 found
 42 | ERROR | [x] Expected 1 space after "<"; 0 found
 42 | ERROR | [x] Expected 1 space before "="; 0 found
 42 | ERROR | [x] Expected 1 space after "="; 0 found
 42 | ERROR | [x] Expected 1 space before "="; 0 found
 42 | ERROR | [x] Expected 1 space after "="; 0 found
 42 | ERROR | [x] Expected 1 space before ">"; 0 found
 44 | ERROR | [x] Expected 1 space after "<"; 0 found
 44 | ERROR | [x] Expected 1 space before "/"; 0 found
 44 | ERROR | [x] Expected 1 space after "/"; 0 found
 44 | ERROR | [x] Expected 1 space before ">"; 0 found
 45 | ERROR | [x] Expected 1 space after "<"; 0 found
 45 | ERROR | [x] Expected 1 space before "/"; 0 found
 45 | ERROR | [x] Expected 1 space after "/"; 0 found
 45 | ERROR | [x] Expected 1 space before ">"; 0 found
 46 | ERROR | [x] Expected 1 space after "<"; 0 found
 46 | ERROR | [x] Expected 1 space before "="; 0 found
 46 | ERROR | [x] Expected 1 space after "="; 0 found
 46 | ERROR | [x] Expected 1 space before ">"; 0 found
 48 | ERROR | [x] Expected 1 space after "<"; 0 found
 48 | ERROR | [x] Expected 1 space before "/"; 0 found
 48 | ERROR | [x] Expected 1 space after "/"; 0 found
 48 | ERROR | [x] Expected 1 space before ">"; 0 found
 49 | ERROR | [x] Expected 1 space after "<"; 0 found
 49 | ERROR | [x] Expected 1 space before "="; 0 found
 49 | ERROR | [x] Expected 1 space after "="; 0 found
 49 | ERROR | [x] Expected 1 space before "="; 0 found
 49 | ERROR | [x] Expected 1 space after "="; 0 found
 49 | ERROR | [x] Expected 1 space before "="; 0 found
 49 | ERROR | [x] Expected 1 space after "="; 0 found
 49 | ERROR | [x] Expected 1 space before ">"; 0 found
 50 | ERROR | [x] Expected 1 space after "<"; 0 found
 50 | ERROR | [x] Expected 1 space before "="; 0 found
 50 | ERROR | [x] Expected 1 space after "="; 0 found
 50 | ERROR | [x] Expected 1 space before ">"; 0 found
 50 | ERROR | [x] Expected 1 space after ">"; 0 found
 50 | ERROR | [x] Expected 1 space before "<"; 0 found
 50 | ERROR | [x] Expected 1 space after "<"; 0 found
 50 | ERROR | [x] Expected 1 space before "/"; 0 found
 50 | ERROR | [x] Expected 1 space after "/"; 0 found
 50 | ERROR | [x] Expected 1 space before ">"; 0 found
 52 | ERROR | [x] Expected 1 space after "<"; 0 found
 52 | ERROR | [x] Expected 1 space before "/"; 0 found
 52 | ERROR | [x] Expected 1 space after "/"; 0 found
 52 | ERROR | [x] Expected 1 space before ">"; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 50 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/tableheader.js
---------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------
 34 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 46 | ERROR | [x] Expected 1 space before "-"; 0 found
 46 | ERROR | [x] Expected 1 space after "-"; 0 found
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/navigation/vendor/floating-ui/floating-ui.dom.umd.js
------------------------------------------------------------------------------------------------------
FOUND 50 ERRORS AFFECTING 46 LINES
------------------------------------------------------------------------------------------------------
   9 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  38 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  59 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  59 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  62 | ERROR | [x] Inline control structures are not allowed
  62 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 135 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 145 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 146 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 152 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 155 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 314 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 349 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 385 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 399 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 408 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 458 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 474 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 498 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 509 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 555 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 561 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 565 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 588 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 597 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 597 | ERROR | [x] Expected 1 space before "-"; 0 found
 597 | ERROR | [x] Expected 1 space after "-"; 0 found
 600 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 603 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 610 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 627 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 628 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 629 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 631 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 637 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 641 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 642 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 651 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 671 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 703 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 707 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 711 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 715 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 719 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 723 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 727 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 731 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 735 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 739 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 747 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 50 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/navigation/vendor/floating-ui/floating-ui.core.umd.js
-------------------------------------------------------------------------------------------------------
FOUND 77 ERRORS AFFECTING 59 LINES
-------------------------------------------------------------------------------------------------------
   42 | ERROR | [x] Case breaking statements must be followed by a single blank line
   48 | ERROR | [x] Case breaking statements must be followed by a single blank line
   54 | ERROR | [x] Case breaking statements must be followed by a single blank line
   60 | ERROR | [x] Case breaking statements must be followed by a single blank line
   70 | ERROR | [x] Case breaking statements must be followed by a single blank line
   85 | ERROR | [x] Space before opening parenthesis of function call prohibited
   93 | ERROR | [x] Space before opening parenthesis of function call prohibited
   93 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  130 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  131 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  146 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  228 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  235 | ERROR | [x] Space before opening parenthesis of function call prohibited
  235 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  235 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  235 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  235 | ERROR | [x] Space before opening parenthesis of function call prohibited
  235 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  245 | ERROR | [x] Space before opening parenthesis of function call prohibited
  245 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  246 | ERROR | [x] Space before opening parenthesis of function call prohibited
  246 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  246 | ERROR | [x] Space before opening parenthesis of function call prohibited
  246 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  295 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  312 | ERROR | [x] Space before opening parenthesis of function call prohibited
  312 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  316 | ERROR | [x] Space before opening parenthesis of function call prohibited
  316 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  338 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  365 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  392 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  394 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  420 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  423 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  426 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  428 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  430 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  436 | ERROR | [x] Space before opening parenthesis of function call prohibited
  436 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  447 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  477 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  507 | ERROR | [x] Inline control structures are not allowed
  508 | ERROR | [x] Case breaking statements must be followed by a single blank line
  511 | ERROR | [x] Case breaking statements must be followed by a single blank line
  552 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  553 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  557 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  562 | ERROR | [x] Space before opening parenthesis of function call prohibited
  562 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  570 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  589 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  606 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  614 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  618 | ERROR | [x] Case breaking statements must be followed by a single blank line
  677 | ERROR | [x] Case breaking statements must be followed by a single blank line
  688 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  691 | ERROR | [x] Case breaking statements must be followed by a single blank line
  722 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  762 | ERROR | [x] Space before opening parenthesis of function call prohibited
  762 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  768 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  768 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  844 | ERROR | [x] Space before opening parenthesis of function call prohibited
  844 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  860 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  864 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  931 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  932 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 1004 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 1005 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 1038 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1039 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1091 | ERROR | [x] Space before opening parenthesis of function call prohibited
 1091 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 1128 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 1150 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
-------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 77 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/navigation/navigation.js
----------------------------------------------------------------------------------------------
FOUND 99 ERRORS AFFECTING 54 LINES
----------------------------------------------------------------------------------------------
  41 | ERROR | [x] Expected 1 space before "?"; 0 found
  41 | ERROR | [x] Expected 1 space after "?"; 0 found
  41 | ERROR | [x] Expected 1 space before "?"; 0 found
  41 | ERROR | [x] Expected 1 space after "?"; 0 found
  42 | ERROR | [x] Expected 1 space before "?"; 0 found
  42 | ERROR | [x] Expected 1 space after "?"; 0 found
  42 | ERROR | [x] Expected 1 space before "?"; 0 found
  42 | ERROR | [x] Expected 1 space after "?"; 0 found
  46 | ERROR | [x] Expected 1 space before "?"; 0 found
  46 | ERROR | [x] Expected 1 space after "?"; 0 found
  46 | ERROR | [x] Expected 1 space before "?"; 0 found
  46 | ERROR | [x] Expected 1 space after "?"; 0 found
  51 | ERROR | [x] Expected 1 space before "?"; 0 found
  51 | ERROR | [x] Expected 1 space after "?"; 0 found
  51 | ERROR | [x] Expected 1 space before ":"; 0 found
  82 | ERROR | [x] Expected 1 space before "?"; 0 found
  82 | ERROR | [x] Expected 1 space after "?"; 0 found
  96 | ERROR | [x] Inline control structures are not allowed
  98 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 112 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 113 | ERROR | [x] Expected 1 space before "?"; 0 found
 113 | ERROR | [x] Expected 1 space after "?"; 0 found
 146 | ERROR | [x] Expected 1 space before "?"; 0 found
 146 | ERROR | [x] Expected 1 space after "?"; 0 found
 172 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 173 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 220 | ERROR | [x] Inline control structures are not allowed
 237 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 238 | ERROR | [x] Expected 1 space before "-"; 0 found
 238 | ERROR | [x] Expected 1 space after "-"; 0 found
 247 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 269 | ERROR | [x] Expected 1 space before "?"; 0 found
 269 | ERROR | [x] Expected 1 space after "?"; 0 found
 270 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 285 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 288 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 304 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 324 | ERROR | [x] Expected 1 space before "?"; 0 found
 324 | ERROR | [x] Expected 1 space after "?"; 0 found
 329 | ERROR | [x] Expected 1 space before "-"; 0 found
 329 | ERROR | [x] Expected 1 space after "-"; 0 found
 329 | ERROR | [x] Expected 1 space before "="; 0 found
 329 | ERROR | [x] Expected 1 space after "="; 0 found
 329 | ERROR | [x] Expected 1 space before "?"; 0 found
 329 | ERROR | [x] Expected 1 space after "?"; 0 found
 330 | ERROR | [x] Expected 1 space before "?"; 0 found
 330 | ERROR | [x] Expected 1 space after "?"; 0 found
 331 | ERROR | [x] Expected 1 space before "?"; 0 found
 331 | ERROR | [x] Expected 1 space after "?"; 0 found
 331 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 333 | ERROR | [x] Expected 1 space before "?"; 0 found
 333 | ERROR | [x] Expected 1 space after "?"; 0 found
 334 | ERROR | [x] Expected 1 space before "?"; 0 found
 334 | ERROR | [x] Expected 1 space after "?"; 0 found
 345 | ERROR | [x] Expected 1 space before "?"; 0 found
 345 | ERROR | [x] Expected 1 space after "?"; 0 found
 359 | ERROR | [x] Inline control structures are not allowed
 363 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 365 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 384 | ERROR | [x] Expected 1 space before "?"; 0 found
 384 | ERROR | [x] Expected 1 space after "?"; 0 found
 395 | ERROR | [x] Case breaking statements must be followed by a single blank line
 403 | ERROR | [x] Case breaking statements must be followed by a single blank line
 454 | ERROR | [x] Case breaking statements must be followed by a single blank line
 464 | ERROR | [x] Case breaking statements must be followed by a single blank line
 483 | ERROR | [x] Expected 1 space before "?"; 0 found
 483 | ERROR | [x] Expected 1 space after "?"; 0 found
 486 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 490 | ERROR | [x] Expected 1 space before "?"; 0 found
 490 | ERROR | [x] Expected 1 space after "?"; 0 found
 493 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 494 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 502 | ERROR | [x] Expected 1 space before "?"; 0 found
 502 | ERROR | [x] Expected 1 space after "?"; 0 found
 503 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 513 | ERROR | [x] Expected 1 space before "?"; 0 found
 513 | ERROR | [x] Expected 1 space after "?"; 0 found
 519 | ERROR | [x] Expected 1 space before "?"; 0 found
 519 | ERROR | [x] Expected 1 space after "?"; 0 found
 526 | ERROR | [x] Expected 1 space before "?"; 0 found
 526 | ERROR | [x] Expected 1 space after "?"; 0 found
 538 | ERROR | [x] Expected 1 space after "?"; 0 found
 538 | ERROR | [x] Expected 1 space before "?"; 0 found
 546 | ERROR | [x] Expected 1 space before "-"; 0 found
 546 | ERROR | [x] Expected 1 space after "-"; 0 found
 546 | ERROR | [x] Expected 1 space before "-"; 0 found
 546 | ERROR | [x] Expected 1 space after "-"; 0 found
 546 | ERROR | [x] Expected 1 space before "="; 0 found
 546 | ERROR | [x] Expected 1 space after "="; 0 found
 547 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 562 | ERROR | [x] Expected 1 space after "?"; 0 found
 562 | ERROR | [x] Expected 1 space before "?"; 0 found
 592 | ERROR | [x] Expected 1 space before "-"; 0 found
 592 | ERROR | [x] Expected 1 space after "-"; 0 found
 592 | ERROR | [x] Expected 1 space before "-"; 0 found
 592 | ERROR | [x] Expected 1 space after "-"; 0 found
 593 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 639 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 652 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 99 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/settings.js
--------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------
 136 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 168 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
 172 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/description_toggle.js
---------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
---------------------------------------------------------------------------------------------
 10 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 30 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 31 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/gin_ckeditor.js
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
 72 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 91 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
----------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/accent.js
--------------------------------------------------------------------------------------------
FOUND 114 ERRORS AFFECTING 24 LINES
--------------------------------------------------------------------------------------------
  21 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  31 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  40 | ERROR | [x] Expected 1 space before "-"; 0 found
  40 | ERROR | [x] Expected 1 space after "-"; 0 found
  40 | ERROR | [x] Expected 1 space before "-"; 0 found
  40 | ERROR | [x] Expected 1 space after "-"; 0 found
  40 | ERROR | [x] Expected 1 space before "="; 0 found
  40 | ERROR | [x] Expected 1 space after "="; 0 found
  41 | ERROR | [x] Expected 1 space before "-"; 0 found
  41 | ERROR | [x] Expected 1 space after "-"; 0 found
  41 | ERROR | [x] Expected 1 space before "-"; 0 found
  41 | ERROR | [x] Expected 1 space after "-"; 0 found
  41 | ERROR | [x] Expected 1 space before "-"; 0 found
  41 | ERROR | [x] Expected 1 space after "-"; 0 found
  42 | ERROR | [x] Expected 1 space before "-"; 0 found
  42 | ERROR | [x] Expected 1 space after "-"; 0 found
  42 | ERROR | [x] Expected 1 space before "-"; 0 found
  42 | ERROR | [x] Expected 1 space after "-"; 0 found
  42 | ERROR | [x] Expected 1 space before "-"; 0 found
  42 | ERROR | [x] Expected 1 space after "-"; 0 found
  43 | ERROR | [x] Expected 1 space before "-"; 0 found
  43 | ERROR | [x] Expected 1 space after "-"; 0 found
  43 | ERROR | [x] Expected 1 space before "-"; 0 found
  43 | ERROR | [x] Expected 1 space after "-"; 0 found
  43 | ERROR | [x] Expected 1 space before "-"; 0 found
  43 | ERROR | [x] Expected 1 space after "-"; 0 found
  44 | ERROR | [x] Expected 1 space before "-"; 0 found
  44 | ERROR | [x] Expected 1 space after "-"; 0 found
  44 | ERROR | [x] Expected 1 space before "-"; 0 found
  44 | ERROR | [x] Expected 1 space after "-"; 0 found
  44 | ERROR | [x] Expected 1 space before "-"; 0 found
  44 | ERROR | [x] Expected 1 space after "-"; 0 found
  45 | ERROR | [x] Expected 1 space before "-"; 0 found
  45 | ERROR | [x] Expected 1 space after "-"; 0 found
  45 | ERROR | [x] Expected 1 space before "-"; 0 found
  45 | ERROR | [x] Expected 1 space after "-"; 0 found
  46 | ERROR | [x] Expected 1 space before "-"; 0 found
  46 | ERROR | [x] Expected 1 space after "-"; 0 found
  46 | ERROR | [x] Expected 1 space before "-"; 0 found
  46 | ERROR | [x] Expected 1 space after "-"; 0 found
  46 | ERROR | [x] Expected 1 space before "-"; 0 found
  46 | ERROR | [x] Expected 1 space after "-"; 0 found
  48 | ERROR | [x] Expected 1 space before "-"; 0 found
  48 | ERROR | [x] Expected 1 space after "-"; 0 found
  48 | ERROR | [x] Expected 1 space before "-"; 0 found
  48 | ERROR | [x] Expected 1 space after "-"; 0 found
  48 | ERROR | [x] Expected 1 space before "-"; 0 found
  48 | ERROR | [x] Expected 1 space after "-"; 0 found
  48 | ERROR | [x] Expected 1 space before "="; 0 found
  48 | ERROR | [x] Expected 1 space after "="; 0 found
  49 | ERROR | [x] Expected 1 space before "-"; 0 found
  49 | ERROR | [x] Expected 1 space after "-"; 0 found
  49 | ERROR | [x] Expected 1 space before "-"; 0 found
  49 | ERROR | [x] Expected 1 space after "-"; 0 found
  49 | ERROR | [x] Expected 1 space before "-"; 0 found
  49 | ERROR | [x] Expected 1 space after "-"; 0 found
  49 | ERROR | [x] Expected 1 space before "="; 0 found
  49 | ERROR | [x] Expected 1 space after "="; 0 found
  50 | ERROR | [x] Expected 1 space before "-"; 0 found
  50 | ERROR | [x] Expected 1 space after "-"; 0 found
  50 | ERROR | [x] Expected 1 space before "-"; 0 found
  50 | ERROR | [x] Expected 1 space after "-"; 0 found
  50 | ERROR | [x] Expected 1 space before "-"; 0 found
  50 | ERROR | [x] Expected 1 space after "-"; 0 found
  51 | ERROR | [x] Expected 1 space before "-"; 0 found
  51 | ERROR | [x] Expected 1 space after "-"; 0 found
  51 | ERROR | [x] Expected 1 space before "-"; 0 found
  51 | ERROR | [x] Expected 1 space after "-"; 0 found
  51 | ERROR | [x] Expected 1 space before "-"; 0 found
  51 | ERROR | [x] Expected 1 space after "-"; 0 found
  52 | ERROR | [x] Expected 1 space before "-"; 0 found
  52 | ERROR | [x] Expected 1 space after "-"; 0 found
  52 | ERROR | [x] Expected 1 space before "-"; 0 found
  52 | ERROR | [x] Expected 1 space after "-"; 0 found
  52 | ERROR | [x] Expected 1 space before "-"; 0 found
  52 | ERROR | [x] Expected 1 space after "-"; 0 found
  53 | ERROR | [x] Expected 1 space before "-"; 0 found
  53 | ERROR | [x] Expected 1 space after "-"; 0 found
  53 | ERROR | [x] Expected 1 space before "-"; 0 found
  53 | ERROR | [x] Expected 1 space after "-"; 0 found
  69 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  78 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
  89 | ERROR | [x] Expected 1 space before "-"; 0 found
  89 | ERROR | [x] Expected 1 space after "-"; 0 found
  89 | ERROR | [x] Expected 1 space before "-"; 0 found
  89 | ERROR | [x] Expected 1 space after "-"; 0 found
  89 | ERROR | [x] Expected 1 space before "="; 0 found
  89 | ERROR | [x] Expected 1 space after "="; 0 found
  90 | ERROR | [x] Expected 1 space before "-"; 0 found
  90 | ERROR | [x] Expected 1 space after "-"; 0 found
  90 | ERROR | [x] Expected 1 space before "-"; 0 found
  90 | ERROR | [x] Expected 1 space after "-"; 0 found
  92 | ERROR | [x] Expected 1 space before "-"; 0 found
  92 | ERROR | [x] Expected 1 space after "-"; 0 found
  92 | ERROR | [x] Expected 1 space before "-"; 0 found
  92 | ERROR | [x] Expected 1 space after "-"; 0 found
  92 | ERROR | [x] Expected 1 space before "-"; 0 found
  92 | ERROR | [x] Expected 1 space after "-"; 0 found
  92 | ERROR | [x] Expected 1 space before "="; 0 found
  92 | ERROR | [x] Expected 1 space after "="; 0 found
  93 | ERROR | [x] Expected 1 space before "-"; 0 found
  93 | ERROR | [x] Expected 1 space after "-"; 0 found
  93 | ERROR | [x] Expected 1 space before "-"; 0 found
  93 | ERROR | [x] Expected 1 space after "-"; 0 found
  93 | ERROR | [x] Expected 1 space before "-"; 0 found
  93 | ERROR | [x] Expected 1 space after "-"; 0 found
  93 | ERROR | [x] Expected 1 space before "="; 0 found
  93 | ERROR | [x] Expected 1 space after "="; 0 found
  94 | ERROR | [x] Expected 1 space before "-"; 0 found
  94 | ERROR | [x] Expected 1 space after "-"; 0 found
  94 | ERROR | [x] Expected 1 space before "-"; 0 found
  94 | ERROR | [x] Expected 1 space after "-"; 0 found
 129 | ERROR | [x] Expected 1 space after FUNCTION keyword; 0 found
 134 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
--------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 114 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/js/sidebar.js
----------------------------------------------------------------------------------------------
FOUND 12 ERRORS AFFECTING 8 LINES
----------------------------------------------------------------------------------------------
  12 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  42 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
  78 | ERROR | [x] Expected 1 space before "?"; 0 found
  78 | ERROR | [x] Expected 1 space after "?"; 0 found
  82 | ERROR | [x] Expected 1 space before "?"; 0 found
  82 | ERROR | [x] Expected 1 space after "?"; 0 found
 104 | ERROR | [x] Expected 1 space before "?"; 0 found
 104 | ERROR | [x] Expected 1 space after "?"; 0 found
 109 | ERROR | [x] Expected 1 space before "?"; 0 found
 109 | ERROR | [x] Expected 1 space after "?"; 0 found
 169 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 175 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 12 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/gin.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: /var/www/html/d10/web/themes/contrib/gin/webpack.config.js
----------------------------------------------------------------------------------------------
FOUND 27 ERRORS AFFECTING 19 LINES
----------------------------------------------------------------------------------------------
  96 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 114 | ERROR | [x] Expected 1 space before "/"; 0 found
 114 | ERROR | [x] Expected 1 space after "/"; 0 found
 114 | ERROR | [x] Expected 1 space before "/"; 0 found
 114 | ERROR | [x] Expected 1 space after "/"; 0 found
 117 | ERROR | [x] Expected 1 space before "/"; 0 found
 117 | ERROR | [x] Expected 1 space after "/"; 0 found
 153 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 156 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 171 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 172 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 173 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 174 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 175 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 209 | ERROR | [x] Expected 1 space before "/"; 0 found
 209 | ERROR | [x] Expected 1 space after "/"; 0 found
 209 | ERROR | [x] Expected 1 space before "/"; 0 found
 209 | ERROR | [x] Expected 1 space after "/"; 0 found
 212 | ERROR | [x] Expected 1 space before "/"; 0 found
 212 | ERROR | [x] Expected 1 space after "/"; 0 found
 233 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 242 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 256 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 259 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 260 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 261 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 267 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 27 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------


FILE: /var/www/html/d10/web/themes/contrib/gin/webpack.config.build.js
---------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
---------------------------------------------------------------------------------------------
  7 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
  9 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 14 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 15 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 17 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
 18 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
 22 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
---------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------

Time: 6 secs; Memory: 78MB

Steps to reproduce

Run PHPCS on Config Pages module.

Proposed resolution

Fixed the coding standards.

Remaining tasks

Submit the patch either MR.

📌 Task
Status

Closed: works as designed

Component

Code

Created by

🇮🇳India Hetal.Solanki

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024