Problem/Motivation
FILE: /var/www/html/drupal10/expense_tracker/src/EtTransactionStorage.php
--------------------------------------------------------------------------------------
FOUND 2 ERRORS AND 1 WARNING AFFECTING 3 LINES
--------------------------------------------------------------------------------------
6 | WARNING | [x] Unused use statement
46 | ERROR | [x] Expected 1 blank line after function; 0 found
47 | 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: /var/www/html/drupal10/expense_tracker/src/EtTransactionListBuilder.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 6 ERRORS AND 6 WARNINGS AFFECTING 10 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
3 | ERROR | [x] Namespaced classes, interfaces and traits should not begin with a file doc comment
9 | ERROR | [x] Non-namespaced classes/interfaces/traits should not be referenced with use statements
28 | ERROR | [x] Short array syntax must be used to define arrays
44 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
45 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
46 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
47 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
56 | WARNING | [ ] Unused variable $transaction_storage.
59 | ERROR | [x] Short array syntax must be used to define arrays
64 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
64 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
64 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 6 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Plugin/ExcelReader.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1354 ERRORS AND 33 WARNINGS AFFECTING 964 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
5 | ERROR | [x] Missing class doc comment
6 | ERROR | [x] Opening brace should be on the same line as the declaration
7 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
7 | ERROR | [ ] Class property $CF should use lowerCamel naming without underscores
7 | ERROR | [ ] Missing member variable doc comment
7 | ERROR | [x] There should be no white space after an opening "["
7 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
7 | ERROR | [x] Comments may not appear after statements
8 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
9 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
10 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
11 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
12 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
13 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
14 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
15 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
16 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
17 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
18 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
19 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
20 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
21 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
22 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
23 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
24 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
25 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
26 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
28 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
29 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
30 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
31 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
33 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
34 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
35 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
36 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
37 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
38 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
40 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
41 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
42 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
43 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
44 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
46 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
47 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
48 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
49 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
50 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
51 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
52 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
53 | ERROR | [x] Array indentation error, expected 6 spaces but found 4
54 | ERROR | [x] Array closing indentation error, expected 4 spaces but found 2
55 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
55 | ERROR | [ ] Missing member variable doc comment
55 | ERROR | [x] Inline comments must start with a capital letter
55 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
55 | ERROR | [x] Comments may not appear after statements
56 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
56 | ERROR | [x] You must use "/**" style comments for a member variable comment
56 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
56 | ERROR | [x] Comments may not appear after statements
57 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
57 | ERROR | [x] You must use "/**" style comments for a member variable comment
58 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
58 | ERROR | [ ] Missing member variable doc comment
59 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
59 | ERROR | [ ] Missing member variable doc comment
60 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
60 | ERROR | [ ] Missing member variable doc comment
62 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
63 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
63 | ERROR | [x] You must use "/**" style comments for a member variable comment
64 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
64 | ERROR | [ ] Missing member variable doc comment
65 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
65 | ERROR | [ ] Missing member variable doc comment
66 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
66 | ERROR | [x] Inline comments must start with a capital letter
66 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
67 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
67 | ERROR | [x] You must use "/**" style comments for a member variable comment
68 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
68 | ERROR | [ ] Missing member variable doc comment
69 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
70 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
70 | ERROR | [x] You must use "/**" style comments for a member variable comment
71 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
71 | ERROR | [ ] Missing member variable doc comment
72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
72 | ERROR | [ ] Missing member variable doc comment
75 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
76 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
77 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
78 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
79 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
80 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
81 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
82 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
83 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
84 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
85 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
86 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
87 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
88 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
89 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
90 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
91 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
92 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
93 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
94 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
95 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
96 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
97 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
98 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
99 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
100 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
101 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
102 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
103 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
104 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
105 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
106 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
107 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
109 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
110 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
111 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
112 | ERROR | [x] Line indented incorrectly; expected 3 spaces, found 4
113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
113 | ERROR | [x] You must use "/**" style comments for a member variable comment
114 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
114 | ERROR | [ ] Missing member variable doc comment
114 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
115 | ERROR | [ ] Missing short description in doc comment
118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
121 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
121 | ERROR | [x] Missing function doc comment
121 | ERROR | [x] Expected 1 blank line before function; 2 found
121 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
121 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
121 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
122 | ERROR | [x] Opening brace should be on the same line as the declaration
123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
123 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
124 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
125 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
126 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
131 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
133 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
134 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
136 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
138 | ERROR | [ ] Protected method name "ExcelReader::_unzip" is not in lowerCamel format
138 | ERROR | [x] Missing function doc comment
138 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
139 | ERROR | [x] Opening brace should be on the same line as the declaration
141 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
142 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
143 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
144 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
146 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
147 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
147 | ERROR | [x] Expected newline after closing brace
148 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
149 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
151 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
151 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
152 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
154 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
154 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
155 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
156 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
157 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
159 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
159 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
160 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
161 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
162 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
162 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
163 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
165 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
166 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 20
167 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 20
168 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
169 | ERROR | [x] Line indented incorrectly; expected 5 spaces, found 8
170 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
170 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
171 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
172 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
174 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
175 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
176 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
178 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
178 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
179 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
180 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
180 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
181 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
182 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
183 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
184 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
186 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
186 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
187 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
188 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
188 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
189 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
190 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
191 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
193 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
193 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
194 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
195 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
197 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
197 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
198 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 16
199 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
200 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
201 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
202 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
203 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
203 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
203 | ERROR | [ ] Comment indentation error, expected only 1 spaces
203 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
204 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
206 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
207 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
207 | ERROR | [ ] Comment indentation error, expected only 1 spaces
208 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
208 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
209 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
210 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
212 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
212 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
213 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
214 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 20
216 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 20
217 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 20
218 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 20
219 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
220 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 20
221 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 20
222 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 22
223 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 20
224 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
226 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
226 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
227 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
228 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
230 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
231 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
231 | ERROR | [x] Inline comments must start with a capital letter
231 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
232 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 20
233 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
235 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
235 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
236 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
237 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
238 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
240 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 18
242 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
242 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
242 | ERROR | [x] There should be no white space after an opening "{"
242 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters
242 | ERROR | [x] Inline comments must start with a capital letter
242 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
242 | ERROR | [x] Comments may not appear after statements
243 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
244 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
245 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
246 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
246 | ERROR | [x] 10 spaces found before inline comment; expected "// } elseif ( $bE ) {" but found "// } elseif ( $bE ) {"
247 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
247 | ERROR | [ ] Comment indentation error, expected only 10 spaces
248 | WARNING | [ ] Line exceeds 80 characters; contains 89 characters
248 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
249 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
250 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
251 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
252 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
253 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
254 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
255 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
256 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
257 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
258 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
259 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 28
260 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
261 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 28
262 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 28
263 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
264 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
265 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
266 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
267 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters
267 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
268 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
269 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
270 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
271 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
272 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
273 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
274 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
275 | WARNING | [ ] Line exceeds 80 characters; contains 107 characters
275 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
276 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
277 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
278 | WARNING | [ ] Line exceeds 80 characters; contains 104 characters
278 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 24
279 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
280 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
281 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
282 | ERROR | [x] Line indented incorrectly; expected 7 spaces, found 0
284 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
284 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
285 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
294 | ERROR | [x] Line indented incorrectly; expected -6 spaces, found 12
296 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
296 | ERROR | [x] Inline comments must start with a capital letter
296 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
296 | ERROR | [x] Comments may not appear after statements
297 | ERROR | [x] Inline comments must start with a capital letter
297 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
297 | ERROR | [x] Comments may not appear after statements
298 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
298 | ERROR | [x] Inline comments must start with a capital letter
298 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
298 | ERROR | [x] Comments may not appear after statements
304 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
306 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
306 | ERROR | [x] Closing brace indented incorrectly; expected 16 spaces, found 8
306 | WARNING | [ ] There must be no blank line following an inline comment
308 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
308 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
309 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
309 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 6
311 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
311 | ERROR | [ ] Protected method name "ExcelReader::_strlen" is not in lowerCamel format
311 | ERROR | [x] Missing function doc comment
312 | ERROR | [x] Opening brace should be on the same line as the declaration
313 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
314 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
316 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
316 | ERROR | [x] Missing function doc comment
316 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
316 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
317 | ERROR | [x] Opening brace should be on the same line as the declaration
318 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
319 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
320 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
321 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
322 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
323 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
324 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
326 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
327 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
329 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
329 | ERROR | [ ] Protected method name "ExcelReader::_substr" is not in lowerCamel format
329 | ERROR | [x] Missing function doc comment
329 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
330 | ERROR | [x] Opening brace should be on the same line as the declaration
331 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
331 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
331 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
332 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
334 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
334 | ERROR | [ ] Protected method name "ExcelReader::_parse" is not in lowerCamel format
334 | ERROR | [x] Missing function doc comment
335 | ERROR | [x] Opening brace should be on the same line as the declaration
336 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
336 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
337 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
338 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
339 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
339 | ERROR | [x] 6 spaces found before inline comment; expected "// $this->styles = array();" but found "// $this->styles = array();"
340 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
340 | ERROR | [ ] Comment indentation error, expected only 6 spaces
341 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
342 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
343 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
344 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
344 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
344 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
344 | ERROR | [x] Comments may not appear after statements
345 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
345 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
345 | WARNING | [ ] Line exceeds 80 characters; contains 115 characters
345 | WARNING | [ ] There must be no blank line following an inline comment
345 | ERROR | [x] Comments may not appear after statements
347 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
348 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
348 | WARNING | [ ] There must be no blank line following an inline comment
348 | ERROR | [x] Comments may not appear after statements
350 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
351 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
352 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
352 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
353 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
353 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
354 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
355 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
356 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
356 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
357 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
358 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
359 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
361 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
362 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 24
363 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
364 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
364 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
364 | ERROR | [x] Inline comments must start with a capital letter
364 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
364 | ERROR | [x] Comments may not appear after statements
365 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
365 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
366 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
367 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
368 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
369 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
371 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
371 | ERROR | [x] There should be no white space after an opening "{"
371 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
371 | ERROR | [x] Comments may not appear after statements
372 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
373 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 32
373 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
373 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
374 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 32
375 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 32
376 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
377 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
377 | ERROR | [x] Expected newline after closing brace
378 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
379 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 32
380 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
381 | ERROR | [x] Line indented incorrectly; expected 22 spaces, found 36
381 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
382 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
382 | ERROR | [x] Expected newline after closing brace
383 | ERROR | [x] Line indented incorrectly; expected 22 spaces, found 36
384 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
385 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 32
386 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
387 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
387 | ERROR | [x] Expected newline after closing brace
388 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
390 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 32
390 | ERROR | [x] Inline comments must start with a capital letter
390 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
391 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
392 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
393 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 32
394 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
394 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
394 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
395 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 32
396 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
398 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
399 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
400 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 32
401 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
402 | WARNING | [x] A comma should follow the last multiline array item. Found: null
402 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
404 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
405 | ERROR | [x] Line indented incorrectly; expected 22 spaces, found 36
405 | ERROR | [x] Space found after square bracket; expected "[$k1" but found "[ $k1"
405 | ERROR | [x] Space found before square bracket; expected "$k1]" but found "$k1 ]"
406 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
407 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
408 | ERROR | [x] Line indented incorrectly; expected 22 spaces, found 36
409 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 38
410 | ERROR | [x] Line indented incorrectly; expected 22 spaces, found 36
410 | ERROR | [x] Expected newline after closing brace
411 | ERROR | [x] Line indented incorrectly; expected 24 spaces, found 38
412 | ERROR | [x] Line indented incorrectly; expected 22 spaces, found 36
413 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
415 | ERROR | [x] Line indented incorrectly; expected 20 spaces, found 34
416 | ERROR | [x] Line indented incorrectly; expected 18 spaces, found 32
417 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
418 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
418 | ERROR | [x] Expected newline after closing brace
419 | ERROR | [x] Line indented incorrectly; expected 16 spaces, found 30
420 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
421 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 26
421 | ERROR | [x] Closing brace indented incorrectly; expected 22 spaces, found 26
423 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 26
424 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 24
424 | ERROR | [x] Closing brace indented incorrectly; expected 20 spaces, found 24
425 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
425 | ERROR | [x] Inline comments must start with a capital letter
425 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
426 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 24
427 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 26
428 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 28
428 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
429 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 26
430 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 24
431 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 22
431 | ERROR | [x] Closing brace indented incorrectly; expected 16 spaces, found 22
432 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
432 | ERROR | [x] Closing brace indented incorrectly; expected 10 spaces, found 20
433 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 18
433 | ERROR | [x] Closing brace indented incorrectly; expected 8 spaces, found 18
435 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
435 | ERROR | [x] 8 spaces found before inline comment; expected "// $m2 = memory_get_peak_usage(true);" but found "// $m2 = memory_get_peak_usage(true);"
436 | WARNING | [x] There must be no blank line following an inline comment
436 | WARNING | [ ] There must be no blank line following an inline comment
436 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
438 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 18
439 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
439 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
440 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
442 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 20
442 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
443 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 18
445 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 18
445 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
446 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
446 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 16
448 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 16
448 | ERROR | [ ] Public method name "ExcelReader::getEntryXML" is not in lowerCamel format
448 | ERROR | [x] Missing function doc comment
449 | ERROR | [x] Opening brace should be on the same line as the declaration
450 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 18
451 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
451 | ERROR | [x] Inline comments must start with a capital letter
451 | ERROR | [x] Comments may not appear after statements
452 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
452 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
453 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
453 | WARNING | [ ] Line exceeds 80 characters; contains 100 characters
453 | ERROR | [x] Inline comments must start with a capital letter
453 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
453 | ERROR | [x] Comments may not appear after statements
454 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
454 | ERROR | [x] Inline comments must start with a capital letter
454 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
454 | ERROR | [x] Comments may not appear after statements
455 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
455 | WARNING | [ ] Line exceeds 80 characters; contains 124 characters
455 | ERROR | [x] Inline comments must start with a capital letter
455 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
455 | ERROR | [x] Comments may not appear after statements
456 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
457 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
457 | WARNING | [ ] Line exceeds 80 characters; contains 117 characters
457 | ERROR | [x] Inline comments must start with a capital letter
457 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
457 | ERROR | [x] Comments may not appear after statements
458 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
459 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
459 | WARNING | [ ] Line exceeds 80 characters; contains 119 characters
459 | ERROR | [x] Inline comments must start with a capital letter
459 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
459 | ERROR | [x] Comments may not appear after statements
460 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
462 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
462 | ERROR | [x] There should be no white space after an opening "{"
462 | ERROR | [x] Inline comments must start with a capital letter
462 | ERROR | [x] Comments may not appear after statements
463 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
463 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
464 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
465 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
466 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
466 | ERROR | [x] Inline comments must start with a capital letter
466 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
467 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
468 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
469 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
469 | ERROR | [x] Inline comments must start with a capital letter
469 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
470 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
471 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
472 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
473 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 16
474 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 16
475 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
476 | WARNING | [ ] Line exceeds 80 characters; contains 88 characters
476 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 0
476 | ERROR | [x] 14 spaces found before inline comment; expected "// file_put_contents( basename( $name ), $entry_xml ); // @to do comment!!!" but found "// file_put_contents(
| | basename( $name ), $entry_xml ); // @to do comment!!!"
477 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
478 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
480 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
480 | ERROR | [x] 12 spaces found before inline comment; expected "// $m1 = memory_get_usage();" but found "// $m1 = memory_get_usage();"
481 | WARNING | [ ] Line exceeds 80 characters; contains 101 characters
481 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
482 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
483 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
483 | ERROR | [ ] Function libxml_disable_entity_loader() has been deprecated
484 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
486 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
486 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
488 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
490 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
492 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
493 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
493 | ERROR | [ ] Inline doc block comments are not allowed; use "/* Comment */" or "// Comment" instead
494 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
494 | ERROR | [ ] Function libxml_disable_entity_loader() has been deprecated
495 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
497 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
497 | ERROR | [x] 12 spaces found before inline comment; expected "// $m2 = memory_get_usage();" but found "// $m2 = memory_get_usage();"
498 | WARNING | [x] There must be no blank line following an inline comment
498 | WARNING | [ ] There must be no blank line following an inline comment
498 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 0
500 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
501 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
502 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
503 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
504 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
505 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
506 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
507 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
507 | ERROR | [x] Closing brace indented incorrectly; expected 18 spaces, found 10
507 | ERROR | [x] Expected newline after closing brace
508 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
509 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
511 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
511 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
512 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
512 | ERROR | [x] Closing brace indented incorrectly; expected 16 spaces, found 8
514 | WARNING | [x] There must be no blank line following an inline comment
514 | WARNING | [ ] There must be no blank line following an inline comment
514 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
514 | ERROR | [x] Inline comments must start with a capital letter
516 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
516 | ERROR | [x] You must use "/**" style comments for a function comment
517 | ERROR | [x] Opening brace should be on the same line as the declaration
518 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
519 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
520 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
521 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
522 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
523 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
524 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 16
524 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
525 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
526 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
527 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 16
528 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
528 | ERROR | [x] Comments may not appear after statements
529 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 24
530 | ERROR | [x] Case breaking statements must be followed by a single blank line
530 | ERROR | [x] Case breaking statement indented incorrectly; expected 18 spaces, found 20
531 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
531 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
531 | ERROR | [x] Comments may not appear after statements
532 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 20
533 | ERROR | [x] Case breaking statements must be followed by a single blank line
533 | ERROR | [x] Case breaking statement indented incorrectly; expected 22 spaces, found 20
534 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
534 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
534 | ERROR | [x] Comments may not appear after statements
535 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 20
536 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 22
537 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 20
537 | ERROR | [x] Expected newline after closing brace
538 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 22
539 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 22
540 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 20
541 | ERROR | [x] Case breaking statements must be followed by a single blank line
541 | ERROR | [x] Case breaking statement indented incorrectly; expected 22 spaces, found 20
542 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
543 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 20
544 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 20
544 | ERROR | [x] Concat operator must be surrounded by a single space
544 | ERROR | [x] Concat operator must be surrounded by a single space
545 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
545 | ERROR | [x] Closing brace indented incorrectly; expected 14 spaces, found 18
546 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
547 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
548 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
548 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
549 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
550 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
551 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
551 | ERROR | [x] Expected newline after closing brace
551 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
552 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
553 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
554 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
554 | ERROR | [x] Expected newline after closing brace
555 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
556 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
557 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
558 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
560 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
561 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
561 | ERROR | [x] Closing brace indented incorrectly; expected 12 spaces, found 16
562 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
562 | ERROR | [x] Closing brace indented incorrectly; expected 10 spaces, found 14
563 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
564 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
566 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
566 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
567 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
567 | ERROR | [x] Closing brace indented incorrectly; expected 8 spaces, found 12
567 | ERROR | [x] Expected 1 blank line after function; 0 found
568 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
568 | ERROR | [x] Missing function doc comment
569 | ERROR | [x] Opening brace should be on the same line as the declaration
570 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
571 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
572 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
573 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
574 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
575 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
576 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
576 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
577 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
578 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
579 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
579 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
580 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
582 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
582 | ERROR | [ ] Protected method name "ExcelReader::_strtoupper" is not in lowerCamel format
582 | ERROR | [x] Missing function doc comment
583 | ERROR | [x] Opening brace should be on the same line as the declaration
584 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
585 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
587 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
587 | ERROR | [ ] Protected method name "ExcelReader::_getTarget" is not in lowerCamel format
587 | ERROR | [x] Missing function doc comment
588 | ERROR | [x] Opening brace should be on the same line as the declaration
589 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
590 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
591 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
592 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
593 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
594 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
594 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
595 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
596 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
597 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
598 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
599 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
600 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
601 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
602 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
603 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
603 | ERROR | [x] Expected newline after closing brace
604 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
605 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
606 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
607 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
608 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
610 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
611 | ERROR | [x] Line indented incorrectly; expected 3 spaces, found 5
612 | ERROR | [x] Line indented incorrectly; expected 3 spaces, found 5
613 | ERROR | [x] Line indented incorrectly; expected 3 spaces, found 4
615 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
615 | ERROR | [x] You must use "/**" style comments for a function comment
616 | ERROR | [x] Opening brace should be on the same line as the declaration
617 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1
618 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
619 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
620 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
621 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
622 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
622 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
623 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
624 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
626 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
626 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
627 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
629 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
629 | ERROR | [ ] Protected method name "ExcelReader::_parseRichText" is not in lowerCamel format
629 | ERROR | [x] Missing function doc comment
629 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
630 | ERROR | [x] Opening brace should be on the same line as the declaration
631 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
633 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
634 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
634 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
635 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
635 | ERROR | [x] Expected newline after closing brace
636 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
637 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
637 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
638 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
639 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
641 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
642 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
644 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
644 | ERROR | [x] Missing function doc comment
644 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
645 | ERROR | [x] Opening brace should be on the same line as the declaration
646 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
646 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
647 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
649 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
649 | ERROR | [x] Missing function doc comment
649 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
649 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
650 | ERROR | [x] Opening brace should be on the same line as the declaration
651 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
652 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
653 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
654 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
655 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
656 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
657 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
658 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
659 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
660 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
662 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
662 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
663 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
665 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
665 | ERROR | [x] Missing function doc comment
666 | ERROR | [x] Opening brace should be on the same line as the declaration
667 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
668 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
670 | WARNING | [x] There must be no blank line following an inline comment
670 | WARNING | [ ] There must be no blank line following an inline comment
670 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
672 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
672 | ERROR | [x] You must use "/**" style comments for a function comment
672 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
673 | ERROR | [x] Opening brace should be on the same line as the declaration
674 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
674 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
676 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
677 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
679 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
679 | ERROR | [x] Missing function doc comment
679 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
680 | ERROR | [x] Opening brace should be on the same line as the declaration
681 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
681 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
683 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
684 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
686 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
686 | ERROR | [x] Missing function doc comment
687 | ERROR | [x] Opening brace should be on the same line as the declaration
688 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
689 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
691 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
691 | ERROR | [x] Missing function doc comment
691 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
692 | ERROR | [x] Opening brace should be on the same line as the declaration
693 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
693 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
694 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
694 | ERROR | [x] Expected 1 blank line after function; 3 found
697 | ERROR | [ ] More than 2 empty lines are not allowed
698 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
698 | ERROR | [x] Missing function doc comment
699 | ERROR | [x] Opening brace should be on the same line as the declaration
700 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
702 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
703 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
705 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
706 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
707 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
708 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
710 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
711 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
712 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 0
712 | ERROR | [ ] Comment indentation error, expected only 1 spaces
712 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
713 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
714 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 14
714 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
715 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 14
716 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 16
716 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
717 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 16
717 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
718 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 16
719 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 14
720 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
721 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
722 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
723 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
723 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
724 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
724 | ERROR | [x] There should be no white space after an opening "{"
724 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
724 | ERROR | [x] Comments may not appear after statements
725 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
726 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
727 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
728 | WARNING | [ ] Line exceeds 80 characters; contains 102 characters
728 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 0
728 | ERROR | [x] 22 spaces found before inline comment; expected "// $this->hyperlinks[ $worksheetIndex ][ $ref ] = (string) $hyperlink['display'];" but found "//
| | $this->hyperlinks[ $worksheetIndex ][ $ref ] = (string) $hyperlink['display'];"
729 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
729 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
730 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
730 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
731 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
732 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
733 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
733 | ERROR | [x] Expected newline after closing brace
734 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
735 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
736 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
737 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
737 | ERROR | [x] Closing brace indented incorrectly; expected 10 spaces, found 18
738 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
738 | ERROR | [x] Closing brace indented incorrectly; expected 8 spaces, found 16
740 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
741 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
741 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 14
742 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
744 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
744 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
745 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
745 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 12
747 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
747 | ERROR | [ ] Protected method name "ExcelReader::_strpos" is not in lowerCamel format
747 | ERROR | [x] Missing function doc comment
748 | ERROR | [x] Opening brace should be on the same line as the declaration
749 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
750 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 12
752 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
753 | ERROR | [x] Doc comment short description must start with a capital letter
753 | ERROR | [x] Doc comment short description must end with a full stop
755 | ERROR | [ ] Missing parameter comment
757 | ERROR | [ ] Description for the @return value is missing
759 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
760 | ERROR | [x] Opening brace should be on the same line as the declaration
762 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
762 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
763 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
764 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
765 | WARNING | [x] Inline @var declarations should use the /** */ delimiters
765 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
767 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
767 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
769 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
769 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
770 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
771 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
773 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
774 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
775 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
776 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
777 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
779 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 12
780 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
781 | ERROR | [x] Line indented incorrectly; expected 5 spaces, found 8
783 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
783 | ERROR | [x] Inline comments must start with a capital letter
783 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
784 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
785 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
786 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
787 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
787 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
788 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
789 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
790 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
791 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
792 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16
793 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
794 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
795 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16
796 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
797 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
798 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
799 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
801 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
802 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
802 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 6
804 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
804 | ERROR | [x] Missing function doc comment
805 | ERROR | [x] Opening brace should be on the same line as the declaration
807 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
808 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
809 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
811 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
812 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
814 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
815 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
816 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
818 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
819 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
821 | WARNING | [x] There must be no blank line following an inline comment
821 | WARNING | [ ] There must be no blank line following an inline comment
821 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
821 | ERROR | [x] 6 spaces found before inline comment; expected "// $this->error( 'Invalid cell index ' . $cell );" but found "// $this->error( 'Invalid cell index ' . $cell );"
823 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
824 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
826 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
826 | ERROR | [x] Missing function doc comment
827 | ERROR | [x] Opening brace should be on the same line as the declaration
828 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
828 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
829 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
829 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
831 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
831 | ERROR | [x] There should be no white space after an opening "{"
831 | ERROR | [x] Inline comments must start with a capital letter
831 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
831 | ERROR | [x] Comments may not appear after statements
832 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
832 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
833 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
834 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
835 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
836 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
836 | ERROR | [x] There should be no white space after an opening "{"
836 | ERROR | [x] Comments may not appear after statements
837 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 22
838 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
839 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
839 | ERROR | [x] Closing brace indented incorrectly; expected 12 spaces, found 18
839 | ERROR | [x] Expected newline after closing brace
840 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 20
841 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 18
842 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
842 | ERROR | [x] Closing brace indented incorrectly; expected 10 spaces, found 16
843 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
843 | ERROR | [x] Closing brace indented incorrectly; expected 8 spaces, found 14
845 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
847 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 14
848 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 16
849 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
849 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
850 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
850 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
851 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 18
851 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
852 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
853 | ERROR | [x] Case breaking statement indented incorrectly; expected 18 spaces, found 16
855 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
855 | ERROR | [x] Comments may not appear after statements
856 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
856 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
857 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
857 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
858 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
859 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 12
861 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
862 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
862 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
863 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
863 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
864 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
865 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
865 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
866 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
866 | ERROR | [x] Expected newline after closing brace
867 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
867 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
868 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
868 | ERROR | [x] Expected newline after closing brace
869 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
869 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
870 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
872 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 12
874 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
875 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
875 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
876 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
878 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 12
880 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
881 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
881 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
882 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
882 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
883 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
883 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
884 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
885 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 12
887 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
888 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
888 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
889 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
890 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
890 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
890 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
891 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
892 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 12
894 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
895 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
895 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
896 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
896 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
897 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
897 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
898 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
899 | ERROR | [x] Case breaking statement indented incorrectly; expected 14 spaces, found 12
901 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
902 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
902 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
903 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
903 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
905 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
905 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
906 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
907 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
907 | ERROR | [ ] Inline doc block comments are not allowed; use "/* Comment */" or "// Comment" instead
908 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
908 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
909 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16
909 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
910 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
910 | ERROR | [x] Expected newline after closing brace
910 | ERROR | [ ] Inline doc block comments are not allowed; use "/* Comment */" or "// Comment" instead
910 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
911 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 16
911 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
912 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
913 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
914 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
914 | ERROR | [x] Closing brace indented incorrectly; expected 14 spaces, found 10
916 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
917 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
917 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 8
919 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
919 | ERROR | [x] Missing function doc comment
920 | ERROR | [x] Opening brace should be on the same line as the declaration
922 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
922 | ERROR | [x] Inline comments must start with a capital letter
922 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
922 | ERROR | [x] Comments may not appear after statements
923 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
925 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
926 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
927 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
929 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
931 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
931 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
932 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
932 | ERROR | [x] Closing brace indented incorrectly; expected 8 spaces, found 6
934 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
934 | ERROR | [x] Missing function doc comment
935 | ERROR | [x] Opening brace should be on the same line as the declaration
936 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
936 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
937 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
937 | ERROR | [x] Use null coalesce operator instead of ternary operator.
938 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
940 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
940 | ERROR | [ ] Public method name "ExcelReader::toHTML" is not in lowerCamel format
940 | ERROR | [x] Missing function doc comment
941 | ERROR | [x] Opening brace should be on the same line as the declaration
942 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
943 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
944 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
945 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
946 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
947 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
948 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
949 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
950 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
952 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
953 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
953 | ERROR | [x] Expected 1 blank line after function; 0 found
954 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
954 | ERROR | [ ] Public method name "ExcelReader::toHTMLEx" is not in lowerCamel format
954 | ERROR | [x] Missing function doc comment
955 | ERROR | [x] Opening brace should be on the same line as the declaration
956 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
957 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
958 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
959 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
960 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
961 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
962 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
963 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
964 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
965 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
966 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
966 | ERROR | [x] Concat operator must be surrounded by a single space
966 | ERROR | [x] Concat operator must be surrounded by a single space
967 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
969 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
970 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 14
970 | ERROR | [x] Concat operator must be surrounded by a single space
970 | ERROR | [x] Concat operator must be surrounded by a single space
971 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
972 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
972 | ERROR | [x] Concat operator must be surrounded by a single space
972 | ERROR | [x] Concat operator must be surrounded by a single space
972 | ERROR | [x] Concat operator must be surrounded by a single space
972 | ERROR | [x] Concat operator must be surrounded by a single space
972 | ERROR | [x] Concat operator must be surrounded by a single space
972 | ERROR | [x] Concat operator must be surrounded by a single space
973 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 12
974 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
975 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
976 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 10
977 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
978 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
980 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
981 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
981 | ERROR | [x] Expected 1 blank line after function; 0 found
982 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
982 | ERROR | [x] Missing function doc comment
983 | ERROR | [x] Opening brace should be on the same line as the declaration
984 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
984 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
985 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 6
985 | ERROR | [x] Expected 1 blank line after function; 0 found
986 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
986 | ERROR | [x] Inline comments must start with a capital letter
986 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
987 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
987 | ERROR | [ ] Missing short description in doc comment
988 | ERROR | [ ] Missing parameter comment
988 | ERROR | [ ] Missing parameter type
989 | ERROR | [ ] Missing parameter comment
989 | ERROR | [ ] Missing parameter type
990 | ERROR | [ ] Description for the @return value is missing
992 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
992 | ERROR | [x] Expected 1 blank line before function; 0 found
993 | ERROR | [x] Opening brace should be on the same line as the declaration
995 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
995 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
996 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
996 | ERROR | [ ] Function return type is not void, but function is returning void here
997 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
998 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
999 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1000 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1002 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1003 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1004 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1005 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1007 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1008 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1009 | WARNING | [x] Inline @var declarations should use the /** */ delimiters
1009 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1010 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1011 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1012 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1013 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1014 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 16
1014 | ERROR | [x] Inline comments must start with a capital letter
1014 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
1015 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
1015 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
1016 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
1017 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
1019 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
1020 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
1021 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
1022 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 14
1023 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 14
1024 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 14
1025 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 14
1026 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 16
1026 | ERROR | [ ] Function return type is not void, but function is returning void here
1027 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 14
1028 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
1029 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
1030 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
1031 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
1032 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1033 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1035 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1036 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1037 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1038 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
1038 | ERROR | [ ] Function return type is not void, but function is returning void here
1039 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1040 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1041 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1042 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1043 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1044 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1045 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1046 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
1046 | ERROR | [ ] Function return type is not void, but function is returning void here
1047 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1048 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1049 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
1049 | ERROR | [x] Expected 1 blank line after function; 2 found
1052 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
1052 | ERROR | [x] Missing function doc comment
1053 | ERROR | [x] Opening brace should be on the same line as the declaration
1054 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1054 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1055 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
1055 | ERROR | [x] Expected 1 blank line after function; 0 found
1056 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
1057 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
1057 | ERROR | [ ] Missing short description in doc comment
1058 | ERROR | [x] Expected 6 space(s) before asterisk; 5 found
1058 | ERROR | [ ] Missing parameter comment
1058 | ERROR | [ ] Missing parameter type
1059 | ERROR | [x] Expected 6 space(s) before asterisk; 5 found
1059 | ERROR | [ ] Missing parameter comment
1059 | ERROR | [ ] Missing parameter type
1060 | ERROR | [x] Expected 6 space(s) before asterisk; 5 found
1060 | ERROR | [ ] Description for the @return value is missing
1062 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 5
1062 | ERROR | [x] Expected 1 blank line before function; 0 found
1063 | ERROR | [x] Opening brace should be on the same line as the declaration
1064 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1065 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1066 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1067 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1068 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1069 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
1069 | ERROR | [x] Closing brace indented incorrectly; expected 5 spaces, found 4
1071 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
1073 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
1075 | ERROR | [ ] Missing parameter comment
1076 | ERROR | [x] Parameter comment must be on the next line
1076 | ERROR | [x] Parameter comment must end with a full stop
1078 | ERROR | [ ] Description for the @return value must be on the next line
1080 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
1081 | ERROR | [x] Opening brace should be on the same line as the declaration
1083 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1083 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1084 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
1084 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1085 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1086 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
1087 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
1087 | ERROR | [x] Comments may not appear after statements
1088 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1088 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 10
1089 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1090 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
1091 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
1092 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 14
1093 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
1094 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1096 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1096 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "NULL" but found "null"
1097 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1097 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 8
1099 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1099 | ERROR | [ ] Protected method name "ExcelReader::_num2name" is not in lowerCamel format
1099 | ERROR | [x] Missing function doc comment
1100 | ERROR | [x] Opening brace should be on the same line as the declaration
1101 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1102 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1103 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1103 | ERROR | [x] Expected 1 space(s) after cast statement; 0 found
1104 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1105 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
1106 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1107 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1108 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1110 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1110 | ERROR | [x] Missing function doc comment
1111 | ERROR | [x] Opening brace should be on the same line as the declaration
1112 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1113 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1115 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1115 | ERROR | [x] Missing function doc comment
1116 | ERROR | [x] Opening brace should be on the same line as the declaration
1117 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1118 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1120 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1120 | ERROR | [x] Missing function doc comment
1121 | ERROR | [x] Opening brace should be on the same line as the declaration
1122 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1123 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 12
1124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1126 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1126 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1127 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1129 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1129 | ERROR | [x] Missing function doc comment
1130 | ERROR | [x] Opening brace should be on the same line as the declaration
1132 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1133 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1135 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1135 | ERROR | [x] Missing function doc comment
1136 | ERROR | [x] Opening brace should be on the same line as the declaration
1137 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1138 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1140 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1140 | ERROR | [x] Missing function doc comment
1141 | ERROR | [x] Opening brace should be on the same line as the declaration
1142 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1143 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1145 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1145 | ERROR | [x] Missing function doc comment
1146 | ERROR | [x] Opening brace should be on the same line as the declaration
1147 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 10
1147 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
1148 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 8
1148 | ERROR | [x] Expected 1 blank line after function; 0 found
1149 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 6
1149 | ERROR | [x] Closing brace indented incorrectly; expected 0 spaces, found 6
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1307 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Plugin/DevelGenerate/EtTransactionDevelGenerate.php
-------------------------------------------------------------------------------------------------------------------------------
FOUND 46 ERRORS AND 16 WARNINGS AFFECTING 48 LINES
-------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
4 | WARNING | [x] Unused use statement
7 | WARNING | [x] Unused use statement
8 | WARNING | [x] Unused use statement
9 | ERROR | [x] There must be one blank line after the last USE statement; 2 found;
30 | ERROR | [x] Doc comment short description must end with a full stop
48 | ERROR | [x] Expected 1 blank line after function; 0 found
49 | ERROR | [x] Missing function doc comment
55 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
56 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
57 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
64 | ERROR | [x] Short array syntax must be used to define arrays
64 | ERROR | [x] There should be no white space after an opening "("
67 | WARNING | [ ] Unused variable $one_week_ago.
68 | WARNING | [ ] Unused variable $one_month_ago.
69 | WARNING | [ ] Unused variable $two_month_ago.
70 | WARNING | [ ] Unused variable $three_month_ago.
71 | WARNING | [ ] Unused variable $five_month_ago.
72 | WARNING | [ ] Unused variable $ten_month_ago.
75 | WARNING | [ ] Unused variable $entity_type.
75 | WARNING | [ ] Line exceeds 80 characters; contains 142 characters
75 | WARNING | [ ] There must be no blank line following an inline comment
75 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
75 | ERROR | [x] Comments may not appear after statements
76 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
79 | ERROR | [x] Expected 1 space after "="; 2 found
84 | ERROR | [x] Equals sign not aligned correctly; expected 1 space but found 2 spaces
85 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
85 | ERROR | [x] Object operator not indented correctly; expected 8 spaces but found 6
91 | WARNING | [ ] Unused variable $rand_for_date.
92 | WARNING | [ ] Line exceeds 80 characters; contains 93 characters
93 | WARNING | [ ] Line exceeds 80 characters; contains 96 characters
93 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
94 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
99 | ERROR | [x] Expected one space after the comma, 0 found
100 | ERROR | [x] Expected 1 space after "=>"; 2 found
100 | ERROR | [x] Expected one space after the comma, 0 found
105 | ERROR | [x] Expected 1 space after IF keyword; 0 found
106 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
106 | ERROR | [x] Expected one space after the comma, 0 found
110 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
111 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
112 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
116 | ERROR | [x] Missing function doc comment
123 | ERROR | [x] Missing function doc comment
123 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
128 | ERROR | [ ] String concat is not required here; use a single string instead
159 | ERROR | [x] A unary operator statement must not be followed by a space
166 | ERROR | [x] Doc comment short description must end with a full stop
167 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
167 | ERROR | [ ] Return type missing for @return tag in function comment
167 | ERROR | [ ] Description for the @return value is missing
169 | ERROR | [ ] Method name "EtTransactionDevelGenerate::generate_random_transaction" is not in lowerCamel format
169 | ERROR | [x] Visibility must be declared on method "generate_random_transaction"
170 | ERROR | [x] Short array syntax must be used to define arrays
171 | ERROR | [x] Short array syntax must be used to define arrays
191 | ERROR | [x] Short array syntax must be used to define arrays
213 | WARNING | [x] A comma should follow the last multiline array item. Found: )
216 | ERROR | [x] Short array syntax must be used to define arrays
223 | ERROR | [x] Short array syntax must be used to define arrays
230 | ERROR | [x] Expected 1 newline at end of file; 0 found
230 | ERROR | [x] The closing brace for the class must have an empty line before it
-------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 40 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Entity/EtTransaction.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 213 ERRORS AND 12 WARNINGS AFFECTING 185 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
84 | ERROR | [x] Expected 1 blank line after function; 0 found
90 | ERROR | [x] Expected 1 blank line after function; 0 found
235 | ERROR | [ ] Public method name "EtTransaction::get_current_datetime" is not in lowerCamel format
238 | ERROR | [x] Expected 1 blank line after function; 0 found
242 | ERROR | [x] Inline comments must start with a capital letter
243 | ERROR | [ ] Comment indentation error, expected only 1 spaces
244 | WARNING | [x] There must be no blank line following an inline comment
244 | WARNING | [ ] There must be no blank line following an inline comment
244 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
246 | ERROR | [x] 3 spaces found before inline comment; expected "// $current_time = DrupalDateTime::createFromTimestamp($onemonths_fromnow);" but found "// $current_time =
| | DrupalDateTime::createFromTimestamp($onemonths_fromnow);"
252 | ERROR | [ ] Public method name "EtTransaction::get_edate" is not in lowerCamel format
252 | ERROR | [x] Expected 1 blank line before function; 0 found
256 | ERROR | [x] Expected 1 blank line after function; 0 found
262 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
262 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
263 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
264 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
265 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
268 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
268 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
269 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
270 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
273 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
273 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
274 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
275 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
276 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
277 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
278 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
278 | ERROR | [x] Short array syntax must be used to define arrays
282 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
287 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
288 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
291 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
291 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
292 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
298 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
299 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
300 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
301 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
302 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
307 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
312 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
313 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
316 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
316 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
317 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
318 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
319 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
320 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
321 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
322 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
323 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
327 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
332 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
333 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
336 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
336 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
337 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
338 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
340 | ERROR | [ ] Comment indentation error, expected only 1 spaces
344 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
344 | ERROR | [x] Short array syntax must be used to define arrays
349 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
349 | ERROR | [x] Short array syntax must be used to define arrays
353 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
354 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
357 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
357 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
358 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
359 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
360 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
361 | WARNING | [x] A comma should follow the last multiline array item. Found: 'datetime'
363 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
367 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
372 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
373 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
376 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
376 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
377 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
383 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
384 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
385 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
386 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
387 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
392 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
397 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
398 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
401 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
401 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
402 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
403 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
404 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
404 | ERROR | [x] Short array syntax must be used to define arrays
406 | ERROR | [x] Short array syntax must be used to define arrays
411 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
416 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
417 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
420 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
420 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
421 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
432 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
433 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
433 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "False"
434 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
435 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
440 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
445 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
446 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
449 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
449 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
450 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
461 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
462 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
463 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
463 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "False"
464 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
465 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
470 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
475 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
476 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
479 | ERROR | [x] Expected 1 space before "="; 0 found
479 | ERROR | [x] Expected 1 space after "="; 0 found
484 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
484 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
485 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
488 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
489 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
490 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
490 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "False"
491 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
492 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
497 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
502 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
503 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
506 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
506 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
507 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
508 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
509 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
510 | WARNING | [x] A comma should follow the last multiline array item. Found: 'datetime'
512 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
513 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
517 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
522 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
523 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
526 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
526 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
527 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
528 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
528 | ERROR | [x] Short array syntax must be used to define arrays
529 | WARNING | [x] A comma should follow the last multiline array item. Found: 1024
531 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
531 | ERROR | [x] Short array syntax must be used to define arrays
533 | WARNING | [x] A comma should follow the last multiline array item. Found: 12
535 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
540 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
541 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
542 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
545 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
545 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
546 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
547 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
548 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
549 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
550 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
551 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
551 | ERROR | [x] Short array syntax must be used to define arrays
554 | ERROR | [x] Short array syntax must be used to define arrays
561 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
566 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
567 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
570 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
570 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
571 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
574 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
574 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
575 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
581 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
582 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
583 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
584 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
587 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
587 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
588 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
589 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
590 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
591 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
594 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
594 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
595 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
596 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
597 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
598 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
601 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
601 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
602 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
603 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
604 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
605 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
608 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
608 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
609 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
612 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
612 | ERROR | [x] Object operator not indented correctly; expected 6 spaces but found 4
613 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
614 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
615 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
629 | ERROR | [x] Short array syntax must be used to define arrays
634 | ERROR | [x] Doc comment short description must be on the first line
638 | ERROR | [x] Expected 1 blank line after function; 2 found
641 | ERROR | [ ] Missing short description in doc comment
642 | WARNING | [x] '@todo: Refactor - doesn't belong here.' should match the format '@todo Fix problem X here.'
644 | ERROR | [ ] Description for the @return value is missing
656 | ERROR | [x] Short array syntax must be used to define arrays
669 | ERROR | [x] Short array syntax must be used to define arrays
717 | WARNING | [x] There must be no blank line following an inline comment
717 | WARNING | [ ] There must be no blank line following an inline comment
717 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
721 | ERROR | [ ] Comment indentation error, expected only 1 spaces
722 | WARNING | [x] There must be no blank line following an inline comment
722 | WARNING | [ ] There must be no blank line following an inline comment
727 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
727 | ERROR | [ ] Comment indentation error, expected only 1 spaces
730 | ERROR | [ ] Comment indentation error, expected only 1 spaces
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 212 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/EtTransactionInterface.php
---------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
---------------------------------------------------------------------------
40 | ERROR | [x] Expected 1 blank line after function; 2 found
---------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/EtTransactionViewBuilder.php
-----------------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
-----------------------------------------------------------------------------
26 | 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 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Controller/EtTransactionController.php
-----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 1083 ERRORS AND 46 WARNINGS AFFECTING 747 LINES
-----------------------------------------------------------------------------------------------------------------------------------------------
22 | ERROR | [ ] Public method name "EtTransactionController::et_transactionTitle" is not in lowerCamel format
26 | ERROR | [x] Missing function doc comment
28 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
29 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
32 | ERROR | [x] Short array syntax must be used to define arrays
33 | ERROR | [x] Short array syntax must be used to define arrays
37 | ERROR | [x] Expected 1 space after IF keyword; 0 found
38 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
41 | ERROR | [x] Expected newline after closing brace
41 | ERROR | [x] Use "elseif" in place of "else if"
41 | ERROR | [x] Expected 1 space after IF keyword; 0 found
45 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
45 | ERROR | [x] Expected 1 space before "??"; 0 found
45 | ERROR | [x] Expected 1 space after "??"; 0 found
46 | WARNING | [ ] Unused variable $type.
46 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
46 | ERROR | [x] Expected 1 space before "??"; 0 found
46 | ERROR | [x] Expected 1 space after "??"; 0 found
47 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
47 | ERROR | [x] Expected 1 space before "??"; 0 found
47 | ERROR | [x] Expected 1 space after "??"; 0 found
48 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
48 | ERROR | [x] Expected 1 space before "??"; 0 found
48 | ERROR | [x] Expected 1 space after "??"; 0 found
50 | ERROR | [x] Short array syntax must be used to define arrays
55 | ERROR | [x] Short array syntax must be used to define arrays
56 | ERROR | [x] Short array syntax must be used to define arrays
58 | ERROR | [x] Short array syntax must be used to define arrays
59 | ERROR | [x] Short array syntax must be used to define arrays
65 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
65 | ERROR | [x] Inline comments must start with a capital letter
65 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
66 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
67 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
68 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
69 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
71 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
71 | ERROR | [x] Expected 1 space after "="; 2 found
72 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
72 | ERROR | [x] Expected 1 space after "="; 2 found
74 | WARNING | [ ] Unused variable $transaction_details.
74 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
74 | ERROR | [x] Short array syntax must be used to define arrays
75 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
75 | ERROR | [x] Short array syntax must be used to define arrays
76 | WARNING | [ ] Unused variable $expense_reports.
76 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
76 | ERROR | [x] Short array syntax must be used to define arrays
78 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
78 | ERROR | [x] Expected 1 space after IF keyword; 0 found
79 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
79 | ERROR | [x] Short array syntax must be used to define arrays
80 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
80 | ERROR | [x] Expected 1 space before "="; 0 found
80 | ERROR | [x] Expected 1 space after "="; 0 found
82 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
82 | ERROR | [x] Concat operator must be surrounded by a single space
82 | ERROR | [x] Concat operator must be surrounded by a single space
84 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
84 | ERROR | [x] Concat operator must be surrounded by a single space
84 | ERROR | [x] Concat operator must be surrounded by a single space
85 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
85 | ERROR | [x] Concat operator must be surrounded by a single space
85 | ERROR | [x] Concat operator must be surrounded by a single space
87 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
89 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
90 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
91 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
93 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
95 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
95 | ERROR | [x] Expected 1 space after IF keyword; 0 found
96 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 12
97 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
99 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
101 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
102 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
103 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
105 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
107 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
108 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
109 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
110 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
112 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
113 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
115 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
116 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
117 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
119 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
119 | ERROR | [x] Expected 1 space after IF keyword; 0 found
120 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 12
121 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
122 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 3 empty lines
124 | ERROR | [ ] More than 2 empty lines are not allowed
125 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
126 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
126 | ERROR | [x] Expected newline after closing brace
128 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 7
128 | ERROR | [x] Expected 1 space before "="; 0 found
128 | ERROR | [x] Expected 1 space after "="; 0 found
129 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
129 | ERROR | [x] Concat operator must be surrounded by a single space
129 | ERROR | [x] Concat operator must be surrounded by a single space
130 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
130 | ERROR | [x] Concat operator must be surrounded by a single space
130 | ERROR | [x] Concat operator must be surrounded by a single space
132 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
133 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
134 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
136 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
137 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
137 | ERROR | [x] Concat operator must be surrounded by a single space
137 | ERROR | [x] Concat operator must be surrounded by a single space
138 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
139 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
139 | ERROR | [x] Expected 1 space after IF keyword; 0 found
140 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
141 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
143 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
143 | ERROR | [x] Closing brace indented incorrectly; expected 7 spaces, found 6
145 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
145 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 4
147 | ERROR | [x] Case breaking statements must be followed by a single blank line
147 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 4
148 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
149 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
149 | ERROR | [x] Inline comments must start with a capital letter
149 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
150 | WARNING | [ ] Unused variable $last_30.
150 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
150 | ERROR | [x] Short array syntax must be used to define arrays
152 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
152 | ERROR | [x] Expected 1 space after IF keyword; 0 found
153 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
153 | ERROR | [x] Short array syntax must be used to define arrays
154 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
154 | ERROR | [x] Expected 1 space after FOR keyword; 0 found
155 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
155 | ERROR | [x] Concat operator must be surrounded by a single space
155 | ERROR | [x] Concat operator must be surrounded by a single space
157 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
157 | ERROR | [x] Concat operator must be surrounded by a single space
157 | ERROR | [x] Concat operator must be surrounded by a single space
158 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
158 | ERROR | [x] Concat operator must be surrounded by a single space
158 | ERROR | [x] Concat operator must be surrounded by a single space
159 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
161 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
162 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
163 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
165 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
166 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
166 | ERROR | [x] Expected 1 space after IF keyword; 0 found
167 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
168 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
169 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
171 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
172 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
173 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
175 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
177 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
178 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
179 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
180 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
182 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
183 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
184 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
186 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
186 | ERROR | [x] Expected 1 space after IF keyword; 0 found
187 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
188 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
190 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
192 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
193 | WARNING | [x] There must be no blank line following an inline comment
193 | WARNING | [ ] There must be no blank line following an inline comment
193 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
195 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
196 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
197 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
197 | ERROR | [x] Expected newline after closing brace
198 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
198 | ERROR | [x] Expected 1 space after FOR keyword; 0 found
199 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
199 | ERROR | [x] Concat operator must be surrounded by a single space
199 | ERROR | [x] Concat operator must be surrounded by a single space
200 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
200 | ERROR | [x] Concat operator must be surrounded by a single space
200 | ERROR | [x] Concat operator must be surrounded by a single space
201 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
201 | ERROR | [x] Concat operator must be surrounded by a single space
201 | ERROR | [x] Concat operator must be surrounded by a single space
202 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
204 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
205 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
206 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
208 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
209 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
210 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
210 | ERROR | [x] Expected 1 space after IF keyword; 0 found
211 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
212 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
213 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
215 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
216 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
217 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
218 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
220 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
222 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
222 | ERROR | [x] Expected 1 space after "="; 2 found
223 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
225 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
227 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
228 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
228 | ERROR | [x] Inline comments must start with a capital letter
228 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
229 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
230 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
231 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
233 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
234 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
234 | ERROR | [x] Expected 1 space after IF keyword; 0 found
235 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
235 | ERROR | [x] Expected 1 space before "="; 0 found
235 | ERROR | [x] Expected 1 space after "="; 0 found
236 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
236 | ERROR | [x] Concat operator must be surrounded by a single space
236 | ERROR | [x] Concat operator must be surrounded by a single space
237 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
238 | WARNING | [x] There must be no blank line following an inline comment
238 | WARNING | [ ] There must be no blank line following an inline comment
238 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
239 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
241 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
241 | ERROR | [x] Concat operator must be surrounded by a single space
241 | ERROR | [x] Concat operator must be surrounded by a single space
242 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
242 | ERROR | [x] Concat operator must be surrounded by a single space
242 | ERROR | [x] Concat operator must be surrounded by a single space
244 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
246 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
247 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
248 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
250 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
252 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
252 | ERROR | [x] Expected 1 space after IF keyword; 0 found
253 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
254 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
256 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
258 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
259 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
260 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
262 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
264 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
265 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
266 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
267 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
269 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
270 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
272 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
272 | ERROR | [x] Expected 1 space after IF keyword; 0 found
273 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
274 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
276 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
278 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
279 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
281 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
282 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
284 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
285 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
286 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
286 | ERROR | [x] Expected newline after closing brace
288 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
289 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
289 | ERROR | [x] Concat operator must be surrounded by a single space
289 | ERROR | [x] Concat operator must be surrounded by a single space
291 | WARNING | [x] There must be no blank line following an inline comment
291 | WARNING | [ ] There must be no blank line following an inline comment
291 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
293 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
293 | ERROR | [x] Concat operator must be surrounded by a single space
293 | ERROR | [x] Concat operator must be surrounded by a single space
294 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
294 | ERROR | [x] Concat operator must be surrounded by a single space
294 | ERROR | [x] Concat operator must be surrounded by a single space
295 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
297 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
298 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
299 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
301 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
302 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
303 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
303 | ERROR | [x] Expected 1 space after IF keyword; 0 found
304 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
305 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
306 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
308 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
309 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
311 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
312 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
313 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
315 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
315 | ERROR | [x] Expected 1 space after "="; 2 found
315 | ERROR | [x] Concat operator must be surrounded by a single space
315 | ERROR | [x] Concat operator must be surrounded by a single space
316 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
317 | ERROR | [x] Case breaking statements must be followed by a single blank line
317 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
318 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
319 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
319 | ERROR | [x] Inline comments must start with a capital letter
319 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
320 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
321 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
322 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
323 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
325 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
327 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
327 | ERROR | [x] Inline comments must start with a capital letter
327 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
328 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
328 | ERROR | [x] Expected 1 space after IF keyword; 0 found
329 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
329 | ERROR | [x] Expected 1 space before "="; 0 found
329 | ERROR | [x] Expected 1 space after "="; 0 found
330 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
330 | ERROR | [x] Concat operator must be surrounded by a single space
330 | ERROR | [x] Concat operator must be surrounded by a single space
331 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
333 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
333 | ERROR | [x] Concat operator must be surrounded by a single space
333 | ERROR | [x] Concat operator must be surrounded by a single space
334 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
334 | ERROR | [x] Concat operator must be surrounded by a single space
334 | ERROR | [x] Concat operator must be surrounded by a single space
335 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
337 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
338 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
339 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
341 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
342 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
342 | ERROR | [x] Expected 1 space after IF keyword; 0 found
343 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
344 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
346 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
348 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
349 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
350 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
352 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
353 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
354 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
355 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
356 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
358 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
359 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
360 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
362 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
362 | ERROR | [x] Expected 1 space after IF keyword; 0 found
363 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
364 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
366 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
367 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
367 | ERROR | [x] Expected newline after closing brace
368 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
368 | ERROR | [x] Expected 1 space before "="; 0 found
368 | ERROR | [x] Expected 1 space after "="; 0 found
369 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
369 | ERROR | [x] Concat operator must be surrounded by a single space
369 | ERROR | [x] Concat operator must be surrounded by a single space
371 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
371 | ERROR | [x] Concat operator must be surrounded by a single space
371 | ERROR | [x] Concat operator must be surrounded by a single space
372 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
372 | ERROR | [x] Concat operator must be surrounded by a single space
372 | ERROR | [x] Concat operator must be surrounded by a single space
373 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
375 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
376 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
377 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
379 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
380 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
381 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
381 | ERROR | [x] Expected 1 space after IF keyword; 0 found
382 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
383 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
384 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
386 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
388 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
388 | ERROR | [x] Expected 1 space after "="; 2 found
389 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
389 | ERROR | [x] Expected 1 space after "="; 2 found
389 | ERROR | [x] Concat operator must be surrounded by a single space
389 | ERROR | [x] Concat operator must be surrounded by a single space
390 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
392 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
393 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
393 | ERROR | [x] Inline comments must start with a capital letter
393 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
394 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
395 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
396 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
397 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
399 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
401 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
401 | ERROR | [x] Expected 1 space after IF keyword; 0 found
402 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
402 | ERROR | [x] Expected 1 space before "="; 0 found
402 | ERROR | [x] Expected 1 space after "="; 0 found
403 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
403 | ERROR | [x] Concat operator must be surrounded by a single space
403 | ERROR | [x] Concat operator must be surrounded by a single space
405 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
405 | ERROR | [x] Concat operator must be surrounded by a single space
405 | ERROR | [x] Concat operator must be surrounded by a single space
406 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
406 | ERROR | [x] Concat operator must be surrounded by a single space
406 | ERROR | [x] Concat operator must be surrounded by a single space
407 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
409 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
410 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
411 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
413 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
415 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
415 | ERROR | [x] Expected 1 space after IF keyword; 0 found
416 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
417 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
419 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
421 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
422 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
423 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
425 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
426 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
427 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
428 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
429 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
431 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
432 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
433 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
435 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
435 | ERROR | [x] Expected 1 space after IF keyword; 0 found
436 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
437 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
439 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
440 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
440 | ERROR | [x] Expected newline after closing brace
441 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
441 | ERROR | [x] Expected 1 space before "="; 0 found
441 | ERROR | [x] Expected 1 space after "="; 0 found
442 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
442 | ERROR | [x] Concat operator must be surrounded by a single space
442 | ERROR | [x] Concat operator must be surrounded by a single space
444 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
444 | ERROR | [x] Concat operator must be surrounded by a single space
444 | ERROR | [x] Concat operator must be surrounded by a single space
445 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
445 | ERROR | [x] Concat operator must be surrounded by a single space
445 | ERROR | [x] Concat operator must be surrounded by a single space
446 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
448 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
449 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
450 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
452 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
453 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
454 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
454 | ERROR | [x] Expected 1 space after IF keyword; 0 found
455 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
456 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
458 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
460 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
462 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
462 | ERROR | [x] Expected 1 space after "="; 2 found
463 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
463 | ERROR | [x] Expected 1 space after "="; 2 found
463 | ERROR | [x] Concat operator must be surrounded by a single space
463 | ERROR | [x] Concat operator must be surrounded by a single space
464 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
466 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
467 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
467 | ERROR | [x] Inline comments must start with a capital letter
467 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
468 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
469 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
470 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
471 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
473 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
475 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
475 | ERROR | [x] Inline comments must start with a capital letter
475 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
476 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
476 | ERROR | [x] Expected 1 space after IF keyword; 0 found
477 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
477 | ERROR | [x] Expected 1 space before "="; 0 found
477 | ERROR | [x] Expected 1 space after "="; 0 found
478 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
478 | ERROR | [x] Concat operator must be surrounded by a single space
478 | ERROR | [x] Concat operator must be surrounded by a single space
480 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
480 | ERROR | [x] Concat operator must be surrounded by a single space
480 | ERROR | [x] Concat operator must be surrounded by a single space
481 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
481 | ERROR | [x] Concat operator must be surrounded by a single space
481 | ERROR | [x] Concat operator must be surrounded by a single space
482 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
484 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
485 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
486 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
488 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
489 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
489 | ERROR | [x] Expected 1 space after IF keyword; 0 found
490 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
491 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
493 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
495 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
496 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
497 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
499 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
500 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
501 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
502 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
503 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
505 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
506 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
507 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
509 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
509 | ERROR | [x] Expected 1 space after IF keyword; 0 found
510 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
511 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
513 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
514 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
514 | ERROR | [x] Expected newline after closing brace
515 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
515 | ERROR | [x] Expected 1 space before "="; 0 found
515 | ERROR | [x] Expected 1 space after "="; 0 found
516 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
516 | ERROR | [x] Concat operator must be surrounded by a single space
516 | ERROR | [x] Concat operator must be surrounded by a single space
518 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
518 | ERROR | [x] Concat operator must be surrounded by a single space
518 | ERROR | [x] Concat operator must be surrounded by a single space
519 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
519 | ERROR | [x] Concat operator must be surrounded by a single space
519 | ERROR | [x] Concat operator must be surrounded by a single space
520 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
522 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
523 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
524 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
526 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
527 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
528 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
528 | ERROR | [x] Expected 1 space after IF keyword; 0 found
529 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
530 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
531 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
533 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
534 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
534 | ERROR | [x] Expected 1 space after "="; 2 found
535 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
535 | ERROR | [x] Expected 1 space after "="; 2 found
535 | ERROR | [x] Concat operator must be surrounded by a single space
535 | ERROR | [x] Concat operator must be surrounded by a single space
536 | ERROR | [x] Case breaking statements must be followed by a single blank line
536 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
537 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
538 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
538 | ERROR | [x] Inline comments must start with a capital letter
538 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
539 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
540 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
540 | ERROR | [x] Expected 1 space after "="; 2 found
541 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
543 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
545 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
545 | ERROR | [x] Expected 1 space before "*"; 0 found
545 | ERROR | [x] Expected 1 space after "*"; 0 found
547 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
548 | WARNING | [ ] Unused variable $first_date.
548 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
549 | WARNING | [ ] Unused variable $last_date.
549 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
550 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
552 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
552 | ERROR | [x] Expected 1 space after IF keyword; 0 found
553 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
553 | ERROR | [x] Expected 1 space before "="; 0 found
553 | ERROR | [x] Expected 1 space after "="; 0 found
554 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
554 | ERROR | [x] Concat operator must be surrounded by a single space
554 | ERROR | [x] Concat operator must be surrounded by a single space
556 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
556 | ERROR | [x] Concat operator must be surrounded by a single space
556 | ERROR | [x] Concat operator must be surrounded by a single space
557 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
557 | ERROR | [x] Concat operator must be surrounded by a single space
557 | ERROR | [x] Concat operator must be surrounded by a single space
559 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
561 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
562 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
563 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
565 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
567 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
567 | ERROR | [x] Expected 1 space after IF keyword; 0 found
568 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
569 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
571 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
573 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
574 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
575 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
577 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
578 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
579 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
580 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
581 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
583 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
584 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
585 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 3 empty lines
587 | ERROR | [ ] More than 2 empty lines are not allowed
588 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
588 | ERROR | [x] Expected 1 space after IF keyword; 0 found
589 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
590 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
592 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
594 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
594 | ERROR | [x] Expected newline after closing brace
596 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
596 | ERROR | [x] Expected 1 space before "="; 0 found
596 | ERROR | [x] Expected 1 space after "="; 0 found
597 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
597 | ERROR | [x] Concat operator must be surrounded by a single space
597 | ERROR | [x] Concat operator must be surrounded by a single space
599 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
599 | ERROR | [x] Concat operator must be surrounded by a single space
599 | ERROR | [x] Concat operator must be surrounded by a single space
600 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
600 | ERROR | [x] Concat operator must be surrounded by a single space
600 | ERROR | [x] Concat operator must be surrounded by a single space
601 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
603 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
604 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
605 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
607 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
608 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
609 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
609 | ERROR | [x] Expected 1 space after IF keyword; 0 found
610 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
611 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
612 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
614 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
615 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
615 | ERROR | [x] Expected 1 space after "="; 2 found
616 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
616 | ERROR | [x] Concat operator must be surrounded by a single space
616 | ERROR | [x] Concat operator must be surrounded by a single space
617 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
618 | ERROR | [x] Case breaking statements must be followed by a single blank line
618 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
619 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
620 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
620 | ERROR | [x] Inline comments must start with a capital letter
620 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
621 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
621 | ERROR | [x] Expected 1 space before "-"; 0 found
621 | ERROR | [x] Expected 1 space after "-"; 0 found
622 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
623 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
625 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
627 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
627 | ERROR | [x] Expected 1 space before "*"; 0 found
627 | ERROR | [x] Expected 1 space after "*"; 0 found
629 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
629 | ERROR | [x] Inline comments must start with a capital letter
629 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
630 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
630 | ERROR | [x] Expected 1 space after IF keyword; 0 found
631 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
631 | ERROR | [x] Expected 1 space before "="; 0 found
631 | ERROR | [x] Expected 1 space after "="; 0 found
632 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
632 | ERROR | [x] Concat operator must be surrounded by a single space
632 | ERROR | [x] Concat operator must be surrounded by a single space
634 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
634 | ERROR | [x] Concat operator must be surrounded by a single space
634 | ERROR | [x] Concat operator must be surrounded by a single space
635 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
635 | ERROR | [x] Concat operator must be surrounded by a single space
635 | ERROR | [x] Concat operator must be surrounded by a single space
637 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
639 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
640 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
641 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
643 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
644 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
644 | ERROR | [x] Expected 1 space after IF keyword; 0 found
645 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
646 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
647 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
649 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
650 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
651 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
653 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
654 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
655 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
656 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
657 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
659 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
660 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
661 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
663 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
663 | ERROR | [x] Expected 1 space after IF keyword; 0 found
664 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
665 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
666 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
667 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
667 | ERROR | [x] Expected newline after closing brace
668 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
668 | ERROR | [x] Expected 1 space before "="; 0 found
668 | ERROR | [x] Expected 1 space after "="; 0 found
669 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
669 | ERROR | [x] Concat operator must be surrounded by a single space
669 | ERROR | [x] Concat operator must be surrounded by a single space
671 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
671 | ERROR | [x] Concat operator must be surrounded by a single space
671 | ERROR | [x] Concat operator must be surrounded by a single space
672 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
672 | ERROR | [x] Concat operator must be surrounded by a single space
672 | ERROR | [x] Concat operator must be surrounded by a single space
673 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
675 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
676 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
677 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
679 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
680 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
681 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
681 | ERROR | [x] Expected 1 space after IF keyword; 0 found
682 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
683 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
684 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
686 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
687 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
687 | ERROR | [x] Expected 1 space after "="; 2 found
688 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
688 | ERROR | [x] Expected 1 space after "="; 3 found
688 | ERROR | [x] Concat operator must be surrounded by a single space
688 | ERROR | [x] Concat operator must be surrounded by a single space
689 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
689 | ERROR | [x] Expected 1 space after "="; 3 found
690 | ERROR | [x] Case breaking statements must be followed by a single blank line
690 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
691 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
692 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
692 | ERROR | [x] Inline comments must start with a capital letter
692 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
693 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
694 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
694 | ERROR | [x] Expected 1 space after "="; 2 found
696 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
698 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
698 | ERROR | [x] Expected 1 space before "*"; 0 found
698 | ERROR | [x] Expected 1 space after "*"; 0 found
700 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
700 | ERROR | [x] Inline comments must start with a capital letter
700 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
701 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
701 | ERROR | [x] Expected 1 space after IF keyword; 0 found
702 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
702 | ERROR | [x] Expected 1 space before "="; 0 found
702 | ERROR | [x] Expected 1 space after "="; 0 found
703 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 7
703 | ERROR | [x] Concat operator must be surrounded by a single space
703 | ERROR | [x] Concat operator must be surrounded by a single space
705 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 7
705 | ERROR | [x] Concat operator must be surrounded by a single space
705 | ERROR | [x] Concat operator must be surrounded by a single space
706 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 7
706 | ERROR | [x] Concat operator must be surrounded by a single space
706 | ERROR | [x] Concat operator must be surrounded by a single space
707 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 7
709 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 7
710 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 7
711 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 7
713 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 7
714 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 7
714 | ERROR | [x] Expected 1 space after IF keyword; 0 found
715 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 8
716 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
716 | ERROR | [x] Closing brace indented incorrectly; expected 7 spaces, found 6
717 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
719 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
720 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
721 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
723 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
724 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
725 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
726 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
727 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
729 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
730 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
731 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
733 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
733 | ERROR | [x] Expected 1 space after IF keyword; 0 found
734 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 8
735 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
736 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 3 empty lines
738 | ERROR | [ ] More than 2 empty lines are not allowed
739 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
739 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 4
740 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
740 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 2
740 | ERROR | [x] Expected newline after closing brace
741 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
741 | ERROR | [x] Expected 1 space before "="; 0 found
741 | ERROR | [x] Expected 1 space after "="; 0 found
742 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
742 | ERROR | [x] Concat operator must be surrounded by a single space
742 | ERROR | [x] Concat operator must be surrounded by a single space
744 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
744 | ERROR | [x] Concat operator must be surrounded by a single space
744 | ERROR | [x] Concat operator must be surrounded by a single space
745 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
745 | ERROR | [x] Concat operator must be surrounded by a single space
745 | ERROR | [x] Concat operator must be surrounded by a single space
746 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
748 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
749 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
750 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
752 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
754 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
755 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
755 | ERROR | [x] Expected 1 space after IF keyword; 0 found
756 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 8
757 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
758 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
759 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
760 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
760 | ERROR | [x] Expected 1 space after "="; 2 found
761 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
761 | ERROR | [x] Expected 1 space after "="; 2 found
762 | ERROR | [x] Case breaking statements must be followed by a single blank line
762 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 2
763 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
765 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
765 | ERROR | [x] Inline comments must start with a capital letter
765 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
766 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
767 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
767 | ERROR | [x] Expected 1 space after "="; 2 found
769 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
771 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
771 | ERROR | [x] Expected 1 space before "*"; 0 found
771 | ERROR | [x] Expected 1 space after "*"; 0 found
773 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
773 | ERROR | [x] Inline comments must start with a capital letter
773 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
774 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
774 | ERROR | [x] Expected 1 space after IF keyword; 0 found
775 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
775 | ERROR | [x] Expected 1 space before "="; 0 found
775 | ERROR | [x] Expected 1 space after "="; 0 found
776 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
776 | ERROR | [x] Concat operator must be surrounded by a single space
776 | ERROR | [x] Concat operator must be surrounded by a single space
778 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
778 | ERROR | [x] Concat operator must be surrounded by a single space
778 | ERROR | [x] Concat operator must be surrounded by a single space
779 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
779 | ERROR | [x] Concat operator must be surrounded by a single space
779 | ERROR | [x] Concat operator must be surrounded by a single space
780 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
782 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
783 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
784 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
786 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
787 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
787 | ERROR | [x] Expected 1 space after IF keyword; 0 found
788 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 8
789 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
790 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
792 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
793 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
794 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
796 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
797 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
798 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
799 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
800 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
802 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
803 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
805 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
805 | ERROR | [x] Expected 1 space after IF keyword; 0 found
806 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 8
807 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
808 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
809 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
809 | ERROR | [x] Expected newline after closing brace
810 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
810 | ERROR | [x] Expected 1 space before "="; 0 found
810 | ERROR | [x] Expected 1 space after "="; 0 found
811 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
811 | ERROR | [x] Concat operator must be surrounded by a single space
811 | ERROR | [x] Concat operator must be surrounded by a single space
812 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
812 | ERROR | [x] Concat operator must be surrounded by a single space
812 | ERROR | [x] Concat operator must be surrounded by a single space
813 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
813 | ERROR | [x] Concat operator must be surrounded by a single space
813 | ERROR | [x] Concat operator must be surrounded by a single space
815 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
816 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
817 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
819 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
820 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
821 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
821 | ERROR | [x] Expected 1 space after IF keyword; 0 found
822 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 8
823 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
824 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
826 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
827 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
827 | ERROR | [x] Expected 1 space after "="; 2 found
828 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
828 | ERROR | [x] Expected 1 space after "="; 2 found
829 | ERROR | [x] Case breaking statement indented incorrectly; expected 4 spaces, found 2
831 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
831 | ERROR | [ ] Blank lines are not allowed after DEFAULT statements
833 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
833 | ERROR | [x] Inline comments must start with a capital letter
833 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
834 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
835 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
835 | ERROR | [x] Expected 1 space after "="; 2 found
837 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
839 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
840 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
840 | ERROR | [x] Expected 1 space before "="; 0 found
840 | ERROR | [x] Expected 1 space after "="; 0 found
840 | ERROR | [x] Whitespace found before second semicolon of FOR loop
840 | ERROR | [x] Space found before semicolon; expected "0;" but found "0 ;"
841 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
841 | ERROR | [x] Expected 1 space after IF keyword; 0 found
842 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
842 | ERROR | [x] Concat operator must be surrounded by a single space
842 | ERROR | [x] Concat operator must be surrounded by a single space
843 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
843 | ERROR | [x] Concat operator must be surrounded by a single space
843 | ERROR | [x] Concat operator must be surrounded by a single space
844 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
844 | ERROR | [x] Concat operator must be surrounded by a single space
844 | ERROR | [x] Concat operator must be surrounded by a single space
845 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
847 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
848 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
849 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
851 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
852 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
852 | ERROR | [x] Expected 1 space after IF keyword; 0 found
853 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 8
854 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
855 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
857 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
858 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
859 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
861 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
862 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
863 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
864 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
865 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
867 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
868 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
870 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
870 | ERROR | [x] Expected 1 space after IF keyword; 0 found
871 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 8
872 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
874 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
874 | ERROR | [x] Expected newline after closing brace
875 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
875 | ERROR | [x] Concat operator must be surrounded by a single space
875 | ERROR | [x] Concat operator must be surrounded by a single space
876 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
876 | ERROR | [x] Concat operator must be surrounded by a single space
876 | ERROR | [x] Concat operator must be surrounded by a single space
877 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
877 | ERROR | [x] Concat operator must be surrounded by a single space
877 | ERROR | [x] Concat operator must be surrounded by a single space
878 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
880 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
881 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
882 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
884 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
886 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
887 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
887 | ERROR | [x] Expected 1 space after IF keyword; 0 found
888 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 8
889 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 6
890 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
891 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 4
892 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
893 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
895 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
895 | ERROR | [x] Expected 1 space after "="; 2 found
896 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 2
896 | ERROR | [x] Expected 1 space after "="; 2 found
897 | ERROR | [x] Case breaking statement indented incorrectly; expected 4 spaces, found 2
898 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
898 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 0
900 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
900 | ERROR | [x] Expected 1 space after IF keyword; 0 found
901 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
903 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
904 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
904 | WARNING | [ ] Unused variable $key.
906 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
906 | ERROR | [x] Expected 1 space after IF keyword; 0 found
908 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
910 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
911 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
911 | ERROR | [x] Expected newline after closing brace
912 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
913 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
914 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
915 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
916 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
918 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
918 | ERROR | [x] Expected newline after closing brace
919 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
921 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
921 | ERROR | [x] Expected 1 space after IF keyword; 0 found
922 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
922 | WARNING | [ ] Unused variable $key.
924 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
924 | ERROR | [x] Expected 1 space after IF keyword; 0 found
925 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
926 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
927 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
927 | ERROR | [x] Expected newline after closing brace
928 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
929 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
930 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
931 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
932 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
933 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
934 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
934 | ERROR | [x] Short array syntax must be used to define arrays
935 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
935 | ERROR | [x] Short array syntax must be used to define arrays
936 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
937 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
939 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
939 | ERROR | [x] Short array syntax must be used to define arrays
940 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
941 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
943 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
943 | ERROR | [x] Short array syntax must be used to define arrays
944 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
945 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
947 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
947 | ERROR | [x] Short array syntax must be used to define arrays
948 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
949 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
951 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
951 | ERROR | [x] Short array syntax must be used to define arrays
952 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
953 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
955 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
955 | ERROR | [x] Short array syntax must be used to define arrays
956 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
957 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
959 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
959 | ERROR | [x] Short array syntax must be used to define arrays
960 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
961 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
963 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
963 | ERROR | [x] Short array syntax must be used to define arrays
964 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
965 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
967 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
967 | ERROR | [x] Short array syntax must be used to define arrays
968 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
969 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
971 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
971 | ERROR | [x] Short array syntax must be used to define arrays
972 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
973 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
975 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
975 | ERROR | [x] Short array syntax must be used to define arrays
976 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
977 | WARNING | [x] A comma should follow the last multiline array item. Found: 'non-active'
978 | WARNING | [x] A comma should follow the last multiline array item. Found: )
980 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
982 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
982 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
983 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
983 | ERROR | [x] Expected 1 space after IF keyword; 0 found
984 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
985 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
987 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
988 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
990 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
990 | ERROR | [x] Expected 1 space after "="; 0 found
991 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
991 | ERROR | [x] Expected 1 space after "="; 0 found
992 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
992 | ERROR | [x] Expected 1 space after "="; 0 found
993 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
993 | ERROR | [x] Expected 1 space after "="; 0 found
994 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
994 | ERROR | [x] Expected 1 space after "="; 0 found
996 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
996 | ERROR | [x] Short array syntax must be used to define arrays
997 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
998 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
1001 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
1001 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
1003 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
1003 | ERROR | [x] Expected 1 space before "="; 0 found
1003 | ERROR | [x] Short array syntax must be used to define arrays
1004 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
1005 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
1008 | WARNING | [x] There must be no blank line following an inline comment
1008 | WARNING | [ ] There must be no blank line following an inline comment
1008 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
1010 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
1011 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
1012 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
1013 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
1014 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 2
1016 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
1016 | ERROR | [x] Expected 1 space after "="; 2 found
1017 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
1019 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
1020 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
1022 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
1022 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 0
-----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1094 MARKED SNIFF VIOLATIONS AUTOMATICALLY
-----------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/EtTransactionAccessControlHandler.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 121 ERRORS AND 9 WARNINGS AFFECTING 93 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
27 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
28 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
30 | ERROR | [x] Expected 1 space after IF keyword; 0 found
31 | ERROR | [x] Expected 1 space after IF keyword; 0 found
32 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
36 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
41 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
41 | ERROR | [x] Expected 1 space after IF keyword; 0 found
42 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
43 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
43 | ERROR | [x] Expected newline after closing brace
44 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
44 | ERROR | [x] Expected 1 space after IF keyword; 0 found
45 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
45 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
46 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
47 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
49 | ERROR | [x] Case breaking statements must be followed by a single blank line
49 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
51 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
51 | ERROR | [x] Expected 1 space after IF keyword; 0 found
52 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
53 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
53 | ERROR | [x] Expected newline after closing brace
54 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
54 | ERROR | [x] Expected 1 space after IF keyword; 0 found
55 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
55 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
56 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
57 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
57 | ERROR | [x] Expected newline after closing brace
57 | ERROR | [x] Inline control structures are not allowed
57 | ERROR | [x] Expected 1 space after ELSE keyword; newline found
59 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
62 | ERROR | [x] Case breaking statements must be followed by a single blank line
62 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
63 | WARNING | [ ] Code after the RETURN statement on line 62 cannot be executed
66 | ERROR | [x] Expected 1 space after IF keyword; 0 found
68 | ERROR | [x] Expected newline after closing brace
69 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
83 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
83 | ERROR | [x] Expected 1 space after IF keyword; 0 found
85 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
86 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
86 | ERROR | [x] Expected newline after closing brace
87 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
87 | ERROR | [x] Expected 1 space after IF keyword; 0 found
88 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
89 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
90 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
91 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
95 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
97 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
99 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
100 | ERROR | [x] Expected 1 space after IF keyword; 0 found
101 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
110 | ERROR | [x] Expected 1 space after IF keyword; 0 found
112 | ERROR | [x] Expected newline after closing brace
113 | ERROR | [x] Expected 1 space after IF keyword; 0 found
117 | ERROR | [x] Expected newline after closing brace
118 | ERROR | [x] Expected 1 space after IF keyword; 0 found
120 | ERROR | [x] Expected newline after closing brace
121 | ERROR | [x] Expected 1 space after IF keyword; 0 found
125 | ERROR | [x] Expected newline after closing brace
126 | ERROR | [x] Expected 1 space after IF keyword; 0 found
128 | ERROR | [x] Expected newline after closing brace
129 | ERROR | [x] Expected 1 space after IF keyword; 0 found
133 | ERROR | [x] Expected newline after closing brace
134 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
136 | ERROR | [x] Expected 1 space after IF keyword; 0 found
148 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
155 | WARNING | [ ] Line exceeds 80 characters; contains 82 characters
155 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
155 | ERROR | [x] 5 spaces found before inline comment; expected "// // Allow view access if the user has the access expense_tracker permission." but found "// // Allow view access if the use
| | has the access expense_tracker permission."
156 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
157 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters
157 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
157 | ERROR | [ ] Comment indentation error, expected only 1 spaces
158 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
159 | WARNING | [ ] Line exceeds 80 characters; contains 144 characters
159 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
160 | WARNING | [ ] Line exceeds 80 characters; contains 85 characters
160 | WARNING | [x] There must be no blank line following an inline comment
160 | WARNING | [ ] There must be no blank line following an inline comment
160 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
160 | ERROR | [ ] Comment indentation error, expected only 1 spaces
162 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
162 | ERROR | [x] 3 spaces found before inline comment; expected "// return AccessResult::allowedIfHasPermissions($account, [" but found "// return AccessResult::allowedIfHasPermissions($accoun
| | ["
162 | ERROR | [x] Inline comments must start with a capital letter
163 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
163 | ERROR | [ ] Comment indentation error, expected only 3 spaces
164 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
165 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
166 | WARNING | [ ] Line exceeds 80 characters; contains 91 characters
166 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
167 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
167 | ERROR | [ ] Comment indentation error, expected only 1 spaces
168 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
168 | ERROR | [ ] Comment indentation error, expected only 3 spaces
169 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
170 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
171 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
172 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
173 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
174 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
175 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
175 | ERROR | [ ] Comment indentation error, expected only 1 spaces
176 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
176 | ERROR | [ ] Comment indentation error, expected only 3 spaces
177 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
177 | ERROR | [ ] Comment indentation error, expected only 5 spaces
178 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
179 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
180 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
181 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
182 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
183 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
184 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
185 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
186 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
187 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
188 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
189 | WARNING | [ ] Line exceeds 80 characters; contains 87 characters
189 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
189 | ERROR | [ ] Comment indentation error, expected only 1 spaces
190 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
191 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
191 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
206 | ERROR | [x] Expected 1 blank line after function; 0 found
207 | ERROR | [x] The closing brace for the class must have an empty line before it
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 113 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Form/ImportDataForm.php
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 172 ERRORS AND 44 WARNINGS AFFECTING 143 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] The PHP open tag must be followed by exactly one blank line
4 | WARNING | [x] Unused use statement
5 | WARNING | [x] Unused use statement
8 | WARNING | [x] Unused use statement
9 | WARNING | [x] Unused use statement
10 | WARNING | [x] Unused use statement
13 | WARNING | [x] Unused use statement
14 | WARNING | [x] Unused use statement
17 | ERROR | [x] Missing class doc comment
41 | WARNING | [ ] Unused variable $route_name.
41 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
42 | WARNING | [ ] Unused variable $fields.
42 | ERROR | [x] Short array syntax must be used to define arrays
46 | ERROR | [x] Short array syntax must be used to define arrays
47 | ERROR | [x] Short array syntax must be used to define arrays
50 | ERROR | [x] Short array syntax must be used to define arrays
54 | WARNING | [x] A comma should follow the last multiline array item. Found: 'free-trial-wrapper'
57 | ERROR | [x] Short array syntax must be used to define arrays
58 | ERROR | [x] Short array syntax must be used to define arrays
64 | WARNING | [ ] Translatable strings must not begin or end with white spaces, use placeholders with t() for variables
64 | ERROR | [ ] Concatenating translatable strings is not allowed, use placeholders instead and only one string literal
64 | ERROR | [x] Concat operator must be surrounded by a single space
64 | ERROR | [x] Concat operator must be surrounded by a single space
66 | WARNING | [ ] Translatable strings must not begin or end with white spaces, use placeholders with t() for variables
66 | ERROR | [ ] Concatenating translatable strings is not allowed, use placeholders instead and only one string literal
66 | ERROR | [x] Concat operator must be surrounded by a single space
66 | ERROR | [x] Concat operator must be surrounded by a single space
67 | WARNING | [x] A comma should follow the last multiline array item. Found: false
67 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
70 | ERROR | [x] Short array syntax must be used to define arrays
73 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
75 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
82 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
86 | WARNING | [ ] Unused variable $modulePath.
86 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
88 | ERROR | [x] Short array syntax must be used to define arrays
90 | ERROR | [x] Concat operator must be surrounded by a single space
90 | ERROR | [x] Concat operator must be surrounded by a single space
90 | ERROR | [x] Concat operator must be surrounded by a single space
90 | ERROR | [x] Concat operator must be surrounded by a single space
92 | ERROR | [x] Concat operator must be surrounded by a single space
92 | ERROR | [x] Concat operator must be surrounded by a single space
93 | ERROR | [x] Concat operator must be surrounded by a single space
95 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
95 | WARNING | [ ] Only string literals should be passed to t() where possible
100 | ERROR | [x] Short array syntax must be used to define arrays
121 | ERROR | [x] Doc comment short description must end with a full stop
122 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
122 | ERROR | [ ] Missing parameter comment
122 | ERROR | [x] Expected 1 spaces after parameter type; 14 found
122 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
123 | ERROR | [ ] Missing parameter comment
123 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
123 | ERROR | [x] Data types in @param tags need to be fully namespaced
124 | ERROR | [x] Separate the @param and @return sections by a blank line.
124 | ERROR | [ ] Function return type is not void, but function does not have a non-void return statement
124 | ERROR | [ ] Description for the @return value is missing
128 | ERROR | [x] Expected 1 space after IF keyword; 0 found
129 | ERROR | [x] Inline comments must start with a capital letter
129 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
132 | WARNING | [ ] Unused variable $values.
135 | WARNING | [ ] File::load calls should be avoided in classes, use dependency injection instead
136 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
139 | WARNING | [ ] Unused variable $file_name.
142 | WARNING | [ ] Unused variable $file_id.
144 | ERROR | [x] Short array syntax must be used to define arrays
146 | ERROR | [x] Expected 1 space after IF keyword; 0 found
148 | ERROR | [x] Expected newline after closing brace
149 | ERROR | [x] Short array syntax must be used to define arrays
149 | ERROR | [ ] The array declaration extends to column 89 (the limit is 80). The array content should be split up over multiple lines
149 | ERROR | [x] Concat operator must be surrounded by a single space
149 | ERROR | [x] Concat operator must be surrounded by a single space
150 | ERROR | [x] Expected 1 space after IF keyword; 0 found
151 | WARNING | [ ] Translatable strings must not begin or end with white spaces, use placeholders with t() for variables
151 | ERROR | [ ] Concatenating translatable strings is not allowed, use placeholders instead and only one string literal
151 | ERROR | [x] Concat operator must be surrounded by a single space
155 | WARNING | [ ] Unused variable $data.
155 | ERROR | [x] Short array syntax must be used to define arrays
156 | WARNING | [ ] Unused variable $insert_count.
156 | ERROR | [x] Expected 1 space after "="; 2 found
157 | ERROR | [x] Short array syntax must be used to define arrays
158 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
159 | ERROR | [x] Short array syntax must be used to define arrays
161 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
162 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
165 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
167 | ERROR | [x] Expected 1 space after IF keyword; 0 found
169 | ERROR | [x] Expected 1 space after IF keyword; 0 found
172 | ERROR | [x] Expected newline after closing brace
172 | ERROR | [x] Use "elseif" in place of "else if"
172 | ERROR | [x] Expected 1 space after IF keyword; 0 found
175 | ERROR | [x] Expected newline after closing brace
177 | WARNING | [x] There must be no blank line following an inline comment
177 | WARNING | [ ] There must be no blank line following an inline comment
183 | ERROR | [x] Expected 1 space after IF keyword; 0 found
189 | ERROR | [x] Expected 1 space after IF keyword; 0 found
190 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 9
190 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
191 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 7
191 | ERROR | [x] Closing brace indented incorrectly; expected 8 spaces, found 7
192 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 5
192 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 5
192 | ERROR | [x] Expected newline after closing brace
193 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
193 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
194 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
194 | ERROR | [ ] Function return type is not void, but function is returning void here
195 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
195 | ERROR | [x] Closing brace indented incorrectly; expected 5 spaces, found 4
196 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
196 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 2
197 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
197 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 0
199 | WARNING | [x] '@TODO this function will ultimately replace the entire form with a message telling the user that their submission was successful and to check their email for Lavu app credentia
| | should match the format '@todo Fix problem X here.'
200 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
200 | ERROR | [x] You must use "/**" style comments for a function comment
202 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
205 | ERROR | [x] Doc comment short description must end with a full stop
206 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
206 | ERROR | [ ] Missing parameter comment
206 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
207 | ERROR | [ ] Missing parameter comment
207 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
208 | ERROR | [x] Separate the @param and @return sections by a blank line.
208 | ERROR | [ ] Description for the @return value is missing
210 | ERROR | [ ] Public method name "ImportDataForm::validate_import_data" is not in lowerCamel format
210 | ERROR | [ ] Type hint "[type]" missing for $data
210 | ERROR | [ ] Type hint "[type]" missing for $import_data_to
212 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
216 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
216 | ERROR | [x] Short array syntax must be used to define arrays
224 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
227 | ERROR | [x] Expected one space after the comma, 0 found
227 | ERROR | [x] Expected one space after the comma, 0 found
228 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
232 | ERROR | [x] Expected 1 blank line after function; 2 found
236 | ERROR | [x] Doc comment short description must end with a full stop
237 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
237 | ERROR | [ ] Missing parameter comment
237 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
238 | ERROR | [x] Separate the @param and @return sections by a blank line.
238 | ERROR | [ ] Description for the @return value is missing
240 | ERROR | [ ] Method name "ImportDataForm::get_xml_import_data" is not in lowerCamel format
240 | ERROR | [ ] Type hint "[type]" missing for $full_path
240 | ERROR | [x] Visibility must be declared on method "get_xml_import_data"
241 | ERROR | [x] Short array syntax must be used to define arrays
243 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
244 | ERROR | [x] Equals sign not aligned with surrounding assignments; expected 1 space but found 2 spaces
245 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
246 | ERROR | [x] Expected newline after closing brace
247 | ERROR | [x] Short array syntax must be used to define arrays
248 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
249 | WARNING | [x] A comma should follow the last multiline array item. Found: )
253 | ERROR | [x] Expected 1 space after IF keyword; 0 found
262 | ERROR | [x] Doc comment short description must end with a full stop
263 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
263 | ERROR | [ ] Missing parameter comment
263 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
264 | ERROR | [x] Separate the @param and @return sections by a blank line.
264 | ERROR | [ ] Description for the @return value is missing
266 | ERROR | [ ] Method name "ImportDataForm::get_json_import_data" is not in lowerCamel format
266 | ERROR | [ ] Type hint "[type]" missing for $full_path
266 | ERROR | [x] Visibility must be declared on method "get_json_import_data"
270 | ERROR | [x] Expected 1 space after IF keyword; 0 found
271 | ERROR | [x] Short array syntax must be used to define arrays
272 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
273 | WARNING | [x] A comma should follow the last multiline array item. Found: 'Invalid json file.'
276 | ERROR | [x] Expected newline after closing brace
277 | ERROR | [x] Short array syntax must be used to define arrays
278 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
279 | WARNING | [x] A comma should follow the last multiline array item. Found: )
286 | ERROR | [x] Doc comment short description must end with a full stop
287 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
287 | ERROR | [ ] Missing parameter comment
287 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
288 | ERROR | [x] Separate the @param and @return sections by a blank line.
288 | ERROR | [ ] Description for the @return value is missing
290 | ERROR | [ ] Method name "ImportDataForm::get_csv_import_data" is not in lowerCamel format
290 | ERROR | [ ] Type hint "[type]" missing for $full_path
290 | ERROR | [x] Visibility must be declared on method "get_csv_import_data"
292 | WARNING | [ ] Unused variable $csvData.
293 | ERROR | [x] Expected 1 space after "="; 0 found
295 | ERROR | [x] Short array syntax must be used to define arrays
296 | ERROR | [x] There should be no white space before a closing ")"
297 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
298 | ERROR | [x] Expected 1 space after closing parenthesis; found 9
300 | ERROR | [x] Expected 1 space after IF keyword; 0 found
302 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
304 | ERROR | [x] Expected 1 space after IF keyword; 0 found
304 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
306 | ERROR | [x] Expected newline after closing brace
306 | ERROR | [x] Expected 1 space after ELSE keyword; 0 found
314 | ERROR | [x] Expected 1 space after IF keyword; 0 found
315 | ERROR | [x] Short array syntax must be used to define arrays
316 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
317 | WARNING | [x] A comma should follow the last multiline array item. Found: 'Invalid json file.'
320 | ERROR | [x] Expected newline after closing brace
321 | ERROR | [x] Short array syntax must be used to define arrays
322 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
323 | WARNING | [x] A comma should follow the last multiline array item. Found: )
331 | ERROR | [x] Doc comment short description must end with a full stop
332 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
332 | ERROR | [ ] Missing parameter comment
332 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
333 | ERROR | [x] Separate the @param and @return sections by a blank line.
333 | ERROR | [ ] Description for the @return value is missing
335 | ERROR | [ ] Method name "ImportDataForm::get_xlsx_import_data" is not in lowerCamel format
335 | ERROR | [ ] Type hint "[type]" missing for $full_path
335 | ERROR | [x] Visibility must be declared on method "get_xlsx_import_data"
339 | WARNING | [ ] Unused variable $sheetsCount.
343 | ERROR | [x] Expected newline after closing brace
347 | ERROR | [x] Expected newline after closing brace
348 | ERROR | [x] Short array syntax must be used to define arrays
349 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
350 | WARNING | [x] A comma should follow the last multiline array item. Found: )
357 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 158 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Form/EtTransactionDeleteForm.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 5 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
18 | ERROR | [x] Short array syntax must be used to define arrays
25 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
32 | ERROR | [x] Short array syntax must be used to define arrays
54 | ERROR | [x] Short array syntax must be used to define arrays
55 | ERROR | [x] Short array syntax must be used to define arrays
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Form/StatemantsForm.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 70 ERRORS AND 12 WARNINGS AFFECTING 74 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
13 | WARNING | [ ] The class short comment should describe what the class does and not simply repeat the class name
25 | ERROR | [x] Expected 1 blank line before function; 0 found
31 | ERROR | [x] Missing function doc comment
35 | ERROR | [x] Expected 1 blank line after function; 2 found
50 | ERROR | [x] Short array syntax must be used to define arrays
60 | WARNING | [x] A comma should follow the last multiline array item. Found: )
63 | ERROR | [x] Short array syntax must be used to define arrays
65 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
67 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
69 | ERROR | [x] Short array syntax must be used to define arrays
70 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
71 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
72 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
76 | ERROR | [x] Short array syntax must be used to define arrays
78 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
80 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
95 | WARNING | [ ] Possible useless method overriding detected
103 | WARNING | [x] There must be no blank line following an inline comment
103 | WARNING | [ ] There must be no blank line following an inline comment
104 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
108 | ERROR | [x] Short array syntax must be used to define arrays
115 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
116 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
117 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
117 | ERROR | [x] Expected one space after the comma, 0 found
118 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
118 | ERROR | [x] Expected one space after the comma, 0 found
119 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
120 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
122 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
125 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
126 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
127 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
127 | ERROR | [x] Expected one space after the comma, 0 found
128 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
128 | ERROR | [x] Expected one space after the comma, 0 found
129 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
130 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
132 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
135 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
136 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
137 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
137 | ERROR | [x] Expected one space after the comma, 0 found
138 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
139 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
141 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
144 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
145 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
146 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
147 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
149 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
152 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
153 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
154 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
155 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
157 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
161 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
162 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
163 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
164 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
166 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
170 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
171 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
172 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
174 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
175 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
176 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
179 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
179 | ERROR | [x] Expected 1 space before "-"; 0 found
179 | ERROR | [x] Expected 1 space after "-"; 0 found
180 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
181 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
183 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
184 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
186 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
190 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
191 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
192 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
193 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
195 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
204 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
208 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 72 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Form/ReportFilterForm.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 58 ERRORS AND 13 WARNINGS AFFECTING 53 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
15 | WARNING | [ ] The class short comment should describe what the class does and not simply repeat the class name
27 | ERROR | [x] Expected 1 blank line before function; 0 found
33 | ERROR | [x] Missing function doc comment
37 | ERROR | [x] Expected 1 blank line after function; 2 found
51 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
52 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
52 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
52 | ERROR | [x] Expected 1 space before "??"; 0 found
52 | ERROR | [x] Expected 1 space after "??"; 0 found
54 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
54 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
56 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
57 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
58 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
60 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
60 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
62 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
62 | ERROR | [x] Expected 1 space after IF keyword; 0 found
63 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
64 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
65 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
65 | WARNING | [ ] User::load calls should be avoided in classes, use dependency injection instead
66 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
66 | ERROR | [x] Closing brace indented incorrectly; expected 3 spaces, found 2
67 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
67 | ERROR | [x] Expected 1 space after IF keyword; 0 found
68 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
69 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
70 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
71 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
73 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
73 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
74 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
74 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
75 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
75 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
76 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
78 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
78 | ERROR | [x] Short array syntax must be used to define arrays
79 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
80 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
81 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
82 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
83 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
84 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
85 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
86 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
87 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
88 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
89 | ERROR | [x] Line indented incorrectly; expected at least 4 spaces, found 3
89 | WARNING | [x] A comma should follow the last multiline array item. Found: )
92 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
94 | WARNING | [ ] Translatable strings must not begin or end with white spaces, use placeholders with t() for variables
94 | ERROR | [ ] Concatenating translatable strings is not allowed, use placeholders instead and only one string literal
94 | ERROR | [x] Concat operator must be surrounded by a single space
95 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
96 | WARNING | [x] A comma should follow the last multiline array item. Found: )
99 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
99 | ERROR | [x] Short array syntax must be used to define arrays
101 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
103 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
107 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
115 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
124 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
134 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
135 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
146 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
147 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
147 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 0
152 | WARNING | [ ] Possible useless method overriding detected
161 | ERROR | [x] Expected 1 newline at end of file; 0 found
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 59 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Form/EtTransactionViewForm.php
----------------------------------------------------------------------------------------------------------------------------------------------
FOUND 29 ERRORS AND 11 WARNINGS AFFECTING 37 LINES
----------------------------------------------------------------------------------------------------------------------------------------------
24 | ERROR | [ ] Class property $et_transaction should use lowerCamel naming without underscores
69 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
70 | ERROR | [ ] Unnecessarily gendered language in a comment
87 | ERROR | [x] Short array syntax must be used to define arrays
89 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
96 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
111 | ERROR | [x] Short array syntax must be used to define arrays
125 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
143 | ERROR | [x] Missing function doc comment
144 | WARNING | [ ] Unused variable $account.
148 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
152 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
155 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
159 | ERROR | [x] Missing function doc comment
162 | WARNING | [ ] Line exceeds 80 characters; contains 84 characters
168 | ERROR | [ ] The array declaration extends to column 117 (the limit is 80). The array content should be split up over multiple lines
168 | ERROR | [ ] The array declaration extends to column 116 (the limit is 80). The array content should be split up over multiple lines
168 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
177 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
178 | ERROR | [x] Short array syntax must be used to define arrays
187 | ERROR | [x] Short array syntax must be used to define arrays
195 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
196 | ERROR | [x] Short array syntax must be used to define arrays
205 | ERROR | [ ] Parameter $view_mode is not described in comment
211 | WARNING | [ ] Line exceeds 80 characters; contains 86 characters
214 | ERROR | [ ] Description for the @return value must be on the next line
216 | ERROR | [x] Visibility must be declared on method "showEtTransactionResults"
216 | ERROR | [x] Expected 1 blank line after function; 3 found
219 | ERROR | [ ] More than 2 empty lines are not allowed
233 | ERROR | [ ] Missing parameter comment
234 | ERROR | [ ] Missing parameter comment
244 | ERROR | [ ] Missing parameter comment
245 | ERROR | [ ] Missing parameter comment
255 | ERROR | [ ] Missing parameter comment
256 | ERROR | [ ] Missing parameter comment
263 | ERROR | [ ] Missing parameter comment
264 | ERROR | [ ] Missing parameter comment
269 | WARNING | [ ] Line exceeds 80 characters; contains 81 characters
271 | ERROR | [ ] Missing parameter comment
273 | ERROR | [ ] @return doc comment specified, but function has no return statement
----------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 13 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Form/EtTransactionForm.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 50 ERRORS AND 3 WARNINGS AFFECTING 37 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
40 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
47 | ERROR | [x] Expected 1 space after IF keyword; 0 found
50 | ERROR | [x] Short array syntax must be used to define arrays
55 | ERROR | [x] Short array syntax must be used to define arrays
57 | ERROR | [x] Expected 1 space after IF keyword; 0 found
61 | ERROR | [x] Expected 1 space after IF keyword; 0 found
66 | ERROR | [x] Expected 1 space after IF keyword; 0 found
70 | ERROR | [x] Expected 1 space after IF keyword; 0 found
78 | WARNING | [x] There must be no blank line following an inline comment
78 | WARNING | [ ] There must be no blank line following an inline comment
80 | ERROR | [x] Expected 1 space after IF keyword; 0 found
81 | ERROR | [x] Short array syntax must be used to define arrays
85 | ERROR | [x] Expected 1 space after IF keyword; 0 found
86 | ERROR | [x] Short array syntax must be used to define arrays
100 | ERROR | [x] Expected 1 space after IF keyword; 0 found
101 | ERROR | [x] Expected 1 space after IF keyword; 0 found
107 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
107 | ERROR | [x] Expected 1 space after "="; 2 found
108 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
111 | ERROR | [x] Expected newline after closing brace
114 | ERROR | [x] Expected 1 space after IF keyword; 0 found
116 | ERROR | [x] Expected 1 space after IF keyword; 0 found
117 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 9
117 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
117 | ERROR | [x] Expected 1 space after "="; 2 found
118 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 9
118 | ERROR | [x] Expected 1 space after IF keyword; 0 found
118 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
119 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 11
120 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 9
121 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 7
121 | ERROR | [x] Closing brace indented incorrectly; expected 8 spaces, found 7
122 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 5
122 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 5
123 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
123 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 3
125 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
126 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
127 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
127 | ERROR | [x] Short array syntax must be used to define arrays
128 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
128 | ERROR | [x] Closing brace indented incorrectly; expected 3 spaces, found 2
129 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
130 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
130 | WARNING | [ ] \Drupal calls should be avoided in classes, use dependency injection instead
130 | ERROR | [x] Short array syntax must be used to define arrays
130 | ERROR | [ ] The array declaration extends to column 187 (the limit is 80). The array content should be split up over multiple lines
131 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
131 | ERROR | [x] Short array syntax must be used to define arrays
132 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
134 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
135 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
135 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 0
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 46 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Form/EtTransactionSettingsForm.php
---------------------------------------------------------------------------------------------------------------------------------------------
FOUND 4 ERRORS AND 1 WARNING AFFECTING 4 LINES
---------------------------------------------------------------------------------------------------------------------------------------------
32 | ERROR | [x] Short array syntax must be used to define arrays
33 | WARNING | [ ] t() calls should be avoided in classes, use \Drupal\Core\StringTranslation\StringTranslationTrait and $this->t() instead
37 | ERROR | [x] Expected 1 blank line after function; 0 found
38 | ERROR | [x] Expected 1 newline at end of file; 2 found
38 | ERROR | [x] The closing brace for the class must have an empty line before it
---------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 4 MARKED SNIFF VIOLATIONS AUTOMATICALLY
---------------------------------------------------------------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/Form/EtTransactionItemsDeleteForm.php
--------------------------------------------------------------------------------------
FOUND 1 ERROR AFFECTING 1 LINE
--------------------------------------------------------------------------------------
18 | ERROR | [x] Short array syntax must be used to define arrays
--------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 1 MARKED SNIFF VIOLATIONS AUTOMATICALLY
--------------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/EtTransactionViewData.php
--------------------------------------------------------------------------
FOUND 4 ERRORS AFFECTING 4 LINES
--------------------------------------------------------------------------
18 | ERROR | [x] Short array syntax must be used to define arrays
22 | ERROR | [x] Short array syntax must be used to define arrays
27 | 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: /var/www/html/drupal10/expense_tracker/src/EtTransactionStorageInterface.php
----------------------------------------------------------------------------------
FOUND 5 ERRORS AND 1 WARNING AFFECTING 6 LINES
----------------------------------------------------------------------------------
6 | WARNING | [x] Unused use statement
16 | ERROR | [ ] Description for the @return value is missing
23 | ERROR | [ ] Missing parameter comment
25 | ERROR | [ ] Description for the @return value is missing
32 | ERROR | [ ] Description for the @return value is missing
34 | ERROR | [x] Additional blank lines found at end of doc comment
----------------------------------------------------------------------------------
PHPCBF CAN FIX THE 2 MARKED SNIFF VIOLATIONS AUTOMATICALLY
----------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/src/EtTransactionPostRenderCache.php
---------------------------------------------------------------------------------
FOUND 1 ERROR AND 1 WARNING AFFECTING 2 LINES
---------------------------------------------------------------------------------
30 | ERROR | Missing short description in doc comment
38 | WARNING | Line exceeds 80 characters; contains 89 characters
---------------------------------------------------------------------------------
FILE: /var/www/html/drupal10/expense_tracker/expense_tracker.module
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
FOUND 631 ERRORS AND 30 WARNINGS AFFECTING 436 LINES
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
1 | ERROR | [x] Missing file doc comment
3 | WARNING | [x] Unused use statement
10 | WARNING | [x] Unused use statement
19 | WARNING | [ ] Global constants should not be used, move it to a class or interface
24 | WARNING | [ ] Global constants should not be used, move it to a class or interface
31 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
31 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
32 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
33 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
33 | ERROR | [x] Short array syntax must be used to define arrays
34 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
35 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
36 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
37 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
38 | ERROR | [x] Case breaking statement indented incorrectly; expected 5 spaces, found 4
46 | ERROR | [x] Short array syntax must be used to define arrays
47 | ERROR | [x] Short array syntax must be used to define arrays
49 | ERROR | [x] Short array syntax must be used to define arrays
52 | WARNING | [x] A comma should follow the last multiline array item. Found: NULL
55 | ERROR | [x] Short array syntax must be used to define arrays
57 | ERROR | [x] Short array syntax must be used to define arrays
60 | WARNING | [x] A comma should follow the last multiline array item. Found: NULL
69 | ERROR | [x] Function comment short description must start with exactly one space
72 | ERROR | [x] Spaces must be used to indent lines; tabs are not allowed
72 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
80 | ERROR | [x] Inline comments must start with a capital letter
80 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
94 | ERROR | [x] Short array syntax must be used to define arrays
95 | ERROR | [x] Short array syntax must be used to define arrays
96 | ERROR | [x] Short array syntax must be used to define arrays
103 | ERROR | [x] Short array syntax must be used to define arrays
104 | ERROR | [x] Short array syntax must be used to define arrays
108 | ERROR | [x] Array indentation error, expected 8 spaces but found 7
109 | ERROR | [x] Array closing indentation error, expected 6 spaces but found 5
110 | ERROR | [x] Array closing indentation error, expected 4 spaces but found 3
112 | ERROR | [x] Short array syntax must be used to define arrays
113 | ERROR | [x] Short array syntax must be used to define arrays
115 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
119 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
121 | ERROR | [x] Array closing indentation error, expected 4 spaces but found 3
123 | ERROR | [x] Short array syntax must be used to define arrays
124 | ERROR | [x] Short array syntax must be used to define arrays
126 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
130 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
132 | ERROR | [x] Array closing indentation error, expected 4 spaces but found 3
134 | ERROR | [x] Short array syntax must be used to define arrays
135 | ERROR | [x] Short array syntax must be used to define arrays
139 | ERROR | [x] Array indentation error, expected 8 spaces but found 7
140 | ERROR | [x] Array closing indentation error, expected 6 spaces but found 5
141 | ERROR | [x] Array closing indentation error, expected 4 spaces but found 3
143 | ERROR | [x] Short array syntax must be used to define arrays
144 | ERROR | [x] Short array syntax must be used to define arrays
148 | ERROR | [x] Array indentation error, expected 8 spaces but found 7
149 | ERROR | [x] Array closing indentation error, expected 6 spaces but found 5
150 | ERROR | [x] Array closing indentation error, expected 4 spaces but found 3
160 | ERROR | [x] Expected 1 space after IF keyword; 0 found
161 | ERROR | [x] Expected 1 space after IF keyword; 0 found
162 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 7
163 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 7
163 | ERROR | [x] Expected 1 space after IF keyword; 0 found
164 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 9
165 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 7
166 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 5
166 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 5
167 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
167 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 3
169 | ERROR | [x] Inline comments must start with a capital letter
169 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
170 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
171 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
171 | ERROR | [x] Object operator not indented correctly; expected 5 spaces but found 3
171 | ERROR | [x] Expected one space after the comma, 0 found
172 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
173 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
173 | ERROR | [x] Short array syntax must be used to define arrays
174 | WARNING | [x] A comma should follow the last multiline array item. Found: "- None -"
177 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
177 | WARNING | [ ] Unused variable $key.
178 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
178 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
178 | ERROR | [x] Expected 1 space after "="; 2 found
179 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
179 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
180 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
180 | ERROR | [x] Closing brace indented incorrectly; expected 3 spaces, found 2
182 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
182 | ERROR | [x] PHP keywords must be lowercase; expected "instanceof" but found "instanceOf"
183 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
184 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
185 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
186 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
187 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
187 | ERROR | [x] Expected 1 space after IF keyword; 0 found
189 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
190 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
190 | ERROR | [x] Expected 1 space after IF keyword; 0 found
191 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
193 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
193 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
194 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
194 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
195 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
195 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
196 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
196 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
197 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
197 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
198 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
198 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
199 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
199 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
200 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
200 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
201 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
201 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
202 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
202 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
203 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
203 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
204 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
206 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
207 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
208 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
209 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
209 | ERROR | [x] Expected newline after closing brace
210 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
211 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
212 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
214 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
215 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
217 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
219 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
219 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 0
220 | ERROR | [x] Expected 1 blank line after function; 2 found
223 | ERROR | [ ] Missing short description in doc comment
224 | ERROR | [ ] Missing parameter comment
224 | ERROR | [ ] Missing parameter type
225 | ERROR | [ ] Missing parameter comment
226 | ERROR | [ ] Description for the @return value is missing
228 | ERROR | [ ] Invalid function name, expected update_subdomain but found updateSubdomain
228 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "updateSubdomain" but expected "expense_tracker_updateSubdomain"
230 | WARNING | [ ] Unused variable $transaction_category.
230 | ERROR | [x] Expected 1 space after "="; 2 found
231 | ERROR | [x] Expected 1 space after "="; 2 found
232 | ERROR | [x] Expected 1 space before "??"; 0 found
232 | ERROR | [x] Expected 1 space after "??"; 0 found
233 | WARNING | [ ] Unused variable $getTitle.
235 | ERROR | [x] Expected 1 space after IF keyword; 0 found
236 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
236 | ERROR | [x] Expected 1 space after "="; 2 found
237 | WARNING | [ ] Unused variable $getTitle.
237 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
242 | WARNING | [ ] Unused variable $wrapper_selector.
244 | ERROR | [x] Expected 1 space after "="; 2 found
248 | ERROR | [x] Expected 1 space after IF keyword; 0 found
254 | ERROR | [x] Expected 1 blank line after function; 0 found
255 | ERROR | [ ] Missing short description in doc comment
256 | ERROR | [ ] Missing parameter comment
256 | ERROR | [ ] Missing parameter type
257 | ERROR | [ ] Missing parameter comment
258 | ERROR | [ ] Description for the @return value is missing
260 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "update_category_data" but expected "expense_tracker_update_category_data"
262 | ERROR | [x] Expected 1 space after "="; 2 found
263 | WARNING | [ ] Unused variable $disabled.
263 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
265 | ERROR | [x] Expected 1 space after IF keyword; 0 found
266 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
266 | ERROR | [x] Expected 1 space after "="; 2 found
267 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
267 | ERROR | [x] Expected 1 space after IF keyword; 0 found
268 | WARNING | [ ] Unused variable $disabled.
268 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 5
268 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
269 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
270 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
270 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 1
272 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
273 | WARNING | [ ] Unused variable $wrapper_selector.
273 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
274 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
276 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
276 | ERROR | [x] Expected 1 space after "="; 2 found
277 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
278 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
279 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
280 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
280 | ERROR | [x] Expected 1 space after IF keyword; 0 found
281 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
282 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
282 | ERROR | [x] Closing brace indented incorrectly; expected 1 spaces, found 0
283 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
285 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
289 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* Implements hook_foo_BAR_ID_bar() for block templates."
291 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
292 | ERROR | [x] Opening brace should be on the same line as the declaration
296 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
297 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
299 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
301 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
301 | ERROR | [x] Expected 1 space after IF keyword; 0 found
302 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
303 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
304 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
305 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
306 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
306 | ERROR | [x] Expected 1 space after IF keyword; 0 found
307 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
308 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
309 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
310 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
311 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
316 | ERROR | [x] Doc comment short description must end with a full stop
317 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
317 | ERROR | [ ] @return doc comment specified, but function has no return statement
317 | ERROR | [ ] Description for the @return value is missing
319 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "repeat_transactions" but expected "expense_tracker_repeat_transactions"
331 | ERROR | [ ] Doc comment short description must end with a full stop
331 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
332 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
332 | ERROR | [ ] Return type missing for @return tag in function comment
332 | ERROR | [ ] Description for the @return value is missing
334 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "repeat_transactions_every" but expected "expense_tracker_repeat_transactions_every"
336 | ERROR | [x] Expected 1 space after "="; 2 found
338 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
339 | ERROR | [x] Functions must not contain multiple empty lines in a row; found 2 empty lines
343 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
343 | ERROR | [x] Expected 1 space after "="; 2 found
345 | ERROR | [x] Case breaking statements must be followed by a single blank line
345 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
347 | WARNING | [ ] Unused variable $seven_day_seconds.
347 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
347 | ERROR | [x] Expected 1 space before "*"; 0 found
347 | ERROR | [x] Expected 1 space after "*"; 0 found
348 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
349 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
349 | ERROR | [x] Expected 1 space before "*"; 0 found
349 | ERROR | [x] Expected 1 space after "*"; 0 found
351 | ERROR | [x] Case breaking statements must be followed by a single blank line
351 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
353 | WARNING | [ ] Unused variable $one_month_seconds.
353 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
353 | ERROR | [x] Expected 1 space before "*"; 0 found
353 | ERROR | [x] Expected 1 space after "*"; 0 found
354 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
355 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
355 | ERROR | [x] Expected 1 space before "*"; 0 found
355 | ERROR | [x] Expected 1 space after "*"; 0 found
357 | ERROR | [x] Case breaking statements must be followed by a single blank line
357 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
361 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
361 | ERROR | [x] Expected 1 space after "="; 2 found
363 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
363 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
365 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
368 | WARNING | [ ] Unused variable $one_year_seconds.
368 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
369 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
370 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
370 | ERROR | [x] Expected 1 space before "*"; 0 found
370 | ERROR | [x] Expected 1 space after "*"; 0 found
372 | ERROR | [x] Case breaking statement indented incorrectly; expected 6 spaces, found 4
375 | ERROR | [x] Inline comments must start with a capital letter
375 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
377 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
377 | ERROR | [x] Object operator not indented correctly; expected 4 spaces but found 2
378 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
379 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
380 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
380 | ERROR | [x] Expected one space after the comma, 0 found
381 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
381 | ERROR | [x] Expected one space after the comma, 0 found
382 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
384 | ERROR | [x] Expected 1 space after IF keyword; 0 found
386 | WARNING | [ ] Unused variable $key.
387 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
388 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
388 | ERROR | [x] Expected 1 space after "="; 2 found
390 | ERROR | [x] Expected 1 space after IF keyword; 0 found
391 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
394 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
394 | ERROR | [x] Short array syntax must be used to define arrays
399 | WARNING | [x] A comma should follow the last multiline array item. Found: '5'
401 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
402 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
402 | ERROR | [x] Expected 1 space after IF keyword; 0 found
403 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 12
403 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
404 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
405 | ERROR | [x] Case breaking statements must be followed by a single blank line
405 | ERROR | [x] Case breaking statement indented incorrectly; expected 12 spaces, found 10
407 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
408 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
408 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
409 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
410 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
410 | ERROR | [x] Expected 1 space after IF keyword; 0 found
411 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 12
411 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
412 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
414 | ERROR | [x] Case breaking statements must be followed by a single blank line
414 | ERROR | [x] Case breaking statement indented incorrectly; expected 12 spaces, found 10
416 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
417 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
417 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
418 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
419 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
419 | ERROR | [x] Expected 1 space after IF keyword; 0 found
420 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 12
420 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
421 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
422 | ERROR | [x] Case breaking statement indented incorrectly; expected 12 spaces, found 10
426 | ERROR | [x] Expected 1 space after IF keyword; 0 found
427 | ERROR | [x] Inline comments must start with a capital letter
427 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
428 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
430 | ERROR | [x] Expected 1 space after IF keyword; 0 found
431 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
432 | ERROR | [x] Expected 1 space before "="; 0 found
432 | ERROR | [x] Expected 1 space after "="; 0 found
433 | ERROR | [x] Expected newline after closing brace
434 | ERROR | [x] Expected 1 space before "="; 0 found
434 | ERROR | [x] Expected 1 space after "="; 0 found
436 | ERROR | [x] Expected 1 space after IF keyword; 0 found
437 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "TRUE" but found "true"
441 | ERROR | [x] Expected 1 space after IF keyword; 0 found
442 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
443 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
445 | ERROR | [x] Expected 1 space after IF keyword; 0 found
452 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
453 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
460 | ERROR | [x] Expected 1 blank line after function; 2 found
463 | ERROR | [ ] Invalid function name, expected diff_btw_times_as_per_type but found diffBtwTimesAsPerType
463 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "diffBtwTimesAsPerType" but expected "expense_tracker_diffBtwTimesAsPerType"
463 | ERROR | [x] Missing function doc comment
463 | ERROR | [x] Incorrect spacing between argument "$returnType" and equals sign; expected 1 but found 0
463 | ERROR | [x] Incorrect spacing between default value and equals sign for argument "$returnType"; expected 1 but found 0
465 | ERROR | [x] Expected 1 space after IF keyword; 0 found
465 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
466 | ERROR | [x] Expected 1 space before "/"; 0 found
466 | ERROR | [x] Expected 1 space after "/"; 0 found
467 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
467 | ERROR | [x] No space found before comment text; expected "// minutes" but found "//minutes"
467 | ERROR | [x] Inline comments must start with a capital letter
467 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
468 | ERROR | [x] Expected newline after closing brace
468 | ERROR | [x] Use "elseif" in place of "else if"
468 | ERROR | [x] Expected 1 space after IF keyword; 0 found
468 | ERROR | [x] Expected 1 space after closing parenthesis; found 0
469 | ERROR | [x] Expected 1 space before "/"; 0 found
469 | ERROR | [x] Expected 1 space after "/"; 0 found
470 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 8
470 | ERROR | [x] No space found before comment text; expected "// hours" but found "//hours"
470 | ERROR | [x] Inline comments must start with a capital letter
470 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
471 | ERROR | [x] Expected newline after closing brace
471 | ERROR | [x] Expected 1 space after ELSE keyword; 0 found
472 | ERROR | [x] Expected 1 space before "/"; 0 found
472 | ERROR | [x] Expected 1 space after "/"; 0 found
472 | ERROR | [x] Expected 1 space before "/"; 0 found
472 | ERROR | [x] Expected 1 space after "/"; 0 found
473 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 9
473 | ERROR | [x] No space found before comment text; expected "// days" but found "//days"
473 | ERROR | [x] Inline comments must start with a capital letter
473 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
482 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
484 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
485 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
487 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
488 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
488 | ERROR | [x] TRUE, FALSE and NULL must be uppercase; expected "FALSE" but found "false"
490 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 7
491 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 7
492 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 7
493 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 7
495 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 7
496 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 7
496 | ERROR | [x] Concat operator must be surrounded by a single space
497 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 5
497 | ERROR | [x] Closing brace indented incorrectly; expected 6 spaces, found 5
498 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
498 | ERROR | [x] Closing brace indented incorrectly; expected 4 spaces, found 3
499 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 1
499 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 1
500 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
500 | ERROR | [x] Closing brace indented incorrectly; expected 1 spaces, found 0
501 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
501 | ERROR | [x] Expected 1 space after IF keyword; 0 found
502 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
503 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
504 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
505 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 4
506 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
507 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
508 | ERROR | [x] Expected 1 blank line after function; 2 found
512 | ERROR | [x] Doc comment short description must start with a capital letter
512 | ERROR | [x] Doc comment short description must end with a full stop
513 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
513 | ERROR | [ ] Missing parameter comment
513 | ERROR | [ ] Doc comment for parameter $start_timestamp does not match actual variable name $report_parameters
513 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
514 | ERROR | [ ] Missing parameter comment
514 | ERROR | [ ] Doc comment for parameter $end_timestamp does not match actual variable name $report_parameters
514 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
515 | ERROR | [x] Separate the @param and @return sections by a blank line.
515 | ERROR | [ ] Description for the @return value is missing
517 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "get_total_amounts" but expected "expense_tracker_get_total_amounts"
518 | ERROR | [x] Expected 1 space before "??"; 0 found
518 | ERROR | [x] Expected 1 space after "??"; 0 found
519 | ERROR | [x] Expected 1 space before "??"; 0 found
519 | ERROR | [x] Expected 1 space after "??"; 0 found
520 | ERROR | [x] Expected 1 space before "??"; 0 found
520 | ERROR | [x] Expected 1 space after "??"; 0 found
521 | ERROR | [x] Expected 1 space before "??"; 0 found
521 | ERROR | [x] Expected 1 space after "??"; 0 found
522 | ERROR | [x] Expected 1 space before "??"; 0 found
522 | ERROR | [x] Expected 1 space after "??"; 0 found
525 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
525 | ERROR | [x] Object operator not indented correctly; expected 4 spaces but found 2
526 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
527 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
528 | ERROR | [x] Expected 1 space after IF keyword; 0 found
528 | ERROR | [x] Short array syntax must be used to define arrays
529 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 3
530 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
530 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 1
532 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 1
532 | ERROR | [x] Expected 1 space after IF keyword; 0 found
533 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
534 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
535 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
535 | ERROR | [x] Closing brace indented incorrectly; expected 1 spaces, found 0
537 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
537 | ERROR | [x] Expected 1 space after IF keyword; 0 found
538 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
539 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
540 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
541 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
542 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
543 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
545 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
546 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
546 | ERROR | [x] Short array syntax must be used to define arrays
547 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
548 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
548 | ERROR | [x] Short array syntax must be used to define arrays
549 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
549 | ERROR | [x] Short array syntax must be used to define arrays
551 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
551 | ERROR | [x] Expected 1 space after IF keyword; 0 found
552 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
553 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 2
553 | WARNING | [ ] Unused variable $key.
554 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
554 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
554 | ERROR | [x] Expected 1 space after "="; 2 found
555 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
555 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
556 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
556 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
558 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 3
558 | ERROR | [x] Expected 1 space after IF keyword; 0 found
559 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
560 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
560 | ERROR | [x] Expected 1 space after IF keyword; 0 found
561 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
562 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 4
563 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
563 | ERROR | [x] Closing brace indented incorrectly; expected 3 spaces, found 2
565 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
567 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
567 | ERROR | [ ] Variable "EtTransaction" starts with a capital letter, but only $lowerCamelCase or $snake_case is allowed
568 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 2
570 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 0
570 | ERROR | [x] Closing brace indented incorrectly; expected 2 spaces, found 0
571 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
573 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
574 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
575 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 0
576 | ERROR | [x] Expected 1 blank line after function; 2 found
581 | ERROR | [ ] Doc comment short description must be on a single line, further text should be a separate paragraph
585 | ERROR | [x] Expected 1 space after IF keyword; 0 found
587 | ERROR | [x] Expected 1 space after IF keyword; 0 found
597 | ERROR | [x] Doc comment short description must end with a full stop
598 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
598 | ERROR | [ ] Missing parameter comment
598 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
599 | ERROR | [ ] Missing parameter comment
599 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
600 | ERROR | [ ] Missing parameter comment
600 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
601 | ERROR | [x] Separate the @param and @return sections by a blank line.
601 | ERROR | [ ] Description for the @return value is missing
603 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "get_substring_between" but expected "expense_tracker_get_substring_between"
603 | ERROR | [ ] Type hint "[type]" missing for $string
603 | ERROR | [ ] Type hint "[type]" missing for $start
603 | ERROR | [ ] Type hint "[type]" missing for $end
603 | ERROR | [x] Expected 1 space before opening brace; found 0
606 | ERROR | [x] Inline control structures are not allowed
610 | ERROR | [x] Expected 1 blank line after function; 2 found
614 | ERROR | [x] Doc comment short description must end with a full stop
615 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
615 | ERROR | [ ] Missing parameter comment
615 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
616 | ERROR | [ ] Missing parameter comment
616 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
617 | ERROR | [ ] Missing parameter comment
617 | ERROR | [ ] Doc comment for parameter $revision does not match actual variable name $update_content
617 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
618 | ERROR | [x] Separate the @param and @return sections by a blank line.
618 | ERROR | [ ] Description for the @return value is missing
620 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "et_mapped_data" but expected "expense_tracker_et_mapped_data"
620 | ERROR | [ ] Type hint "[type]" missing for $contentData
620 | ERROR | [ ] Type hint "[type]" missing for $batch
621 | ERROR | [x] Short array syntax must be used to define arrays
624 | ERROR | [x] Expected 1 space after IF keyword; 0 found
624 | ERROR | [x] Expected 1 space after "=="; 2 found
627 | WARNING | [ ] Unused variable $key.
628 | ERROR | [x] Short array syntax must be used to define arrays
630 | ERROR | [x] Expected 1 space after IF keyword; 0 found
630 | ERROR | [x] Expected 1 space after "=="; 2 found
634 | ERROR | [x] Expected newline after closing brace
638 | ERROR | [x] Expected 1 space after "="; 2 found
640 | WARNING | [x] A comma should follow the last multiline array item. Found: ]
649 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "et_batch_finished_callback" but expected "expense_tracker_et_batch_finished_callback"
649 | ERROR | [x] You must use "/**" style comments for a function comment
651 | ERROR | [x] Expected 1 space before "?"; 0 found
651 | ERROR | [x] Expected 1 space after "?"; 0 found
651 | ERROR | [x] Expected 1 space before ":"; 0 found
651 | ERROR | [x] Expected 1 space after ":"; 0 found
654 | ERROR | [x] Space found before comma in argument list
658 | ERROR | [x] Expected newline after closing brace
665 | ERROR | [x] Doc comment short description must end with a full stop
667 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "et_perform_batch_action" but expected "expense_tracker_et_perform_batch_action"
667 | ERROR | [x] Expected 1 space before opening brace; found 0
675 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
676 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
676 | ERROR | [x] Expected 1 space after IF keyword; 0 found
677 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
678 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
679 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
681 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
681 | ERROR | [x] Expected 1 space after IF keyword; 0 found
682 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
683 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
683 | ERROR | [x] Expected newline after closing brace
684 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
685 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
687 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
688 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
688 | ERROR | [x] Object operator not indented correctly; expected 10 spaces but found 8
688 | ERROR | [x] Expected one space after the comma, 0 found
689 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
690 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
691 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
692 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
694 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 6
694 | ERROR | [x] Inline comments must start with a capital letter
694 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
695 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
695 | ERROR | [x] Expected 1 space after IF keyword; 0 found
697 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
697 | ERROR | [x] Inline comments must start with a capital letter
697 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
698 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
699 | ERROR | [x] Expected 1 space after "=>"; 0 found
704 | ERROR | [x] Line indented incorrectly; expected 14 spaces, found 10
705 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
705 | ERROR | [x] Expected newline after closing brace
705 | ERROR | [x] Use "elseif" in place of "else if"
705 | ERROR | [x] Expected 1 space after IF keyword; 0 found
707 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
707 | ERROR | [x] Inline comments must start with a capital letter
708 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 8
708 | ERROR | [x] Inline comments must end in full-stops, exclamation marks, question marks, colons, or closing parentheses
709 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
710 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
711 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
713 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
714 | ERROR | [x] Expected 1 space after "=>"; 0 found
721 | ERROR | [x] Line indented incorrectly; expected 12 spaces, found 10
722 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 8
723 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 6
724 | ERROR | [x] Case breaking statement indented incorrectly; expected 8 spaces, found 6
729 | ERROR | [x] Short array syntax must be used to define arrays
730 | ERROR | [x] Expected newline after closing brace
732 | WARNING | [ ] The use of function dd() is discouraged
738 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
739 | ERROR | [x] Doc comment short description must end with a full stop
740 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
740 | ERROR | [ ] Missing parameter comment
740 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
741 | ERROR | [ ] Missing parameter comment
741 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
742 | ERROR | [x] Separate the @param and @return sections by a blank line.
742 | ERROR | [ ] @return doc comment specified, but function has no return statement
742 | ERROR | [ ] Description for the @return value is missing
744 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
744 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "etpr" but expected "expense_tracker_etpr"
744 | ERROR | [ ] Type hint "[type]" missing for $array
744 | ERROR | [ ] Type hint "[type]" missing for $die
745 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
746 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
747 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
748 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
748 | ERROR | [x] Expected 1 space after IF keyword; 0 found
749 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
750 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
751 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
753 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
754 | ERROR | [x] Expected 3 space(s) before asterisk; 1 found
754 | ERROR | [x] Doc comment short description must start with a capital letter
754 | ERROR | [x] Doc comment short description must end with a full stop
755 | ERROR | [x] Expected 3 space(s) before asterisk; 1 found
755 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
755 | ERROR | [ ] Missing parameter comment
755 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
756 | ERROR | [x] Expected 3 space(s) before asterisk; 1 found
756 | ERROR | [x] Separate the @param and @return sections by a blank line.
756 | ERROR | [ ] Description for the @return value is missing
757 | ERROR | [x] Expected 3 space(s) before asterisk; 1 found
758 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
758 | ERROR | [ ] All functions defined in a module file must be prefixed with the module's name, found "clear_text_ettransaction" but expected "expense_tracker_clear_text_ettransaction"
758 | ERROR | [ ] Type hint "[type]" missing for $text
759 | ERROR | [x] Opening brace should be on the same line as the declaration
760 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
761 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
762 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
763 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
763 | ERROR | [x] Expected 1 blank line after function; 2 found
766 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
767 | WARNING | [ ] Format should be "* Implements hook_foo().", "* Implements hook_foo_BAR_ID_bar() for xyz_bar().",, "* Implements hook_foo_BAR_ID_bar() for xyz-bar.html.twig.", "* Implements
| | hook_foo_BAR_ID_bar() for xyz-bar.tpl.php.", or "* Implements hook_foo_BAR_ID_bar() for block templates."
767 | ERROR | [x] Doc comment short description must end with a full stop
768 | ERROR | [x] There must be exactly one blank line before the tags in a doc comment
768 | ERROR | [ ] Missing parameter comment
768 | ERROR | [x] Tag value indented incorrectly; expected 1 space but found 2
769 | ERROR | [x] Separate the @param and @return sections by a blank line.
769 | ERROR | [ ] @return doc comment specified, but function has no return statement
769 | ERROR | [ ] Description for the @return value is missing
771 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
771 | ERROR | [x] Namespaced classes/interfaces/traits should be referenced with use statements
772 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
773 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
773 | ERROR | [x] Expected 1 space after IF keyword; 0 found
774 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
775 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
777 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
777 | ERROR | [x] Expected 1 space after IF keyword; 0 found
778 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
780 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
780 | ERROR | [x] Expected 1 space after IF keyword; 0 found
781 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
782 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
782 | ERROR | [x] Expected 1 space after IF keyword; 0 found
783 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
784 | ERROR | [x] Line indented incorrectly; expected 10 spaces, found 12
785 | ERROR | [x] Line indented incorrectly; expected 8 spaces, found 10
786 | ERROR | [x] Line indented incorrectly; expected 6 spaces, found 8
787 | ERROR | [x] Line indented incorrectly; expected 4 spaces, found 6
788 | ERROR | [x] Line indented incorrectly; expected 2 spaces, found 4
789 | ERROR | [x] Line indented incorrectly; expected 0 spaces, found 2
789 | ERROR | [x] Expected 1 newline at end of file; 0 found
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
PHPCBF CAN FIX THE 562 MARKED SNIFF VIOLATIONS AUTOMATICALLY
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Time: 785ms; Memory: 22MB
Steps to reproduce
:
phpcs --standard="Drupal,DrupalPractice" --extensions=php,module,inc,install,test,profile,theme,info expense_tracker/
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes