Problem/Motivation
FILE: modules/contrib/reaction/reaction.install
----------------------------------------------------------------------------------------------------------------------------
FOUND 5 ERRORS AFFECTING 4 LINES
----------------------------------------------------------------------------------------------------------------------------
6 | ERROR | [x] There must be exactly one blank line after the file comment
12 | ERROR | [x] Expected 1 blank line before function; 2 found
13 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
13 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
14 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
----------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 5 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/ReactionEntityTranslationHandler.php
------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE
------------------------------------------------------------------------------------------------
12 | WARNING | [x] There must be no blank line following an inline comment
12 | WARNING | [ ] There must be no blank line following an inline comment
------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Plugin/Field/FieldWidget/ReactionWidget.php
-------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 4 WARNINGS AFFECTING 7 LINES
-------------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
9 | WARNING | [x] Unused use statement
10 | WARNING | [x] Unused use statement
11 | WARNING | [x] Unused use statement
26 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
27 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
28 | ERROR | [x] Expected 5 space(s) before asterisk; 3 found
-------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 7 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Plugin/Field/FieldType/ReactionItem.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 4 WARNINGS AFFECTING 5 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
5 | WARNING | [x] Unused use statement
6 | WARNING | [x] Unused use statement
30 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
72 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
82 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Plugin/Field/FieldFormatter/ReactionFormatter.php
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 48 ERRORS AND 19 WARNINGS AFFECTING 50 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
29 | ERROR | [ ] Missing short description in doc comment
30 | ERROR | [x] Data types in @var tags need to be fully namespaced
30 | ERROR | [x] Do not append variable name "$account" to the type declaration in a member variable comment
43 | ERROR | [x] Expected 1 blank line before function; 0 found
49 | ERROR | [ ] Parameter $account is not described in comment
90 | ERROR | [x] There must be no blank lines after the function comment
92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
93 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
94 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
95 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
96 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
97 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
97 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
98 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
99 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
100 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
101 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
102 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
103 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
104 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
104 | ERROR | [x] Short array syntax must be used to define arrays
108 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
110 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
114 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
114 | ERROR | [x] Short array syntax must be used to define arrays
116 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
117 | ERROR | [x] Short array syntax must be used to define arrays
117 | ERROR | [ ] The array declaration extends to column 83 (the limit is 80). The array content should be split up over multiple lines
117 | WARNING | [ ] #options values usually have to run through t() for translation
120 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
120 | ERROR | [x] Short array syntax must be used to define arrays
122 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
125 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
125 | ERROR | [x] Short array syntax must be used to define arrays
128 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
131 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
132 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 2
138 | ERROR | [x] Short array syntax must be used to define arrays
142 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
142 | ERROR | [x] Short array syntax must be used to define arrays
145 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
148 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
148 | ERROR | [x] Short array syntax must be used to define arrays
151 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
154 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
154 | WARNING | [ ] Avoid backslash escaping in translatable strings when possible, use "" quotes instead
154 | ERROR | [x] Short array syntax must be used to define arrays
157 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
160 | ERROR | [x] Expected 1 space after IF keyword; 0 found
163 | ERROR | [x] Expected 1 space after ELSEIF keyword; 0 found
163 | ERROR | [x] Expected 1 space after closing parenthesis; found 7
167 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
167 | WARNING | [ ] Avoid backslash escaping in translatable strings when possible, use "" quotes instead
167 | ERROR | [x] Short array syntax must be used to define arrays
170 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
193 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
194 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
200 | ERROR | [x] No space found before comment text; expected "// To get the total count which we are using in calculate percentage" but found "//To get the total count which we are using in
| | calculate percentage"
200 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
213 | WARNING | [x] A comma should follow the last multiline array item. Found: $layout_style
223 | ERROR | [x] Short array syntax must be used to define arrays
234 | ERROR | [x] Short array syntax must be used to define arrays
241 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
242 | ERROR | [x] No space found before comment text; expected "// To disable the cache for authenticate user" but found "//To disable the cache for authenticate user"
242 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
248 | ERROR | [x] Expected 1 blank line after function; 0 found
249 | ERROR | [x] The closing brace for the class must have an empty line before it
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 46 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Entity/ReactionEntity.php
-------------------------------------------------------------------------------------
FOUND 6 ERRORS AND 1 WARNING AFFECTING 7 LINES
-------------------------------------------------------------------------------------
102 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters
219 | ERROR | [x] Short array syntax must be used to define arrays
224 | ERROR | [x] Short array syntax must be used to define arrays
239 | ERROR | [x] Short array syntax must be used to define arrays
244 | ERROR | [x] Short array syntax must be used to define arrays
256 | ERROR | [x] Short array syntax must be used to define arrays
261 | ERROR | [x] Short array syntax must be used to define arrays
-------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Entity/ReactionEntityInterface.php
----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 2 LINES
----------------------------------------------------------------------------------------------
17 | WARNING | There must be no blank line following an inline comment
71 | WARNING | Line exceeds 80 characters; contains 85 characters
----------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Entity/ReactionEntityViewsData.php
----------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 2 WARNINGS AFFECTING 1 LINE
----------------------------------------------------------------------------------------------
19 | WARNING | [x] There must be no blank line following an inline comment
19 | WARNING | [ ] There must be no blank line following an inline comment
----------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Controller/ReactionController.php
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 36 ERRORS AND 3 WARNINGS AFFECTING 23 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
17 | ERROR | [ ] Public method name "ReactionController::ajax_link_response" is not in lowerCamel format
17 | ERROR | [x] Missing function doc comment
17 | ERROR | [x] Expected 1 blank line before function; 2 found
26 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
29 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
41 | ERROR | [x] No space found before comment text; expected "// after inserting setting reacted to true" but found "//after inserting setting reacted to true"
41 | ERROR | [x] Inline comments must start with a capital letter
41 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
44 | ERROR | [x] No space found before comment text; expected "// To get the total count which we are using in calculate percentage" but found "//To get the total count which we are using in
| | calculate percentage"
44 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
50 | ERROR | [x] Short array syntax must be used to define arrays
59 | ERROR | [x] Short array syntax must be used to define arrays
71 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
72 | ERROR | [ ] Method name "ReactionController::checking_reacted" is not in lowerCamel format
72 | ERROR | [x] You must use "/**" style comments for a function comment
72 | ERROR | [x] Visibility must be declared on method "checking_reacted"
73 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
80 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
81 | ERROR | [ ] Method name "ReactionController::_get_count_reaction" is not in lowerCamel format
81 | ERROR | [x] You must use "/**" style comments for a function comment
81 | ERROR | [x] Visibility must be declared on method "_get_count_reaction"
82 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
89 | ERROR | [x] No space found before comment text; expected "// To get the total count which we are using in calculate percentage" but found "//To get the total count which we are using in
| | calculate percentage"
89 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
90 | ERROR | [ ] Method name "ReactionController::get_emoji_total_count" is not in lowerCamel format
90 | ERROR | [x] You must use "/**" style comments for a function comment
90 | ERROR | [x] Visibility must be declared on method "get_emoji_total_count"
94 | ERROR | [x] Expected 1 space after "+="; 0 found
98 | ERROR | [x] Whitespace found at end of line
99 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
100 | ERROR | [ ] Method name "ReactionController::base64url_encode" is not in lowerCamel format
100 | ERROR | [x] You must use "/**" style comments for a function comment
100 | ERROR | [x] Visibility must be declared on method "base64url_encode"
104 | ERROR | [x] Expected 1 blank line after function; 0 found
105 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
106 | ERROR | [ ] Method name "ReactionController::base64url_decode" is not in lowerCamel format
106 | ERROR | [x] You must use "/**" style comments for a function comment
106 | ERROR | [x] Visibility must be declared on method "base64url_decode"
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 30 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Controller/ReactionEntityController.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 7 ERRORS AND 3 WARNINGS AFFECTING 9 LINES
-----------------------------------------------------------------------------------------------------------------------------------------
45 | ERROR | The array declaration extends to column 161 (the limit is 80). The array content should be split up over multiple lines
45 | WARNING | format_date() calls should be avoided in classes, use dependency injection and the "date.formatter" service instead
65 | ERROR | The array declaration extends to column 151 (the limit is 80). The array content should be split up over multiple lines
89 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
91 | ERROR | The array declaration extends to column 158 (the limit is 80). The array content should be split up over multiple lines
104 | WARNING | \Drupal calls should be avoided in classes, use dependency injection instead
105 | ERROR | The array declaration extends to column 118 (the limit is 80). The array content should be split up over multiple lines
130 | ERROR | The array declaration extends to column 180 (the limit is 80). The array content should be split up over multiple lines
131 | ERROR | The array declaration extends to column 152 (the limit is 80). The array content should be split up over multiple lines
138 | ERROR | The array declaration extends to column 161 (the limit is 80). The array content should be split up over multiple lines
-----------------------------------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/ReactionEntityListBuilder.php
-----------------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
-----------------------------------------------------------------------------------------
20 | ERROR | [x] Expected 1 blank line before function; 2 found
30 | WARNING | [x] Inline @var declarations should use the /** */ delimiters
-----------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Form/ReactionEntityForm.php
-------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 3 WARNINGS AFFECTING 4 LINES
-------------------------------------------------------------------------------------------------
23 | ERROR | [ ] Missing short description in doc comment
36 | WARNING | [x] Inline @var declarations should use the /** */ delimiters
48 | WARNING | [ ] Unused variable $entity.
65 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
-------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Form/ReactionEntityRevisionRevertForm.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 4 WARNINGS AFFECTING 6 LINES
------------------------------------------------------------------------------------------------------------------------------------------
40 | ERROR | Class property $ReactionEntityStorage should use lowerCamel naming without underscores
86 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
100 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
129 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
132 | ERROR | The array declaration extends to column 180 (the limit is 80). The array content should be split up over multiple lines
133 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
133 | ERROR | The array declaration extends to column 234 (the limit is 80). The array content should be split up over multiple lines
------------------------------------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Form/ReactionEntityRevisionRevertTranslationForm.php
-----------------------------------------------------------------------------------------------------------------------------------------
FOUND 1 ERROR AND 2 WARNINGS AFFECTING 2 LINES
-----------------------------------------------------------------------------------------------------------------------------------------
13 | WARNING | Line exceeds 80 characters; contains 85 characters
71 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
71 | ERROR | The array declaration extends to column 274 (the limit is 80). The array content should be split up over multiple lines
-----------------------------------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Form/ReactionEntitySettingsForm.php
-----------------------------------------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------------------------------------
12 | WARNING | The class short comment should describe what the class does and not simply repeat the class name
-----------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/src/Form/ReactionEntityRevisionDeleteForm.php
------------------------------------------------------------------------------------------------------------------------------------------
FOUND 3 ERRORS AND 2 WARNINGS AFFECTING 5 LINES
------------------------------------------------------------------------------------------------------------------------------------------
39 | ERROR | Class property $ReactionEntityStorage should use lowerCamel naming without underscores
86 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
100 | WARNING | t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
119 | ERROR | The array declaration extends to column 179 (the limit is 80). The array content should be split up over multiple lines
120 | ERROR | The array declaration extends to column 233 (the limit is 80). The array content should be split up over multiple lines
------------------------------------------------------------------------------------------------------------------------------------------
FILE: modules/contrib/reaction/reaction.module
------------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
------------------------------------------------------------------------------
6 | ERROR | [x] There must be exactly one blank line after the file comment
29 | ERROR | [x] Short array syntax must be used to define arrays
30 | ERROR | [x] Short array syntax must be used to define arrays
31 | ERROR | [x] Short array syntax must be used to define arrays
------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------
FILE: modules/contrib/reaction/styles/reaction.css
---------------------------------------------------------------------------
FOUND 67 ERRORS AFFECTING 64 LINES
---------------------------------------------------------------------------
2 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
3 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
4 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
5 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
6 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
11 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
12 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
17 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
18 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
19 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
20 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
21 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
22 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
23 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
28 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
29 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
30 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
31 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
32 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
33 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
34 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
35 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
39 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
40 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
44 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
45 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
46 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
47 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
48 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
49 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
53 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
54 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
59 | ERROR | [x] Whitespace found at end of line
60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
61 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
67 | ERROR | [x] Whitespace found at end of line
68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
71 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
73 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
77 | ERROR | [x] Whitespace found at end of line
78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
109 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
110 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
114 | ERROR | [x] Expected 1 newline at end of file; 0 found
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 67 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------
FILE: modules/contrib/reaction/reaction.permissions.yml
--------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------
4 | ERROR | [x] Expected 1 newline at end of file; 2 found
--------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------
FILE: modules/contrib/reaction/reaction.info.yml
-----------------------------------------------------------------------------------
FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
-----------------------------------------------------------------------------------
1 | WARNING | "core_version_requirement" property is missing in the info.yml file
-----------------------------------------------------------------------------------
Time: 634ms; Memory: 12MB
Steps to reproduce
phpcs --standard=Drupal,DrupalPractice --extensions=php,module,inc,install,test,profile,theme,css,info,txt,md,yml,twig "module_name"
Proposed resolution
Resolve the PHPCS issues.
Remaining tasks
User interface changes
API changes
Data model changes