This is what phpcbf couldn't fix:
FILE: /var/www/html/web/modules/custom/extra_field_plus/src/Plugin/ExtraFieldPlusDisplayTrait.php
------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AND 3 WARNINGS AFFECTING 6 LINES
------------------------------------------------------------------------------------------------------
92 | WARNING | Line exceeds 80 characters; contains 81 characters
93 | WARNING | Line exceeds 80 characters; contains 81 characters
124 | WARNING | Line exceeds 80 characters; contains 98 characters
134 | ERROR | Parameter tags must be defined first in a doc comment
134 | ERROR | Missing parameter comment
223 | ERROR | Parameter $field_id is not described in comment
223 | ERROR | Parameter $entity_type_id is not described in comment
223 | ERROR | Parameter $bundle is not described in comment
223 | ERROR | Parameter $view_mode is not described in comment
226 | ERROR | Doc comment for parameter $form_state does not match actual variable name $view_mode
------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/src/Plugin/ExtraFieldPlusDisplayManager.php
---------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
---------------------------------------------------------------------------------------------------
41 | ERROR | Doc comment is empty
50 | ERROR | Doc comment is empty
59 | ERROR | Doc comment is empty
68 | ERROR | Doc comment is empty
---------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/extra_field_plus.install
--------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
3 | ERROR | [x] Missing function doc comment
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/extra_field_plus.module
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AND 11 WARNINGS AFFECTING 14 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
187 | WARNING | [x] '@todo: To show the changed values in summary, we'd have to get the' should match the format '@todo Fix problem X here.'
188 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
273 | WARNING | [ ] There must be no blank line following an inline comment
279 | ERROR | [ ] The array declaration extends to column 83 (the limit is 80). The array content should be split up over multiple lines
279 | ERROR | [x] Expected 1 space between comma and "'layout_builder_update_block'"; 0 found
279 | ERROR | [x] Expected one space after the comma, 0 found
282 | ERROR | [x] list(...) is forbidden, use [...] instead.
282 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
291 | WARNING | [x] '@todo: We may use third party settings here later, once' should match the format '@todo Fix problem X here.'
293 | WARNING | [ ] Line exceeds 80 characters; contains 92 characters
326 | ERROR | [ ] Type hint "array" missing for $form
329 | ERROR | [ ] The array declaration extends to column 104 (the limit is 80). The array content should be split up over multiple lines
333 | WARNING | [x] '@todo: We may use third party settings here later, once' should match the format '@todo Fix problem X here.'
335 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
340 | WARNING | [x] There must be no blank line following an inline comment
340 | WARNING | [ ] There must be no blank line following an inline comment
342 | WARNING | [ ] Line exceeds 80 characters; contains 122 characters
343 | WARNING | [ ] Line exceeds 80 characters; contains 102 characters
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/src/Plugin/ExtraField/Display/DeprecatedExampleNodeLabelFormatted.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------
93 | WARNING | #options values usually have to run through t() for translation
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/src/Plugin/ExtraField/Display/ExampleNodeLabelFormatted.php
----------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------------------
81 | WARNING | #options values usually have to run through t() for translation
----------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/src/Plugin/ExtraField/Display/DeprecatedExampleNodeLabel.php
-----------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------------------------
79 | WARNING | #options values usually have to run through t() for translation
-----------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/src/Plugin/ExtraField/Display/ExampleNodeLabel.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------
67 | WARNING | #options values usually have to run through t() for translation
-------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/tests/src/Functional/ExtraFieldPluginPlusDeprecatedExampleFunctionalTest.php
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 4 WARNINGS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
88 | WARNING | Line exceeds 80 characters; contains 82 characters
88 | ERROR | Comment indentation error, expected only 1 spaces
92 | ERROR | Comment indentation error, expected only 1 spaces
97 | ERROR | Comment indentation error, expected only 1 spaces
98 | WARNING | Line exceeds 80 characters; contains 253 characters
99 | WARNING | Line exceeds 80 characters; contains 254 characters
100 | WARNING | Line exceeds 80 characters; contains 262 characters
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Time: 2.26 secs; Memory: 6MB
FILE: /var/www/html/web/modules/custom/extra_field_plus/src/Plugin/ExtraFieldPlusDisplayTrait.php
------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AND 3 WARNINGS AFFECTING 6 LINES
------------------------------------------------------------------------------------------------------
92 | WARNING | Line exceeds 80 characters; contains 81 characters
93 | WARNING | Line exceeds 80 characters; contains 81 characters
124 | WARNING | Line exceeds 80 characters; contains 98 characters
134 | ERROR | Parameter tags must be defined first in a doc comment
134 | ERROR | Missing parameter comment
223 | ERROR | Parameter $field_id is not described in comment
223 | ERROR | Parameter $entity_type_id is not described in comment
223 | ERROR | Parameter $bundle is not described in comment
223 | ERROR | Parameter $view_mode is not described in comment
226 | ERROR | Doc comment for parameter $form_state does not match actual variable name $view_mode
------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/src/Plugin/ExtraFieldPlusDisplayManager.php
---------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
---------------------------------------------------------------------------------------------------
41 | ERROR | Doc comment is empty
50 | ERROR | Doc comment is empty
59 | ERROR | Doc comment is empty
68 | ERROR | Doc comment is empty
---------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/extra_field_plus.install
--------------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
--------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
3 | ERROR | [x] Missing function doc comment
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/extra_field_plus.module
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AND 11 WARNINGS AFFECTING 14 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
187 | WARNING | [x] '@todo: To show the changed values in summary, we'd have to get the' should match the format '@todo Fix problem X here.'
188 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
273 | WARNING | [ ] There must be no blank line following an inline comment
279 | ERROR | [ ] The array declaration extends to column 83 (the limit is 80). The array content should be split up over multiple lines
279 | ERROR | [x] Expected 1 space between comma and "'layout_builder_update_block'"; 0 found
279 | ERROR | [x] Expected one space after the comma, 0 found
282 | ERROR | [x] list(...) is forbidden, use [...] instead.
282 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
291 | WARNING | [x] '@todo: We may use third party settings here later, once' should match the format '@todo Fix problem X here.'
293 | WARNING | [ ] Line exceeds 80 characters; contains 92 characters
326 | ERROR | [ ] Type hint "array" missing for $form
329 | ERROR | [ ] The array declaration extends to column 104 (the limit is 80). The array content should be split up over multiple lines
333 | WARNING | [x] '@todo: We may use third party settings here later, once' should match the format '@todo Fix problem X here.'
335 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
340 | WARNING | [x] There must be no blank line following an inline comment
340 | WARNING | [ ] There must be no blank line following an inline comment
342 | WARNING | [ ] Line exceeds 80 characters; contains 122 characters
343 | WARNING | [ ] Line exceeds 80 characters; contains 102 characters
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 8 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/src/Plugin/ExtraField/Display/DeprecatedExampleNodeLabelFormatted.php
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
--------------------------------------------------------------------------------------------------------------------------------------------------------------
93 | WARNING | #options values usually have to run through t() for translation
--------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/src/Plugin/ExtraField/Display/ExampleNodeLabelFormatted.php
----------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
----------------------------------------------------------------------------------------------------------------------------------------------------
81 | WARNING | #options values usually have to run through t() for translation
----------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/src/Plugin/ExtraField/Display/DeprecatedExampleNodeLabel.php
-----------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------------------------------------------
79 | WARNING | #options values usually have to run through t() for translation
-----------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/src/Plugin/ExtraField/Display/ExampleNodeLabel.php
-------------------------------------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-------------------------------------------------------------------------------------------------------------------------------------------
67 | WARNING | #options values usually have to run through t() for translation
-------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/web/modules/custom/extra_field_plus/modules/extra_field_plus_example/tests/src/Functional/ExtraFieldPluginPlusDeprecatedExampleFunctionalTest.php
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 4 WARNINGS AFFECTING 6 LINES
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
88 | WARNING | Line exceeds 80 characters; contains 82 characters
88 | ERROR | Comment indentation error, expected only 1 spaces
92 | ERROR | Comment indentation error, expected only 1 spaces
97 | ERROR | Comment indentation error, expected only 1 spaces
98 | WARNING | Line exceeds 80 characters; contains 253 characters
99 | WARNING | Line exceeds 80 characters; contains 254 characters
100 | WARNING | Line exceeds 80 characters; contains 262 characters
---------------------------------------------------------------------------------------------------------------------------------------------------------------------
Time: 2.26 secs; Memory: 6MB
Comments
Comment #3
anybody