Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

This section shows php lint problems in the code detected by php -l [More info]


PHP coding style problems

(471 errors, 127 warnings)

This section shows the coding style problems detected in the code by phpcs [More info]

blocks/jmail/backup/moodle2/backup_jmail_block_task.class.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Whitespace found at end of line
(#38) Whitespace found at end of line
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/backup/moodle2/backup_jmail_stepslib.php
(#29) Expected MOODLE_INTERNAL check or config.php inclusion
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) Whitespace found at end of line
(#36) Whitespace found at end of line
(#38) Whitespace found at end of line
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Whitespace found at end of line
(#45) Whitespace found at end of line
(#48) Whitespace found at end of line
(#49) Whitespace found at end of line
(#56) Whitespace found at end of line
(#60) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#61) Whitespace found at end of line
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Whitespace found at end of line
(#68) Whitespace found at end of line
(#70) Whitespace found at end of line
(#73) Whitespace found at end of line
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Whitespace found at end of line
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Whitespace found at end of line
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/backup/moodle2/restore_jmail_block_task.class.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Whitespace found at end of line
(#40) Whitespace found at end of line
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/backup/moodle2/restore_jmail_stepslib.php
(#29) Whitespace found at end of line
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Whitespace found at end of line
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Whitespace found at end of line
(#38) Whitespace found at end of line
(#55) Whitespace found at end of line
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Whitespace found at end of line
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Whitespace found at end of line
(#66) Whitespace found at end of line
(#68) Whitespace found at end of line
(#89) Whitespace found at end of line
(#91) Whitespace found at end of line
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Whitespace found at end of line
(#105) Whitespace found at end of line
(#113) Whitespace found at end of line
(#116) Whitespace found at end of line
(#118) Whitespace found at end of line
(#136) Whitespace found at end of line
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Whitespace found at end of line
(#145) Commas (,) must be followed by white space.
(#145) Line exceeds 132 characters; contains 142 characters
(#147) Whitespace found at end of line
(#148) Line exceeds 132 characters; contains 162 characters
(#148) Whitespace found at end of line
(#155) Whitespace found at end of line
blocks/jmail/block_jmail.php
(#3) Whitespace found at end of line
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) Commas (,) must be followed by white space.
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Commas (,) must be followed by white space.
(#105) Commas (,) must be followed by white space.
(#117) Spaces must be used to indent lines; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 12 spaces, found 3
(#118) Spaces must be used to indent lines; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected 8 spaces, found 2
(#118) Closing brace indented incorrectly; expected 8 spaces, found 2
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/block_jmail_ajax.php
(#33) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Expected 1 space after "="; 6 found
(#96) Commas (,) must be followed by white space.
(#97) Expected 1 space after "="; 7 found
(#98) Expected 1 space after "="; 7 found
(#99) Expected 1 space after "="; 6 found
(#100) Expected 1 space after "="; 2 found
(#101) Expected 1 space after "="; 5 found
(#167) Commas (,) must be followed by white space.
blocks/jmail/block_jmail_mailbox.class.php
(#5) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#36) Line exceeds 132 characters; contains 151 characters
(#40) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#81) Visibility must be declared on method "__construct"
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#110) Expected 1 space before "=>"; 0 found
(#110) Expected 1 space after "=>"; 0 found
(#118) Expected 1 space before "?"; 0 found
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) Line exceeds maximum limit of 180 characters; contains 223 characters
(#157) Expected 1 space after "=>"; 0 found
(#157) Commas (,) must be followed by white space.
(#187) Line indented incorrectly; expected 16 spaces, found 28
(#189) Line indented incorrectly; expected 16 spaces, found 28
(#190) Line indented incorrectly; expected 16 spaces, found 28
(#193) Line indented incorrectly; expected 16 spaces, found 28
(#196) Line indented incorrectly; expected 16 spaces, found 28
(#198) Line indented incorrectly; expected 16 spaces, found 28
(#202) Line indented incorrectly; expected 12 spaces, found 28
(#202) Closing brace indented incorrectly; expected 12 spaces, found 28
(#204) Line indented incorrectly; expected 12 spaces, found 28
(#208) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#232) Commas (,) must be followed by white space.
(#276) Line indented incorrectly; expected 16 spaces, found 24
(#279) Line indented incorrectly; expected 16 spaces, found 24
(#322) Line indented incorrectly; expected 16 spaces, found 24
(#324) Line indented incorrectly; expected 16 spaces, found 24
(#325) Line exceeds 132 characters; contains 141 characters
(#326) Line indented incorrectly; expected 16 spaces, found 24
(#329) Line indented incorrectly; expected 16 spaces, found 24
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#455) Expected 1 space before "=>"; 0 found
(#455) Expected 1 space after "=>"; 0 found
(#455) Expected 1 space before "=>"; 0 found
(#455) Expected 1 space after "=>"; 0 found
(#492) Expected 5 space(s) before asterisk; 4 found
(#496) Line exceeds 132 characters; contains 146 characters
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#576) Expected 1 space before "=>"; 0 found
(#576) Expected 1 space after "=>"; 0 found
(#576) Expected 1 space before "=>"; 0 found
(#576) Expected 1 space after "=>"; 0 found
(#577) Line exceeds 132 characters; contains 156 characters
(#581) Expected "} else {\n"; found "}\n else {\n"
(#759) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#784) Expected 1 space before "=>"; 0 found
(#784) Expected 1 space after "=>"; 0 found
(#784) Expected 1 space before "=>"; 0 found
(#784) Expected 1 space after "=>"; 0 found
(#784) Line exceeds 132 characters; contains 148 characters
(#796) Inline comments must end in full-stops, exclamation marks, or question marks
(#820) Expected 1 space before "=>"; 0 found
(#820) Expected 1 space after "=>"; 0 found
(#820) Expected 1 space before "=>"; 0 found
(#820) Expected 1 space after "=>"; 0 found
(#820) Line exceeds 132 characters; contains 148 characters
(#821) Expected 1 space before "=>"; 0 found
(#821) Expected 1 space after "=>"; 0 found
(#821) Expected 1 space before "=>"; 0 found
(#821) Expected 1 space after "=>"; 0 found
(#845) Expected 1 space before "=>"; 0 found
(#845) Expected 1 space after "=>"; 0 found
(#914) Inline comments must end in full-stops, exclamation marks, or question marks
(#917) Empty IF statement detected
(#919) Inline comments must end in full-stops, exclamation marks, or question marks
(#919) This comment is 73% valid code; is this commented out code?
(#919) No space found before comment text; expected "// return $SESSION->jmailcache->contacts[$this->course->id][$hash];" but found "//return $SESSION->jmailcache->contacts[$this->course->id][$hash];"
(#928) Inline comments must end in full-stops, exclamation marks, or question marks
(#931) Inline comments must end in full-stops, exclamation marks, or question marks
(#932) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#935) Line exceeds 132 characters; contains 146 characters
(#944) Inline comments must end in full-stops, exclamation marks, or question marks
(#954) Inline comments must start with a capital letter, digit or 3-dots sequence
(#954) Inline comments must end in full-stops, exclamation marks, or question marks
(#958) Inline comments must start with a capital letter, digit or 3-dots sequence
(#958) Inline comments must end in full-stops, exclamation marks, or question marks
(#998) Expected 1 space before "=>"; 0 found
(#998) Expected 1 space after "=>"; 0 found
(#998) Expected 1 space before "=>"; 0 found
(#998) Expected 1 space after "=>"; 0 found
(#1017) Inline comments must end in full-stops, exclamation marks, or question marks
(#1019) Commas (,) must be followed by white space.
(#1019) Commas (,) must be followed by white space.
(#1019) Commas (,) must be followed by white space.
(#1022) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1033) Inline comments must end in full-stops, exclamation marks, or question marks
(#1034) Expected 1 space before "=>"; 0 found
(#1034) Expected 1 space after "=>"; 0 found
(#1034) Expected 1 space before "=>"; 0 found
(#1034) Expected 1 space after "=>"; 0 found
(#1127) Expected 1 space before "=>"; 0 found
(#1127) Expected 1 space after "=>"; 0 found
(#1186) Commas (,) must be followed by white space.
(#1202) Line exceeds maximum limit of 180 characters; contains 231 characters
(#1215) Expected 1 space before "=>"; 0 found
(#1215) Expected 1 space after "=>"; 0 found
(#1215) Expected 1 space before "=>"; 0 found
(#1215) Expected 1 space after "=>"; 0 found
(#1215) Line exceeds 132 characters; contains 134 characters
(#1230) Expected 1 space before "=>"; 0 found
(#1230) Expected 1 space after "=>"; 0 found
(#1230) Expected 1 space before "=>"; 0 found
(#1230) Expected 1 space after "=>"; 0 found
(#1240) Functions must not contain multiple empty lines in a row; found 2 empty lines
blocks/jmail/block_jmail_message.class.php
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#61) Visibility must be declared on method "__construct"
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Expected 1 space before "=>"; 0 found
(#111) Expected 1 space after "=>"; 0 found
(#111) Commas (,) must be followed by white space.
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#162) Commas (,) must be followed by white space.
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#174) Expected 1 space before "=>"; 0 found
(#174) Expected 1 space after "=>"; 0 found
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#185) Expected 1 space before "=>"; 0 found
(#185) Expected 1 space after "=>"; 0 found
(#193) Line exceeds 132 characters; contains 146 characters
(#194) Line exceeds 132 characters; contains 170 characters
(#198) Line exceeds 132 characters; contains 140 characters
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Expected 1 space before "=>"; 0 found
(#249) Expected 1 space after "=>"; 0 found
(#263) Expected 1 space before "=>"; 0 found
(#263) Expected 1 space after "=>"; 0 found
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#283) Expected 1 space before "=>"; 0 found
(#283) Expected 1 space after "=>"; 0 found
(#283) Expected 1 space before "=>"; 0 found
(#283) Expected 1 space after "=>"; 0 found
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Expected 1 space before "=>"; 0 found
(#290) Expected 1 space after "=>"; 0 found
(#290) Line exceeds 132 characters; contains 164 characters
(#291) Expected 1 space before "=>"; 0 found
(#291) Expected 1 space after "=>"; 0 found
(#294) Expected 1 space before ">"; 0 found
(#294) Expected 1 space after ">"; 0 found
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#322) Line exceeds 132 characters; contains 155 characters
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) This comment is 62% valid code; is this commented out code?
(#322) No space found before comment text; expected "// $post->message = file_save_draft_area_files($post->itemid, $context->id, 'mod_forum', 'post', $post->id, array('subdirs'=>true), $post->message);" but found "//$post->message = file_save_draft_area_files($post->itemid, $context->id, 'mod_forum', 'post', $post->id, array('subdirs'=>true), $post->message);"
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#350) Expected 1 space before "=>"; 0 found
(#350) Expected 1 space after "=>"; 0 found
(#352) Inline comments must start with a capital letter, digit or 3-dots sequence
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) Expected 1 space before "=>"; 0 found
(#356) Expected 1 space after "=>"; 0 found
(#356) Line exceeds 132 characters; contains 165 characters
(#357) Expected 1 space before "=>"; 0 found
(#357) Expected 1 space after "=>"; 0 found
(#360) Expected 1 space before ">"; 0 found
(#360) Expected 1 space after ">"; 0 found
(#363) Expected 1 space before "=>"; 0 found
(#363) Expected 1 space after "=>"; 0 found
(#380) Inline comments must end in full-stops, exclamation marks, or question marks
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#502) Expected 1 space before "=>"; 0 found
(#502) Expected 1 space after "=>"; 0 found
(#504) Expected 1 space before "=>"; 0 found
(#504) Expected 1 space after "=>"; 0 found
(#504) Commas (,) must be followed by white space.
(#504) Expected 1 space before "=>"; 0 found
(#504) Expected 1 space after "=>"; 0 found
(#517) Expected 9 space(s) before asterisk; 5 found
(#518) Expected 9 space(s) before asterisk; 5 found
(#519) Expected 9 space(s) before asterisk; 5 found
(#520) Expected 9 space(s) before asterisk; 5 found
(#524) Expected 1 space before "=>"; 0 found
(#524) Expected 1 space after "=>"; 0 found
(#527) Expected 1 space before "=>"; 0 found
(#527) Expected 1 space after "=>"; 0 found
blocks/jmail/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#57) Whitespace found at end of line
(#70) Whitespace found at end of line
(#85) Whitespace found at end of line
(#96) Whitespace found at end of line
(#108) Whitespace found at end of line
blocks/jmail/edit_form.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion
(#28) Whitespace found at end of line
(#34) Whitespace found at end of line
(#37) Whitespace found at end of line
(#38) Whitespace found at end of line
(#41) Whitespace found at end of line
blocks/jmail/lang/en/block_jmail.php
(#62) Expected 1 space before "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#70) Expected 1 space before "="; 0 found
(#71) Expected 1 space before "="; 0 found
(#72) Expected 1 space before "="; 0 found
(#73) Expected 1 space before "="; 0 found
(#74) Expected 1 space before "="; 0 found
(#75) Expected 1 space before "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#97) Expected 1 space before "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#101) Expected 1 space before "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#104) Expected 1 space before "="; 0 found
(#105) Expected 1 space before "="; 0 found
blocks/jmail/lang/es/block_jmail.php
(#59) Expected 1 space before "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#66) Expected 1 space before "="; 0 found
(#67) Expected 1 space before "="; 0 found
(#68) Expected 1 space before "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#70) Expected 1 space before "="; 0 found
(#71) Expected 1 space before "="; 0 found
(#72) Expected 1 space before "="; 0 found
(#93) Expected 1 space before "="; 0 found
(#94) Expected 1 space before "="; 0 found
(#97) Expected 1 space before "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#99) Expected 1 space before "="; 0 found
(#100) Expected 1 space before "="; 0 found
(#101) Expected 1 space before "="; 0 found
blocks/jmail/lib.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Empty IF statement detected
(#43) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) This comment is 75% valid code; is this commented out code?
(#43) No space found before comment text; expected "// send_file_not_found();" but found "//send_file_not_found();"
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Expected 1 space before "*"; 0 found
(#79) Expected 1 space after "*"; 0 found
blocks/jmail/locallib.php
(#35) Expected MOODLE_INTERNAL check or config.php inclusion
blocks/jmail/mailbox.php
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#60) Expected 1 space before "?"; 0 found
(#69) Line exceeds maximum limit of 180 characters; contains 257 characters
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Commas (,) must be followed by white space.
(#70) Line exceeds 132 characters; contains 159 characters
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Commas (,) must be followed by white space.
(#71) Line exceeds 132 characters; contains 163 characters
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Commas (,) must be followed by white space.
(#72) Line exceeds 132 characters; contains 160 characters
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Commas (,) must be followed by white space.
(#73) Line exceeds 132 characters; contains 159 characters
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Commas (,) must be followed by white space.
(#74) Line exceeds 132 characters; contains 161 characters
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Commas (,) must be followed by white space.
(#75) Line exceeds 132 characters; contains 163 characters
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Commas (,) must be followed by white space.
(#76) Line exceeds 132 characters; contains 157 characters
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Commas (,) must be followed by white space.
(#77) Line exceeds 132 characters; contains 154 characters
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Commas (,) must be followed by white space.
(#78) Line exceeds maximum limit of 180 characters; contains 205 characters
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Commas (,) must be followed by white space.
(#79) Line exceeds 132 characters; contains 160 characters
(#80) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Commas (,) must be followed by white space.
(#81) Line exceeds 132 characters; contains 160 characters
(#82) Commas (,) must be followed by white space.
(#129) Expected 1 space before "?"; 0 found
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) This comment is 78% valid code; is this commented out code?
(#137) No space found before comment text; expected "// $PAGE->requires->js('/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce.js');" but found "//$PAGE->requires->js('/lib/editor/tinymce/tiny_mce/3.4.2/tiny_mce.js');"
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) No space found before comment text; expected "// MDL-34741 switch to YUI2 to 2in3 (2.4 and above)" but found "//MDL-34741 switch to YUI2 to 2in3 (2.4 and above)"
(#141) Line exceeds maximum limit of 180 characters; contains 235 characters
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) No space found before comment text; expected "// MDL-34741 switch to YUI2 to 2in3 (2.4 and above)" but found "//MDL-34741 switch to YUI2 to 2in3 (2.4 and above)"
(#146) Inline comments must end in full-stops, exclamation marks, or question marks
(#146) This comment is 63% valid code; is this commented out code?
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 4 spaces, found 1
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 4 spaces, found 1
blocks/jmail/message.php
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#40) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#77) Expected 1 space before "=>"; 0 found
(#77) Expected 1 space after "=>"; 0 found
(#77) Line exceeds 132 characters; contains 159 characters
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Expected 1 space before "=>"; 0 found
(#93) Expected 1 space after "=>"; 0 found
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) This comment is 75% valid code; is this commented out code?
(#98) No space found before comment text; expected "// echo $OUTPUT->standard_head_html();" but found "//echo $OUTPUT->standard_head_html();"
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
blocks/jmail/message_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Visibility must be declared on method "definition"
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#45) Whitespace found at end of line
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#52) Expected 1 space before "=>"; 0 found
(#52) Expected 1 space after "=>"; 0 found
(#53) Expected 1 space before "=>"; 0 found
(#53) Expected 1 space after "=>"; 0 found
(#54) Whitespace found at end of line
(#58) Variable "submit_string" must not contain underscores.
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) This comment is 80% valid code; is this commented out code?
(#59) No space found before comment text; expected "// $this->add_action_buttons(false, $submit_string);" but found "//$this->add_action_buttons(false, $submit_string);"
(#62) Visibility must be declared on method "validation"
(#71) Whitespace found at end of line
(#72) Expected 1 space after closing parenthesis; found 0
blocks/jmail/print.php
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
blocks/jmail/renderer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#38) Visibility must be declared on method "plugin_icon"
(#46) Visibility must be declared on method "global_inbox"
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#58) Visibility must be declared on method "course_inbox"
(#59) Expected 1 space before "=>"; 0 found
(#59) Expected 1 space after "=>"; 0 found
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#69) Visibility must be declared on method "unread_messages"
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#72) Expected 1 space before "=>"; 0 found
(#72) Expected 1 space after "=>"; 0 found
(#72) Line exceeds 132 characters; contains 156 characters
(#80) Visibility must be declared on method "message_print"
(#91) Expected 1 space before "=>"; 0 found
(#91) Expected 1 space after "=>"; 0 found
(#114) Visibility must be declared on method "load_ui"
(#117) Commas (,) must be followed by white space.
(#117) Commas (,) must be followed by white space.
(#117) Expected 1 space before "=>"; 0 found
(#117) Expected 1 space after "=>"; 0 found
(#117) Commas (,) must be followed by white space.
(#118) Expected 1 space before "=>"; 0 found
(#118) Expected 1 space after "=>"; 0 found
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#118) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#119) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#120) Commas (,) must be followed by white space.
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#124) Expected 1 space before "=>"; 0 found
(#124) Expected 1 space after "=>"; 0 found
(#126) Expected 1 space before "?"; 0 found
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#159) Expected 1 space before "=>"; 0 found
(#159) Expected 1 space after "=>"; 0 found
(#164) Expected 1 space before "=>"; 0 found
(#164) Expected 1 space after "=>"; 0 found
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) Line exceeds 132 characters; contains 139 characters
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Line exceeds 132 characters; contains 156 characters
(#247) Line exceeds 132 characters; contains 167 characters
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Line exceeds 132 characters; contains 143 characters
(#271) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Line exceeds maximum limit of 180 characters; contains 406 characters
(#284) Expected "} else {\n"; found "}\n else {\n"
(#286) Line exceeds maximum limit of 180 characters; contains 390 characters
blocks/jmail/settings.php
(#30) Line exceeds 132 characters; contains 133 characters

Javascript coding style problems

(0 errors, 175 warnings)

This section shows the coding style problems detected in the code by jshint [More info]

blocks/jmail/module.js
(#16) Missing semicolon.
(#28) Expected '===' and instead saw '=='.
(#29) 'YAHOO' was used before it was defined.
(#34) Line is too long.
(#68) Missing semicolon.
(#113) Expected '===' and instead saw '=='.
(#137) 'layoutUnits' is already defined.
(#145) 'layoutUnits' used out of scope.
(#204) Expected '!==' and instead saw '!='.
(#224) 'icon' is already defined.
(#234) 'icon' is already defined.
(#240) 'icon' is already defined.
(#247) 'icon' is already defined.
(#255) 'icon' is already defined.
(#261) 'icon' is already defined.
(#267) 'icon' is already defined.
(#274) 'icon' is already defined.
(#281) 'icon' is already defined.
(#288) 'icon' is already defined.
(#348) Expected '===' and instead saw '=='.
(#351) Expected '===' and instead saw '=='.
(#352) Expected '===' and instead saw '=='.
(#357) Expected '===' and instead saw '=='.
(#357) Expected '===' and instead saw '=='.
(#363) Missing semicolon.
(#374) 'myColumnDefs' is already defined.
(#424) 'myColumnDefs' used out of scope.
(#460) Expected '===' and instead saw '=='.
(#472) Expected '===' and instead saw '=='.
(#475) Expected '===' and instead saw '=='.
(#478) Expected '===' and instead saw '=='.
(#481) Expected '===' and instead saw '=='.
(#484) Expected '===' and instead saw '=='.
(#557) Expected '===' and instead saw '=='.
(#615) Expected '===' and instead saw '=='.
(#632) Missing semicolon.
(#633) Expected '===' and instead saw '=='.
(#641) 'cfg' is already defined.
(#700) Line is too long.
(#707) Expected '!==' and instead saw '!='.
(#708) Missing semicolon.
(#716) Missing semicolon.
(#722) 'cfg' is already defined.
(#730) Missing semicolon.
(#734) Expected '===' and instead saw '=='.
(#759) Missing semicolon.
(#782) 'cfg' is already defined.
(#792) Expected '===' and instead saw '=='.
(#797) Unnecessary semicolon.
(#814) Missing semicolon.
(#821) 'cfg' is already defined.
(#832) Bad escaping of EOL. Use option multistr if needed.
(#833) Bad escaping of EOL. Use option multistr if needed.
(#839) ['to'] is better written in dot notation.
(#844) Line is too long.
(#853) 'el' is already defined.
(#855) Expected '!==' and instead saw '!='.
(#856) Line is too long.
(#865) Expected '===' and instead saw '=='.
(#872) 'el' is already defined.
(#874) Line is too long.
(#883) Bad escaping of EOL. Use option multistr if needed.
(#884) Bad escaping of EOL. Use option multistr if needed.
(#885) Bad escaping of EOL. Use option multistr if needed.
(#886) Bad escaping of EOL. Use option multistr if needed.
(#887) Bad escaping of EOL. Use option multistr if needed.
(#888) Bad escaping of EOL. Use option multistr if needed.
(#915) Missing semicolon.
(#921) Expected '===' and instead saw '=='.
(#953) Missing semicolon.
(#960) 'cfg' is already defined.
(#969) Missing semicolon.
(#976) 'cfg' is already defined.
(#983) Expected '!==' and instead saw '!='.
(#994) Line is too long.
(#995) Missing semicolon.
(#1013) Expected '===' and instead saw '=='.
(#1046) Missing semicolon.
(#1050) Missing semicolon.
(#1066) Don't make functions within a loop.
(#1070) Missing semicolon.
(#1074) Missing semicolon.
(#1078) Missing semicolon.
(#1082) Missing semicolon.
(#1098) 'cfg' is already defined.
(#1106) Missing semicolon.
(#1118) Expected '===' and instead saw '=='.
(#1121) Expected '===' and instead saw '=='.
(#1125) Missing semicolon.
(#1133) Missing semicolon.
(#1147) 'cfg' is already defined.
(#1157) Missing semicolon.
(#1172) Missing semicolon.
(#1199) Expected '===' and instead saw '=='.
(#1202) Expected '===' and instead saw '=='.
(#1206) Expected '===' and instead saw '=='.
(#1211) Expected '===' and instead saw '=='.
(#1217) Expected '===' and instead saw '=='.
(#1225) Expected '===' and instead saw '=='.
(#1226) 'el' is already defined.
(#1227) 'dest' is already defined.
(#1228) 'el2' is already defined.
(#1269) Line is too long.
(#1269) 'elementsToEval' is already defined.
(#1273) Expected '!==' and instead saw '!='.
(#1274) Line is too long.
(#1281) 'el' is already defined.
(#1291) eval can be harmful.
(#1296) Missing semicolon.
(#1312) Expected '===' and instead saw '=='.
(#1345) 'cfg' is already defined.
(#1358) Expected '===' and instead saw '=='.
(#1361) Expected '===' and instead saw '=='.
(#1366) Expected '===' and instead saw '=='.
(#1367) Expected '!==' and instead saw '!='.
(#1370) 'addiotonalInfo' is already defined.
(#1372) 'addiotonalInfo' used out of scope.
(#1391) Missing semicolon.
(#1397) Expected '!==' and instead saw '!='.
(#1404) Missing semicolon.
(#1408) Missing semicolon.
(#1414) Expected '!==' and instead saw '!='.
(#1426) 'el' is already defined.
(#1454) 'el' is already defined.
(#1455) 'button' is already defined.
(#1462) Missing semicolon.
(#1479) Missing semicolon.
(#1496) Missing semicolon.
(#1501) Expected '===' and instead saw '=='.
(#1505) Missing semicolon.
(#1509) Expected '!==' and instead saw '!='.
(#1513) Missing semicolon.
(#125) 'Dom' is defined but never used.
(#125) 'Event' is defined but never used.
(#137) 'layoutUnits' is defined but never used.
(#94) 'event' is defined but never used.
(#205) 'e' is defined but never used.
(#219) 'e' is defined but never used.
(#228) 'e' is defined but never used.
(#374) 'myColumnDefs' is defined but never used.
(#402) 'results' is defined but never used.
(#396) 'oSelf' is defined but never used.
(#468) 'target' is defined but never used.
(#628) 'e' is defined but never used.
(#669) 'e' is defined but never used.
(#674) 'e' is defined but never used.
(#691) 'cfg' is defined but never used.
(#718) 'p_oValue' is defined but never used.
(#718) 'p_aArgs' is defined but never used.
(#718) 'p_sType' is defined but never used.
(#724) 'args' is defined but never used.
(#724) 'o' is defined but never used.
(#724) 'id' is defined but never used.
(#784) 'args' is defined but never used.
(#823) 'args' is defined but never used.
(#919) 'cfg' is defined but never used.
(#962) 'args' is defined but never used.
(#962) 'o' is defined but never used.
(#962) 'id' is defined but never used.
(#978) 'args' is defined but never used.
(#1063) 'args' is defined but never used.
(#1063) 'o' is defined but never used.
(#1063) 'id' is defined but never used.
(#1100) 'args' is defined but never used.
(#1100) 'o' is defined but never used.
(#1100) 'id' is defined but never used.
(#1111) 'cfg' is defined but never used.
(#1129) 'cfg' is defined but never used.
(#1149) 'args' is defined but never used.
(#1149) 'o' is defined but never used.
(#1149) 'id' is defined but never used.
(#1370) 'addiotonalInfo' is defined but never used.
(#1349) 'args' is defined but never used.
(#1349) 'o' is defined but never used.
(#1349) 'id' is defined but never used.

CSS problems

(0 errors, 12 warnings)

This section shows CSS problems detected by csslint [More info]

blocks/jmail/styles.css
(#241) Expected (normal | bold | bolder | lighter | 100 | 200 | 300 | 400 | 500 | 600 | 700 | 800 | 900 | inherit) but found 'strong'.
(#269) Use of !important
(#269) Expected (static | relative | absolute | fixed | inherit) but found 'initial'.
(#270) Use of !important
(#271) Use of !important
(#285) Use of !important
(#290) Use of !important
(#295) Use of !important
(#308) Use of !important
(#312) Use of !important
(#328) Use of !important
(#332) Use of !important

PHPDocs style problems

(89 errors, 3 warnings)

This section shows the phpdocs problems detected in the code by local_moodlecheck [More info]

blocks/jmail/backup/moodle2/backup_jmail_block_task.class.php
(#33) Function backup_jmail_block_task::define_my_settings is not documented
(#36) Function backup_jmail_block_task::define_my_steps is not documented
(#44) Function backup_jmail_block_task::get_fileareas is not documented
(#48) Function backup_jmail_block_task::get_configdata_encoded_attributes is not documented
(#52) Function backup_jmail_block_task::encode_content_links is not documented
(#28) Class backup_jmail_block_task does not have @copyright tag
(#28) Class backup_jmail_block_task does not have @license tag
(#20) Package blocks is not valid
blocks/jmail/backup/moodle2/backup_jmail_stepslib.php
(#31) Function backup_jmail_block_structure_step::define_structure is not documented
(#26) Class backup_jmail_block_structure_step does not have @copyright tag
(#26) Class backup_jmail_block_structure_step does not have @license tag
(#20) Package blocks is not valid
blocks/jmail/backup/moodle2/restore_jmail_block_task.class.php
(#35) Function restore_jmail_block_task::define_my_settings is not documented
(#38) Function restore_jmail_block_task::define_my_steps is not documented
(#47) Function restore_jmail_block_task::get_fileareas is not documented
(#51) Function restore_jmail_block_task::get_configdata_encoded_attributes is not documented
(#55) Function restore_jmail_block_task::define_decode_contents is not documented
(#59) Function restore_jmail_block_task::define_decode_rules is not documented
(#28) No one-line description found in phpdocs for class restore_jmail_block_task
(#28) Class restore_jmail_block_task does not have @copyright tag
(#28) Class restore_jmail_block_task does not have @license tag
(#20) Package blocks is not valid
blocks/jmail/backup/moodle2/restore_jmail_stepslib.php
(#30) Class restore_jmail_block_structure_step is not documented
(#32) Function restore_jmail_block_structure_step::define_structure is not documented
(#51) Function restore_jmail_block_structure_step::process_block is not documented
(#134) Function restore_jmail_block_structure_step::after_execute is not documented
(#20) Package blocks is not valid
blocks/jmail/block_jmail.php
(#26) Class block_jmail is not documented
(#28) Function block_jmail::applicable_formats is not documented
(#34) Function block_jmail::has_config is not documented
(#38) Function block_jmail::instance_allow_config is not documented
(#42) Function block_jmail::specialization is not documented
(#51) Function block_jmail::get_content is not documented
(#123) Function block_jmail::init is not documented
(#128) Function block_jmail::instance_allow_multiple is not documented
(#20) Package blocks is not valid
blocks/jmail/block_jmail_ajax.php
(#17) No one-line description found in phpdocs for file
(#21) Package blocks is not valid
blocks/jmail/block_jmail_mailbox.class.php
(#31) Class block_jmail_exception is not documented
(#45) Class block_jmail_mailbox is not documented
(#1064) Function block_jmail_mailbox::filter_contacts_like is not documented
(#1089) Function block_jmail_mailbox::get_groups_roles is not documented
(#1145) Function block_jmail_mailbox::save_to_private_files is not documented
(#1196) Function block_jmail_mailbox::get_my_mailboxes is not documented
(#52) Variable block_jmail_mailbox::$blockcontext is not documented
(#54) Variable block_jmail_mailbox::$cansend is not documented
(#55) Variable block_jmail_mailbox::$cansendtoall is not documented
(#56) Variable block_jmail_mailbox::$cansendtomanagers is not documented
(#57) Variable block_jmail_mailbox::$canmanagelabels is not documented
(#58) Variable block_jmail_mailbox::$canmanagepreferences is not documented
(#59) Variable block_jmail_mailbox::$canapprovemessages is not documented
(#61) Variable block_jmail_mailbox::$globalinbox is not documented
(#69) Variable block_jmail_mailbox::$config is not documented
(#71) Variable block_jmail_mailbox::$instance is not documented
(#73) Variable block_jmail_mailbox::$isseparategroups is not documented
(#75) Variable block_jmail_mailbox::$groups is not documented
(#17) No one-line description found in phpdocs for file
(#34) Phpdocs for function block_jmail_exception::__construct has incomplete parameters list
(#79) Phpdocs for function block_jmail_mailbox::__construct has incomplete parameters list
(#165) Phpdocs for function block_jmail_mailbox::get_message_headers has incomplete parameters list
(#376) Phpdocs for function block_jmail_mailbox::save_message has incomplete parameters list
(#21) Package blocks is not valid
blocks/jmail/block_jmail_message.class.php
(#29) Class block_jmail_message is not documented
(#17) No one-line description found in phpdocs for file
(#242) Phpdocs for function block_jmail_message::update has incomplete parameters list
(#309) Phpdocs for function block_jmail_message::save has incomplete parameters list
(#21) Package blocks is not valid
blocks/jmail/db/access.php
(#2) Empty line found after PHP open tag
(#19) No one-line description found in phpdocs for file
(#23) Package blocks is not valid
blocks/jmail/edit_form.php
(#26) Class block_jmail_edit_form is not documented
(#27) Function block_jmail_edit_form::specific_definition is not documented
(#20) Package blocks is not valid
blocks/jmail/lang/en/block_jmail.php
(#20) Package blocks is not valid
blocks/jmail/lang/es/block_jmail.php
(#20) Package blocks is not valid
blocks/jmail/lib.php
(#20) Package blocks is not valid
blocks/jmail/locallib.php
(#20) Package blocks is not valid
blocks/jmail/mailbox.php
(#20) Package blocks is not valid
blocks/jmail/message.php
(#20) Package blocks is not valid
blocks/jmail/message_form.php
(#2) Empty line found after PHP open tag
(#34) Class block_jmail_message_form is not documented
(#36) Function block_jmail_message_form::definition is not documented
(#62) Function block_jmail_message_form::validation is not documented
(#72) Function block_jmail_message_form::get_html is not documented
(#22) Package blocks is not valid
blocks/jmail/print.php
(#20) Package blocks is not valid
blocks/jmail/renderer.php
(#2) Empty line found after PHP open tag
(#31) Class block_jmail_renderer is not documented
(#111) Phpdocs for function block_jmail_renderer::load_ui has incomplete parameters list
(#22) Package blocks is not valid
blocks/jmail/settings.php
(#20) Package blocks is not valid
blocks/jmail/version.php
(#20) Package blocks is not valid

Update savepoints problems

(0 errors, 0 warnings)

This section shows problems detected with the handling of upgrade savepoints [More info]


Third party library modification problems

(0 errors, 0 warnings)

This section shows problems detected with the modification of third party libraries [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]