Fix coding standards

Created on 12 November 2024, about 1 month ago

Problem/Motivation

While working on issue #3473045 🐛 Autocomplete field with "STARTS_WITH" enabled Needs work I noticed there are a bunch of warnings from PHPCBF and PHPCS.

FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformMessageManagerInterface.php
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------
 8 | WARNING | Line exceeds 80 characters; contains 91 characters
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformEntityReferenceManagerInterface.php
-----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------
  17 | WARNING | Line exceeds 80 characters; contains 81 characters
 124 | WARNING | Line exceeds 80 characters; contains 81 characters
-----------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformSubmissionGenerate.php
----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------
 144 | WARNING | Line exceeds 80 characters; contains 83 characters
----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformSubmissionConditionsValidator.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 5 WARNINGS AFFECTING 6 LINES
------------------------------------------------------------------------------------------------------------------------------------------
 129 | WARNING | Line exceeds 80 characters; contains 81 characters
 464 | WARNING | Line exceeds 80 characters; contains 82 characters
 486 | WARNING | Line exceeds 80 characters; contains 113 characters
 493 | WARNING | Line exceeds 80 characters; contains 99 characters
 772 | ERROR   | The array declaration extends to column 134 (the limit is 120). The array content should be split up over multiple lines
 949 | WARNING | Line exceeds 80 characters; contains 82 characters
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformSubmissionExporter.php
----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------------------
  486 | WARNING | Line exceeds 80 characters; contains 86 characters
 1066 | WARNING | Line exceeds 80 characters; contains 81 characters
----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformOptionsStorage.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
 32 | WARNING | Line exceeds 80 characters; contains 83 characters
 99 | WARNING | Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
--------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformInterface.php
-------------------------------------------------------------------------
FOUND 0 ERRORS AND 10 WARNINGS AFFECTING 10 LINES
-------------------------------------------------------------------------
  694 | WARNING | Line exceeds 80 characters; contains 83 characters
  710 | WARNING | Line exceeds 80 characters; contains 83 characters
  740 | WARNING | Line exceeds 80 characters; contains 83 characters
  763 | WARNING | Line exceeds 80 characters; contains 81 characters
  775 | WARNING | Line exceeds 80 characters; contains 81 characters
  912 | WARNING | Line exceeds 80 characters; contains 85 characters
 1079 | WARNING | Line exceeds 80 characters; contains 81 characters
 1150 | WARNING | Line exceeds 80 characters; contains 86 characters
 1201 | WARNING | Line exceeds 80 characters; contains 81 characters
 1247 | WARNING | Line exceeds 80 characters; contains 85 characters
-------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformThemeManagerInterface.php
-------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------
 80 | WARNING | Line exceeds 80 characters; contains 89 characters
-------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformEntityElementsForm.php
----------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------
 84 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Annotation/WebformHandler.php
----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------
 101 | WARNING | Line exceeds 80 characters; contains 100 characters
----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/EntitySettings/WebformEntitySettingsFormForm.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 1 WARNING AFFECTING 9 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
  87 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
 117 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters
 227 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 228 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 347 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 644 | ERROR   | [ ] The array declaration extends to column 121 (the limit is 120). The array content should be split up over multiple lines
 661 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 698 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 699 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/EntitySettings/WebformEntitySettingsAssetsForm.php
-------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------
 32 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
-------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/EntitySettings/WebformEntitySettingsGeneralForm.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AFFECTING 7 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
 225 | ERROR | [x] Array indentation error, expected 8 spaces but found 11
 226 | ERROR | [x] Array indentation error, expected 8 spaces but found 7
 238 | ERROR | [x] Array indentation error, expected 8 spaces but found 11
 239 | ERROR | [x] Array indentation error, expected 8 spaces but found 7
 410 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 411 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 596 | ERROR | [ ] The array declaration extends to column 126 (the limit is 120). The array content should be split up over multiple lines
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/EntitySettings/WebformEntitySettingsSubmissionsForm.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 9 ERRORS AFFECTING 9 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
 239 | ERROR | [ ] The array declaration extends to column 137 (the limit is 120). The array content should be split up over multiple lines
 293 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 298 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 299 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 304 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 305 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 320 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 321 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 454 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/EntitySettings/WebformEntitySettingsConfirmationForm.php
-------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------
 145 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
-------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformEntityConditionsManager.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------
 170 | WARNING | Line exceeds 80 characters; contains 84 characters
 232 | ERROR   | The array declaration extends to column 134 (the limit is 120). The array content should be split up over multiple lines
 244 | WARNING | Line exceeds 80 characters; contains 82 characters
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformSubmissionListBuilder.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------------------------------------------------
 720 | ERROR | The array declaration extends to column 181 (the limit is 120). The array content should be split up over multiple lines
 808 | ERROR | The array declaration extends to column 206 (the limit is 120). The array content should be split up over multiple lines
 904 | ERROR | The array declaration extends to column 228 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformLikert.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------
 139 | ERROR | The array declaration extends to column 121 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformExcludedElements.php
----------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------
 129 | WARNING | Line exceeds 80 characters; contains 90 characters
----------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformComputedBase.php
------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 2 LINES
------------------------------------------------------------------------------------
 129 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
 207 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters
 207 | ERROR   | [x] Inline comments must start with a capital letter
------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformSubmissionViews.php
------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------------
 56 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 57 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 57 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 58 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 58 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformTableSelectSort.php
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------
 131 | WARNING | Line exceeds 80 characters; contains 81 characters
 158 | WARNING | Line exceeds 80 characters; contains 82 characters
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformElementComposite.php
-------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AND 10 WARNINGS AFFECTING 10 LINES
-------------------------------------------------------------------------------------------------------------------------------------------------
 139 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 140 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
 140 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 141 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
 141 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 142 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
 142 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 143 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
 143 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 211 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 212 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
 212 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 213 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
 213 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 214 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
 214 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 347 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
-------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformHtmlEditor.php
----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------------------
  15 | WARNING | Line exceeds 80 characters; contains 97 characters
 106 | WARNING | Line exceeds 80 characters; contains 84 characters
----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformCompositeFormElementTrait.php
-------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------
 78 | WARNING | Line exceeds 80 characters; contains 84 characters
-------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformMessage.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
 90 | ERROR | The array declaration extends to column 145 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformEmailConfirm.php
------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
------------------------------------------------------------------------------------
  11 | WARNING | Line exceeds 80 characters; contains 93 characters
 188 | WARNING | Line exceeds 80 characters; contains 82 characters
------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformMultiple.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 8 WARNINGS AFFECTING 11 LINES
------------------------------------------------------------------------------------------------------------------------------------------
 330 | WARNING | Line exceeds 80 characters; contains 82 characters
 472 | ERROR   | The array declaration extends to column 138 (the limit is 120). The array content should be split up over multiple lines
 477 | ERROR   | The array declaration extends to column 144 (the limit is 120). The array content should be split up over multiple lines
 624 | WARNING | Line exceeds 80 characters; contains 91 characters
 625 | WARNING | Line exceeds 80 characters; contains 89 characters
 683 | ERROR   | The array declaration extends to column 126 (the limit is 120). The array content should be split up over multiple lines
 688 | WARNING | Line exceeds 80 characters; contains 84 characters
 689 | WARNING | Line exceeds 80 characters; contains 82 characters
 703 | WARNING | Line exceeds 80 characters; contains 84 characters
 704 | WARNING | Line exceeds 80 characters; contains 82 characters
 989 | WARNING | Line exceeds 80 characters; contains 96 characters
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformOptions.php
-------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------
 93 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
-------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformSubmissionViewsReplace.php
----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------
 10 | WARNING | Line exceeds 80 characters; contains 85 characters
----------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/Webform.php
------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
------------------------------------------------------------------------------
 217 | ERROR | Doc comment short description must start with a capital letter
------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformVariant.php
-------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------
 33 | ERROR | Doc comment short description must start with a capital letter
-------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformElementStates.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------------
  73 | WARNING | Line exceeds 80 characters; contains 81 characters
 947 | ERROR   | The array declaration extends to column 129 (the limit is 120). The array content should be split up over multiple lines
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformEmailMultiple.php
-------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-------------------------------------------------------------------------------------
  10 | WARNING | Line exceeds 80 characters; contains 84 characters
 102 | WARNING | Line exceeds 80 characters; contains 82 characters
-------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Element/WebformExcludedColumns.php
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------
 8 | WARNING | Line exceeds 80 characters; contains 91 characters
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformSubmissionStorageInterface.php
------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------
 16 | WARNING | Line exceeds 80 characters; contains 84 characters
------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformTranslationLingotekManagerInterface.php
---------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------
 21 | WARNING | Line exceeds 80 characters; contains 82 characters
---------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformTokenManager.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------
 295 | ERROR | The array declaration extends to column 121 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformSubmissionStorage.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
  600 | WARNING | Line exceeds 80 characters; contains 83 characters
 1242 | ERROR   | The array declaration extends to column 186 (the limit is 120). The array content should be split up over multiple lines
 1545 | WARNING | Line exceeds 80 characters; contains 82 characters
-------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformHelpManager.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 43 ERRORS AFFECTING 43 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
  362 | ERROR | [ ] The array declaration extends to column 123 (the limit is 120). The array content should be split up over multiple lines
  632 | ERROR | [x] Array indentation error, expected 12 spaces but found 14
  769 | ERROR | [x] Array indentation error, expected 10 spaces but found 12
  887 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 1598 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1605 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
 1621 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1622 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1623 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1629 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1740 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1753 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1766 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1805 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1806 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1807 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1808 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1809 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1810 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1811 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1812 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1813 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1814 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1815 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1816 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1817 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1818 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1819 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1820 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1863 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1876 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1889 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1901 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1918 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1931 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 1991 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 2111 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 2249 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 2250 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 2294 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 2351 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 2352 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 2353 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 42 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformLibrariesManager.php
--------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------
 197 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 202 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 203 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Ajax/WebformConfirmReloadCommand.php
-----------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------
 10 | WARNING | Line exceeds 80 characters; contains 85 characters
-----------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Ajax/WebformScrollTopCommand.php
-------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------
 10 | WARNING | Line exceeds 80 characters; contains 81 characters
-------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Ajax/WebformCloseDialogCommand.php
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------
 10 | WARNING | Line exceeds 80 characters; contains 83 characters
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformEntityListBuilder.php
---------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------
 298 | WARNING | Line exceeds 80 characters; contains 99 characters
---------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Entity/WebformSubmission.php
---------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
---------------------------------------------------------------------------------
 133 | WARNING | Line exceeds 80 characters; contains 88 characters
 799 | WARNING | Line exceeds 80 characters; contains 83 characters
 900 | WARNING | Possible useless method overriding detected
 952 | WARNING | Line exceeds 80 characters; contains 89 characters
---------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Entity/WebformOptions.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------
 143 | ERROR | The array declaration extends to column 170 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Entity/Webform.php
-----------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
-----------------------------------------------------------------------
  438 | WARNING | Line exceeds 80 characters; contains 83 characters
 3052 | WARNING | Possible useless method overriding detected
 3062 | WARNING | Possible useless method overriding detected
-----------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Twig/WebformTwigExtension.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------
 145 | ERROR | The array declaration extends to column 126 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Controller/WebformElementController.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
  36 | ERROR | [ ] The array declaration extends to column 121 (the limit is 120). The array content should be split up over multiple lines
 214 | ERROR | [x] Case breaking statements must be followed by a single blank line
 226 | ERROR | [x] Expected 1 blank line after function; 0 found
 227 | ERROR | [x] The closing brace for the class must have an empty line before it
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Controller/WebformOptionsController.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
 48 | ERROR | The array declaration extends to column 123 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Controller/WebformPluginExporterController.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
 44 | ERROR | The array declaration extends to column 149 (the limit is 120). The array content should be split up over multiple lines
 44 | ERROR | The array declaration extends to column 148 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Controller/WebformPluginVariantController.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------------------------------------------------
  69 | ERROR | The array declaration extends to column 149 (the limit is 120). The array content should be split up over multiple lines
  69 | ERROR | The array declaration extends to column 148 (the limit is 120). The array content should be split up over multiple lines
 190 | ERROR | The array declaration extends to column 130 (the limit is 120). The array content should be split up over multiple lines
 206 | ERROR | The array declaration extends to column 129 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Controller/WebformPluginHandlerController.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------------------------------------------------
  59 | ERROR | The array declaration extends to column 149 (the limit is 120). The array content should be split up over multiple lines
  59 | ERROR | The array declaration extends to column 148 (the limit is 120). The array content should be split up over multiple lines
 200 | ERROR | The array declaration extends to column 132 (the limit is 120). The array content should be split up over multiple lines
 227 | ERROR | The array declaration extends to column 131 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Controller/WebformAddonsController.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
 123 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
 131 | ERROR   | [ ] The array declaration extends to column 226 (the limit is 120). The array content should be split up over multiple lines
 132 | ERROR   | [x] Array indentation error, expected 14 spaces but found 16
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Controller/WebformPluginElementController.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------
 128 | ERROR | The array declaration extends to column 224 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Controller/WebformResultsExportController.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------
 232 | WARNING | Line exceeds 80 characters; contains 84 characters
 275 | ERROR   | The array declaration extends to column 155 (the limit is 120). The array content should be split up over multiple lines
 340 | ERROR   | The array declaration extends to column 157 (the limit is 120). The array content should be split up over multiple lines
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformDeleteFormBase.php
-----------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------
 73 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
-----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformResultsClearForm.php
-------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------
 55 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformHandlerEditForm.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
 22 | ERROR | The array declaration extends to column 146 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformVariantDeleteForm.php
--------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------
 55 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformSubmissionsDeleteFormBase.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------
 185 | ERROR | The array declaration extends to column 162 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformVariantApplyForm.php
-------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------
 63 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 71 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformConfigEntityDeleteFormBase.php
-----------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------
 67 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformAjaxFormTrait.php
----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------------------
 290 | WARNING | Line exceeds 80 characters; contains 95 characters
 364 | WARNING | Line exceeds 80 characters; contains 81 characters
----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformSubmissionDeleteForm.php
-----------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------
 114 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformHandlerDeleteForm.php
--------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------
 55 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformVariantEditForm.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
 22 | ERROR | The array declaration extends to column 146 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/AdminConfig/WebformAdminConfigFormsForm.php
-----------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------
 153 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 635 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 636 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/AdminConfig/WebformAdminConfigRepairForm.php
------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------
 55 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 58 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/AdminConfig/WebformAdminConfigAdvancedForm.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AFFECTING 6 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
 102 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 103 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
 159 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 160 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 167 | ERROR | [ ] The array declaration extends to column 298 (the limit is 120). The array content should be split up over multiple lines
 184 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/AdminConfig/WebformAdminConfigElementsForm.php
--------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 1 WARNING AFFECTING 9 LINES
--------------------------------------------------------------------------------------------------------
  86 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 240 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 280 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 287 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 316 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 342 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 343 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 396 | ERROR   | [x] Array indentation error, expected 10 spaces but found 12
 560 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
--------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/AdminConfig/WebformAdminConfigSubmissionsForm.php
-----------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------
 119 | ERROR | [x] Array indentation error, expected 8 spaces but found 10
-----------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/AdminConfig/WebformAdminConfigLibrariesForm.php
---------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
---------------------------------------------------------------------------------------------------------
 69 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 85 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
---------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformResultsCustomForm.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------------------
 129 | ERROR | The array declaration extends to column 185 (the limit is 120). The array content should be split up over multiple lines
 143 | ERROR | The array declaration extends to column 185 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformDialogFormTrait.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------------
 109 | ERROR   | The array declaration extends to column 135 (the limit is 120). The array content should be split up over multiple lines
 137 | WARNING | Line exceeds 80 characters; contains 95 characters
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Form/WebformSubmissionsPurgeForm.php
-----------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-----------------------------------------------------------------------------------------
 53 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformOptionsListBuilder.php
----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------
 183 | WARNING | Line exceeds 80 characters; contains 87 characters
----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Breadcrumb/WebformBreadcrumbBuilder.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
 91 | ERROR | The array declaration extends to column 325 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/ContextProvider/WebformSubmissionRouteContext.php
------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------
 14 | WARNING | Line exceeds 80 characters; contains 81 characters
------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Utility/WebformElementHelper.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 6 WARNINGS AFFECTING 8 LINES
------------------------------------------------------------------------------------------------------------------------------------------
  61 | WARNING | Line exceeds 80 characters; contains 84 characters
  68 | WARNING | Line exceeds 80 characters; contains 84 characters
 237 | ERROR   | The array declaration extends to column 144 (the limit is 120). The array content should be split up over multiple lines
 366 | WARNING | Line exceeds 80 characters; contains 83 characters
 537 | WARNING | Line exceeds 80 characters; contains 84 characters
 752 | ERROR   | The array declaration extends to column 142 (the limit is 120). The array content should be split up over multiple lines
 771 | WARNING | Line exceeds 80 characters; contains 95 characters
 788 | WARNING | Line exceeds 80 characters; contains 95 characters
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Utility/WebformFormHelper.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------
  32 | ERROR   | The array declaration extends to column 125 (the limit is 120). The array content should be split up over multiple lines
 189 | WARNING | Line exceeds 80 characters; contains 113 characters
 205 | WARNING | Line exceeds 80 characters; contains 113 characters
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Utility/WebformArrayHelper.php
-----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
-----------------------------------------------------------------------------------
  11 | WARNING | Line exceeds 80 characters; contains 100 characters
 292 | WARNING | Line exceeds 80 characters; contains 105 characters
 308 | WARNING | Line exceeds 80 characters; contains 106 characters
-----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Utility/WebformDateHelper.php
----------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------
 265 | ERROR | [x] Inline comments must start with a capital letter
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Utility/WebformOptionsHelper.php
-------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
-------------------------------------------------------------------------------------
  98 | WARNING | Line exceeds 80 characters; contains 81 characters
 297 | WARNING | Line exceeds 80 characters; contains 94 characters
 317 | WARNING | Line exceeds 80 characters; contains 83 characters
-------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Utility/WebformXss.php
---------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------
 13 | WARNING | Line exceeds 80 characters; contains 118 characters
 29 | WARNING | Line exceeds 80 characters; contains 90 characters
---------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformHandler/EmailWebformHandler.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 3 WARNINGS AFFECTING 7 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
  311 | ERROR   | The array declaration extends to column 148 (the limit is 120). The array content should be split up over multiple lines
  332 | ERROR   | The array declaration extends to column 132 (the limit is 120). The array content should be split up over multiple lines
  373 | WARNING | Line exceeds 80 characters; contains 84 characters
  392 | ERROR   | The array declaration extends to column 148 (the limit is 120). The array content should be split up over multiple lines
  607 | WARNING | Line exceeds 80 characters; contains 81 characters
  902 | ERROR   | The array declaration extends to column 160 (the limit is 120). The array content should be split up over multiple lines
 1094 | WARNING | Line exceeds 80 characters; contains 89 characters
-------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformHandler/RemotePostWebformHandler.php
-------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 8 LINES
-------------------------------------------------------------------------------------------------------
 326 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 326 | ERROR | [ ] String concat is not required here; use a single string instead
 327 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 328 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 329 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 329 | ERROR | [ ] String concat is not required here; use a single string instead
 330 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 331 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 332 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 333 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
-------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformHandler/SettingsWebformHandler.php
--------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------------------------------------------------
 131 | ERROR | [ ] The array declaration extends to column 137 (the limit is 120). The array content should be split up over multiple lines
 132 | ERROR | [ ] The array declaration extends to column 134 (the limit is 120). The array content should be split up over multiple lines
 143 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
--------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElementBase.php
-----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 15 ERRORS AND 2 WARNINGS AFFECTING 16 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------
 1153 | ERROR   | [ ] The array declaration extends to column 266 (the limit is 120). The array content should be split up over multiple lines
 1195 | ERROR   | [ ] The array declaration extends to column 178 (the limit is 120). The array content should be split up over multiple lines
 2397 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 2413 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 2813 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 2815 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 2989 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 2990 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 3252 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 3253 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 3343 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
 3368 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
 3376 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters
 3425 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 3426 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 3452 | ERROR   | [ ] The array declaration extends to column 123 (the limit is 120). The array content should be split up over multiple lines
 3452 | ERROR   | [ ] The array declaration extends to column 122 (the limit is 120). The array content should be split up over multiple lines
-----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 11 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElementInterface.php
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 5 WARNINGS AFFECTING 5 LINES
---------------------------------------------------------------------------------------
 137 | WARNING | Line exceeds 80 characters; contains 83 characters
 570 | WARNING | Line exceeds 80 characters; contains 125 characters
 584 | WARNING | Line exceeds 80 characters; contains 82 characters
 597 | WARNING | Line exceeds 80 characters; contains 127 characters
 853 | WARNING | Line exceeds 80 characters; contains 92 characters
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElementDisplayOnInterface.php
------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
 6 | WARNING | Line exceeds 80 characters; contains 83 characters
------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformHandlerInterface.php
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 7 WARNINGS AFFECTING 7 LINES
---------------------------------------------------------------------------------------
  36 | WARNING | Line exceeds 80 characters; contains 97 characters
  46 | WARNING | Line exceeds 80 characters; contains 83 characters
  51 | WARNING | Line exceeds 80 characters; contains 93 characters
  56 | WARNING | Line exceeds 80 characters; contains 81 characters
 374 | WARNING | Line exceeds 80 characters; contains 82 characters
 472 | WARNING | Line exceeds 80 characters; contains 84 characters
 505 | WARNING | Line exceeds 80 characters; contains 87 characters
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/Field/FieldFormatter/WebformEntityReferenceLinkFormatter.php
------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------------------
 139 | WARNING | Line exceeds 80 characters; contains 81 characters
------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/Field/FieldWidget/WebformEntityReferenceWidgetTrait.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------------------
  91 | ERROR | The array declaration extends to column 128 (the limit is 120). The array content should be split up over multiple lines
 197 | ERROR | The array declaration extends to column 246 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/Block/WebformSubmissionLimitBlock.php
-------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
-------------------------------------------------------------------------------------------------
 363 | WARNING | Line exceeds 80 characters; contains 81 characters
 375 | WARNING | Line exceeds 80 characters; contains 81 characters
 471 | WARNING | Line exceeds 80 characters; contains 81 characters
-------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/Block/WebformBlock.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
 91 | ERROR | The array declaration extends to column 244 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformExporter/TabularBaseWebformExporter.php
----------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------
 51 | WARNING | Line exceeds 80 characters; contains 96 characters
----------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElementEntityReferenceInterface.php
------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------
 8 | WARNING | Line exceeds 80 characters; contains 85 characters
------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformHandlerBase.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------
  50 | ERROR   | Class property $handler_id should use lowerCamel naming without underscores
 760 | WARNING | Line exceeds 80 characters; contains 83 characters
 781 | ERROR   | The array declaration extends to column 129 (the limit is 120). The array content should be split up over multiple lines
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/DevelGenerate/WebformSubmissionDevelGenerate.php
------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
------------------------------------------------------------------------------------------------------------
 279 | WARNING | Line exceeds 80 characters; contains 93 characters
------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformVariantBase.php
-------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------
 29 | ERROR | Class property $variant_id should use lowerCamel naming without underscores
 36 | ERROR | Class property $element_key should use lowerCamel naming without underscores
-------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/WebformManagedFileBase.php
-----------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AND 2 WARNINGS AFFECTING 8 LINES
-----------------------------------------------------------------------------------------------------
  860 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters
  969 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
  970 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
  990 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
 1032 | ERROR   | [x] Array indentation error, expected 6 spaces but found 10
 1033 | ERROR   | [x] Array indentation error, expected 6 spaces but found 10
 1051 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 1382 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
-----------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/WebformSignature.php
-----------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------
 225 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
 358 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
-----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/DateList.php
---------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
---------------------------------------------------------------------------------------
 187 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 270 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
---------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/WebformTime.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------------------------------------------------
 101 | ERROR | The array declaration extends to column 132 (the limit is 120). The array content should be split up over multiple lines
 103 | ERROR | The array declaration extends to column 138 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/WebformTermReferenceTrait.php
--------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------
 123 | WARNING | Possible useless method overriding detected
--------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/DateTime.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 9 ERRORS AND 1 WARNING AFFECTING 10 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
  78 | WARNING | [ ] Line exceeds 80 characters; contains 105 characters
 227 | ERROR   | [ ] The array declaration extends to column 136 (the limit is 120). The array content should be split up over multiple lines
 228 | ERROR   | [ ] The array declaration extends to column 133 (the limit is 120). The array content should be split up over multiple lines
 229 | ERROR   | [ ] The array declaration extends to column 132 (the limit is 120). The array content should be split up over multiple lines
 230 | ERROR   | [ ] The array declaration extends to column 122 (the limit is 120). The array content should be split up over multiple lines
 246 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 247 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 248 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 295 | ERROR   | [ ] The array declaration extends to column 132 (the limit is 120). The array content should be split up over multiple lines
 297 | ERROR   | [ ] The array declaration extends to column 138 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 3 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/OptionsBase.php
--------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 9 ERRORS AND 3 WARNINGS AFFECTING 11 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------
  158 | ERROR   | [ ] The array declaration extends to column 198 (the limit is 120). The array content should be split up over multiple lines
  160 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
  204 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
  618 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
  619 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
  621 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
  622 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 1104 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 1111 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 1111 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 1116 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 1117 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
--------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/EntityAutocomplete.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
------------------------------------------------------------------------------------------------------------------------------------------
 119 | ERROR   | The array declaration extends to column 128 (the limit is 120). The array content should be split up over multiple lines
 123 | WARNING | Line exceeds 80 characters; contains 84 characters
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/TextBase.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------------------------
 40 | ERROR | The array declaration extends to column 151 (the limit is 120). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/Address.php
---------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------------------
 10 | ERROR | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\address\FieldHelper.
---------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/Select.php
-------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-------------------------------------------------------------------------------------
 224 | ERROR | [x] Array indentation error, expected 10 spaces but found 8
 225 | ERROR | [x] Array indentation error, expected 10 spaces but found 8
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/WebformCompositeBase.php
--------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 8 ERRORS AND 14 WARNINGS AFFECTING 15 LINES
--------------------------------------------------------------------------------------------------------------------------------------------------
  457 | ERROR   | [ ] The array declaration extends to column 139 (the limit is 120). The array content should be split up over multiple lines
  598 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
  615 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
  982 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
  983 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
  983 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
  984 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
  984 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
  985 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
  985 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
  986 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
  986 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
  987 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
  987 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
  994 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
  995 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
  995 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
  996 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
  996 | WARNING | [ ] Do not concatenate strings to translatable strings, they should be part of the t() argument and you should use placeholders
 1312 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
 1328 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
 1343 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters
--------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/View.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------
 161 | ERROR | The array declaration extends to column 132 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/BooleanBase.php
------------------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
------------------------------------------------------------------------------------------
 78 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
 79 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformElement/DateBase.php
---------------------------------------------------------------------------------------
FOUND 13 ERRORS AND 1 WARNING AFFECTING 14 LINES
---------------------------------------------------------------------------------------
 284 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 285 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 286 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 292 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 293 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 294 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 318 | ERROR   | [x] Array indentation error, expected 8 spaces but found 10
 336 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 337 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 338 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 344 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 345 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 346 | ERROR   | [x] Array indentation error, expected 6 spaces but found 8
 559 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
---------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Plugin/WebformVariantInterface.php
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
---------------------------------------------------------------------------------------
 23 | WARNING | Line exceeds 80 characters; contains 81 characters
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformSubmissionForm.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 7 WARNINGS AFFECTING 11 LINES
-------------------------------------------------------------------------------------------------------------------------------------------
  462 | ERROR   | The array declaration extends to column 144 (the limit is 120). The array content should be split up over multiple lines
 1017 | WARNING | Line exceeds 80 characters; contains 81 characters
 1060 | WARNING | Line exceeds 80 characters; contains 98 characters
 1127 | ERROR   | The array declaration extends to column 168 (the limit is 120). The array content should be split up over multiple lines
 1164 | ERROR   | The array declaration extends to column 130 (the limit is 120). The array content should be split up over multiple lines
 1445 | WARNING | Line exceeds 80 characters; contains 85 characters
 1470 | ERROR   | The array declaration extends to column 144 (the limit is 120). The array content should be split up over multiple lines
 1815 | WARNING | Line exceeds 80 characters; contains 81 characters
 2349 | WARNING | Line exceeds 80 characters; contains 83 characters
 2793 | WARNING | Line exceeds 80 characters; contains 83 characters
 3003 | WARNING | Line exceeds 80 characters; contains 81 characters
-------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformSubmissionInterface.php
-----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------
 56 | WARNING | Line exceeds 80 characters; contains 90 characters
-----------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformAddonsManager.php
--------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
--------------------------------------------------------------------------------------------------------------------------------
 1166 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
 1981 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
--------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformAccessRulesManagerInterface.php
-------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
-------------------------------------------------------------------------------------------
  99 | WARNING | Line exceeds 80 characters; contains 82 characters
 103 | WARNING | Line exceeds 80 characters; contains 81 characters
-------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformOptionsInterface.php
--------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------
 34 | WARNING | Line exceeds 80 characters; contains 81 characters
--------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformTokenManagerInterface.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------
 105 | ERROR | The array declaration extends to column 121 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformEntityElementsValidator.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 3 WARNINGS AFFECTING 5 LINES
------------------------------------------------------------------------------------------------------------------------------------------
 345 | WARNING | Line exceeds 80 characters; contains 111 characters
 429 | ERROR   | The array declaration extends to column 240 (the limit is 120). The array content should be split up over multiple lines
 437 | ERROR   | The array declaration extends to column 271 (the limit is 120). The array content should be split up over multiple lines
 453 | WARNING | Line exceeds 80 characters; contains 81 characters
 609 | WARNING | Line exceeds 80 characters; contains 87 characters
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformOptionsForm.php
---------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------
 206 | ERROR | [x] Array indentation error, expected 6 spaces but found 8
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformTranslationConfigManager.php
-----------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------
  15 | ERROR   | [x] Use statements should be sorted alphabetically. The first wrong one is Drupal\block\Entity\Block.
 581 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
-----------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/EventSubscriber/WebformDefaultExceptionHtmlSubscriber.php
--------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 3 WARNINGS AFFECTING 3 LINES
--------------------------------------------------------------------------------------------------------------
 197 | WARNING | Line exceeds 80 characters; contains 84 characters
 233 | WARNING | Line exceeds 80 characters; contains 84 characters
 239 | WARNING | Line exceeds 80 characters; contains 84 characters
--------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformEntityAccessControlHandler.php
------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 4 WARNINGS AFFECTING 4 LINES
------------------------------------------------------------------------------------------
 154 | WARNING | Line exceeds 80 characters; contains 81 characters
 171 | WARNING | Line exceeds 80 characters; contains 82 characters
 176 | WARNING | Line exceeds 80 characters; contains 82 characters
 206 | WARNING | Line exceeds 80 characters; contains 85 characters
------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Access/WebformAccountAccess.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
-----------------------------------------------------------------------------------------------------------------------------------------
 15 | WARNING | Line exceeds 80 characters; contains 99 characters
 37 | ERROR   | The array declaration extends to column 141 (the limit is 120). The array content should be split up over multiple lines
 65 | ERROR   | The array declaration extends to column 145 (the limit is 120). The array content should be split up over multiple lines
-----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Access/WebformSubmissionAccess.php
---------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
---------------------------------------------------------------------------------------
 10 | WARNING | Line exceeds 80 characters; contains 81 characters
 41 | WARNING | Line exceeds 80 characters; contains 103 characters
---------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Commands/WebformLibrariesCommands.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 7 WARNINGS AFFECTING 10 LINES
-------------------------------------------------------------------------------------------------------------------------------
  46 | ERROR   | [ ] Class property $composer_json should use lowerCamel naming without underscores
  53 | ERROR   | [ ] Class property $composer_directory should use lowerCamel naming without underscores
  78 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
  83 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
 103 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
 110 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
 305 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
 310 | WARNING | [ ] Line exceeds 80 characters; contains 83 characters
 385 | WARNING | [ ] Line exceeds 80 characters; contains 120 characters
 398 | ERROR   | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
-------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Commands/WebformDocumentationCommands.php
----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------
 92 | WARNING | Line exceeds 80 characters; contains 85 characters
----------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Commands/WebformSubmissionCommands.php
----------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AFFECTING 3 LINES
----------------------------------------------------------------------------------------------------------------------------------------
 149 | ERROR | The array declaration extends to column 638 (the limit is 120). The array content should be split up over multiple lines
 234 | ERROR | The array declaration extends to column 186 (the limit is 120). The array content should be split up over multiple lines
 426 | ERROR | The array declaration extends to column 155 (the limit is 120). The array content should be split up over multiple lines
----------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Commands/WebformUtilityCommands.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------
  97 | WARNING | Line exceeds 80 characters; contains 81 characters
 129 | ERROR   | The array declaration extends to column 174 (the limit is 120). The array content should be split up over multiple lines
 160 | WARNING | Line exceeds 80 characters; contains 87 characters
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/Commands/WebformDevelCommands.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
------------------------------------------------------------------------------------------------------------------------------------------
  95 | WARNING | Line exceeds 80 characters; contains 84 characters
 156 | ERROR   | The array declaration extends to column 135 (the limit is 120). The array content should be split up over multiple lines
 162 | ERROR   | The array declaration extends to column 151 (the limit is 120). The array content should be split up over multiple lines
------------------------------------------------------------------------------------------------------------------------------------------


FILE: /home/pablo/drupal_contrib/webform-3473045/src/WebformSubmissionViewsData.php
-----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------
 21 | WARNING | Line exceeds 80 characters; contains 102 characters
-----------------------------------------------------------------------------------

Time: 59.15 secs; Memory: 50MB

Steps to reproduce

On the module root folder run:

phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml src
phpcbf --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml src
📌 Task
Status

Active

Version

6.3

Component

Code

Created by

🇧🇷Brazil PabloNicolas

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