Skip to content

Instantly share code, notes, and snippets.

@ramlev
Created January 21, 2012 11:37
Show Gist options
  • Save ramlev/1652460 to your computer and use it in GitHub Desktop.
Save ramlev/1652460 to your computer and use it in GitHub Desktop.
phpcs example
FILE: /Users/me/www/drupal-7.10/modules/poll/poll.module
--------------------------------------------------------------------------------
FOUND 630 ERROR(S) AND 36 WARNING(S) AFFECTING 519 LINE(S)
--------------------------------------------------------------------------------
4 | ERROR | There must be exactly one blank line before the tags in file
| | comment
7 | WARNING | PHP version not specified
7 | ERROR | Missing @category tag in file comment
7 | ERROR | Missing @package tag in file comment
7 | ERROR | Missing @author tag in file comment
7 | ERROR | Missing @license tag in file comment
7 | ERROR | Missing @link tag in file comment
9 | ERROR | Doc comment for "$path" missing
9 | ERROR | Doc comment for "$arg" missing
11 | ERROR | Missing @return tag in function comment
12 | ERROR | Function name "poll_help" is prefixed with a package name but
| | does not begin with a capital letter
12 | ERROR | Opening brace should be on a new line
13 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
15 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
16 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
17 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
17 | WARNING | Line exceeds 85 characters; contains 378 characters
18 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
19 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
20 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
21 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
21 | WARNING | Line exceeds 85 characters; contains 406 characters
22 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
23 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
23 | WARNING | Line exceeds 85 characters; contains 391 characters
24 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
25 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
31 | ERROR | Missing @return tag in function comment
32 | ERROR | Function name "poll_theme" is prefixed with a package name
| | but does not begin with a capital letter
32 | ERROR | Opening brace should be on a new line
33 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
43 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
43 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
43 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
43 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
43 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
43 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
43 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
43 | WARNING | Line exceeds 85 characters; contains 153 characters
47 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
47 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
47 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
47 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
47 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
47 | WARNING | Line exceeds 85 characters; contains 117 characters
49 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
50 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
51 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
52 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
53 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
54 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
63 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
64 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
69 | ERROR | Missing @return tag in function comment
70 | ERROR | Function name "poll_permission" is prefixed with a package
| | name but does not begin with a capital letter
70 | ERROR | Opening brace should be on a new line
71 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
81 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
83 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
88 | ERROR | Missing @return tag in function comment
89 | ERROR | Function name "poll_menu" is prefixed with a package name but
| | does not begin with a capital letter
89 | ERROR | Opening brace should be on a new line
90 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
96 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
98 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
103 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "false" but
| | found "FALSE"
107 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
109 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
114 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
118 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
120 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
123 | ERROR | Doc comment for "$node" missing
123 | ERROR | Doc comment for "$perm" missing
123 | ERROR | Doc comment for "$inspect_allowvotes" missing
125 | ERROR | Missing @return tag in function comment
126 | ERROR | Function name "_poll_menu_access" is invalid; only private
| | methods should be prefixed with an underscore
126 | ERROR | Opening brace should be on a new line
127 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
127 | WARNING | Line exceeds 85 characters; contains 102 characters
132 | ERROR | Missing @return tag in function comment
133 | ERROR | Function name "poll_block_info" is prefixed with a package
| | name but does not begin with a capital letter
133 | ERROR | Opening brace should be on a new line
134 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
135 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
135 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
136 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
139 | ERROR | Doc comment for "$delta" missing
143 | ERROR | Missing @return tag in function comment
144 | ERROR | Function name "poll_block_view" is prefixed with a package
| | name but does not begin with a capital letter
144 | ERROR | Opening brace should be on a new line
145 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
146 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
147 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
148 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
149 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
150 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
150 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
151 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
151 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
152 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
152 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
153 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
153 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
154 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
154 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
156 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
157 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
158 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
159 | ERROR | Line indented incorrectly; expected 12 spaces, found 6
160 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
161 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
162 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
163 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
173 | ERROR | Missing @return tag in function comment
174 | ERROR | Function name "poll_cron" is prefixed with a package name but
| | does not begin with a capital letter
174 | ERROR | Opening brace should be on a new line
175 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
175 | WARNING | Line exceeds 85 characters; contains 266 characters
176 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
177 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
178 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
179 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
180 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
186 | ERROR | Missing @return tag in function comment
187 | ERROR | Function name "poll_node_info" is prefixed with a package
| | name but does not begin with a capital letter
187 | ERROR | Opening brace should be on a new line
188 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
192 | WARNING | Line exceeds 85 characters; contains 220 characters
194 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "false" but
| | found "FALSE"
196 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
201 | ERROR | Missing @return tag in function comment
202 | ERROR | Function name "poll_field_extra_fields" is prefixed with a
| | package name but does not begin with a capital letter
202 | ERROR | Opening brace should be on a new line
203 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
228 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
230 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
233 | ERROR | Doc comment for "$node" missing
233 | ERROR | Doc comment for "$form_state" missing
235 | ERROR | Missing @return tag in function comment
236 | ERROR | Function name "poll_form" is prefixed with a package name but
| | does not begin with a capital letter
236 | ERROR | Opening brace should be on a new line
237 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
239 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
239 | WARNING | Line exceeds 85 characters; contains 155 characters
241 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
243 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
244 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
245 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
245 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
247 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
250 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
253 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
255 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
256 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
258 | ERROR | Expected "} else {\n"; found "}\n else {\n"
258 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
259 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
262 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
263 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
264 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "false" but
| | found "FALSE"
268 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
270 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
271 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
275 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
277 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
278 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
279 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
280 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
281 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
282 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
283 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
284 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
284 | WARNING | Line exceeds 85 characters; contains 162 characters
285 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
289 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
290 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
291 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
292 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
293 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
294 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
294 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
294 | WARNING | Line exceeds 85 characters; contains 107 characters
297 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
298 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
299 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
303 | WARNING | Line exceeds 85 characters; contains 97 characters
313 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
315 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
316 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
325 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
326 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
326 | WARNING | Line exceeds 85 characters; contains 90 characters
327 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
329 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
331 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
335 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
337 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
342 | WARNING | Line exceeds 85 characters; contains 86 characters
344 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
345 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
351 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
353 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
356 | ERROR | Doc comment for "$form" missing
356 | ERROR | Doc comment for "$form_state" missing
364 | ERROR | Missing @return tag in function comment
365 | ERROR | Function name "poll_more_choices_submit" is prefixed with a
| | package name but does not begin with a capital letter
365 | ERROR | Opening brace should be on a new line
366 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
367 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
368 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
369 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
371 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
372 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
373 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
374 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
375 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
376 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
377 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
377 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
380 | ERROR | You must use "/**" style comments for a function comment
380 | ERROR | Function name "_poll_choice_form" is invalid; only private
| | methods should be prefixed with an underscore
380 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
380 | ERROR | Opening brace should be on a new line
380 | WARNING | Line exceeds 85 characters; contains 98 characters
381 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
382 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
384 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
386 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
387 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
388 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
392 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
394 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
400 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
402 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
404 | WARNING | Line exceeds 85 characters; contains 126 characters
411 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
413 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
415 | WARNING | Line exceeds 85 characters; contains 118 characters
420 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
422 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
425 | ERROR | Doc comment for "$form" missing
425 | ERROR | Doc comment for "$form_state" missing
432 | ERROR | Missing @return tag in function comment
433 | ERROR | Function name "poll_choice_js" is prefixed with a package
| | name but does not begin with a capital letter
433 | ERROR | Opening brace should be on a new line
434 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
437 | ERROR | Doc comment for "$form" missing
437 | ERROR | Doc comment for "$form_state" missing
442 | ERROR | Missing @return tag in function comment
443 | ERROR | Function name "poll_node_form_submit" is prefixed with a
| | package name but does not begin with a capital letter
443 | ERROR | Opening brace should be on a new line
444 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
445 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
446 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
449 | ERROR | Doc comment for "$node" missing
449 | ERROR | Doc comment for "$form" missing
451 | ERROR | Missing @return tag in function comment
452 | ERROR | Function name "poll_validate" is prefixed with a package name
| | but does not begin with a capital letter
452 | ERROR | Opening brace should be on a new line
453 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
454 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
455 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
456 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
457 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
458 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
459 | ERROR | Line indented incorrectly; expected 12 spaces, found 6
460 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
462 | ERROR | Line indented incorrectly; expected 12 spaces, found 6
463 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
467 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
468 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
468 | WARNING | Line exceeds 85 characters; contains 98 characters
473 | ERROR | Doc comment for "$entity" missing
473 | ERROR | Doc comment for "$context" missing
475 | ERROR | Missing @return tag in function comment
476 | ERROR | Function name "poll_field_attach_prepare_translation_alter"
| | is prefixed with a package name but does not begin with a
| | capital letter
476 | ERROR | Opening brace should be on a new line
477 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
478 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
482 | ERROR | Doc comment for "$nodes" missing
484 | ERROR | Missing @return tag in function comment
485 | ERROR | Function name "poll_load" is prefixed with a package name but
| | does not begin with a capital letter
485 | ERROR | Opening brace should be on a new line
486 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
487 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
488 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
488 | WARNING | Line exceeds 85 characters; contains 120 characters
490 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
491 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
494 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
495 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
496 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
496 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
497 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
497 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
498 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
498 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
499 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
499 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
500 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
500 | ERROR | Object operator not indented correctly; expected 8 spaces but
| | found 6
502 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
503 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
503 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "false" but
| | found "FALSE"
504 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
505 | ERROR | Line indented incorrectly; expected 12 spaces, found 6
506 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
507 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
507 | WARNING | Line exceeds 85 characters; contains 160 characters
508 | ERROR | Line indented incorrectly; expected 16 spaces, found 8
509 | ERROR | Line indented incorrectly; expected at least 20 spaces, found
| | 10
510 | ERROR | Line indented incorrectly; expected at least 20 spaces, found
| | 10
510 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
513 | ERROR | Expected "} elseif (...) {\n"; found "}\n elseif (...)
| | {\n"
513 | ERROR | Line indented incorrectly; expected 12 spaces, found 6
514 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
515 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
516 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
518 | ERROR | Expected "} else {\n"; found "}\n else {\n"
518 | ERROR | Line indented incorrectly; expected 12 spaces, found 6
519 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
520 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
521 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
521 | WARNING | Line exceeds 85 characters; contains 193 characters
524 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
525 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
530 | ERROR | Doc comment for "$node" missing
532 | ERROR | Missing @return tag in function comment
533 | ERROR | Function name "poll_insert" is prefixed with a package name
| | but does not begin with a capital letter
533 | ERROR | Opening brace should be on a new line
534 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
535 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
536 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
537 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
539 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
542 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
543 | ERROR | Opening parenthesis of a multi-line function call must be the
| | last content on the line
547 | ERROR | Closing parenthesis of a multi-line function call must be on
| | a line by itself
550 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
551 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
552 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
553 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
553 | ERROR | Opening parenthesis of a multi-line function call must be the
| | last content on the line
554 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 10
555 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 10
556 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 10
557 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 10
558 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
558 | ERROR | Closing parenthesis of a multi-line function call must be on
| | a line by itself
559 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
564 | ERROR | Doc comment for "$node" missing
566 | ERROR | Missing @return tag in function comment
567 | ERROR | Function name "poll_update" is prefixed with a package name
| | but does not begin with a capital letter
567 | ERROR | Opening brace should be on a new line
568 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
569 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
570 | ERROR | Opening parenthesis of a multi-line function call must be the
| | last content on the line
573 | ERROR | Closing parenthesis of a multi-line function call must be on
| | a line by itself
577 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
578 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
579 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
580 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
581 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
582 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
583 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
583 | ERROR | Opening parenthesis of a multi-line function call must be the
| | last content on the line
584 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 10
585 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 10
586 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 10
587 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
587 | ERROR | Closing parenthesis of a multi-line function call must be on
| | a line by itself
588 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
588 | ERROR | Opening parenthesis of a multi-line function call must be the
| | last content on the line
589 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 11
590 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 11
591 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
591 | ERROR | Closing parenthesis of a multi-line function call must be on
| | a line by itself
592 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
594 | ERROR | Expected "} else {\n"; found "}\n else {\n"
594 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
595 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
596 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
597 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
598 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
599 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
600 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
601 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
602 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 8
607 | ERROR | Doc comment for "$node" missing
609 | ERROR | Missing @return tag in function comment
610 | ERROR | Function name "poll_delete" is prefixed with a package name
| | but does not begin with a capital letter
610 | ERROR | Opening brace should be on a new line
611 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
614 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
617 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
625 | ERROR | Doc comment for var The does not match actual variable name
| | $node at position 1
625 | ERROR | Expected 1 space after the longest type
627 | ERROR | Missing @return tag in function comment
628 | ERROR | Function name "poll_block_latest_poll_view" is prefixed with
| | a package name but does not begin with a capital letter
628 | ERROR | Opening brace should be on a new line
629 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
630 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
632 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
633 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
634 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
635 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
636 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
637 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
638 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
640 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
641 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
641 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "false" but
| | found "FALSE"
642 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
644 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
645 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
645 | WARNING | Line exceeds 85 characters; contains 143 characters
646 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
647 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
647 | WARNING | Line exceeds 85 characters; contains 162 characters
650 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
652 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
653 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
653 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
653 | WARNING | Line exceeds 85 characters; contains 90 characters
654 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
655 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
656 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
657 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
658 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
660 | ERROR | Expected "} else {\n"; found "}\n else {\n"
660 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
661 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
661 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
661 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
661 | WARNING | Line exceeds 85 characters; contains 99 characters
664 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
668 | ERROR | Doc comment for "$node" missing
668 | ERROR | Doc comment for "$view_mode" missing
670 | ERROR | Missing @return tag in function comment
671 | ERROR | Function name "poll_view" is prefixed with a package name but
| | does not begin with a capital letter
671 | ERROR | Opening brace should be on a new line
672 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
673 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
675 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
676 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
678 | ERROR | Expected "} else {\n"; found "}\n else {\n"
678 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
679 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
679 | WARNING | Line exceeds 85 characters; contains 99 characters
681 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
684 | ERROR | Doc comment for "$node" missing
688 | ERROR | Missing @return tag in function comment
689 | ERROR | Function name "poll_teaser" is prefixed with a package name
| | but does not begin with a capital letter
689 | ERROR | Opening brace should be on a new line
690 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
690 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
691 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
692 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
693 | ERROR | Line indented incorrectly; expected 12 spaces, found 6
694 | ERROR | Line indented incorrectly; expected at least 16 spaces, found
| | 8
698 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
701 | ERROR | Doc comment for "$form" missing
701 | ERROR | Doc comment for "$form_state" missing
701 | ERROR | Doc comment for "$node" missing
701 | ERROR | Doc comment for "$block" missing
707 | ERROR | Missing @return tag in function comment
708 | ERROR | Function name "poll_view_voting" is prefixed with a package
| | name but does not begin with a capital letter
708 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "false" but
| | found "FALSE"
708 | ERROR | Opening brace should be on a new line
709 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
710 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
711 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
712 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
714 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
715 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
716 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
717 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
718 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
719 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
720 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
723 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
727 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
729 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
730 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
731 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
733 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
734 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
735 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
735 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
737 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
738 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
739 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
742 | ERROR | Doc comment for "$form" missing
742 | ERROR | Doc comment for "$form_state" missing
744 | ERROR | Missing @return tag in function comment
745 | ERROR | Function name "poll_view_voting_validate" is prefixed with a
| | package name but does not begin with a capital letter
745 | ERROR | Opening brace should be on a new line
746 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
747 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
747 | ERROR | Space after opening parenthesis of function call prohibited
747 | WARNING | Line exceeds 85 characters; contains 115 characters
751 | ERROR | Doc comment for "$form" missing
751 | ERROR | Doc comment for "$form_state" missing
753 | ERROR | Missing @return tag in function comment
754 | ERROR | Function name "poll_vote" is prefixed with a package name but
| | does not begin with a capital letter
754 | ERROR | Opening brace should be on a new line
755 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
756 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
758 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
759 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
760 | ERROR | Opening parenthesis of a multi-line function call must be the
| | last content on the line
766 | ERROR | Closing parenthesis of a multi-line function call must be on
| | a line by itself
769 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
770 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
775 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
777 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
778 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
779 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
780 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
781 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
782 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
783 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
786 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
788 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
791 | ERROR | Doc comment for "$variables" missing
795 | ERROR | Missing @return tag in function comment
796 | ERROR | Function name "template_preprocess_poll_vote" is prefixed
| | with a package name but does not begin with a capital letter
796 | ERROR | Opening brace should be on a new line
797 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
798 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
799 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
800 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
801 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
802 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
803 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
804 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
808 | ERROR | Doc comment for "$node" missing
808 | ERROR | Doc comment for "$view_mode" missing
808 | ERROR | Doc comment for "$block" missing
810 | ERROR | Missing @return tag in function comment
811 | ERROR | Function name "poll_view_results" is prefixed with a package
| | name but does not begin with a capital letter
811 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "false" but
| | found "FALSE"
811 | ERROR | Opening brace should be on a new line
812 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
813 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
815 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
816 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
817 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
818 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
819 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
820 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
821 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
825 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
826 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
827 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
828 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
828 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
829 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
829 | WARNING | Line exceeds 85 characters; contains 200 characters
833 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
833 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "null" but
| | found "NULL"
833 | WARNING | Line exceeds 85 characters; contains 272 characters
840 | ERROR | Doc comment for var An does not match actual variable name
| | $variables at position 1
840 | ERROR | Expected 1 space after the longest type
845 | ERROR | Missing @return tag in function comment
846 | ERROR | Function name "theme_poll_choices" is prefixed with a package
| | name but does not begin with a capital letter
846 | ERROR | Opening brace should be on a new line
847 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
849 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
851 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
852 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
853 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
854 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
855 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
856 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
858 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
860 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
861 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
862 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
863 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
865 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
866 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
867 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
870 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
871 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
872 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
873 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
874 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
876 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
878 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
879 | ERROR | Line indented incorrectly; expected 8 spaces, found 4
880 | ERROR | Line indented incorrectly; expected at least 12 spaces, found
| | 6
880 | WARNING | Line exceeds 85 characters; contains 86 characters
883 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
886 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
886 | WARNING | Line exceeds 85 characters; contains 125 characters
887 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
888 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
891 | ERROR | Doc comment for "$variables" missing
902 | ERROR | Missing @return tag in function comment
903 | ERROR | Function name "template_preprocess_poll_results" is prefixed
| | with a package name but does not begin with a capital letter
903 | ERROR | Opening brace should be on a new line
904 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
904 | WARNING | Line exceeds 85 characters; contains 96 characters
905 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
905 | WARNING | Line exceeds 85 characters; contains 95 characters
906 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
907 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
909 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
911 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
912 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
916 | ERROR | Doc comment for "$variables" missing
924 | ERROR | Missing @return tag in function comment
925 | ERROR | Function name "template_preprocess_poll_bar" is prefixed with
| | a package name but does not begin with a capital letter
925 | ERROR | Opening brace should be on a new line
926 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
927 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 4
929 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
930 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
930 | WARNING | Line exceeds 85 characters; contains 98 characters
933 | ERROR | Doc comment for "$form" missing
933 | ERROR | Doc comment for "$form_state" missing
933 | ERROR | Doc comment for "$nid" missing
938 | ERROR | Missing @return tag in function comment
939 | ERROR | Function name "poll_cancel_form" is prefixed with a package
| | name but does not begin with a capital letter
939 | ERROR | Opening brace should be on a new line
940 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
940 | ERROR | TRUE, FALSE and NULL must be lowercase; expected "true" but
| | found "TRUE"
942 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
943 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
945 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
946 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
950 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
952 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
955 | ERROR | Doc comment for "$form" missing
955 | ERROR | Doc comment for "$form_state" missing
957 | ERROR | Missing @return tag in function comment
958 | ERROR | Function name "poll_cancel" is prefixed with a package name
| | but does not begin with a capital letter
958 | ERROR | Opening brace should be on a new line
959 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
960 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
962 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
964 | WARNING | Line exceeds 85 characters; contains 88 characters
967 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
968 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
973 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
975 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
978 | ERROR | Doc comment for "$edit" missing
978 | ERROR | Doc comment for "$account" missing
978 | ERROR | Doc comment for "$method" missing
980 | ERROR | Missing @return tag in function comment
981 | ERROR | Function name "poll_user_cancel" is prefixed with a package
| | name but does not begin with a capital letter
981 | ERROR | Opening brace should be on a new line
982 | ERROR | Line indented incorrectly; expected 4 spaces, found 2
984 | ERROR | Line indented incorrectly; expected at least 8 spaces, found
| | 6
988 | ERROR | Break statement indented incorrectly; expected 8 spaces,
| | found 6
992 | ERROR | Doc comment for "$account" missing
994 | ERROR | Missing @return tag in function comment
995 | ERROR | Function name "poll_user_delete" is prefixed with a package
| | name but does not begin with a capital letter
995 | ERROR | Opening brace should be on a new line
996 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
1003 | ERROR | Missing @return tag in function comment
1004 | ERROR | Function name "poll_rdf_mapping" is prefixed with a package
| | name but does not begin with a capital letter
1004 | ERROR | Opening brace should be on a new line
1005 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
1013 | ERROR | Line indented incorrectly; expected at least 4 spaces, found
| | 2
--------------------------------------------------------------------------------
Time: 0 seconds, Memory: 16.00Mb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment