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

(1532 errors, 317 warnings)

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

mod/jclic/action/beans.lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#3) Expected MOODLE_INTERNAL check or config.php inclusion
(#3) function name "getPrecision" must be lower-case letters only
(#3) Variable "minActions" must be all lower-case
(#3) Variable "numActions" must be all lower-case
(#3) Expected 1 space after closing parenthesis; found 0
(#5) Expected "if (...) {\n"; found "if (...){\n"
(#5) Variable "minActions" must be all lower-case
(#5) Expected 1 space before ">"; 0 found
(#5) Expected 1 space after ">"; 0 found
(#5) Variable "numActions" must be all lower-case
(#5) Expected 1 space before ">"; 0 found
(#5) Expected 1 space after ">"; 0 found
(#6) Expected "if (...) {\n"; found "if (...){\n"
(#6) Expected 1 space before "=="; 0 found
(#6) Expected 1 space after "=="; 0 found
(#7) Inline control structures are not allowed
(#7) Variable "numActions" must be all lower-case
(#7) Expected 1 space before "<"; 0 found
(#7) Expected 1 space after "<"; 0 found
(#7) Variable "minActions" must be all lower-case
(#7) Expected 1 space before "="; 0 found
(#7) Expected 1 space after "="; 0 found
(#8) Inline control structures are not allowed
(#8) Expected 1 space before "="; 0 found
(#8) Expected 1 space after "="; 0 found
(#8) Variable "minActions" must be all lower-case
(#8) Expected 1 space before "*"; 0 found
(#8) Expected 1 space after "*"; 0 found
(#8) Expected 1 space before "/"; 0 found
(#8) Expected 1 space after "/"; 0 found
(#8) Variable "numActions" must be all lower-case
(#9) Expected "} else {\n"; found "}else{\n"
(#10) Expected 1 space before "="; 0 found
(#10) Expected 1 space after "="; 0 found
(#10) Expected 1 space before "*"; 0 found
(#10) Expected 1 space after "*"; 0 found
(#10) Expected 1 space before "*"; 0 found
(#10) Expected 1 space after "*"; 0 found
(#10) Expected 1 space before "/"; 0 found
(#10) Expected 1 space after "/"; 0 found
(#10) Variable "minActions" must be all lower-case
(#10) Expected 1 space before "*"; 0 found
(#10) Expected 1 space after "*"; 0 found
(#10) Variable "numActions" must be all lower-case
(#16) function name "getSeconds" must be lower-case letters only
(#17) Expected 1 space before "/"; 0 found
(#17) Expected 1 space after "/"; 0 found
(#20) function name "startElement" must be lower-case letters only
(#21) Variable "currentBean" must be all lower-case
(#21) Variable "thisElement" must be all lower-case
(#21) Variable "oldElements" must be all lower-case
(#22) Variable "oldElements" must be all lower-case
(#22) Variable "thisElement" must be all lower-case
(#23) Variable "thisElement" must be all lower-case
(#25) Variable "currentBean" must be all lower-case
(#29) Variable "currentBean" must be all lower-case
(#34) Variable "currentBean" must be all lower-case
(#34) Expected 1 space after "="; newline found
(#43) Variable "thisElement" must be all lower-case
(#46) function name "endElement" must be lower-case letters only
(#47) Variable "currentBean" must be all lower-case
(#47) Variable "thisElement" must be all lower-case
(#47) Variable "oldElements" must be all lower-case
(#48) Variable "thisElement" must be all lower-case
(#48) Variable "oldElements" must be all lower-case
(#49) Variable "currentBean" must be all lower-case
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) function name "characterData" must be lower-case letters only
(#54) Variable "currentBean" must be all lower-case
(#54) Variable "thisElement" must be all lower-case
(#55) Variable "thisElement" must be all lower-case
(#56) Variable "thisElement" must be all lower-case
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/action/beans.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#30) 81 slashes comments are not allowed; use "// Comment." instead
(#31) 3 slashes comments are not allowed; use "// Comment." instead
(#31) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#32) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#33) 81 slashes comments are not allowed; use "// Comment." instead
(#35) Expected "if (...) {\n"; found "if(...){\n"
(#35) Variable "GLOBALS" must be all lower-case
(#36) Variable "my_xml" must not contain underscores.
(#36) Variable "GLOBALS" must be all lower-case
(#38) Line indented incorrectly; expected at least 4 spaces, found 2
(#38) Variable "my_xml" must not contain underscores.
(#38) Variable "HTTP_RAW_POST_DATA" must be all lower-case
(#38) Variable "HTTP_RAW_POST_DATA" must not contain underscores.
(#41) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Variable "oldElements" must be all lower-case
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#50) Variable "thisElement" must be all lower-case
(#50) Expected 1 space before "="; 0 found
(#50) Expected 1 space after "="; 0 found
(#53) Variable "currentBean" must be all lower-case
(#57) Variable "xml_parser" must not contain underscores.
(#58) Variable "xml_parser" must not contain underscores.
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Variable "xml_parser" must not contain underscores.
(#61) Variable "my_xml" must not contain underscores.
(#62) Variable "xml_parser" must not contain underscores.
(#65) This comment is 68% valid code; is this commented out code?
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) This comment is 80% valid code; is this commented out code?
(#69) No space found before comment text; expected "// error_log($beans[0]['ID'].': '.$my_xml);" but found "//error_log($beans[0]['ID'].': '.$my_xml);"
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) No space found before comment text; expected "// addEntry($beans[0]['ID'], $my_xml);" but found "//addEntry($beans[0]['ID'], $my_xml);"
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected 4 spaces, found 1
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 2
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 2
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Line indented incorrectly; expected 8 spaces, found 2
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 3
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 4 spaces, found 1
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Variable "jclic_session" must not contain underscores.
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Line indented incorrectly; expected at least 8 spaces, found 2
(#84) Variable "jclic_session" must not contain underscores.
(#84) Expected 1 space before "="; 0 found
(#84) Expected 1 space after "="; 0 found
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Variable "jclic_session" must not contain underscores.
(#85) Expected 1 space before "="; 0 found
(#85) Expected 1 space after "="; 0 found
(#86) Variable "jclic_session" must not contain underscores.
(#86) Expected 1 space before "/"; 0 found
(#86) Expected 1 space after "/"; 0 found
(#87) Variable "jclic_session" must not contain underscores.
(#87) Expected 1 space before "="; 0 found
(#87) Expected 1 space after "="; 0 found
(#87) This comment is 72% valid code; is this commented out code?
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Line indented incorrectly; expected at least 8 spaces, found 0
(#88) Tab found before comment text; expected "// $jclic_session->session_id=$beans[0]['PARAMS']['user'].'_'.$beans[0]['PARAMS']['time'];" but found "// $jclic_session->session_id=$beans[0]['PARAMS']['user'].'_'.$beans[0]['PARAMS']['time'];"
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 2
(#89) Variable "jclic_session" must not contain underscores.
(#89) Expected 1 space before "="; 0 found
(#89) Expected 1 space after "="; 0 found
(#90) Expected "try {\n...} catch (...) {\n"; found "try{\n...} catch (...) {\n"
(#91) This comment is 52% valid code; is this commented out code?
(#91) Line indented incorrectly; expected at least 12 spaces, found 0
(#92) Line indented incorrectly; expected at least 12 spaces, found 0
(#92) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#93) Line indented incorrectly; expected at least 12 spaces, found 0
(#93) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#94) Line indented incorrectly; expected at least 12 spaces, found 0
(#94) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#95) Line indented incorrectly; expected at least 12 spaces, found 0
(#95) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#96) Line indented incorrectly; expected at least 12 spaces, found 0
(#96) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#97) Line indented incorrectly; expected at least 12 spaces, found 0
(#97) Expected 1 space before comment text but found 20; use block comment if you need indentation
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) Line exceeds maximum limit of 180 characters; contains 192 characters
(#98) Line indented incorrectly; expected at least 12 spaces, found 0
(#98) Expected 1 space before comment text but found 28; use block comment if you need indentation
(#101) Variable "jclic_session" must not contain underscores.
(#102) Variable "jclic_session" must not contain underscores.
(#103) Variable "jclic_session" must not contain underscores.
(#104) Variable "jclic_session" must not contain underscores.
(#107) The use of function print_r() is forbidden
(#108) Line indented incorrectly; expected 12 spaces, found 8
(#110) Line indented incorrectly; expected 12 spaces, found 8
(#110) Expected "if (...) {\n"; found "if (...){\n"
(#111) Line indented incorrectly; expected 16 spaces, found 12
(#111) Expected "if (...) {\n"; found "if (...){\n"
(#112) Line indented incorrectly; expected at least 20 spaces, found 16
(#112) Variable "jclic_user" must not contain underscores.
(#113) Line indented incorrectly; expected at least 20 spaces, found 16
(#113) Variable "jclic_user" must not contain underscores.
(#114) Line indented incorrectly; expected at least 20 spaces, found 16
(#114) Variable "jclic_user" must not contain underscores.
(#115) Line indented incorrectly; expected at least 20 spaces, found 16
(#115) Variable "jclic_user" must not contain underscores.
(#116) Line indented incorrectly; expected at least 20 spaces, found 16
(#116) Variable "jclic_user" must not contain underscores.
(#117) Line indented incorrectly; expected 16 spaces, found 12
(#119) Line indented incorrectly; expected 12 spaces, found 8
(#121) Spaces must be used to indent lines; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 12 spaces, found 2
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 12 spaces, found 2
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 12 spaces, found 2
(#123) Variable "jclic_session" must not contain underscores.
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 12 spaces, found 2
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 4 spaces, found 1
(#127) Variable "jclic_activity" must not contain underscores.
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected 8 spaces, found 2
(#128) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected 12 spaces, found 3
(#129) Expected "if (...) {\n"; found "if (...){\n"
(#129) Expected 1 space before "=="; 0 found
(#129) Expected 1 space after "=="; 0 found
(#130) Variable "jclic_activity" must not contain underscores.
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 16 spaces, found 4
(#131) Variable "jclic_activity" must not contain underscores.
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#132) Spaces must be used to indent lines; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 16 spaces, found 4
(#132) Variable "jclic_activity" must not contain underscores.
(#132) Expected 1 space before "="; 0 found
(#132) Expected 1 space after "="; 0 found
(#133) Spaces must be used to indent lines; tabs are not allowed
(#133) Tab found within whitespace
(#133) Line indented incorrectly; expected at least 16 spaces, found 4
(#133) Variable "jclic_activity" must not contain underscores.
(#133) Expected 1 space before "="; 0 found
(#133) Expected 1 space after "="; 0 found
(#134) Spaces must be used to indent lines; tabs are not allowed
(#134) Tab found within whitespace
(#134) Line indented incorrectly; expected at least 16 spaces, found 4
(#134) Variable "jclic_activity" must not contain underscores.
(#134) Expected 1 space before "="; 0 found
(#134) Expected 1 space after "="; 0 found
(#135) Spaces must be used to indent lines; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 16 spaces, found 4
(#135) Variable "jclic_activity" must not contain underscores.
(#135) Expected 1 space before "="; 0 found
(#135) Expected 1 space after "="; 0 found
(#135) Expected 1 space before "=="; 0 found
(#135) Expected 1 space after "=="; 0 found
(#135) Expected 1 space before "?"; 0 found
(#135) Expected 1 space after "?"; 0 found
(#135) Expected 1 space before ":"; 0 found
(#135) Expected 1 space after ":"; 0 found
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 16 spaces, found 4
(#136) Variable "jclic_activity" must not contain underscores.
(#136) Expected 1 space before "="; 0 found
(#136) Expected 1 space after "="; 0 found
(#137) Spaces must be used to indent lines; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 16 spaces, found 4
(#137) Variable "jclic_activity" must not contain underscores.
(#137) Variable "jclic_activity" must not contain underscores.
(#138) Spaces must be used to indent lines; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 16 spaces, found 4
(#138) Variable "jclic_activity" must not contain underscores.
(#138) Line exceeds 132 characters; contains 180 characters
(#139) Spaces must be used to indent lines; tabs are not allowed
(#139) Tab found within whitespace
(#139) Line indented incorrectly; expected at least 16 spaces, found 4
(#139) Variable "jclic_activity" must not contain underscores.
(#140) Spaces must be used to indent lines; tabs are not allowed
(#140) Tab found within whitespace
(#140) Line indented incorrectly; expected at least 16 spaces, found 4
(#140) Variable "jclic_activity" must not contain underscores.
(#141) Spaces must be used to indent lines; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected 12 spaces, found 3
(#142) Spaces must be used to indent lines; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected 8 spaces, found 2
(#143) Spaces must be used to indent lines; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected 8 spaces, found 5
(#143) Expected "if (...) {\n"; found "if (...){\n"
(#143) Variable "jclic_activity" must not contain underscores.
(#143) Variable "jclic_session" must not contain underscores.
(#143) Variable "jclic_activity" must not contain underscores.
(#143) Line exceeds 132 characters; contains 139 characters
(#144) Spaces must be used to indent lines; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 12 spaces, found 9
(#144) Variable "jclic_session" must not contain underscores.
(#145) Spaces must be used to indent lines; tabs are not allowed
(#145) Tab found within whitespace
(#145) Line indented incorrectly; expected at least 12 spaces, found 9
(#146) Spaces must be used to indent lines; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected at least 12 spaces, found 9
(#147) Spaces must be used to indent lines; tabs are not allowed
(#147) Tab found within whitespace
(#147) Line indented incorrectly; expected at least 12 spaces, found 9
(#147) Variable "jclic_session" must not contain underscores.
(#148) Spaces must be used to indent lines; tabs are not allowed
(#148) Tab found within whitespace
(#148) Line indented incorrectly; expected 8 spaces, found 5
(#150) Spaces must be used to indent lines; tabs are not allowed
(#150) Tab found within whitespace
(#150) Line indented incorrectly; expected at least 8 spaces, found 2
(#151) Spaces must be used to indent lines; tabs are not allowed
(#151) Tab found within whitespace
(#151) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Spaces must be used to indent lines; tabs are not allowed
(#152) Tab found within whitespace
(#152) Line indented incorrectly; expected at least 8 spaces, found 2
(#152) Variable "jclic_activity" must not contain underscores.
(#153) Spaces must be used to indent lines; tabs are not allowed
(#153) Tab found within whitespace
(#153) Line indented incorrectly; expected at least 8 spaces, found 2
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected 4 spaces, found 1
(#156) Spaces must be used to indent lines; tabs are not allowed
(#156) Tab found within whitespace
(#156) Line indented incorrectly; expected at least 8 spaces, found 2
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected at least 8 spaces, found 2
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected at least 8 spaces, found 2
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Line exceeds maximum limit of 180 characters; contains 294 characters
(#163) Line exceeds maximum limit of 180 characters; contains 466 characters
(#164) Line exceeds 132 characters; contains 136 characters
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/action/student_results.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#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
(#76) Expected "if (...) {\n"; found "if (...){\n"
(#76) The use of function sizeof() is forbidden; use count() instead
(#76) Expected 1 space before ">"; 0 found
(#76) Expected 1 space after ">"; 0 found
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#83) Expected 1 space before "="; 0 found
(#83) Expected 1 space after "="; 0 found
(#83) Line exceeds 132 characters; contains 154 characters
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space before ">"; 0 found
(#84) Expected 1 space after ">"; 0 found
(#84) Expected 1 space before "?"; 0 found
(#84) Expected 1 space after "?"; 0 found
(#84) Expected 1 space before ":"; 0 found
(#84) Expected 1 space after ":"; 0 found
(#84) Line exceeds maximum limit of 180 characters; contains 194 characters
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Variable "session_activities_html" must not contain underscores.
(#86) Expected 1 space before "="; 0 found
(#88) Variable "session_activities_html" must not contain underscores.
(#92) Space found before semicolon; expected ");" but found ") ;"
(#97) Expected "if (...) {\n"; found "if (...){\n"
(#97) The use of function sizeof() is forbidden; use count() instead
(#97) Expected 1 space before ">"; 0 found
(#97) Expected 1 space after ">"; 0 found
(#98) Variable "sessions_summary" must not contain underscores.
(#98) Commas (,) must be followed by white space.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Commas (,) must be followed by white space.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Commas (,) must be followed by white space.
(#99) Variable "sessions_summary" must not contain underscores.
(#99) Line exceeds maximum limit of 180 characters; contains 249 characters
(#102) Expected "} else {\n"; found "} else{\n"
(#103) Line indented incorrectly; expected at least 4 spaces, found 2
mod/jclic/action/test_beans.php
(#1) No PHP code was found in this file and short open tags are not allowed by this install of PHP. This file may be using short open tags but PHP does not allow them.
mod/jclic/backup/moodle1/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#76) Inline comments must start with a capital letter, digit or 3-dots sequence
(#76) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Expected "try {\n...} catch (...) {\n"; found "try{\n...} catch (...){\n"
(#98) Commas (,) must be followed by white space.
(#98) Line exceeds 132 characters; contains 138 characters
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline control structures are not allowed
(#103) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/backup/moodle2/backup_jclic_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Commas (,) must be followed by white space.
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#66) Expected 1 space before "="; 0 found
mod/jclic/backup/moodle2/backup_jclic_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/backup/moodle2/restore_jclic_activity_task.class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/backup/moodle2/restore_jclic_stepslib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Whitespace found at end of line
(#32) Expected MOODLE_INTERNAL check or config.php inclusion
(#42) Line exceeds 132 characters; contains 144 characters
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#61) Inline comments must start with a capital letter, digit or 3-dots sequence
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/check_db_syntax.php
(#1) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1) Inline comments must end in full-stops, exclamation marks, or question marks
(#1) This comment is 45% valid code; is this commented out code?
(#1) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) 75 slashes comments are not allowed; use "// Comment." instead
(#4) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#4) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#5) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#6) Line 6 of the opening comment must start "// (at your option) any later version.".
(#6) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#8) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#8) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#9) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#9) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#10) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#11) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#11) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#13) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#14) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#21) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#22) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#23) Expected 1 space before comment text but found 71; use block comment if you need indentation
(#24) Inline comments must end in full-stops, exclamation marks, or question marks
(#24) 75 slashes comments are not allowed; use "// Comment." instead
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) 3 slashes comments are not allowed; use "// Comment." instead
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#35) 3 slashes comments are not allowed; use "// Comment." instead
(#36) Variable "is_moodle_root" must not contain underscores.
(#37) Line indented incorrectly; expected 0 spaces, found 4
(#38) Variable "is_moodle_root" must not contain underscores.
(#39) Line indented incorrectly; expected 0 spaces, found 4
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) 3 slashes comments are not allowed; use "// Comment." instead
(#60) Line exceeds maximum limit of 180 characters; contains 207 characters
(#125) Line indented incorrectly; expected at least 4 spaces, found 0
(#125) 3 slashes comments are not allowed; use "// Comment." instead
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Line indented incorrectly; expected at least 4 spaces, found 0
(#126) 3 slashes comments are not allowed; use "// Comment." instead
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Line indented incorrectly; expected at least 4 spaces, found 0
(#131) 3 slashes comments are not allowed; use "// Comment." instead
(#132) Variable "is_moodle_root" must not contain underscores.
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Line exceeds 132 characters; contains 149 characters
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Line indented incorrectly; expected at least 4 spaces, found 0
(#145) 3 slashes comments are not allowed; use "// Comment." instead
(#148) 3 slashes comments are not allowed; use "// Comment." instead
(#149) 3 slashes comments are not allowed; use "// Comment." instead
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#150) 3 slashes comments are not allowed; use "// Comment." instead
(#153) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) 3 slashes comments are not allowed; use "// Comment." instead
(#156) Line exceeds 132 characters; contains 157 characters
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) 3 slashes comments are not allowed; use "// Comment." instead
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) 3 slashes comments are not allowed; use "// Comment." instead
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) 3 slashes comments are not allowed; use "// Comment." instead
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) 3 slashes comments are not allowed; use "// Comment." instead
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#167) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) 3 slashes comments are not allowed; use "// Comment." instead
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) 3 slashes comments are not allowed; use "// Comment." instead
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) 3 slashes comments are not allowed; use "// Comment." instead
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) 3 slashes comments are not allowed; use "// Comment." instead
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) 3 slashes comments are not allowed; use "// Comment." instead
(#184) Inline comments must start with a capital letter, digit or 3-dots sequence
(#184) Inline comments must end in full-stops, exclamation marks, or question marks
(#184) 3 slashes comments are not allowed; use "// Comment." instead
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) 3 slashes comments are not allowed; use "// Comment." instead
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) 3 slashes comments are not allowed; use "// Comment." instead
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) 3 slashes comments are not allowed; use "// Comment." instead
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) 3 slashes comments are not allowed; use "// Comment." instead
(#202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#202) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) 3 slashes comments are not allowed; use "// Comment." instead
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) 3 slashes comments are not allowed; use "// Comment." instead
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) 3 slashes comments are not allowed; use "// Comment." instead
(#222) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) 3 slashes comments are not allowed; use "// Comment." instead
(#231) Line exceeds 132 characters; contains 160 characters
(#231) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Line indented incorrectly; expected at least 4 spaces, found 0
(#231) 3 slashes comments are not allowed; use "// Comment." instead
(#232) Line exceeds maximum limit of 180 characters; contains 767 characters
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Line indented incorrectly; expected at least 4 spaces, found 0
(#234) 3 slashes comments are not allowed; use "// Comment." instead
(#235) Variable "dml_megarule" must not contain underscores.
(#235) Commas (,) must be followed by white space.
(#236) Variable "helper_megarule" must not contain underscores.
(#236) Commas (,) must be followed by white space.
(#237) Variable "ddl_megarule" must not contain underscores.
(#237) Commas (,) must be followed by white space.
(#238) Variable "coreonly_megarule" must not contain underscores.
(#238) Commas (,) must be followed by white space.
(#239) Variable "enum_megarule" must not contain underscores.
(#240) Variable "internal_megarule" must not contain underscores.
(#240) Commas (,) must be followed by white space.
(#241) Variable "unsupported_megarule" must not contain underscores.
(#241) Expected 1 space before "="; 0 found
(#241) Commas (,) must be followed by white space.
(#242) Variable "other_megarule" must not contain underscores.
(#243) Variable "reserved_megarule" must not contain underscores.
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Line indented incorrectly; expected at least 4 spaces, found 0
(#245) 3 slashes comments are not allowed; use "// Comment." instead
(#246) Variable "all_megarules" must not contain underscores.
(#247) Expected 1 space before "=>"; 0 found
(#247) Expected 1 space after "=>"; 0 found
(#247) Variable "dml_megarule" must not contain underscores.
(#248) Expected 1 space before "=>"; 0 found
(#248) Expected 1 space after "=>"; 0 found
(#248) Variable "helper_megarule" must not contain underscores.
(#249) Expected 1 space before "=>"; 0 found
(#249) Expected 1 space after "=>"; 0 found
(#249) Variable "ddl_megarule" must not contain underscores.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Variable "coreonly_megarule" must not contain underscores.
(#251) Expected 1 space before "=>"; 0 found
(#251) Expected 1 space after "=>"; 0 found
(#251) Variable "enum_megarule" must not contain underscores.
(#252) Expected 1 space before "=>"; 0 found
(#252) Expected 1 space after "=>"; 0 found
(#252) Variable "internal_megarule" must not contain underscores.
(#253) Expected 1 space before "=>"; 0 found
(#253) Expected 1 space after "=>"; 0 found
(#253) Variable "unsupported_megarule" must not contain underscores.
(#254) Expected 1 space before "=>"; 0 found
(#254) Expected 1 space after "=>"; 0 found
(#254) Variable "other_megarule" must not contain underscores.
(#255) Expected 1 space before "=>"; 0 found
(#255) Expected 1 space after "=>"; 0 found
(#255) Variable "reserved_megarule" must not contain underscores.
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Line indented incorrectly; expected at least 4 spaces, found 0
(#258) 3 slashes comments are not allowed; use "// Comment." instead
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Line indented incorrectly; expected at least 4 spaces, found 0
(#262) 3 slashes comments are not allowed; use "// Comment." instead
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Line indented incorrectly; expected at least 4 spaces, found 0
(#266) 3 slashes comments are not allowed; use "// Comment." instead
(#270) Variable "is_moodle_root" must not contain underscores.
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Line indented incorrectly; expected at least 8 spaces, found 4
(#281) 3 slashes comments are not allowed; use "// Comment." instead
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) 3 slashes comments are not allowed; use "// Comment." instead
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Line indented incorrectly; expected at least 16 spaces, found 12
(#288) 3 slashes comments are not allowed; use "// Comment." instead
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#289) Variable "all_megarules" must not contain underscores.
(#289) Expected 1 space before "=>"; 0 found
(#289) Expected 1 space after "=>"; 0 found
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#291) Line indented incorrectly; expected at least 24 spaces, found 20
(#291) 3 slashes comments are not allowed; use "// Comment." instead
(#292) Variable "is_moodle_root" must not contain underscores.
(#292) Variable "is_moodle_root" must not contain underscores.
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Line indented incorrectly; expected at least 28 spaces, found 24
(#293) 3 slashes comments are not allowed; use "// Comment." instead
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) Line indented incorrectly; expected at least 28 spaces, found 24
(#301) 3 slashes comments are not allowed; use "// Comment." instead
(#317) Line indented incorrectly; expected at least 12 spaces, found 8
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#324) Expected 1 space before "=>"; 0 found
(#324) Expected 1 space after "=>"; 0 found
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#334) Expected 1 space before "=>"; 0 found
(#334) Expected 1 space after "=>"; 0 found
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) Line indented incorrectly; expected at least 4 spaces, found 0
(#341) 3 slashes comments are not allowed; use "// Comment." instead
(#351) Line indented incorrectly; expected 8 spaces, found 9
(#353) Line indented incorrectly; expected 8 spaces, found 9
(#355) Line indented incorrectly; expected 8 spaces, found 9
(#357) Line indented incorrectly; expected 8 spaces, found 9
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Line indented incorrectly; expected at least 8 spaces, found 5
(#360) 3 slashes comments are not allowed; use "// Comment." instead
(#361) Line indented incorrectly; expected 8 spaces, found 9
(#362) Line indented incorrectly; expected 12 spaces, found 13
(#364) Line indented incorrectly; expected 12 spaces, found 13
(#365) Line indented incorrectly; expected 8 spaces, found 9
(#380) Expected 1 space before "="; 0 found
(#380) Expected 1 space after "="; 0 found
(#384) Expected 1 space before "=="; 0 found
(#384) Expected 1 space after "=="; 0 found
(#384) Expected 1 space before "=="; 0 found
(#384) Expected 1 space after "=="; 0 found
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) 3 slashes comments are not allowed; use "// Comment." instead
(#388) Inline comments must end in full-stops, exclamation marks, or question marks
(#388) 3 slashes comments are not allowed; use "// Comment." instead
(#393) Expected 1 space before "!=="; 0 found
(#393) Expected 1 space after "!=="; 0 found
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) 3 slashes comments are not allowed; use "// Comment." instead
(#397) Expected 1 space before "!=="; 0 found
(#397) Expected 1 space after "!=="; 0 found
(#398) Expected 1 space before "!=="; 0 found
(#398) Expected 1 space after "!=="; 0 found
(#399) Expected 1 space before "!=="; 0 found
(#399) Expected 1 space after "!=="; 0 found
(#400) Expected 1 space before "!=="; 0 found
(#400) Expected 1 space after "!=="; 0 found
(#401) Expected 1 space before "!=="; 0 found
(#401) Expected 1 space after "!=="; 0 found
(#402) Expected 1 space before "!=="; 0 found
(#402) Expected 1 space after "!=="; 0 found
(#403) Expected 1 space before "!=="; 0 found
(#403) Expected 1 space after "!=="; 0 found
(#404) Expected 1 space before "!=="; 0 found
(#404) Expected 1 space after "!=="; 0 found
(#405) Expected 1 space before "!=="; 0 found
(#405) Expected 1 space after "!=="; 0 found
(#406) Expected 1 space before "!=="; 0 found
(#406) Expected 1 space after "!=="; 0 found
(#407) Expected 1 space before "!=="; 0 found
(#407) Expected 1 space after "!=="; 0 found
(#408) Expected 1 space before "!=="; 0 found
(#408) Expected 1 space after "!=="; 0 found
(#409) Expected 1 space before "!=="; 0 found
(#409) Expected 1 space after "!=="; 0 found
(#410) Expected 1 space before "!="; 0 found
(#410) Expected 1 space after "!="; 0 found
(#410) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Line exceeds maximum limit of 180 characters; contains 203 characters
(#410) 3 slashes comments are not allowed; use "// Comment." instead
(#414) Expected 1 space before "==="; 0 found
(#414) Expected 1 space after "==="; 0 found
(#414) Expected 1 space before "==="; 0 found
(#414) Expected 1 space after "==="; 0 found
(#414) Commas (,) must be followed by white space.
(#414) Expected 1 space before "==="; 0 found
(#414) Expected 1 space after "==="; 0 found
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) 3 slashes comments are not allowed; use "// Comment." instead
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#418) 3 slashes comments are not allowed; use "// Comment." instead
(#431) Line indented incorrectly; expected at least 4 spaces, found 0
(#431) 3 slashes comments are not allowed; use "// Comment." instead
(#432) Line indented incorrectly; expected at least 4 spaces, found 0
(#432) 3 slashes comments are not allowed; use "// Comment." instead
(#433) Line indented incorrectly; expected at least 4 spaces, found 0
(#433) 3 slashes comments are not allowed; use "// Comment." instead
(#434) Inline comments must end in full-stops, exclamation marks, or question marks
(#434) Line indented incorrectly; expected at least 4 spaces, found 0
(#434) 3 slashes comments are not allowed; use "// Comment." instead
(#435) Variable "is_moodle_root" must not contain underscores.
(#437) Variable "is_moodle_root" must not contain underscores.
(#441) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Line indented incorrectly; expected at least 8 spaces, found 4
(#441) 3 slashes comments are not allowed; use "// Comment." instead
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) Line indented incorrectly; expected at least 8 spaces, found 4
(#444) 3 slashes comments are not allowed; use "// Comment." instead
(#453) Inline comments must end in full-stops, exclamation marks, or question marks
(#453) Line indented incorrectly; expected at least 8 spaces, found 3
(#453) 3 slashes comments are not allowed; use "// Comment." instead
(#454) Line indented incorrectly; expected at least 8 spaces, found 7
(#457) A closing tag is not permitted at the end of a PHP file
mod/jclic/classes/event/course_module_viewed.php
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#42) This comment is 54% valid code; is this commented out code?
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/classes/event/instances_list_viewed.php
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/jclic/db/install.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/jclic/db/log.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#37) Expected 1 space before "=>"; 0 found
(#37) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) Expected 1 space after "=>"; 0 found
(#38) Expected 1 space before "=>"; 0 found
(#38) 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
(#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
mod/jclic/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#46) Inline comments must start with a capital letter, digit or 3-dots sequence
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) 3 slashes comments are not allowed; use "// Comment." instead
(#55) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) 3 slashes comments are not allowed; use "// Comment." instead
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) 3 slashes comments are not allowed; use "// Comment." instead
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) 3 slashes comments are not allowed; use "// Comment." instead
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 0 found
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) 3 slashes comments are not allowed; use "// Comment." instead
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Line indented incorrectly; expected at least 4 spaces, found 0
(#94) No space found before comment text; expected "// ===== 1.9.0 upgrade line ======//" but found "//===== 1.9.0 upgrade line ======//"
(#100) This comment is 46% valid code; is this commented out code?
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Expected "if (...) {\n"; found "if (...){\n"
(#110) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#111) Inline control structures are not allowed
(#112) Expected 1 space before "="; 0 found
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Expected "if (...) {\n"; found "if (...){\n"
(#135) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Expected "if (...) {\n"; found "if (...){\n"
(#149) Commas (,) must be followed by white space.
(#149) Commas (,) must be followed by white space.
(#150) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#151) Expected 1 space after "="; 2 found
(#151) Expected 1 space before "/"; 0 found
(#151) Expected 1 space after "/"; 0 found
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/db/upgradelib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must start with a capital letter, digit or 3-dots sequence
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "file_record" must not contain underscores.
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#62) Expected 1 space before "=>"; 0 found
(#62) Expected 1 space after "=>"; 0 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#63) Expected 1 space before "=>"; 0 found
(#63) Expected 1 space after "=>"; 0 found
(#65) Variable "file_record" must not contain underscores.
(#66) Empty CATCH statement detected
(#67) Inline comments must start with a capital letter, digit or 3-dots sequence
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/index.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) 3 slashes comments are not allowed; use "// Comment." instead
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) No space found before comment text; expected "// $PAGE->set_cacheable(false);" but found "//$PAGE->set_cacheable(false);"
(#58) No space found before comment text; expected "// $PAGE->set_focuscontrol('some-html-id');" but found "//$PAGE->set_focuscontrol('some-html-id');"
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) No space found before comment text; expected "// $PAGE->add_body_class('jclic-'.$somevar);" but found "//$PAGE->add_body_class('jclic-'.$somevar);"
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) 3 slashes comments are not allowed; use "// Comment." instead
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) 3 slashes comments are not allowed; use "// Comment." instead
(#94) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) No space found before comment text; expected "// Show dimmed if the mod is hidden" but found "//Show dimmed if the mod is hidden"
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) No space found before comment text; expected "// Show normal if the mod is visible" but found "//Show normal if the mod is visible"
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) 3 slashes comments are not allowed; use "// Comment." instead
mod/jclic/lang/ca/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#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
(#54) Expected 1 space before "="; 0 found
(#55) Expected 1 space before "="; 0 found
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#96) Expected 1 space before "="; 0 found
(#96) Expected 1 space after "="; 0 found
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#102) Expected 1 space before "="; 0 found
(#102) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#116) Expected 1 space before "="; 0 found
(#116) Expected 1 space after "="; 0 found
mod/jclic/lang/el/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#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
(#54) Expected 1 space before "="; 0 found
(#55) Expected 1 space before "="; 0 found
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#84) Whitespace found at end of line within string
(#90) Whitespace found at end of line within string
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) Expected 1 space before "="; 0 found
(#112) Expected 1 space after "="; 0 found
(#113) Expected 1 space before "="; 0 found
(#113) Expected 1 space after "="; 0 found
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/lang/en/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#46) Expected 1 space before "="; 0 found
(#50) Expected 1 space before "="; 0 found
(#52) Expected 1 space before "="; 0 found
(#53) Expected 1 space before "="; 0 found
mod/jclic/lang/es/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#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
(#54) Expected 1 space before "="; 0 found
(#55) Expected 1 space before "="; 0 found
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#72) Expected 1 space before "="; 0 found
(#72) Expected 1 space after "="; 0 found
(#78) Expected 1 space before "="; 0 found
(#78) Expected 1 space after "="; 0 found
(#79) Expected 1 space before "="; 0 found
(#79) Expected 1 space after "="; 0 found
(#100) Expected 1 space before "="; 0 found
(#100) Expected 1 space after "="; 0 found
(#101) Expected 1 space before "="; 0 found
(#101) Expected 1 space after "="; 0 found
(#106) Expected 1 space before "="; 0 found
(#106) Expected 1 space after "="; 0 found
(#107) Expected 1 space before "="; 0 found
(#107) Expected 1 space after "="; 0 found
(#118) Expected 1 space before "="; 0 found
(#118) Expected 1 space after "="; 0 found
(#119) Expected 1 space before "="; 0 found
(#119) Expected 1 space after "="; 0 found
(#120) Expected 1 space before "="; 0 found
(#120) Expected 1 space after "="; 0 found
mod/jclic/lang/eu/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#23) Whitespace found at end of line
mod/jclic/lang/gl/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#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
(#54) Expected 1 space before "="; 0 found
(#55) Expected 1 space before "="; 0 found
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#84) Whitespace found at end of line within string
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#105) Whitespace found at end of line within string
(#107) Whitespace found at end of line within string
(#108) Whitespace found at end of line within string
(#109) Whitespace found at end of line within string
(#110) Whitespace found at end of line within string
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Expected 1 space before "="; 0 found
(#116) Expected 1 space after "="; 0 found
(#117) Expected 1 space before "="; 0 found
(#117) Expected 1 space after "="; 0 found
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/lang/he/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#40) Expected 1 space before "="; 0 found
(#40) Expected 1 space after "="; 0 found
(#41) Expected 1 space before "="; 0 found
(#41) Expected 1 space after "="; 0 found
(#42) Expected 1 space before "="; 0 found
(#42) Expected 1 space after "="; 0 found
(#47) Expected 1 space before "="; 0 found
(#48) Expected 1 space before "="; 0 found
(#48) Expected 1 space after "="; 0 found
(#49) Expected 1 space before "="; 0 found
(#49) Expected 1 space after "="; 0 found
(#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
(#54) Expected 1 space before "="; 0 found
(#55) Expected 1 space before "="; 0 found
(#58) Expected 1 space before "="; 0 found
(#58) Expected 1 space after "="; 0 found
(#61) Expected 1 space before "="; 0 found
(#61) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#64) Expected 1 space after "="; 0 found
(#65) Expected 1 space before "="; 0 found
(#65) Expected 1 space after "="; 0 found
(#68) Expected 1 space before "="; 0 found
(#68) Expected 1 space after "="; 0 found
(#69) Expected 1 space before "="; 0 found
(#69) Expected 1 space after "="; 0 found
(#75) Expected 1 space before "="; 0 found
(#75) Expected 1 space after "="; 0 found
(#76) Expected 1 space before "="; 0 found
(#76) Expected 1 space after "="; 0 found
(#84) Whitespace found at end of line within string
(#90) Whitespace found at end of line within string
(#97) Expected 1 space before "="; 0 found
(#97) Expected 1 space after "="; 0 found
(#98) Expected 1 space before "="; 0 found
(#98) Expected 1 space after "="; 0 found
(#103) Expected 1 space before "="; 0 found
(#103) Expected 1 space after "="; 0 found
(#104) Expected 1 space before "="; 0 found
(#104) Expected 1 space after "="; 0 found
(#105) Whitespace found at end of line within string
(#106) Whitespace found at end of line within string
(#107) Whitespace found at end of line within string
(#114) Expected 1 space before "="; 0 found
(#114) Expected 1 space after "="; 0 found
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Expected 1 space before "="; 0 found
(#115) Expected 1 space after "="; 0 found
(#116) Expected 1 space before "="; 0 found
(#116) Expected 1 space after "="; 0 found
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/lang/pt_br/jclic.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#21) Whitespace found at end of line
(#79) Whitespace found at end of line
(#84) Whitespace found at end of line within string
(#99) Whitespace found at end of line within string
mod/jclic/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#46) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline doc block comments are not allowed; use "// Comment." instead
(#52) Inline doc block comments are not allowed; use "// Comment." instead
(#54) Inline doc block comments are not allowed; use "// Comment." instead
(#58) 80 slashes comments are not allowed; use "// Comment." instead
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) 80 slashes comments are not allowed; use "// Comment." instead
(#73) Closing brace must be on a line by itself
(#74) This comment is 48% valid code; is this commented out code?
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Line indented incorrectly; expected at least 8 spaces, found 0
(#74) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected at least 8 spaces, found 0
(#75) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#76) Closing brace must be on a line by itself
(#77) Closing brace must be on a line by itself
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) This comment is 50% valid code; is this commented out code?
(#78) Line indented incorrectly; expected at least 8 spaces, found 0
(#78) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#79) Closing brace must be on a line by itself
(#80) This comment is 48% valid code; is this commented out code?
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Line indented incorrectly; expected at least 8 spaces, found 0
(#80) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Line indented incorrectly; expected at least 8 spaces, found 0
(#81) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#82) Closing brace must be on a line by itself
(#83) This comment is 48% valid code; is this commented out code?
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Line indented incorrectly; expected at least 8 spaces, found 0
(#83) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Line indented incorrectly; expected at least 8 spaces, found 0
(#84) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#86) Line indented incorrectly; expected at least 12 spaces, found 10
(#86) Inline control structures are not allowed
(#86) Expected 1 space before "=="; 0 found
(#86) Expected 1 space after "=="; 0 found
(#87) Line indented incorrectly; expected at least 12 spaces, found 10
(#87) Inline control structures are not allowed
(#181) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) The use of function print_r() is forbidden
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) No space found before comment text; expected "// Get students" but found "//Get students"
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) No space found before comment text; expected "// Get teachers" but found "//Get teachers"
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) No space found before comment text; expected "// Add teachers to students" but found "//Add teachers to students"
(#293) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) No space found before comment text; expected "// Return students array (it contains an array of unique users)" but found "//Return students array (it contains an array of unique users)"
(#307) 80 slashes comments are not allowed; use "// Comment." instead
(#309) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) 80 slashes comments are not allowed; use "// Comment." instead
(#326) Expected 1 space before "=>"; 0 found
(#326) Expected 1 space after "=>"; 0 found
(#326) Commas (,) must be followed by white space.
(#326) Expected 1 space before "=>"; 0 found
(#326) Expected 1 space after "=>"; 0 found
(#344) Expected 1 space before "=>"; 0 found
(#344) Expected 1 space after "=>"; 0 found
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#412) Inline comments must end in full-stops, exclamation marks, or question marks
(#418) Variable "sessions_summary" must not contain underscores.
(#420) Variable "sessions_summary" must not contain underscores.
(#421) Variable "sessions_summary" must not contain underscores.
(#422) Variable "sessions_summary" must not contain underscores.
(#423) Variable "sessions_summary" must not contain underscores.
(#425) Expected "if (...) {\n"; found "if (...){\n"
(#425) Expected 1 space before "=="; 0 found
(#425) Expected 1 space after "=="; 0 found
(#426) Variable "sessions_summary" must not contain underscores.
(#427) Expected "} else {\n"; found "}else{\n"
(#428) Variable "sessions_summary" must not contain underscores.
(#453) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#453) Expected 1 space before "=>"; 0 found
(#453) Expected 1 space after "=>"; 0 found
(#453) Expected 1 space before "=>"; 0 found
(#453) Expected 1 space after "=>"; 0 found
(#463) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#471) 80 slashes comments are not allowed; use "// Comment." instead
(#473) Inline comments must end in full-stops, exclamation marks, or question marks
(#473) 80 slashes comments are not allowed; use "// Comment." instead
(#509) Inline comments must start with a capital letter, digit or 3-dots sequence
(#524) Inline comments must start with a capital letter, digit or 3-dots sequence
(#524) Inline comments must end in full-stops, exclamation marks, or question marks
(#530) Inline comments must start with a capital letter, digit or 3-dots sequence
(#530) Inline comments must end in full-stops, exclamation marks, or question marks
(#561) Inline comments must start with a capital letter, digit or 3-dots sequence
(#561) Inline comments must end in full-stops, exclamation marks, or question marks
(#565) Inline comments must start with a capital letter, digit or 3-dots sequence
(#565) Inline comments must end in full-stops, exclamation marks, or question marks
(#574) This comment is 55% valid code; is this commented out code?
(#574) Line indented incorrectly; expected at least 8 spaces, found 0
(#582) Line indented incorrectly; expected at least 8 spaces, found 1
(#585) Inline comments must start with a capital letter, digit or 3-dots sequence
(#585) Inline comments must end in full-stops, exclamation marks, or question marks
(#589) 80 slashes comments are not allowed; use "// Comment." instead
(#591) Inline comments must end in full-stops, exclamation marks, or question marks
(#591) 80 slashes comments are not allowed; use "// Comment." instead
(#613) Expected "if (...) {\n"; found "if (...){\n"
(#615) Expected 1 space before "=>"; 0 found
(#615) Expected 1 space after "=>"; 0 found
(#621) Expected 1 space before "=>"; 0 found
(#629) Expected 1 space before "=>"; 0 found
(#636) 80 slashes comments are not allowed; use "// Comment." instead
(#638) Inline comments must end in full-stops, exclamation marks, or question marks
(#638) 80 slashes comments are not allowed; use "// Comment." instead
(#649) Expected 1 space before "=>"; 0 found
(#649) Expected 1 space after "=>"; 0 found
(#688) Inline comments must start with a capital letter, digit or 3-dots sequence
(#688) Inline comments must end in full-stops, exclamation marks, or question marks
(#693) Expected 1 space before "=>"; 0 found
(#693) Expected 1 space after "=>"; 0 found
(#693) Expected 1 space before "=>"; 0 found
(#693) Expected 1 space after "=>"; 0 found
(#693) Expected 1 space before "=>"; 0 found
(#693) Expected 1 space after "=>"; 0 found
(#696) Line indented incorrectly; expected at least 4 spaces, found 3
mod/jclic/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#129) Expected 9 space(s) before asterisk; 5 found
(#130) Expected 9 space(s) before asterisk; 5 found
(#131) Expected 9 space(s) before asterisk; 5 found
(#132) Expected 9 space(s) before asterisk; 5 found
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#287) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) Line exceeds 132 characters; contains 140 characters
(#403) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Line indented incorrectly; expected 0 spaces, found 4
(#459) Line indented incorrectly; expected 0 spaces, found 4
(#466) Line indented incorrectly; expected 0 spaces, found 4
(#469) Line indented incorrectly; expected 4 spaces, found 8
(#471) Line indented incorrectly; expected 4 spaces, found 8
(#473) Inline control structures are not allowed
(#476) Line indented incorrectly; expected 4 spaces, found 8
(#477) Commas (,) must be followed by white space.
(#479) Line indented incorrectly; expected 4 spaces, found 8
(#480) Line indented incorrectly; expected 4 spaces, found 8
(#481) Commas (,) must be followed by white space.
(#483) Line indented incorrectly; expected 4 spaces, found 8
(#485) Line indented incorrectly; expected 0 spaces, found 4
(#491) Line indented incorrectly; expected 0 spaces, found 4
(#494) Inline control structures are not allowed
(#497) Commas (,) must be followed by white space.
(#498) Expected 1 space before "="; 0 found
(#498) Expected 1 space after "="; 0 found
(#498) The use of function sizeof() is forbidden; use count() instead
(#499) Line indented incorrectly; expected 4 spaces, found 8
(#499) Empty IF statement detected
(#500) Blank comments are not allowed
(#501) Line indented incorrectly; expected 4 spaces, found 8
(#502) Line exceeds maximum limit of 180 characters; contains 249 characters
(#503) Line indented incorrectly; expected 4 spaces, found 8
(#505) Line indented incorrectly; expected 4 spaces, found 8
(#505) Expected "if (...) {\n"; found "if (...){\n"
(#506) Line exceeds 132 characters; contains 138 characters
(#507) Line indented incorrectly; expected 4 spaces, found 8
(#509) Line indented incorrectly; expected 4 spaces, found 8
(#510) Line indented incorrectly; expected 8 spaces, found 12
(#510) Expected "if (...) {\n"; found "if (...){\n"
(#510) Expected 1 space before "<"; 0 found
(#510) Expected 1 space after "<"; 0 found
(#513) Line indented incorrectly; expected 12 spaces, found 16
(#513) Expected "if (...) {\n"; found "if(...){\n"
(#515) Line indented incorrectly; expected 12 spaces, found 16
(#517) Line indented incorrectly; expected 12 spaces, found 16
(#526) Line indented incorrectly; expected 12 spaces, found 16
(#530) Line indented incorrectly; expected 12 spaces, found 16
(#532) Line indented incorrectly; expected 12 spaces, found 16
(#534) Line indented incorrectly; expected 8 spaces, found 12
(#534) Expected "} else {\n"; found "}else{\n"
(#536) Line indented incorrectly; expected 8 spaces, found 12
(#538) Line indented incorrectly; expected 4 spaces, found 8
(#539) Line indented incorrectly; expected 0 spaces, found 4
(#541) Line indented incorrectly; expected 0 spaces, found 4
(#541) Expected 1 space after closing parenthesis; found 0
(#545) Line indented incorrectly; expected 4 spaces, found 8
(#547) Line indented incorrectly; expected 4 spaces, found 8
(#550) Line indented incorrectly; expected 8 spaces, found 12
(#551) Inline comments must start with a capital letter, digit or 3-dots sequence
(#551) Inline comments must end in full-stops, exclamation marks, or question marks
(#551) This comment is 73% valid code; is this commented out code?
(#551) No space found before comment text; expected "// resource_print_filenotfound($resource, $cm, $course);" but found "//resource_print_filenotfound($resource, $cm, $course);"
(#553) Line indented incorrectly; expected 8 spaces, found 12
(#556) Line indented incorrectly; expected 8 spaces, found 12
(#560) Line indented incorrectly; expected 4 spaces, found 8
(#563) Line indented incorrectly; expected 0 spaces, found 4
(#566) Expected 5 space(s) before asterisk; 4 found
(#567) Expected 5 space(s) before asterisk; 4 found
(#568) Expected 5 space(s) before asterisk; 4 found
(#569) Expected 5 space(s) before asterisk; 4 found
(#570) Line indented incorrectly; expected 0 spaces, found 4
(#573) Line indented incorrectly; expected 4 spaces, found 8
(#575) Line indented incorrectly; expected 4 spaces, found 8
(#577) Line indented incorrectly; expected 4 spaces, found 8
(#579) Line indented incorrectly; expected 4 spaces, found 8
(#581) Line indented incorrectly; expected 4 spaces, found 8
(#583) Line indented incorrectly; expected 4 spaces, found 8
(#585) Line indented incorrectly; expected 4 spaces, found 8
(#587) Line indented incorrectly; expected 4 spaces, found 8
(#590) Line indented incorrectly; expected 4 spaces, found 8
(#592) Line indented incorrectly; expected 4 spaces, found 8
(#594) Line indented incorrectly; expected 4 spaces, found 8
(#595) Line indented incorrectly; expected 8 spaces, found 12
(#597) Line indented incorrectly; expected 8 spaces, found 12
(#598) Line indented incorrectly; expected 4 spaces, found 8
(#601) Line indented incorrectly; expected 0 spaces, found 4
(#605) Expected 5 space(s) before asterisk; 4 found
(#606) Expected 5 space(s) before asterisk; 4 found
(#607) Expected 5 space(s) before asterisk; 4 found
(#608) Expected 5 space(s) before asterisk; 4 found
(#609) Line indented incorrectly; expected 0 spaces, found 4
(#613) Line indented incorrectly; expected 4 spaces, found 8
(#615) Line indented incorrectly; expected 8 spaces, found 20
(#615) Expected "if (...) {\n"; found "if (...){\n"
(#617) Line indented incorrectly; expected 8 spaces, found 20
(#618) Line indented incorrectly; expected 4 spaces, found 8
(#620) Line indented incorrectly; expected 0 spaces, found 4
(#622) Line indented incorrectly; expected 0 spaces, found 4
(#626) Line indented incorrectly; expected 0 spaces, found 4
(#628) Line indented incorrectly; expected 0 spaces, found 4
(#628) Expected 1 space after closing parenthesis; found 0
(#630) Line indented incorrectly; expected 0 spaces, found 4
(#632) Line indented incorrectly; expected 0 spaces, found 4
(#632) Expected 1 space after closing parenthesis; found 0
(#634) Line indented incorrectly; expected 0 spaces, found 4
(#637) 80 slashes comments are not allowed; use "// Comment." instead
(#639) Inline comments must end in full-stops, exclamation marks, or question marks
(#639) 80 slashes comments are not allowed; use "// Comment." instead
(#643) Expected 5 space(s) before asterisk; 4 found
(#644) Expected 5 space(s) before asterisk; 4 found
(#645) Expected 5 space(s) before asterisk; 4 found
(#645) Line exceeds 132 characters; contains 166 characters
(#645) Spaces must be used for alignment; tabs are not allowed
(#646) Expected 5 space(s) before asterisk; 4 found
(#646) Spaces must be used for alignment; tabs are not allowed
(#647) Expected 5 space(s) before asterisk; 4 found
(#647) Spaces must be used for alignment; tabs are not allowed
(#648) Expected 5 space(s) before asterisk; 4 found
(#649) Line indented incorrectly; expected 0 spaces, found 4
(#652) Expected 1 space before "="; 0 found
(#652) Expected 1 space after "="; 0 found
(#660) Line indented incorrectly; expected 4 spaces, found 8
(#660) Expected "if (...) {\n"; found "if(...){\n"
(#662) Line indented incorrectly; expected 8 spaces, found 12
(#662) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#664) Expected 1 space before "="; 0 found
(#664) Expected 1 space after "="; 0 found
(#664) Expected 1 space before "+"; 0 found
(#664) Expected 1 space after "+"; 0 found
(#665) Expected 1 space before "="; 0 found
(#665) Expected 1 space after "="; 0 found
(#666) Line indented incorrectly; expected 8 spaces, found 12
(#667) Line indented incorrectly; expected 4 spaces, found 8
(#669) Line indented incorrectly; expected 0 spaces, found 4
(#672) Expected 5 space(s) before asterisk; 4 found
(#673) Expected 5 space(s) before asterisk; 4 found
(#674) Expected 5 space(s) before asterisk; 4 found
(#674) Line exceeds maximum limit of 180 characters; contains 190 characters
(#674) Spaces must be used for alignment; tabs are not allowed
(#675) Expected 5 space(s) before asterisk; 4 found
(#675) Spaces must be used for alignment; tabs are not allowed
(#676) Expected 5 space(s) before asterisk; 4 found
(#677) Line indented incorrectly; expected 0 spaces, found 4
(#677) Variable "session_id" must not contain underscores.
(#681) Line indented incorrectly; expected 4 spaces, found 8
(#681) Expected "if (...) {\n"; found "if(...){\n"
(#681) Expected 1 space before "=>"; 0 found
(#681) Expected 1 space after "=>"; 0 found
(#681) Variable "session_id" must not contain underscores.
(#682) Expected 1 space before "="; 0 found
(#682) Expected 1 space after "="; 0 found
(#683) Line indented incorrectly; expected 8 spaces, found 12
(#683) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#684) Expected 1 space before "="; 0 found
(#684) Expected 1 space after "="; 0 found
(#685) Line indented incorrectly; expected 8 spaces, found 12
(#686) Line indented incorrectly; expected 4 spaces, found 8
(#688) Line indented incorrectly; expected 0 spaces, found 4
(#692) Expected 5 space(s) before asterisk; 4 found
(#693) Expected 5 space(s) before asterisk; 4 found
(#694) Expected 5 space(s) before asterisk; 4 found
(#694) Spaces must be used for alignment; tabs are not allowed
(#695) Expected 5 space(s) before asterisk; 4 found
(#695) Spaces must be used for alignment; tabs are not allowed
(#696) Expected 5 space(s) before asterisk; 4 found
(#697) Line indented incorrectly; expected 0 spaces, found 4
(#701) Expected 1 space before "="; 0 found
(#701) Expected 1 space after "="; 0 found
(#702) Expected 1 space before "="; 0 found
(#702) Expected 1 space after "="; 0 found
(#703) Line indented incorrectly; expected 4 spaces, found 8
(#703) Expected "if (...) {\n"; found "if(...){\n"
(#706) Commas (,) must be followed by white space.
(#708) Line indented incorrectly; expected 4 spaces, found 8
(#709) Line indented incorrectly; expected 4 spaces, found 8
(#709) Expected "if (...) {\n"; found "if (...){\n"
(#713) Expected 1 space before "="; 0 found
(#713) Expected 1 space after "="; 0 found
(#714) Line indented incorrectly; expected 4 spaces, found 8
(#716) Line indented incorrectly; expected 4 spaces, found 8
(#716) Expected "if (...) {\n"; found "if (...){\n"
(#720) Expected 1 space before "="; 0 found
(#720) Expected 1 space after "="; 0 found
(#721) Line indented incorrectly; expected 4 spaces, found 8
(#724) Line indented incorrectly; expected 0 spaces, found 4
(#727) Expected 5 space(s) before asterisk; 4 found
(#728) Expected 5 space(s) before asterisk; 4 found
(#729) Expected 5 space(s) before asterisk; 4 found
(#730) Expected 5 space(s) before asterisk; 4 found
(#731) Line indented incorrectly; expected 0 spaces, found 4
(#731) Variable "session_id" must not contain underscores.
(#731) Expected 1 space after closing parenthesis; found 0
(#732) Variable "table_html" must not contain underscores.
(#732) Expected 1 space before "="; 0 found
(#732) Expected 1 space after "="; 0 found
(#734) Inline comments must end in full-stops, exclamation marks, or question marks
(#742) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) Variable "session_id" must not contain underscores.
(#746) Line indented incorrectly; expected 4 spaces, found 8
(#746) Expected "if (...) {\n"; found "if (...){\n"
(#746) The use of function sizeof() is forbidden; use count() instead
(#746) Expected 1 space before ">"; 0 found
(#746) Expected 1 space after ">"; 0 found
(#748) Expected 1 space before "=>"; 0 found
(#748) Expected 1 space after "=>"; 0 found
(#750) Line indented incorrectly; expected 8 spaces, found 12
(#750) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#751) Variable "act_percent" must not contain underscores.
(#751) Expected 1 space before "="; 0 found
(#751) Expected 1 space after "="; 0 found
(#751) Expected 1 space before ">"; 0 found
(#751) Expected 1 space after ">"; 0 found
(#751) Expected 1 space before "?"; 0 found
(#751) Expected 1 space after "?"; 0 found
(#751) Expected 1 space before "/"; 0 found
(#751) Expected 1 space after "/"; 0 found
(#751) Expected 1 space before "*"; 0 found
(#751) Expected 1 space after "*"; 0 found
(#751) Commas (,) must be followed by white space.
(#751) Expected 1 space before ":"; 0 found
(#751) Expected 1 space after ":"; 0 found
(#753) Expected 1 space before "?"; 0 found
(#753) Expected 1 space after "?"; 0 found
(#753) Expected 1 space before ":"; 0 found
(#753) Expected 1 space after ":"; 0 found
(#753) Line exceeds 132 characters; contains 134 characters
(#753) Space found before semicolon; expected ");" but found ") ;"
(#754) Expected 1 space before "?"; 0 found
(#754) Expected 1 space after "?"; 0 found
(#754) Expected 1 space before ":"; 0 found
(#754) Expected 1 space after ":"; 0 found
(#754) Variable "act_percent" must not contain underscores.
(#754) Line exceeds maximum limit of 180 characters; contains 244 characters
(#756) Line indented incorrectly; expected 8 spaces, found 12
(#757) Variable "table_html" must not contain underscores.
(#758) Line indented incorrectly; expected 4 spaces, found 8
(#759) Variable "table_html" must not contain underscores.
(#760) Line indented incorrectly; expected 0 spaces, found 4
(#767) Line indented incorrectly; expected 0 spaces, found 4
(#767) Expected 1 space after closing parenthesis; found 0
(#768) Expected 1 space before "/"; 0 found
(#768) Expected 1 space after "/"; 0 found
(#768) Commas (,) must be followed by white space.
(#769) Line indented incorrectly; expected 0 spaces, found 4
(#772) Expected 5 space(s) before asterisk; 4 found
(#773) Expected 5 space(s) before asterisk; 4 found
(#774) Expected 5 space(s) before asterisk; 4 found
(#774) Spaces must be used for alignment; tabs are not allowed
(#775) Expected 5 space(s) before asterisk; 4 found
(#776) Line indented incorrectly; expected 0 spaces, found 4
(#780) Variable "sessions_summary" must not contain underscores.
(#781) Variable "sessions_summary" must not contain underscores.
(#782) Variable "sessions_summary" must not contain underscores.
(#783) Variable "sessions_summary" must not contain underscores.
(#784) Variable "sessions_summary" must not contain underscores.
(#785) Variable "sessions_summary" must not contain underscores.
(#786) Variable "sessions_summary" must not contain underscores.
(#788) Line indented incorrectly; expected 4 spaces, found 8
(#788) Expected "if (...) {\n"; found "if (...){\n"
(#788) Line exceeds 132 characters; contains 167 characters
(#789) Line exceeds 132 characters; contains 151 characters
(#791) Line exceeds 132 characters; contains 136 characters
(#793) Variable "sessions_summary" must not contain underscores.
(#793) Expected 1 space before "="; 0 found
(#793) Expected 1 space after "="; 0 found
(#794) Variable "sessions_summary" must not contain underscores.
(#794) Expected 1 space before "="; 0 found
(#794) Expected 1 space after "="; 0 found
(#794) Commas (,) must be followed by white space.
(#795) Variable "sessions_summary" must not contain underscores.
(#796) Variable "sessions_summary" must not contain underscores.
(#796) Expected 1 space before "="; 0 found
(#796) Expected 1 space after "="; 0 found
(#797) Line indented incorrectly; expected 4 spaces, found 8
(#799) Line indented incorrectly; expected 4 spaces, found 8
(#799) Expected "if (...) {\n"; found "if (...){\n"
(#802) Line exceeds 132 characters; contains 144 characters
(#803) Variable "sessions_summary" must not contain underscores.
(#803) Expected 1 space before "="; 0 found
(#803) Expected 1 space after "="; 0 found
(#804) Line indented incorrectly; expected 4 spaces, found 8
(#805) Line indented incorrectly; expected 4 spaces, found 8
(#805) Expected "if (...) {\n"; found "if (...){\n"
(#808) Line exceeds 132 characters; contains 168 characters
(#809) Variable "sessions_summary" must not contain underscores.
(#809) Expected 1 space before "="; 0 found
(#809) Expected 1 space after "="; 0 found
(#810) Line indented incorrectly; expected 4 spaces, found 8
(#811) Variable "sessions_summary" must not contain underscores.
(#812) Line indented incorrectly; expected 0 spaces, found 4
(#815) Expected 5 space(s) before asterisk; 4 found
(#816) Expected 5 space(s) before asterisk; 4 found
(#817) Expected 5 space(s) before asterisk; 4 found
(#818) Expected 5 space(s) before asterisk; 4 found
(#818) Spaces must be used for alignment; tabs are not allowed
(#819) Expected 5 space(s) before asterisk; 4 found
(#820) Line indented incorrectly; expected 0 spaces, found 4
(#820) Expected 1 space after closing parenthesis; found 0
(#821) Expected 1 space before "/"; 0 found
(#821) Expected 1 space after "/"; 0 found
(#821) Commas (,) must be followed by white space.
(#821) Commas (,) must be followed by white space.
(#821) Expected 1 space before "/"; 0 found
(#821) Expected 1 space after "/"; 0 found
(#821) Commas (,) must be followed by white space.
(#822) Line indented incorrectly; expected 0 spaces, found 4
(#827) Line indented incorrectly; expected 0 spaces, found 4
(#829) Line indented incorrectly; expected 4 spaces, found 8
(#829) Expected "if (...) {\n"; found "if (...){\n"
(#832) Line indented incorrectly; expected 4 spaces, found 8
(#833) Line indented incorrectly; expected 0 spaces, found 4
mod/jclic/mod_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#44) Visibility must be declared on method "definition"
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#68) Expected 1 space before "=>"; 0 found
(#68) Expected 1 space after "=>"; 0 found
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#81) Line exceeds 132 characters; contains 149 characters
(#85) Expected 1 space before "=>"; 0 found
(#85) Expected 1 space after "=>"; 0 found
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) This comment is 77% valid code; is this commented out code?
(#87) No space found before comment text; expected "// $mform->setHelpButton('exiturl', array('exiturl',get_string('exiturl', 'jclic'), 'jclic'), false, 'helpbutton');" but found "//$mform->setHelpButton('exiturl', array('exiturl',get_string('exiturl', 'jclic'), 'jclic'), false, 'helpbutton');"
(#98) Expected 1 space before "=>"; 0 found
(#98) Expected 1 space after "=>"; 0 found
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#106) Inline comments must start with a capital letter, digit or 3-dots sequence
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#109) This comment is 70% valid code; is this commented out code?
(#117) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#121) Commas (,) must be followed by white space.
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#131) No space found before comment text; expected "// -------------------------------------------------------------------------------" but found "//-------------------------------------------------------------------------------"
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Visibility must be declared on method "data_preprocessing"
(#136) Variable "default_values" must not contain underscores.
(#140) Variable "default_values" must not contain underscores.
(#161) Expected "} else {\n"; found "} else{\n"
(#164) Expected "if (...) {\n"; found "if (...){\n"
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#179) Visibility must be declared on method "set_data"
(#179) Variable "default_values" must not contain underscores.
(#180) Variable "default_values" must not contain underscores.
(#180) Variable "default_values" must not contain underscores.
(#182) Variable "default_values" must not contain underscores.
(#183) Variable "default_values" must not contain underscores.
(#184) Variable "default_values" must not contain underscores.
(#185) Variable "default_values" must not contain underscores.
(#185) Variable "default_values" must not contain underscores.
(#186) Expected "} else {\n"; found "} else{\n"
(#187) Variable "default_values" must not contain underscores.
(#188) Variable "default_values" must not contain underscores.
(#188) Variable "default_values" must not contain underscores.
(#189) Variable "default_values" must not contain underscores.
(#193) Variable "default_values" must not contain underscores.
(#194) Variable "default_values" must not contain underscores.
(#197) Visibility must be declared on method "completion_rule_enabled"
mod/jclic/report.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Inline comments must start with a capital letter, digit or 3-dots sequence
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Inline comments must start with a capital letter, digit or 3-dots sequence
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Expected 1 space before "=="; 0 found
(#110) Expected 1 space after "=="; 0 found
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) 3 slashes comments are not allowed; use "// Comment." instead
(#172) Commas (,) must be followed by white space.
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) This comment is 61% valid code; is this commented out code?
(#177) No space found before comment text; expected "// $grading_info = grade_get_grades($course->id, 'mod', 'jclic', $jclic->id, array_keys($ausers));" but found "//$grading_info = grade_get_grades($course->id, 'mod', 'jclic', $jclic->id, array_keys($ausers));"
(#181) Variable "sessions_summary" must not contain underscores.
(#182) Variable "sessions_summary" must not contain underscores.
(#188) Line exceeds maximum limit of 180 characters; contains 205 characters
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Variable "first_session" must not contain underscores.
(#199) Expected 1 space before "="; 0 found
(#199) Expected 1 space after "="; 0 found
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Expected 1 space before "="; 0 found
(#203) Expected 1 space after "="; 0 found
(#203) Commas (,) must be followed by white space.
(#203) Line exceeds 132 characters; contains 169 characters
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Expected 1 space before "="; 0 found
(#213) Expected 1 space after "="; 0 found
(#214) Expected 1 space before ".="; 0 found
(#214) Expected 1 space after ".="; 0 found
(#214) Expected 1 space before "+"; 0 found
(#214) Expected 1 space after "+"; 0 found
(#214) The use of function sizeof() is forbidden; use count() instead
(#215) Expected 1 space before ".="; 0 found
(#216) Expected 1 space before ".="; 0 found
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Variable "first_session" must not contain underscores.
(#221) Variable "first_session" must not contain underscores.
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Expected 1 space before "=>"; 0 found
(#225) Expected 1 space after "=>"; 0 found
(#225) Expected 1 space before "=>"; 0 found
(#225) Expected 1 space after "=>"; 0 found
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Expected 1 space before ">"; 0 found
(#234) Expected 1 space after ">"; 0 found
(#234) Expected 1 space before "?"; 0 found
(#234) Expected 1 space after "?"; 0 found
(#234) Expected 1 space before ":"; 0 found
(#234) Expected 1 space after ":"; 0 found
(#234) Variable "sessions_summary" must not contain underscores.
(#234) Expected 1 space before "?"; 0 found
(#234) Expected 1 space after "?"; 0 found
(#234) Commas (,) must be followed by white space.
(#234) Variable "sessions_summary" must not contain underscores.
(#234) Expected 1 space before ":"; 0 found
(#234) Expected 1 space after ":"; 0 found
(#234) Line exceeds 132 characters; contains 172 characters
(#235) Variable "sessions_summary" must not contain underscores.
(#235) Variable "sessions_summary" must not contain underscores.
(#236) Variable "sessions_summary" must not contain underscores.
(#237) Variable "sessions_summary" must not contain underscores.
(#238) Variable "sessions_summary" must not contain underscores.
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
mod/jclic/tests/base_test.php
(#107) Expected 1 space before "=>"; 0 found
(#107) 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
(#118) Expected 1 space after "=>"; 0 found
(#126) Expected 1 space before "=>"; 0 found
(#126) Expected 1 space after "=>"; 0 found
(#160) Expected 1 space before "=>"; 0 found
(#160) Expected 1 space after "=>"; 0 found
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
mod/jclic/tests/lib_test.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/jclic/tests/test_jclic_backup.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#9) Variable "course_module_to_backup" must not contain underscores.
(#10) Variable "user_doing_the_backup" must not contain underscores.
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#12) Variable "course_module_to_backup" must not contain underscores.
(#13) Variable "user_doing_the_backup" must not contain underscores.
mod/jclic/tests/test_jclic_convert.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
mod/jclic/tests/test_jclic_restore.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Inline comments must start with a capital letter, digit or 3-dots sequence
(#7) Inline comments must end in full-stops, exclamation marks, or question marks
(#15) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Inline comments must end in full-stops, exclamation marks, or question marks
(#21) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
mod/jclic/view.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#43) Usage of ELSEIF not allowed; use ELSE IF instead
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) 3 slashes comments are not allowed; use "// Comment." instead
(#80) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(1 errors, 604 warnings)

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

mod/jclic/action/prototype.js
(#16) Expected '===' and instead saw '=='.
(#23) The '__proto__' property is deprecated.
(#24) The '__proto__' property is deprecated.
(#31) Missing semicolon.
(#32) Missing semicolon.
(#38) Missing semicolon.
(#40) Missing semicolon.
(#42) The object literal notation {} is preferable.
(#49) Missing semicolon.
(#54) Expected '{' and instead saw 'return'.
(#55) Expected '{' and instead saw 'return'.
(#58) Expected '{' and instead saw 'return'.
(#71) Expected '{' and instead saw 'return'.
(#72) Expected '{' and instead saw 'return'.
(#73) Expected '{' and instead saw 'return'.
(#78) Expected '{' and instead saw 'results'.
(#86) Expected '{' and instead saw 'keys'.
(#93) Expected '{' and instead saw 'values'.
(#106) Missing semicolon.
(#107) Missing semicolon.
(#110) 'object' is already defined.
(#113) Missing semicolon.
(#114) Missing semicolon.
(#163) Missing semicolon.
(#182) Expected '{' and instead saw 'return'.
(#197) Missing semicolon.
(#200) Expected '===' and instead saw '=='.
(#215) Avoid arguments.callee.
(#218) Expected a conditional expression and instead saw an assignment.
(#223) Expected an assignment or function call and instead saw an expression.
(#234) Expected '{' and instead saw 'return'.
(#272) eval can be harmful.
(#272) Missing semicolon.
(#276) Avoid arguments.callee.
(#285) Missing semicolon.
(#291) Expected '{' and instead saw 'return'.
(#297) Expected '!==' and instead saw '!='.
(#297) Expected '{' and instead saw 'value'.
(#300) Expected '!==' and instead saw '!='.
(#300) Expected '{' and instead saw 'hash'.
(#303) Expected '{' and instead saw 'hash'.
(#320) Expected '{' and instead saw 'result'.
(#326) Expected '===' and instead saw '=='.
(#326) Expected '{' and instead saw 'return'.
(#328) Expected '===' and instead saw '=='.
(#333) Expected '{' and instead saw 'camelized'.
(#355) Expected '{' and instead saw 'return'.
(#371) Expected '{' and instead saw 'return'.
(#371) eval can be harmful.
(#390) Expected '===' and instead saw '=='.
(#398) Expected '{' and instead saw 'Object'.
(#408) Expected '===' and instead saw '=='.
(#408) Expected '{' and instead saw 'return'.
(#410) Missing semicolon.
(#411) Missing semicolon.
(#420) Don't use 'with'.
(#420) Expected '{' and instead saw 'div'.
(#422) 'Template' was used before it was defined.
(#433) Expected '===' and instead saw '=='.
(#433) Expected '{' and instead saw 'return'.
(#437) Missing semicolon.
(#449) Expected '!==' and instead saw '!='.
(#449) Expected '{' and instead saw 'throw'.
(#457) Expected '{' and instead saw 'slices'.
(#465) Expected '{' and instead saw 'throw'.
(#473) Expected a conditional expression and instead saw an assignment.
(#474) Expected '{' and instead saw 'throw'.
(#502) Expected '{' and instead saw 'results'.
(#512) Expected '{' and instead saw 'results'.
(#513) Missing semicolon.
(#520) Expected '===' and instead saw '=='.
(#531) Expected '{' and instead saw 'slice'.
(#554) Expected '===' and instead saw '=='.
(#555) Expected '{' and instead saw 'result'.
(#564) Expected '===' and instead saw '=='.
(#565) Expected '{' and instead saw 'result'.
(#591) Expected '{' and instead saw 'results'.
(#611) Expected '===' and instead saw '=='.
(#612) Expected '{' and instead saw 'iterator'.
(#627) Missing semicolon.
(#636) '$A' was used before it was defined.
(#637) Expected '{' and instead saw 'return'.
(#643) Expected '{' and instead saw 'results'.
(#646) Missing semicolon.
(#650) Expected '{' and instead saw 'return'.
(#651) Expected '===' and instead saw '=='.
(#651) Expected '===' and instead saw '=='.
(#657) Expected '{' and instead saw 'results'.
(#660) Missing semicolon.
(#666) Expected '{' and instead saw 'Array'.
(#671) Expected '{' and instead saw 'iterator'.
(#689) Expected '!==' and instead saw '!='.
(#695) Expected '===' and instead saw '=='.
(#709) Expected '{' and instead saw 'if'.
(#709) Expected '===' and instead saw '=='.
(#709) Expected '{' and instead saw 'return'.
(#723) Expected '===' and instead saw '=='.
(#723) Expected '!==' and instead saw '!='.
(#724) Expected '{' and instead saw 'array'.
(#745) Expected '{' and instead saw 'results'.
(#761) Expected '{' and instead saw 'array'.
(#762) 'i' is already defined.
(#762) 'length' is already defined.
(#763) Expected '===' and instead saw '=='.
(#765) Expected '{' and instead saw 'array'.
(#771) Missing semicolon.
(#774) Expected '{' and instead saw 'this'.
(#775) Expected '{' and instead saw 'Object'.
(#781) Avoid arguments.callee.
(#784) Expected '{' and instead saw 'return'.
(#787) Expected '===' and instead saw '=='.
(#788) Expected '===' and instead saw '=='.
(#788) Expected '{' and instead saw 'value'.
(#803) Expected '{' and instead saw 'results'.
(#811) Expected '{' and instead saw 'this'.
(#812) Expected '{' and instead saw 'this'.
(#812) Expected '===' and instead saw '=='.
(#813) Missing semicolon.
(#820) Expected '===' and instead saw '=='.
(#820) Expected '{' and instead saw 'continue'.
(#849) Expected '{' and instead saw 'result'.
(#851) Expected '!==' and instead saw '!='.
(#851) Expected '{' and instead saw 'result'.
(#852) Missing semicolon.
(#875) '$H' was used before it was defined.
(#876) Expected '{' and instead saw 'return'.
(#878) Unnecessary semicolon.
(#882) Missing semicolon.
(#884) Expected '{' and instead saw 'i'.
(#886) Wrap an immediate function invocation in parens to assist the reader in understanding that the expression is the result of a function, and not the function itself.
(#886) Expected '{' and instead saw 'Hash'.
(#890) Expected '===' and instead saw '=='.
(#890) Expected '{' and instead saw 'continue'.
(#917) Expected '{' and instead saw 'return'.
(#919) Expected '{' and instead saw 'return'.
(#924) '$R' was used before it was defined.
(#926) Missing semicolon.
(#931) Missing semicolon.
(#932) Missing semicolon.
(#933) Missing semicolon.
(#938) Missing semicolon.
(#949) Expected '{' and instead saw 'this'.
(#958) Expected '===' and instead saw '=='.
(#987) Missing semicolon.
(#991) Expected '===' and instead saw '=='.
(#992) Expected '{' and instead saw 'this'.
(#994) Missing semicolon.
(#1016) ['_method'] is better written in dot notation.
(#1022) Expected a conditional expression and instead saw an assignment.
(#1024) Expected '===' and instead saw '=='.
(#1025) Expected '{' and instead saw 'this'.
(#1027) Expected '{' and instead saw 'params'.
(#1031) Expected '{' and instead saw 'this'.
(#1038) Expected '{' and instead saw 'setTimeout'.
(#1038) Missing semicolon.
(#1043) Expected '===' and instead saw '=='.
(#1048) Expected '{' and instead saw 'this'.
(#1058) Expected '===' and instead saw '=='.
(#1059) Expected '{' and instead saw 'this'.
(#1069) Expected '===' and instead saw '=='.
(#1079) Expected '{' and instead saw 'headers'.
(#1079) ['Connection'] is better written in dot notation.
(#1083) Expected '===' and instead saw '=='.
(#1086) Expected '===' and instead saw '=='.
(#1087) Expected '{' and instead saw 'for'.
(#1088) Expected '{' and instead saw 'headers'.
(#1090) Expected '{' and instead saw '$H'.
(#1090) Missing semicolon.
(#1094) Expected '{' and instead saw 'this'.
(#1106) Expected '===' and instead saw '=='.
(#1119) Expected '{' and instead saw 'this'.
(#1129) Expected '===' and instead saw '=='.
(#1138) Missing semicolon.
(#1145) Missing semicolon.
(#1150) eval can be harmful.
(#1169) Missing semicolon.
(#1187) Expected '{' and instead saw 'response'.
(#1189) Expected a conditional expression and instead saw an assignment.
(#1191) Expected '{' and instead saw 'new'.
(#1193) Expected '{' and instead saw 'receiver'.
(#1198) Expected '{' and instead saw 'setTimeout'.
(#1232) Expected '===' and instead saw '=='.
(#1245) '$' was used before it was defined.
(#1248) Expected '{' and instead saw 'elements'.
(#1251) Expected '===' and instead saw '=='.
(#1252) Expected '{' and instead saw 'element'.
(#1262) Expected '{' and instead saw 'results'.
(#1269) Missing semicolon.
(#1271) Expected '{' and instead saw 'document'.
(#1277) Expected '{' and instead saw 'elements'.
(#1284) Expected '{' and instead saw 'var'.
(#1284) Redefinition of 'Element'.
(#1288) Expected '===' and instead saw '=='.
(#1289) Expected '===' and instead saw '=='.
(#1290) Expected '{' and instead saw 'return'.
(#1298) Expected an assignment or function call and instead saw an expression.
(#1302) Expected '{' and instead saw 'Object'.
(#1306) Expected '===' and instead saw '=='.
(#1307) Expected '{' and instead saw 'element'.
(#1316) Did you mean to return a conditional instead of an assignment?
(#1318) Missing semicolon.
(#1324) Expected '!==' and instead saw '!='.
(#1350) Expected '===' and instead saw '=='.
(#1352) Missing semicolon.
(#1358) Expected '===' and instead saw '=='.
(#1367) Missing semicolon.
(#1377) Expected '{' and instead saw 'result'.
(#1385) Expected a conditional expression and instead saw an assignment.
(#1386) Expected '{' and instead saw 'if'.
(#1386) Expected '===' and instead saw '=='.
(#1387) Expected '{' and instead saw 'elements'.
(#1401) Expected '!==' and instead saw '!='.
(#1401) Expected '{' and instead saw 'element'.
(#1406) Expected '{' and instead saw 'return'.
(#1407) Expected '!==' and instead saw '!='.
(#1407) Expected '{' and instead saw 'element'.
(#1408) Expected '{' and instead saw 'return'.
(#1426) Expected '===' and instead saw '=='.
(#1427) Expected '{' and instead saw 'selector'.
(#1433) Expected '===' and instead saw '=='.
(#1433) Expected '{' and instead saw 'return'.
(#1441) Expected '===' and instead saw '=='.
(#1441) Expected '{' and instead saw 'return'.
(#1449) Expected '===' and instead saw '=='.
(#1449) Expected '{' and instead saw 'return'.
(#1457) Expected '===' and instead saw '=='.
(#1457) Expected '{' and instead saw 'return'.
(#1475) Expected '{' and instead saw 'return'.
(#1477) Expected '{' and instead saw 'return'.
(#1478) Expected '{' and instead saw 'name'.
(#1498) Expected '{' and instead saw 'return'.
(#1500) Expected '===' and instead saw '=='.
(#1500) Expected '{' and instead saw 'return'.
(#1501) Expected '===' and instead saw '=='.
(#1503) Expected '{' and instead saw 'return'.
(#1508) Expected '{' and instead saw 'return'.
(#1514) Expected '{' and instead saw 'return'.
(#1520) Expected '{' and instead saw 'return'.
(#1541) Expected '===' and instead saw '=='.
(#1542) Expected '{' and instead saw 'element'.
(#1553) Expected an assignment or function call and instead saw an expression.
(#1554) Expected a conditional expression and instead saw an assignment.
(#1555) Expected '{' and instead saw 'if'.
(#1555) Expected '===' and instead saw '=='.
(#1555) Expected '{' and instead saw 'return'.
(#1568) Expected '===' and instead saw '=='.
(#1574) Expected '===' and instead saw '=='.
(#1574) Expected '{' and instead saw 'return'.
(#1575) Expected '===' and instead saw '=='.
(#1587) Expected '{' and instead saw 'if'.
(#1587) Expected '===' and instead saw '=='.
(#1587) Expected '{' and instead saw 'element'.
(#1587) Missing semicolon.
(#1589) Expected '{' and instead saw 'elementStyle'.
(#1589) Expected '===' and instead saw '=='.
(#1589) Expected '===' and instead saw '=='.
(#1598) Expected '===' and instead saw '=='.
(#1606) Expected '!==' and instead saw '!='.
(#1606) Expected '!==' and instead saw '!='.
(#1607) Expected '{' and instead saw 'return'.
(#1629) Expected '===' and instead saw '=='.
(#1657) Expected '{' and instead saw 'return'.
(#1659) Expected '!==' and instead saw '!='.
(#1660) Expected '{' and instead saw 'element'.
(#1666) Expected '{' and instead saw 'return'.
(#1667) Expected '===' and instead saw '=='.
(#1686) Expected '===' and instead saw '=='.
(#1686) Expected '{' and instead saw 'return'.
(#1686) Expected a 'break' statement before 'default'.
(#1694) Expected '===' and instead saw '=='.
(#1694) Expected '===' and instead saw '=='.
(#1696) Expected '{' and instead saw 'value'.
(#1698) Expected '===' and instead saw '=='.
(#1699) Expected a conditional expression and instead saw an assignment.
(#1700) Expected '{' and instead saw 'if'.
(#1700) Expected '{' and instead saw 'return'.
(#1704) Expected '===' and instead saw '=='.
(#1705) Expected '===' and instead saw '=='.
(#1705) Expected '===' and instead saw '=='.
(#1705) Expected '!==' and instead saw '!='.
(#1706) Expected '{' and instead saw 'return'.
(#1715) Expected '===' and instead saw '=='.
(#1718) Expected '{' and instead saw 'value'.
(#1727) Expected '===' and instead saw '=='.
(#1745) Missing semicolon.
(#1746) Missing semicolon.
(#1747) Missing semicolon.
(#1751) Missing semicolon.
(#1753) Missing semicolon.
(#1758) Expected '===' and instead saw '=='.
(#1820) The '__proto__' property is deprecated.
(#1822) The '__proto__' property is deprecated.
(#1827) Expected '{' and instead saw 'return'.
(#1845) Expected '===' and instead saw '=='.
(#1850) 'tagName' used out of scope.
(#1850) Expected '{' and instead saw 'Object'.
(#1852) 'tagName' used out of scope.
(#1852) Expected '===' and instead saw '=='.
(#1852) Expected '{' and instead saw 'tagName'.
(#1852) 'tagName' used out of scope.
(#1853) Expected '{' and instead saw 'extend'.
(#1853) 'tagName' used out of scope.
(#1856) 'extend' was used before it was defined.
(#1859) Expected '{' and instead saw 'Element'.
(#1869) Expected '{' and instead saw 'destination'.
(#1886) Expected '{' and instead saw 'klass'.
(#1887) Expected '{' and instead saw 'return'.
(#1889) Expected '{' and instead saw 'return'.
(#1891) Expected '{' and instead saw 'return'.
(#1894) The '__proto__' property is deprecated.
(#1906) Expected '===' and instead saw '=='.
(#1906) Expected '{' and instead saw 'continue'.
(#1921) Missing semicolon.
(#1941) Expected '{' and instead saw 'this'.
(#1945) Missing semicolon.
(#1953) Missing semicolon.
(#1955) The object literal notation {} is preferable.
(#2031) Expected '{' and instead saw 'return'.
(#2036) Expected '{' and instead saw 'return'.
(#2050) 'Selector' was used before it was defined.
(#2061) Expected '{' and instead saw 'return'.
(#2072) Expected '!==' and instead saw '!='.
(#2076) Expected a conditional expression and instead saw an assignment.
(#2077) Expected '===' and instead saw '=='.
(#2086) eval can be harmful.
(#2099) Expected '!==' and instead saw '!='.
(#2102) Expected a conditional expression and instead saw an assignment.
(#2103) Expected '===' and instead saw '=='.
(#2117) Expected '{' and instead saw 'return'.
(#2143) Expected '===' and instead saw '=='.
(#2143) Expected '{' and instead saw 'return'.
(#2156) Expected '{' and instead saw 'return'.
(#2157) Expected '{' and instead saw 'return'.
(#2179) 'm' is already defined.
(#2182) Expected '!==' and instead saw '!='.
(#2185) Expected a conditional expression and instead saw an assignment.
(#2186) Expected '===' and instead saw '=='.
(#2218) Expected '===' and instead saw '=='.
(#2218) Expected '{' and instead saw 'formula'.
(#2219) Expected '===' and instead saw '=='.
(#2219) Expected '{' and instead saw 'formula'.
(#2220) Expected a conditional expression and instead saw an assignment.
(#2221) Expected '{' and instead saw 'return'.
(#2222) Expected a conditional expression and instead saw an assignment.
(#2223) Expected '===' and instead saw '=='.
(#2223) Expected '{' and instead saw 'mm'.
(#2245) Expected '{' and instead saw 'm'.
(#2275) Expected a conditional expression and instead saw an assignment.
(#2276) Expected '{' and instead saw 'a'.
(#2282) Expected a conditional expression and instead saw an assignment.
(#2283) Expected '{' and instead saw 'node'.
(#2288) Expected a conditional expression and instead saw an assignment.
(#2289) Expected '{' and instead saw 'node'.
(#2301) Expected '===' and instead saw '=='.
(#2301) Expected '{' and instead saw 'node'.
(#2304) 'i' is already defined.
(#2304) 'j' is already defined.
(#2304) 'nodes' is already defined.
(#2304) Expected a conditional expression and instead saw an assignment.
(#2305) Expected '{' and instead saw 'if'.
(#2305) Expected '===' and instead saw '=='.
(#2305) Expected '{' and instead saw 'node'.
(#2311) Expected '===' and instead saw '=='.
(#2311) Expected '{' and instead saw 'return'.
(#2314) Expected '{' and instead saw 'if'.
(#2324) Expected a conditional expression and instead saw an assignment.
(#2325) Expected '{' and instead saw 'h'.
(#2331) Expected a conditional expression and instead saw an assignment.
(#2332) Expected a conditional expression and instead saw an assignment.
(#2333) Expected '{' and instead saw 'if'.
(#2333) Expected '===' and instead saw '=='.
(#2333) Expected '!==' and instead saw '!='.
(#2333) Expected '{' and instead saw 'results'.
(#2339) Expected a conditional expression and instead saw an assignment.
(#2341) Expected '{' and instead saw 'results'.
(#2348) Expected a conditional expression and instead saw an assignment.
(#2349) Expected '{' and instead saw 'h'.
(#2354) Expected a conditional expression and instead saw an assignment.
(#2355) Expected '{' and instead saw 'if'.
(#2355) Expected '===' and instead saw '=='.
(#2355) Expected '{' and instead saw 'return'.
(#2360) Expected a conditional expression and instead saw an assignment.
(#2361) Expected '{' and instead saw 'if'.
(#2361) Expected '===' and instead saw '=='.
(#2361) Expected '{' and instead saw 'return'.
(#2372) Expected '===' and instead saw '=='.
(#2373) Expected a conditional expression and instead saw an assignment.
(#2374) Expected '{' and instead saw 'h'.
(#2376) Expected '{' and instead saw 'nodes'.
(#2377) Expected '===' and instead saw '=='.
(#2377) Expected '{' and instead saw 'return'.
(#2379) 'i' is already defined.
(#2379) 'node' is already defined.
(#2379) Expected a conditional expression and instead saw an assignment.
(#2380) Expected '{' and instead saw 'if'.
(#2380) Expected '===' and instead saw '=='.
(#2380) Expected '{' and instead saw 'results'.
(#2382) Expected '{' and instead saw 'return'.
(#2387) Expected '===' and instead saw '=='.
(#2387) Expected '{' and instead saw 'return'.
(#2390) Expected '===' and instead saw '=='.
(#2391) Expected a conditional expression and instead saw an assignment.
(#2392) Expected '{' and instead saw 'if'.
(#2392) Expected '===' and instead saw '=='.
(#2392) Expected '{' and instead saw 'return'.
(#2393) Expected '===' and instead saw '=='.
(#2394) 'i' is already defined.
(#2394) 'node' is already defined.
(#2394) Expected a conditional expression and instead saw an assignment.
(#2395) Expected '{' and instead saw 'if'.
(#2395) Expected '{' and instead saw 'return'.
(#2396) Expected '===' and instead saw '=='.
(#2397) 'i' is already defined.
(#2397) 'node' is already defined.
(#2397) Expected a conditional expression and instead saw an assignment.
(#2398) Expected '{' and instead saw 'if'.
(#2398) Expected '===' and instead saw '=='.
(#2399) Expected '{' and instead saw 'return'.
(#2400) Expected '{' and instead saw 'nodes'.
(#2402) 'i' is already defined.
(#2402) 'node' is already defined.
(#2402) Expected a conditional expression and instead saw an assignment.
(#2403) Expected '{' and instead saw 'if'.
(#2403) Expected '===' and instead saw '=='.
(#2403) Expected '{' and instead saw 'return'.
(#2410) Expected '{' and instead saw 'nodes'.
(#2415) Expected '{' and instead saw 'nodes'.
(#2417) Expected a conditional expression and instead saw an assignment.
(#2419) Expected '===' and instead saw '=='.
(#2419) Expected '{' and instead saw 'continue'.
(#2420) Expected '===' and instead saw '=='.
(#2421) Expected '{' and instead saw 'results'.
(#2428) Expected a conditional expression and instead saw an assignment.
(#2429) Expected '{' and instead saw 'if'.
(#2429) Expected '{' and instead saw 'results'.
(#2434) Expected '{' and instead saw 'nodes'.
(#2436) Expected a conditional expression and instead saw an assignment.
(#2438) Expected '{' and instead saw 'continue'.
(#2439) Expected '{' and instead saw 'results'.
(#2445) Expected '{' and instead saw 'nodes'.
(#2446) Expected '{' and instead saw 'nodes'.
(#2453) Expected a conditional expression and instead saw an assignment.
(#2454) Expected '{' and instead saw 'continue'.
(#2460) Expected a conditional expression and instead saw an assignment.
(#2461) Expected '{' and instead saw 'continue'.
(#2468) Expected a conditional expression and instead saw an assignment.
(#2469) Expected '{' and instead saw 'if'.
(#2470) Expected '{' and instead saw 'results'.
(#2498) Expected '===' and instead saw '=='.
(#2498) Expected '{' and instead saw 'return'.
(#2500) Expected '===' and instead saw '=='.
(#2500) Expected '{' and instead saw 'memo'.
(#2507) Expected '===' and instead saw '=='.
(#2507) Expected '{' and instead saw 'return'.
(#2508) Expected '===' and instead saw '=='.
(#2508) Expected '{' and instead saw 'formula'.
(#2509) Expected '===' and instead saw '=='.
(#2509) Expected '{' and instead saw 'formula'.
(#2512) Expected a conditional expression and instead saw an assignment.
(#2520) 'i' is already defined.
(#2520) 'node' is already defined.
(#2520) Expected a conditional expression and instead saw an assignment.
(#2521) Expected '{' and instead saw 'if'.
(#2521) Expected '===' and instead saw '=='.
(#2521) Expected '{' and instead saw 'results'.
(#2522) Expected a conditional expression and instead saw an assignment.
(#2523) Expected '===' and instead saw '=='.
(#2523) Expected '{' and instead saw 'm'.
(#2527) 'i' is already defined.
(#2527) 'node' is already defined.
(#2527) Expected a conditional expression and instead saw an assignment.
(#2529) Expected '{' and instead saw 'if'.
(#2529) Expected '===' and instead saw '=='.
(#2529) Expected '{' and instead saw 'results'.
(#2538) Expected a conditional expression and instead saw an assignment.
(#2540) Expected '===' and instead saw '=='.
(#2540) Expected '{' and instead saw 'continue'.
(#2550) Expected a conditional expression and instead saw an assignment.
(#2551) Expected '{' and instead saw 'if'.
(#2551) Expected '{' and instead saw 'results'.
(#2557) Expected a conditional expression and instead saw an assignment.
(#2558) Expected '{' and instead saw 'if'.
(#2558) Expected '{' and instead saw 'results'.
(#2563) Expected a conditional expression and instead saw an assignment.
(#2564) Expected '{' and instead saw 'if'.
(#2564) Expected '{' and instead saw 'results'.
(#2569) Expected a conditional expression and instead saw an assignment.
(#2570) Expected '{' and instead saw 'if'.
(#2570) Expected '{' and instead saw 'results'.
(#2576) Expected '===' and instead saw '=='.
(#2577) Expected '!==' and instead saw '!='.
(#2588) Expected a conditional expression and instead saw an assignment.
(#2589) Expected '{' and instead saw 'if'.
(#2589) Expected '{' and instead saw 'results'.
(#2595) Expected '===' and instead saw '=='.
(#2602) 'expressions' is already defined.
(#2618) 'Form' was used before it was defined.
(#2628) Expected '!==' and instead saw '!='.
(#2630) Expected '!==' and instead saw '!='.
(#2630) Expected '{' and instead saw 'result'.
(#2630) Too many errors. (80% scanned).
mod/jclic/jclic.js
(#29) ['jclic_jarbase'] is better written in dot notation.
(#30) Line is too long.
(#30) ['jclic_path'] is better written in dot notation.
(#30) ['jclic_service'] is better written in dot notation.
(#30) ['jclic_user'] is better written in dot notation.
(#30) ['id'] is better written in dot notation.
(#30) ['jclic_lap'] is better written in dot notation.
(#30) ['jclic_protocol'] is better written in dot notation.
(#31) ['skin'] is better written in dot notation.
(#32) ['lang'] is better written in dot notation.
(#33) ['exiturl'] is better written in dot notation.
(#34) ['jclic_url'] is better written in dot notation.
(#34) ['width'] is better written in dot notation.
(#34) ['height'] is better written in dot notation.
(#40) Expected '===' and instead saw '=='.
(#38) 'showSessionActivities' is defined but never used.
mod/jclic/jclicplugin.js
(#20) Expected '===' and instead saw '=='.
(#21) Line is too long.
(#35) Expected '!==' and instead saw '!='.
(#37) Expected '!==' and instead saw '!='.
(#37) Expected '{' and instead saw 'country'.
(#38) Expected '!==' and instead saw '!='.
(#38) Expected '{' and instead saw 'variant'.
(#47) Expected '!==' and instead saw '!='.
(#49) Expected '!==' and instead saw '!='.
(#49) Expected '{' and instead saw 'reporterParams'.
(#57) Expected '!==' and instead saw '!='.
(#66) Expected '!==' and instead saw '!='.
(#75) Expected '!==' and instead saw '!='.
(#84) Expected '!==' and instead saw '!='.
(#93) Expected '!==' and instead saw '!='.
(#102) Expected '!==' and instead saw '!='.
(#111) Expected '!==' and instead saw '!='.
(#120) Expected '!==' and instead saw '!='.
(#130) Expected '===' and instead saw '=='.
(#136) Expected '!==' and instead saw '!='.
(#138) Expected '===' and instead saw '=='.
(#151) document.write can be a form of eval.
(#155) document.write can be a form of eval.
(#159) document.write can be a form of eval.
(#163) document.write can be a form of eval.
(#168) document.write can be a form of eval.
(#171) 'getPlugin' was used before it was defined.
(#176) Expected '!==' and instead saw '!='.
(#176) Expected '{' and instead saw 'w'.
(#177) Expected '!==' and instead saw '!='.
(#177) Expected '{' and instead saw 'h'.
(#180) Expected '===' and instead saw '=='.
(#192) Expected '===' and instead saw '=='.
(#215) 'getCacheInfo' was used before it was defined.
(#234) 'getParams' was used before it was defined.
(#237) Expected '{' and instead saw 'htmlcode'.
(#238) Expected '{' and instead saw 'htmlcode'.
(#241) Expected '{' and instead saw 'htmlcode'.
(#242) Expected '{' and instead saw 'htmlcode'.
(#251) Expected '{' and instead saw 'htmlcode'.
(#255) Expected '{' and instead saw 'htmlcode'.
(#256) Expected '{' and instead saw 'htmlcode'.
(#260) Expected '{' and instead saw 'htmlcode'.
(#261) Expected '{' and instead saw 'htmlcode'.
(#265) Expected '{' and instead saw 'htmlcode'.
(#266) Expected '{' and instead saw 'htmlcode'.
(#274) Expected '{' and instead saw 'htmlcode'.
(#278) Expected '{' and instead saw 'htmlcode'.
(#279) Expected '{' and instead saw 'htmlcode'.
(#283) Expected '{' and instead saw 'htmlcode'.
(#284) Expected '{' and instead saw 'htmlcode'.
(#288) Expected '{' and instead saw 'htmlcode'.
(#289) Expected '{' and instead saw 'htmlcode'.
(#293) Expected '{' and instead saw 'htmlcode'.
(#294) Expected '{' and instead saw 'htmlcode'.
(#298) Expected '{' and instead saw 'htmlcode'.
(#299) Expected '{' and instead saw 'htmlcode'.
(#305) 'getDownloadPageInfo' was used before it was defined.
(#313) Line is too long.
(#314) Line is too long.
(#315) Line is too long.
(#322) 'getTable' was used before it was defined.
(#325) Expected '===' and instead saw '=='.
(#326) Expected '!==' and instead saw '!='.
(#326) Expected '{' and instead saw 'htmlcode'.
(#327) Expected '!==' and instead saw '!='.
(#327) Expected '{' and instead saw 'htmlcode'.
(#330) Expected '!==' and instead saw '!='.
(#330) Expected '{' and instead saw 'htmlcode'.
(#331) Expected '!==' and instead saw '!='.
(#331) Expected '{' and instead saw 'htmlcode'.
(#26) 'setJarBase' is defined but never used.
(#34) 'setLanguage' is defined but never used.
(#46) 'setReporter' is defined but never used.
(#56) 'setSkin' is defined but never used.
(#65) 'setCookie' is defined but never used.
(#74) 'setExitUrl' is defined but never used.
(#83) 'setInfoUrlFrame' is defined but never used.
(#92) 'setSequence' is defined but never used.
(#101) 'setSystemSounds' is defined but never used.
(#110) 'setCompressImages' is defined but never used.
(#119) 'setTrace' is defined but never used.
(#135) 'setAuthorApplet' is defined but never used.
(#150) 'writePlugin' is defined but never used.
(#154) 'writeCacheInfo' is defined but never used.
(#158) 'writeDownloadPageInfo' is defined but never used.
(#162) 'writeParams' is defined but never used.
(#167) 'writeTable' is defined but never used.

CSS problems

(0 errors, 4 warnings)

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

mod/jclic/styles.css
(#1) Use of !important
(#2) Use of !important
(#4) Use of !important
(#6) Use of !important

PHPDocs style problems

(223 errors, 34 warnings)

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

mod/jclic/action/beans.lib.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
(#3) Function getPrecision is not documented
(#16) Function getSeconds is not documented
(#20) Function startElement is not documented
(#46) Function endElement is not documented
(#53) Function characterData is not documented
(#61) Function beans_log_file is not documented
(#3) Package is not specified for function getPrecision. It is also not specified in file-level phpdocs
(#16) Package is not specified for function getSeconds. It is also not specified in file-level phpdocs
(#20) Package is not specified for function startElement. It is also not specified in file-level phpdocs
(#46) Package is not specified for function endElement. It is also not specified in file-level phpdocs
(#53) Package is not specified for function characterData. It is also not specified in file-level phpdocs
(#61) Package is not specified for function beans_log_file. It is also not specified in file-level phpdocs
mod/jclic/action/beans.php
(#2) Empty line found after PHP open tag
(#30) Found comment starting with three or more slashes
(#31) Found comment starting with three or more slashes
(#32) Found comment starting with three or more slashes
(#33) Found comment starting with three or more slashes
(#21) Package mod is not valid
mod/jclic/action/student_results.php
(#2) Empty line found after PHP open tag
(#21) Package mod is not valid
mod/jclic/action/test_beans.php
(#2) Empty line found after PHP open tag
(#1) File-level phpdocs block is not found
mod/jclic/backup/moodle1/lib.php
(#2) Empty line found after PHP open tag
(#71) Phpdocs for function moodle1_mod_jclic_handler::process_jclic has incomplete parameters list
(#32) Class moodle1_mod_jclic_handler does not have @copyright tag
(#32) Class moodle1_mod_jclic_handler does not have @license tag
(#21) Package mod is not valid
mod/jclic/backup/moodle2/backup_jclic_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#30) No one-line description found in phpdocs for class backup_jclic_activity_task
(#51) Phpdocs for function backup_jclic_activity_task::encode_content_links has incomplete parameters list
(#30) Class backup_jclic_activity_task does not have @copyright tag
(#30) Class backup_jclic_activity_task does not have @license tag
(#20) Package mod is not valid
mod/jclic/backup/moodle2/backup_jclic_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function backup_jclic_activity_structure_step::define_structure is not documented
(#29) Class backup_jclic_activity_structure_step does not have @copyright tag
(#29) Class backup_jclic_activity_structure_step does not have @license tag
(#22) Package mod is not valid
mod/jclic/backup/moodle2/restore_jclic_activity_task.class.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#32) No one-line description found in phpdocs for class restore_jclic_activity_task
(#32) Class restore_jclic_activity_task does not have @copyright tag
(#32) Class restore_jclic_activity_task does not have @license tag
(#20) Package mod is not valid
mod/jclic/backup/moodle2/restore_jclic_stepslib.php
(#2) Empty line found after PHP open tag
(#34) Function restore_jclic_activity_structure_step::define_structure is not documented
(#49) Function restore_jclic_activity_structure_step::process_jclic is not documented
(#65) Function restore_jclic_activity_structure_step::process_jclic_session is not documented
(#83) Function restore_jclic_activity_structure_step::process_jclic_session_activity is not documented
(#96) Function restore_jclic_activity_structure_step::after_execute is not documented
(#29) Class restore_jclic_activity_structure_step does not have @copyright tag
(#29) Class restore_jclic_activity_structure_step does not have @license tag
(#22) Package mod is not valid
mod/jclic/check_db_syntax.php
(#2) Empty line found after PHP open tag
(#26) File-level phpdocs block is not found
(#435) Function is_known_false_positive is not documented
(#3) Found comment starting with three or more slashes
(#24) Found comment starting with three or more slashes
(#32) Found comment starting with three or more slashes
(#35) Found comment starting with three or more slashes
(#41) Found comment starting with three or more slashes
(#125) Found comment starting with three or more slashes
(#126) Found comment starting with three or more slashes
(#131) Found comment starting with three or more slashes
(#145) Found comment starting with three or more slashes
(#148) Found comment starting with three or more slashes
(#149) Found comment starting with three or more slashes
(#150) Found comment starting with three or more slashes
(#153) Found comment starting with three or more slashes
(#156) Found comment starting with three or more slashes
(#159) Found comment starting with three or more slashes
(#162) Found comment starting with three or more slashes
(#164) Found comment starting with three or more slashes
(#167) Found comment starting with three or more slashes
(#170) Found comment starting with three or more slashes
(#173) Found comment starting with three or more slashes
(#176) Found comment starting with three or more slashes
(#179) Found comment starting with three or more slashes
(#184) Found comment starting with three or more slashes
(#187) Found comment starting with three or more slashes
(#190) Found comment starting with three or more slashes
(#196) Found comment starting with three or more slashes
(#199) Found comment starting with three or more slashes
(#202) Found comment starting with three or more slashes
(#205) Found comment starting with three or more slashes
(#209) Found comment starting with three or more slashes
(#222) Found comment starting with three or more slashes
(#231) Found comment starting with three or more slashes
(#234) Found comment starting with three or more slashes
(#245) Found comment starting with three or more slashes
(#258) Found comment starting with three or more slashes
(#262) Found comment starting with three or more slashes
(#266) Found comment starting with three or more slashes
(#281) Found comment starting with three or more slashes
(#286) Found comment starting with three or more slashes
(#288) Found comment starting with three or more slashes
(#291) Found comment starting with three or more slashes
(#293) Found comment starting with three or more slashes
(#301) Found comment starting with three or more slashes
(#341) Found comment starting with three or more slashes
(#360) Found comment starting with three or more slashes
(#384) Found comment starting with three or more slashes
(#388) Found comment starting with three or more slashes
(#393) Found comment starting with three or more slashes
(#410) Found comment starting with three or more slashes
(#414) Found comment starting with three or more slashes
(#418) Found comment starting with three or more slashes
(#431) Found comment starting with three or more slashes
(#432) Found comment starting with three or more slashes
(#433) Found comment starting with three or more slashes
(#434) Found comment starting with three or more slashes
(#441) Found comment starting with three or more slashes
(#444) Found comment starting with three or more slashes
(#453) Found comment starting with three or more slashes
(#343) Phpdocs for function calculate_megarule has incomplete parameters list
(#371) Phpdocs for function files_to_check has incomplete parameters list
(#343) Package is not specified for function calculate_megarule. It is also not specified in file-level phpdocs
(#371) Package is not specified for function files_to_check. It is also not specified in file-level phpdocs
(#435) Package is not specified for function is_known_false_positive. It is also not specified in file-level phpdocs
mod/jclic/classes/event/course_module_viewed.php
(#28) Class course_module_viewed does not have @copyright tag
(#28) Class course_module_viewed does not have @license tag
mod/jclic/classes/event/instances_list_viewed.php
(#28) Class instances_list_viewed does not have @copyright tag
(#28) Class instances_list_viewed does not have @license tag
mod/jclic/db/access.php
(#2) Empty line found after PHP open tag
(#43) Package mod is not valid
mod/jclic/db/install.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#22) Package mod is not valid
mod/jclic/db/log.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/db/upgrade.php
(#2) Empty line found after PHP open tag
(#50) Found comment starting with three or more slashes
(#55) Found comment starting with three or more slashes
(#63) Found comment starting with three or more slashes
(#73) Found comment starting with three or more slashes
(#90) Found comment starting with three or more slashes
(#28) Package mod is not valid
mod/jclic/db/upgradelib.php
(#2) Empty line found after PHP open tag
(#32) Phpdocs for function jclic_migrate_files has incomplete parameters list
(#21) Package mod is not valid
mod/jclic/index.php
(#2) Empty line found after PHP open tag
(#49) Found comment starting with three or more slashes
(#64) Found comment starting with three or more slashes
(#73) Found comment starting with three or more slashes
(#111) Found comment starting with three or more slashes
(#24) Package mod is not valid
mod/jclic/lang/ca/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/el/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/en/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/es/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/eu/jclic.php
(#2) Empty line found after PHP open tag
(#21) Package jclic is not valid
mod/jclic/lang/gl/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/he/jclic.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/lang/pt_br/jclic.php
(#2) Empty line found after PHP open tag
(#19) No one-line description found in phpdocs for file
(#23) Package mod is not valid
mod/jclic/lib.php
(#2) Empty line found after PHP open tag
(#58) Found comment starting with three or more slashes
(#60) Found comment starting with three or more slashes
(#307) Found comment starting with three or more slashes
(#309) Found comment starting with three or more slashes
(#471) Found comment starting with three or more slashes
(#473) Found comment starting with three or more slashes
(#589) Found comment starting with three or more slashes
(#591) Found comment starting with three or more slashes
(#636) Found comment starting with three or more slashes
(#638) Found comment starting with three or more slashes
(#101) Phpdocs for function jclic_add_instance has incomplete parameters list
(#120) Phpdocs for function jclic_update_instance has incomplete parameters list
(#191) Phpdocs for function jclic_user_complete has incomplete parameters list
(#207) Phpdocs for function jclic_print_recent_activity has incomplete parameters list
(#237) Phpdocs for function jclic_print_recent_mod_activity has incomplete parameters list
(#319) Phpdocs for function jclic_scale_used has incomplete parameters list
(#338) Phpdocs for function jclic_scale_used_anywhere has incomplete parameters list
(#643) Phpdocs for function jclic_reset_gradebook has incomplete parameters list
(#666) Phpdocs for function jclic_reset_userdata has incomplete parameters list
(#702) Phpdocs for function jclic_reset_course_form_definition has incomplete parameters list
(#710) Phpdocs for function jclic_reset_course_form_defaults has incomplete parameters list
(#65) Invalid phpdocs tag @todo: used
(#99) Invalid phpdocs tag @todo: used
(#195) Invalid phpdocs tag @todo: used
(#212) Invalid phpdocs tag @todo: used
(#223) Invalid phpdocs tag @todo: used
(#240) Invalid phpdocs tag @todo: used
(#401) Invalid phpdocs tag @todo: used
(#401) Invalid phpdocs tag @todo: used
(#438) Invalid phpdocs tag @todo: used
(#300) Not recommended phpdocs tag @example used
(#238) Invalid inline phpdocs tag @see found
(#27) Package mod is not valid
mod/jclic/locallib.php
(#2) Empty line found after PHP open tag
(#384) Function jclic::set_mainfile is not documented
(#402) Function jclic::get_filemanager_options is not documented
(#541) Function jclic_get_url is not documented
(#622) Function jclic_set_mainfile is not documented
(#628) Function jclic_is_valid_external_url is not documented
(#632) Function jclic_is_valid_file is not documented
(#637) Found comment starting with three or more slashes
(#639) Found comment starting with three or more slashes
(#450) Phpdocs for function jclic_view_intro has incomplete parameters list
(#461) Phpdocs for function jclic_view_dates has incomplete parameters list
(#487) Phpdocs for function jclic_view_applet has incomplete parameters list
(#765) Phpdocs for function jclic_format_time has incomplete parameters list
(#771) Phpdocs for function jclic_get_sessions_summary has incomplete parameters list
(#24) Package mod is not valid
mod/jclic/mod_form.php
(#2) Empty line found after PHP open tag
(#136) Function mod_jclic_mod_form::data_preprocessing is not documented
(#144) Function mod_jclic_mod_form::validation is not documented
(#179) Function mod_jclic_mod_form::set_data is not documented
(#197) Function mod_jclic_mod_form::completion_rule_enabled is not documented
(#36) Class mod_jclic_mod_form does not have @copyright tag
(#36) Class mod_jclic_mod_form does not have @license tag
(#24) Package mod is not valid
mod/jclic/report.php
(#2) Empty line found after PHP open tag
(#157) Found comment starting with three or more slashes
(#24) Package mod is not valid
mod/jclic/settings.php
(#2) Empty line found after PHP open tag
(#18) No one-line description found in phpdocs for file
(#19) Package mod is not valid
mod/jclic/tests/base_test.php
(#138) Function mod_jclic_base_testcase::create_extra_users is not documented
(#32) Class mod_jclic_base_testcase does not have @copyright tag
(#32) Class mod_jclic_base_testcase does not have @license tag
(#37) Invalid phpdocs tag @const used
(#39) Invalid phpdocs tag @const used
(#41) Invalid phpdocs tag @const used
(#43) Invalid phpdocs tag @const used
(#45) Invalid phpdocs tag @const used
(#47) Invalid phpdocs tag @const used
(#49) Invalid phpdocs tag @const used
(#51) Invalid phpdocs tag @const used
(#21) Category phpunit is not valid
mod/jclic/tests/generator/lib.php
(#17) File-level phpdocs block is not found
(#30) Function mod_jclic_generator::create_instance is not documented
(#58) Function mod_jclic_generator::grade_jclic is not documented
mod/jclic/tests/lib_test.php
(#17) Class mod_jclic_lib_testcase is not documented
(#2) File-level phpdocs block does not have @copyright tag
(#6) Category phpunit is not valid
mod/jclic/tests/test_jclic_backup.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/jclic/tests/test_jclic_convert.php
(#2) File-level phpdocs block is not found
mod/jclic/tests/test_jclic_restore.php
(#2) Empty line found after PHP open tag
(#3) File-level phpdocs block is not found
mod/jclic/version.php
(#2) Empty line found after PHP open tag
(#25) Package mod is not valid
mod/jclic/view.php
(#2) Empty line found after PHP open tag
(#73) Found comment starting with three or more slashes
(#24) Package mod is not valid

Update savepoints problems

(2 errors, 0 warnings)

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

mod/jclic/db/upgrade.php
Detected more 'if' blocks (5) than 'savepoint' calls (4)
version 2011011900 is missing corresponding savepoint call

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]