Problem/Motivation
Drupal Coding standards should be fixed.
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml config_ignore/
FILE: .../web/modules/custom/config_ignore/tests/src/Functional/ConfigWithTranslationTest.php
-------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------
96 | ERROR | The array declaration extends to column 83 (the limit is 80). The array content should be split up over multiple lines
-------------------------------------------------------------------------------------------------------------------------------------
FILE: .../web/modules/custom/config_ignore/tests/src/Functional/ConfigIgnoreTest.php
--------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------
51 | ERROR | The array declaration extends to column 100 (the limit is 80). The array content should be split up over multiple lines
--------------------------------------------------------------------------------------------------------------------------------------
FILE: .../web/modules/custom/config_ignore/tests/src/Kernel/IgnoreKernelTest.php
---------------------------------------------------------------------------------------------------------------------------------------
FOUND 10 ERRORS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------------------------------------
287 | ERROR | The array declaration extends to column 90 (the limit is 80). The array content should be split up over multiple lines
287 | ERROR | The array declaration extends to column 89 (the limit is 80). The array content should be split up over multiple lines
288 | ERROR | The array declaration extends to column 90 (the limit is 80). The array content should be split up over multiple lines
288 | ERROR | The array declaration extends to column 89 (the limit is 80). The array content should be split up over multiple lines
292 | ERROR | The array declaration extends to column 92 (the limit is 80). The array content should be split up over multiple lines
292 | ERROR | The array declaration extends to column 91 (the limit is 80). The array content should be split up over multiple lines
296 | ERROR | The array declaration extends to column 86 (the limit is 80). The array content should be split up over multiple lines
296 | ERROR | The array declaration extends to column 85 (the limit is 80). The array content should be split up over multiple lines
431 | ERROR | The array declaration extends to column 105 (the limit is 80). The array content should be split up over multiple lines
432 | ERROR | The array declaration extends to column 106 (the limit is 80). The array content should be split up over multiple lines
---------------------------------------------------------------------------------------------------------------------------------------
FILE: .../web/modules/custom/config_ignore/tests/src/Kernel/IgnoreSchemaTest.php
---------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------------------------------------
133 | ERROR | Type hint "array" missing for $config_data
---------------------------------------------------------------------------------------------------------
FILE: .../web/modules/custom/config_ignore/tests/src/Unit/ConfigIgnoreConfigTest.php
-------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------
44 | ERROR | The array declaration extends to column 81 (the limit is 80). The array content should be split up over multiple lines
-------------------------------------------------------------------------------------------------------------------------------------
Steps to reproduce
phpcs --standard=Drupal --extensions=php,module,inc,install,test,profile,theme,info,txt,md,yml config_ignore/
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes