Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(5479 errors, 8814 warnings)

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

mod/reader/admin.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file admin.php. Expected mod_reader, found mod.
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#34) This comment is 72% valid code; is this commented out code?
(#34) No space found before comment text; expected "// print_object($_POST);" but found "//print_object($_POST);"
(#35) No space found before comment text; expected "// print_object($_GET);" but found "//print_object($_GET);"
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) No space found before comment text; expected "// die;" but found "//die;"
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) This comment is 67% valid code; is this commented out code?
(#114) No space found before comment text; expected "// $booksratinglevel = optional_param('booksratinglevel');" but found "//$booksratinglevel = optional_param('booksratinglevel');"
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) This comment is 67% valid code; is this commented out code?
(#155) No space found before comment text; expected "// echo $ct.'!';" but found "//echo $ct.'!';"
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) This comment is 62% valid code; is this commented out code?
(#157) No space found before comment text; expected "// if (isset($ct)) {" but found "//if (isset($ct)) {"
(#158) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#159) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#160) No space found before comment text; expected "// } else {" but found "//} else {"
(#161) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#162) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#163) No space found before comment text; expected "// }" but found "//}"
(#164) No space found before comment text; expected "// if (isset($gid)) {" but found "//if (isset($gid)) {"
(#165) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#166) No space found before comment text; expected "// } else {" but found "//} else {"
(#167) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) No space found before comment text; expected "// }" but found "//}"
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Short array syntax must be used to define arrays
(#201) Short array syntax must be used to define arrays
(#204) Short array syntax must be used to define arrays
(#206) Short array syntax must be used to define arrays
(#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
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) Short array syntax must be used to define arrays
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) Short array syntax must be used to define arrays
(#242) Variable "continue_url" must not contain underscores.
(#244) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#244) Variable "continue_url" must not contain underscores.
(#246) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#247) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#247) Variable "continue_url" must not contain underscores.
(#249) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#250) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#250) Variable "continue_url" must not contain underscores.
(#256) Short array syntax must be used to define arrays
(#257) Empty IF statement detected
(#258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) This comment is 75% valid code; is this commented out code?
(#258) No space found before comment text; expected "// return false;" but found "//return false;"
(#262) Commas (,) must be followed by white space.
(#277) Variable "quizzesid_" must not contain underscores.
(#309) Short array syntax must be used to define arrays
(#309) Variable "quizzesid_" must not contain underscores.
(#313) Variable "quizzesid_" must not contain underscores.
(#318) Variable "message_forteacher" must not contain underscores.
(#325) Short array syntax must be used to define arrays
(#329) Expected 1 space before "=="; 0 found
(#329) Expected 1 space after "=="; 0 found
(#330) Short array syntax must be used to define arrays
(#332) Short array syntax must be used to define arrays
(#338) Short array syntax must be used to define arrays
(#343) There should be a comma after the last array item in a multi-line array.
(#348) Inline comments must start with a capital letter, digit or 3-dots sequence
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) Short array syntax must be used to define arrays
(#369) Short array syntax must be used to define arrays
(#376) Short array syntax must be used to define arrays
(#381) Short array syntax must be used to define arrays
(#389) Short array syntax must be used to define arrays
(#394) Short array syntax must be used to define arrays
(#396) Short array syntax must be used to define arrays
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#405) Short array syntax must be used to define arrays
(#411) Short array syntax must be used to define arrays
(#417) Short array syntax must be used to define arrays
(#423) Short array syntax must be used to define arrays
(#429) Short array syntax must be used to define arrays
(#435) Short array syntax must be used to define arrays
(#443) There should be a comma after the last array item in a multi-line array.
(#447) Line exceeds 132 characters; contains 177 characters
(#454) Line exceeds maximum limit of 180 characters; contains 219 characters
(#456) Short array syntax must be used to define arrays
(#456) Line exceeds 132 characters; contains 134 characters
(#458) Short array syntax must be used to define arrays
(#463) Short array syntax must be used to define arrays
(#463) Commas (,) must be followed by white space.
(#463) Commas (,) must be followed by white space.
(#463) Commas (,) must be followed by white space.
(#463) Line exceeds maximum limit of 180 characters; contains 194 characters
(#465) Line exceeds 132 characters; contains 174 characters
(#469) Short array syntax must be used to define arrays
(#470) Line exceeds 132 characters; contains 159 characters
(#474) Short array syntax must be used to define arrays
(#475) Line exceeds 132 characters; contains 171 characters
(#480) Short array syntax must be used to define arrays
(#482) Short array syntax must be used to define arrays
(#487) Short array syntax must be used to define arrays
(#487) Commas (,) must be followed by white space.
(#487) Commas (,) must be followed by white space.
(#487) Commas (,) must be followed by white space.
(#487) Line exceeds 132 characters; contains 174 characters
(#489) Line exceeds 132 characters; contains 162 characters
(#492) Line exceeds 132 characters; contains 149 characters
(#493) Line indented incorrectly; expected 4 spaces, found 2
(#494) Line indented incorrectly; expected at least 8 spaces, found 4
(#494) Short array syntax must be used to define arrays
(#495) Line indented incorrectly; expected 8 spaces, found 4
(#496) Line indented incorrectly; expected at least 12 spaces, found 8
(#497) Line indented incorrectly; expected 8 spaces, found 4
(#498) Line indented incorrectly; expected 4 spaces, found 2
(#499) Line indented incorrectly; expected at least 8 spaces, found 4
(#499) Short array syntax must be used to define arrays
(#500) Line indented incorrectly; expected 8 spaces, found 4
(#501) Line indented incorrectly; expected at least 12 spaces, found 8
(#502) Line indented incorrectly; expected 8 spaces, found 4
(#503) Line indented incorrectly; expected at least 8 spaces, found 4
(#503) Line exceeds maximum limit of 180 characters; contains 183 characters
(#504) Line indented incorrectly; expected 4 spaces, found 2
(#505) Line indented incorrectly; expected 4 spaces, found 2
(#506) Line indented incorrectly; expected at least 8 spaces, found 6
(#506) Short array syntax must be used to define arrays
(#507) Line indented incorrectly; expected at least 8 spaces, found 6
(#508) Line indented incorrectly; expected at least 8 spaces, found 6
(#509) Line indented incorrectly; expected 4 spaces, found 2
(#513) Line indented incorrectly; expected 4 spaces, found 2
(#514) Line indented incorrectly; expected 8 spaces, found 4
(#514) Short array syntax must be used to define arrays
(#515) Line indented incorrectly; expected at least 12 spaces, found 8
(#515) Short array syntax must be used to define arrays
(#516) Line indented incorrectly; expected 8 spaces, found 4
(#517) Line indented incorrectly; expected at least 8 spaces, found 4
(#517) Commas (,) must be followed by white space.
(#517) Commas (,) must be followed by white space.
(#517) Line exceeds 132 characters; contains 162 characters
(#518) Line indented incorrectly; expected 4 spaces, found 2
(#519) Line indented incorrectly; expected 8 spaces, found 4
(#519) Short array syntax must be used to define arrays
(#520) Line indented incorrectly; expected at least 12 spaces, found 8
(#520) Short array syntax must be used to define arrays
(#521) Line indented incorrectly; expected 8 spaces, found 4
(#522) Line indented incorrectly; expected at least 8 spaces, found 4
(#522) Commas (,) must be followed by white space.
(#522) Commas (,) must be followed by white space.
(#522) Line exceeds 132 characters; contains 173 characters
(#523) Line indented incorrectly; expected 4 spaces, found 2
(#524) Line indented incorrectly; expected 4 spaces, found 2
(#525) Line indented incorrectly; expected at least 8 spaces, found 6
(#525) Short array syntax must be used to define arrays
(#526) Line indented incorrectly; expected at least 8 spaces, found 6
(#527) Line indented incorrectly; expected at least 8 spaces, found 6
(#528) Line indented incorrectly; expected 4 spaces, found 2
(#535) Inline comments must start with a capital letter, digit or 3-dots sequence
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#539) Short array syntax must be used to define arrays
(#544) Short array syntax must be used to define arrays
(#552) There should be a comma after the last array item in a multi-line array.
(#556) Line exceeds 132 characters; contains 133 characters
(#564) Short array syntax must be used to define arrays
(#569) Short array syntax must be used to define arrays
(#577) There should be a comma after the last array item in a multi-line array.
(#581) Commas (,) must be followed by white space.
(#581) Commas (,) must be followed by white space.
(#581) Line exceeds maximum limit of 180 characters; contains 181 characters
(#589) Short array syntax must be used to define arrays
(#594) Short array syntax must be used to define arrays
(#602) There should be a comma after the last array item in a multi-line array.
(#606) Commas (,) must be followed by white space.
(#606) Commas (,) must be followed by white space.
(#606) Line exceeds 132 characters; contains 176 characters
(#614) Short array syntax must be used to define arrays
(#615) Variable "users_list" must not contain underscores.
(#616) Variable "users_list" must not contain underscores.
(#617) Variable "users_list" must not contain underscores.
(#619) Variable "users_list" must not contain underscores.
(#619) Short array syntax must be used to define arrays
(#622) There should be a comma after the last array item in a multi-line array.
(#624) Variable "users_list" must not contain underscores.
(#624) Variable "users_list" must not contain underscores.
(#626) Commas (,) must be followed by white space.
(#626) Commas (,) must be followed by white space.
(#626) Line exceeds 132 characters; contains 160 characters
(#635) Short array syntax must be used to define arrays
(#640) Short array syntax must be used to define arrays
(#648) There should be a comma after the last array item in a multi-line array.
(#652) Commas (,) must be followed by white space.
(#652) Commas (,) must be followed by white space.
(#652) Line exceeds maximum limit of 180 characters; contains 201 characters
(#658) Short array syntax must be used to define arrays
(#663) Short array syntax must be used to define arrays
(#671) There should be a comma after the last array item in a multi-line array.
(#675) Commas (,) must be followed by white space.
(#675) Commas (,) must be followed by white space.
(#675) Line exceeds maximum limit of 180 characters; contains 207 characters
(#681) Short array syntax must be used to define arrays
(#686) Short array syntax must be used to define arrays
(#694) There should be a comma after the last array item in a multi-line array.
(#698) Commas (,) must be followed by white space.
(#698) Commas (,) must be followed by white space.
(#698) Line exceeds maximum limit of 180 characters; contains 191 characters
(#704) Short array syntax must be used to define arrays
(#709) Short array syntax must be used to define arrays
(#717) There should be a comma after the last array item in a multi-line array.
(#721) Commas (,) must be followed by white space.
(#721) Commas (,) must be followed by white space.
(#721) Line exceeds maximum limit of 180 characters; contains 200 characters
(#727) Short array syntax must be used to define arrays
(#732) Short array syntax must be used to define arrays
(#740) There should be a comma after the last array item in a multi-line array.
(#744) Commas (,) must be followed by white space.
(#744) Commas (,) must be followed by white space.
(#744) Line exceeds 132 characters; contains 174 characters
(#750) Short array syntax must be used to define arrays
(#756) Short array syntax must be used to define arrays
(#758) Expected "if (...) {\n"; found "if(...) {\n"
(#768) Inline comments must end in full-stops, exclamation marks, or question marks
(#774) Short array syntax must be used to define arrays
(#774) Line exceeds 132 characters; contains 139 characters
(#774) Inline comments must end in full-stops, exclamation marks, or question marks
(#775) Variable "answersgrade_" must not contain underscores.
(#776) Variable "answersgrade_" must not contain underscores.
(#792) Line exceeds 132 characters; contains 139 characters
(#800) Short array syntax must be used to define arrays
(#801) Short array syntax must be used to define arrays
(#804) Short array syntax must be used to define arrays
(#805) Short array syntax must be used to define arrays
(#819) Inline comments must start with a capital letter, digit or 3-dots sequence
(#819) Inline comments must end in full-stops, exclamation marks, or question marks
(#819) This comment is 80% valid code; is this commented out code?
(#819) No space found before comment text; expected "// print_r($data);" but found "//print_r($data);"
(#824) Short array syntax must be used to define arrays
(#825) Short array syntax must be used to define arrays
(#826) Commas (,) must be followed by white space.
(#826) Commas (,) must be followed by white space.
(#826) Commas (,) must be followed by white space.
(#827) Commas (,) must be followed by white space.
(#827) Commas (,) must be followed by white space.
(#827) Commas (,) must be followed by white space.
(#833) Short array syntax must be used to define arrays
(#834) Short array syntax must be used to define arrays
(#837) Short array syntax must be used to define arrays
(#838) Short array syntax must be used to define arrays
(#855) Short array syntax must be used to define arrays
(#856) Short array syntax must be used to define arrays
(#857) Commas (,) must be followed by white space.
(#857) Commas (,) must be followed by white space.
(#857) Commas (,) must be followed by white space.
(#858) Commas (,) must be followed by white space.
(#858) Commas (,) must be followed by white space.
(#858) Commas (,) must be followed by white space.
(#863) Short array syntax must be used to define arrays
(#866) Short array syntax must be used to define arrays
(#878) Line exceeds 132 characters; contains 133 characters
(#881) Short array syntax must be used to define arrays
(#900) Short array syntax must be used to define arrays
(#901) Variable "quiz_" must not contain underscores.
(#902) Short array syntax must be used to define arrays
(#902) Variable "quiz_" must not contain underscores.
(#905) Variable "quiz_" must not contain underscores.
(#908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#908) Inline comments must end in full-stops, exclamation marks, or question marks
(#908) This comment is 80% valid code; is this commented out code?
(#908) No space found before comment text; expected "// print_r($data);" but found "//print_r($data);"
(#914) Short array syntax must be used to define arrays
(#916) Line indented incorrectly; expected 8 spaces, found 6
(#917) Line indented incorrectly; expected at least 12 spaces, found 8
(#918) Line indented incorrectly; expected at least 12 spaces, found 8
(#919) Line indented incorrectly; expected at least 12 spaces, found 8
(#920) Line indented incorrectly; expected at least 12 spaces, found 8
(#921) Line indented incorrectly; expected at least 12 spaces, found 8
(#922) Line indented incorrectly; expected at least 12 spaces, found 8
(#923) Line indented incorrectly; expected at least 12 spaces, found 8
(#924) Line indented incorrectly; expected 8 spaces, found 6
(#930) Short array syntax must be used to define arrays
(#933) Short array syntax must be used to define arrays
(#945) Duplicate array key found. The value will be overwritten. The string array key "deleted" was first seen on line 940
(#975) Short array syntax must be used to define arrays
(#988) Short array syntax must be used to define arrays
(#999) Inline comments must end in full-stops, exclamation marks, or question marks
(#999) 3 slashes comments are not allowed; use "// Comment." instead
(#1017) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1017) Inline comments must end in full-stops, exclamation marks, or question marks
(#1034) Inline comments must end in full-stops, exclamation marks, or question marks
(#1035) Short array syntax must be used to define arrays
(#1051) Short array syntax must be used to define arrays
(#1056) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1056) Inline comments must end in full-stops, exclamation marks, or question marks
(#1056) This comment is 100% valid code; is this commented out code?
(#1056) No space found before comment text; expected "// require_once('tabs.php');" but found "//require_once('tabs.php');"
(#1066) Variable "message_forteacher" must not contain underscores.
(#1067) Variable "message_forteacher" must not contain underscores.
(#1071) Short array syntax must be used to define arrays
(#1072) Short array syntax must be used to define arrays
(#1073) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1073) Inline comments must end in full-stops, exclamation marks, or question marks
(#1073) This comment is 67% valid code; is this commented out code?
(#1074) Short array syntax must be used to define arrays
(#1074) Line exceeds 132 characters; contains 154 characters
(#1075) Short array syntax must be used to define arrays
(#1075) Line exceeds 132 characters; contains 162 characters
(#1076) Short array syntax must be used to define arrays
(#1076) Line exceeds 132 characters; contains 167 characters
(#1077) Short array syntax must be used to define arrays
(#1077) Line exceeds 132 characters; contains 171 characters
(#1078) Short array syntax must be used to define arrays
(#1078) Line exceeds 132 characters; contains 165 characters
(#1079) Line exceeds 132 characters; contains 151 characters
(#1079) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1079) This comment is 63% valid code; is this commented out code?
(#1079) No space found before comment text; expected "// new reader_menu_item('reportquiztoreader', 'viewreports', 'admin/reports.php', array('id' => $id, 'tab' => 31, 'mode' => 'usersummary'))," but found "//new reader_menu_item('reportquiztoreader', 'viewreports', 'admin/reports.php', array('id' => $id, 'tab' => 31, 'mode' => 'usersummary')),"
(#1080) Line exceeds 132 characters; contains 155 characters
(#1080) No space found before comment text; expected "// new reader_menu_item('fullreportquiztoreader', 'viewreports','admin/reports.php', array('id' => $id, 'tab' => 32, 'mode' => 'userdetailed'))," but found "//new reader_menu_item('fullreportquiztoreader', 'viewreports','admin/reports.php', array('id' => $id, 'tab' => 32, 'mode' => 'userdetailed')),"
(#1081) Line exceeds 132 characters; contains 159 characters
(#1081) No space found before comment text; expected "// new reader_menu_item('summaryreportbyclassgroup', 'viewreports', 'admin/reports.php', array('id' => $id, 'tab' => 33, 'mode' => 'groupsummary'))," but found "//new reader_menu_item('summaryreportbyclassgroup', 'viewreports', 'admin/reports.php', array('id' => $id, 'tab' => 33, 'mode' => 'groupsummary')),"
(#1082) Line exceeds 132 characters; contains 157 characters
(#1082) No space found before comment text; expected "// new reader_menu_item('summaryreportbybooktitle', 'viewreports', 'admin/reports.php', array('id' => $id, 'tab' => 34, 'mode' => 'booksummary'))," but found "//new reader_menu_item('summaryreportbybooktitle', 'viewreports', 'admin/reports.php', array('id' => $id, 'tab' => 34, 'mode' => 'booksummary')),"
(#1083) Line exceeds 132 characters; contains 155 characters
(#1083) Inline comments must end in full-stops, exclamation marks, or question marks
(#1083) No space found before comment text; expected "// new reader_menu_item('fullreportbybooktitle', 'viewreports', 'admin/reports.php', array('id' => $id, 'tab' => 35, 'mode' => 'bookdetailed'))," but found "//new reader_menu_item('fullreportbybooktitle', 'viewreports', 'admin/reports.php', array('id' => $id, 'tab' => 35, 'mode' => 'bookdetailed')),"
(#1085) Short array syntax must be used to define arrays
(#1086) Short array syntax must be used to define arrays
(#1086) Line exceeds 132 characters; contains 151 characters
(#1087) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1087) This comment is 67% valid code; is this commented out code?
(#1087) No space found before comment text; expected "// new reader_menu_item('uploadquiztoreader', 'managebooks', 'dlquizzes.php', array('id' => $id))," but found "//new reader_menu_item('uploadquiztoreader', 'managebooks', 'dlquizzes.php', array('id' => $id)),"
(#1088) No space found before comment text; expected "// new reader_menu_item('uploaddatanoquizzes', 'managebooks', 'dlquizzesnoq.php', array('id' => $id))," but found "//new reader_menu_item('uploaddatanoquizzes', 'managebooks', 'dlquizzesnoq.php', array('id' => $id)),"
(#1089) Inline comments must end in full-stops, exclamation marks, or question marks
(#1089) No space found before comment text; expected "// new reader_menu_item('updatequizzes', 'managebooks', 'updatecheck.php', array('id' => $id, 'checker' => 1))," but found "//new reader_menu_item('updatequizzes', 'managebooks', 'updatecheck.php', array('id' => $id, 'checker' => 1)),"
(#1090) Short array syntax must be used to define arrays
(#1090) Line exceeds 132 characters; contains 152 characters
(#1091) Short array syntax must be used to define arrays
(#1091) Line exceeds 132 characters; contains 157 characters
(#1092) Short array syntax must be used to define arrays
(#1092) Line exceeds 132 characters; contains 158 characters
(#1093) Short array syntax must be used to define arrays
(#1093) Line exceeds 132 characters; contains 153 characters
(#1094) Short array syntax must be used to define arrays
(#1094) Line exceeds 132 characters; contains 161 characters
(#1095) Line exceeds 132 characters; contains 161 characters
(#1095) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1095) Inline comments must end in full-stops, exclamation marks, or question marks
(#1095) This comment is 64% valid code; is this commented out code?
(#1095) No space found before comment text; expected "// new reader_menu_item('forcedtimedelay', 'managebooks', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'forcedtimedelay'))," but found "//new reader_menu_item('forcedtimedelay', 'managebooks', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'forcedtimedelay')),"
(#1096) Short array syntax must be used to define arrays
(#1096) Line exceeds 132 characters; contains 141 characters
(#1097) Short array syntax must be used to define arrays
(#1097) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1099) Short array syntax must be used to define arrays
(#1100) Line exceeds 132 characters; contains 143 characters
(#1100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1100) This comment is 64% valid code; is this commented out code?
(#1100) No space found before comment text; expected "// new reader_menu_item('viewattempts', 'manageattempts', 'admin.php', array('a' => 'admin', 'id' => $id, 'act' => 'viewattempts'))," but found "//new reader_menu_item('viewattempts', 'manageattempts', 'admin.php', array('a' => 'admin', 'id' => $id, 'act' => 'viewattempts')),"
(#1101) Line exceeds 132 characters; contains 151 characters
(#1101) No space found before comment text; expected "// new reader_menu_item('awardextrapoints', 'manageattempts', 'admin.php', array('a' => 'admin', 'id' => $id, 'act' => 'awardextrapoints'))," but found "//new reader_menu_item('awardextrapoints', 'manageattempts', 'admin.php', array('a' => 'admin', 'id' => $id, 'act' => 'awardextrapoints')),"
(#1102) Line exceeds 132 characters; contains 179 characters
(#1102) Inline comments must end in full-stops, exclamation marks, or question marks
(#1102) No space found before comment text; expected "// new reader_menu_item('assignpointsbookshavenoquizzes', 'manageattempts', 'admin.php', array('a' => 'admin', 'id' => $id, 'act' => 'assignpointsbookshavenoquizzes'))," but found "//new reader_menu_item('assignpointsbookshavenoquizzes', 'manageattempts', 'admin.php', array('a' => 'admin', 'id' => $id, 'act' => 'assignpointsbookshavenoquizzes')),"
(#1103) Short array syntax must be used to define arrays
(#1103) Line exceeds 132 characters; contains 147 characters
(#1104) Short array syntax must be used to define arrays
(#1104) Line exceeds 132 characters; contains 150 characters
(#1105) Short array syntax must be used to define arrays
(#1105) Line exceeds 132 characters; contains 164 characters
(#1106) Short array syntax must be used to define arrays
(#1106) Line exceeds 132 characters; contains 156 characters
(#1107) Short array syntax must be used to define arrays
(#1107) Line exceeds 132 characters; contains 178 characters
(#1108) Short array syntax must be used to define arrays
(#1108) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1110) Short array syntax must be used to define arrays
(#1111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1111) Inline comments must end in full-stops, exclamation marks, or question marks
(#1111) This comment is 67% valid code; is this commented out code?
(#1112) Short array syntax must be used to define arrays
(#1112) Line exceeds 132 characters; contains 163 characters
(#1113) Line exceeds 132 characters; contains 157 characters
(#1113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1113) This comment is 63% valid code; is this commented out code?
(#1113) No space found before comment text; expected "// new reader_menu_item('createcoversets_t', 'managebooks', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'makepix_t'))," but found "//new reader_menu_item('createcoversets_t', 'managebooks', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'makepix_t')),"
(#1114) Line exceeds 132 characters; contains 157 characters
(#1114) Inline comments must end in full-stops, exclamation marks, or question marks
(#1114) No space found before comment text; expected "// new reader_menu_item('createcoversets_l', 'managebooks', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'makepix_l'))," but found "//new reader_menu_item('createcoversets_l', 'managebooks', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'makepix_l')),"
(#1115) Short array syntax must be used to define arrays
(#1115) Line exceeds 132 characters; contains 161 characters
(#1117) Short array syntax must be used to define arrays
(#1118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1118) Inline comments must end in full-stops, exclamation marks, or question marks
(#1118) This comment is 67% valid code; is this commented out code?
(#1119) Short array syntax must be used to define arrays
(#1119) Line exceeds 132 characters; contains 143 characters
(#1120) Short array syntax must be used to define arrays
(#1120) Line exceeds 132 characters; contains 157 characters
(#1121) Short array syntax must be used to define arrays
(#1121) Line exceeds 132 characters; contains 149 characters
(#1122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1122) This comment is 63% valid code; is this commented out code?
(#1122) Line exceeds maximum limit of 180 characters; contains 185 characters
(#1122) No space found before comment text; expected "// new reader_menu_item('exportstudentrecords', 'manageusers', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'exportstudentrecords', 'excel' => 1))," but found "//new reader_menu_item('exportstudentrecords', 'manageusers', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'exportstudentrecords', 'excel' => 1)),"
(#1123) Line exceeds 132 characters; contains 169 characters
(#1123) Inline comments must end in full-stops, exclamation marks, or question marks
(#1123) No space found before comment text; expected "// new reader_menu_item('importstudentrecord', 'manageusers', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'importstudentrecord'))," but found "//new reader_menu_item('importstudentrecord', 'manageusers', 'admin.php', array('a' => 'admin', 'id' => $id, 'tab' => $tab, 'act' => 'importstudentrecord')),"
(#1124) Short array syntax must be used to define arrays
(#1124) Line exceeds 132 characters; contains 144 characters
(#1125) Short array syntax must be used to define arrays
(#1125) Line exceeds 132 characters; contains 143 characters
(#1132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1133) Inline comments must end in full-stops, exclamation marks, or question marks
(#1133) No space found before comment text; expected "// echo '<br /><hr />';" but found "//echo '<br /><hr />';"
(#1135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1135) This comment is 61% valid code; is this commented out code?
(#1135) No space found before comment text; expected "// echo html_writer::start_tag('form', array('method' => 'get'," but found "//echo html_writer::start_tag('form', array('method' => 'get',"
(#1136) Expected 1 space before comment text but found 42; use block comment if you need indentation
(#1137) Expected 1 space before comment text but found 42; use block comment if you need indentation
(#1138) No space found before comment text; expected "// echo html_writer::start_tag('div');" but found "//echo html_writer::start_tag('div');"
(#1139) No space found before comment text; expected "// echo html_writer::empty_tag('input', array('type' => 'hidden', 'name' => 'update', 'value' => $cm->id));" but found "//echo html_writer::empty_tag('input', array('type' => 'hidden', 'name' => 'update', 'value' => $cm->id));"
(#1140) No space found before comment text; expected "// echo html_writer::empty_tag('input', array('type' => 'hidden', 'name' => 'return', 'value' => 'true'));" but found "//echo html_writer::empty_tag('input', array('type' => 'hidden', 'name' => 'return', 'value' => 'true'));"
(#1141) No space found before comment text; expected "// echo html_writer::empty_tag('input', array('type' => 'hidden', 'name' => 'sesskey', 'value' => sesskey()));" but found "//echo html_writer::empty_tag('input', array('type' => 'hidden', 'name' => 'sesskey', 'value' => sesskey()));"
(#1142) No space found before comment text; expected "// echo html_writer::empty_tag('input', array('type' => 'submit', 'value' => 'Change the main Reader settings'));" but found "//echo html_writer::empty_tag('input', array('type' => 'submit', 'value' => 'Change the main Reader settings'));"
(#1143) No space found before comment text; expected "// echo html_writer::end_tag('div');" but found "//echo html_writer::end_tag('div');"
(#1144) Inline comments must end in full-stops, exclamation marks, or question marks
(#1144) No space found before comment text; expected "// echo html_writer::end_tag('form');" but found "//echo html_writer::end_tag('form');"
(#1146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1146) This comment is 42% valid code; is this commented out code?
(#1147) No space found before comment text; expected "// if ($readercfg->update == 1) {" but found "//if ($readercfg->update == 1) {"
(#1148) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1149) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1150) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1151) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1152) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1153) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#1154) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1155) Inline comments must end in full-stops, exclamation marks, or question marks
(#1155) No space found before comment text; expected "// }" but found "//}"
(#1158) Short array syntax must be used to define arrays
(#1172) Short array syntax must be used to define arrays
(#1172) Line exceeds 132 characters; contains 137 characters
(#1173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1173) Inline comments must end in full-stops, exclamation marks, or question marks
(#1173) This comment is 65% valid code; is this commented out code?
(#1173) Line indented incorrectly; expected at least 12 spaces, found 8
(#1173) No space found before comment text; expected "// if ($quizdata = get_records('quiz')) {" but found "//if ($quizdata = get_records('quiz')) {"
(#1179) Variable "publishers_" must not contain underscores.
(#1180) Variable "publishers_" must not contain underscores.
(#1180) Variable "publishers_" must not contain underscores.
(#1181) Variable "publishers_" must not contain underscores.
(#1181) Variable "publishers_" must not contain underscores.
(#1182) Variable "publishers_" must not contain underscores.
(#1182) Variable "publishers_" must not contain underscores.
(#1183) Variable "publishers_" must not contain underscores.
(#1183) Variable "publishers_" must not contain underscores.
(#1186) Short array syntax must be used to define arrays
(#1187) Variable "quizdata_" must not contain underscores.
(#1188) Variable "quizdata_" must not contain underscores.
(#1189) Variable "quizdata_" must not contain underscores.
(#1189) Variable "quizdata_" must not contain underscores.
(#1285) Short array syntax must be used to define arrays
(#1295) Short array syntax must be used to define arrays
(#1297) Short array syntax must be used to define arrays
(#1308) Short array syntax must be used to define arrays
(#1309) Variable "answersgrade_" must not contain underscores.
(#1310) Variable "answersgrade_" must not contain underscores.
(#1315) Short array syntax must be used to define arrays
(#1319) Expected 1 space before "=="; 0 found
(#1319) Expected 1 space after "=="; 0 found
(#1330) Expected 1 space before "=="; 0 found
(#1330) Expected 1 space after "=="; 0 found
(#1341) Line exceeds maximum limit of 180 characters; contains 189 characters
(#1342) Short array syntax must be used to define arrays
(#1351) There should be a comma after the last array item in a multi-line array.
(#1362) Line exceeds 132 characters; contains 160 characters
(#1363) Line exceeds 132 characters; contains 139 characters
(#1370) Short array syntax must be used to define arrays
(#1371) Short array syntax must be used to define arrays
(#1381) Short array syntax must be used to define arrays
(#1383) Short array syntax must be used to define arrays
(#1385) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1385) Inline comments must end in full-stops, exclamation marks, or question marks
(#1388) There should be a comma after the last array item in a multi-line array.
(#1402) Commas (,) must be followed by white space.
(#1409) Short array syntax must be used to define arrays
(#1421) Short array syntax must be used to define arrays
(#1421) Line exceeds 132 characters; contains 145 characters
(#1423) Short array syntax must be used to define arrays
(#1427) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1427) Inline comments must end in full-stops, exclamation marks, or question marks
(#1430) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1430) Inline comments must end in full-stops, exclamation marks, or question marks
(#1431) Line exceeds 132 characters; contains 152 characters
(#1434) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1434) Inline comments must end in full-stops, exclamation marks, or question marks
(#1452) Short array syntax must be used to define arrays
(#1454) Short array syntax must be used to define arrays
(#1457) Commas (,) must be followed by white space.
(#1457) Short array syntax must be used to define arrays
(#1459) Expected "if (...) {\n"; found "if (...){\n"
(#1460) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1466) Inline comments must end in full-stops, exclamation marks, or question marks
(#1467) Short array syntax must be used to define arrays
(#1469) Short array syntax must be used to define arrays
(#1472) Short array syntax must be used to define arrays
(#1475) Expected 1 space before "=="; 0 found
(#1475) Expected 1 space after "=="; 0 found
(#1491) Short array syntax must be used to define arrays
(#1502) There should be a comma after the last array item in a multi-line array.
(#1505) Short array syntax must be used to define arrays
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1505) Commas (,) must be followed by white space.
(#1514) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1514) Inline comments must end in full-stops, exclamation marks, or question marks
(#1540) Commas (,) must be followed by white space.
(#1540) Line exceeds 132 characters; contains 135 characters
(#1554) Line exceeds 132 characters; contains 142 characters
(#1554) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1554) Inline comments must end in full-stops, exclamation marks, or question marks
(#1554) This comment is 72% valid code; is this commented out code?
(#1554) No space found before comment text; expected "// print_paging_bar($totalcount, $page, $perpage, "admin.php?a=admin&id={$id}&act={$act}&sort={$sort}&orderby={$orderby}&gid={$gid}&amp;");" but found "//print_paging_bar($totalcount, $page, $perpage, "admin.php?a=admin&id={$id}&act={$act}&sort={$sort}&orderby={$orderby}&gid={$gid}&amp;");"
(#1555) Line exceeds 132 characters; contains 151 characters
(#1562) Line exceeds 132 characters; contains 142 characters
(#1562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1562) Inline comments must end in full-stops, exclamation marks, or question marks
(#1562) This comment is 72% valid code; is this commented out code?
(#1562) No space found before comment text; expected "// print_paging_bar($totalcount, $page, $perpage, "admin.php?a=admin&id={$id}&act={$act}&sort={$sort}&orderby={$orderby}&gid={$gid}&amp;");" but found "//print_paging_bar($totalcount, $page, $perpage, "admin.php?a=admin&id={$id}&act={$act}&sort={$sort}&orderby={$orderby}&gid={$gid}&amp;");"
(#1563) Line exceeds 132 characters; contains 151 characters
(#1569) Short array syntax must be used to define arrays
(#1570) Short array syntax must be used to define arrays
(#1574) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1582) Expected 1 space after "="; 0 found
(#1601) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1601) This comment is 53% valid code; is this commented out code?
(#1602) Short array syntax must be used to define arrays
(#1602) Line exceeds 132 characters; contains 162 characters
(#1607) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1607) Inline comments must end in full-stops, exclamation marks, or question marks
(#1610) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1610) Inline comments must end in full-stops, exclamation marks, or question marks
(#1611) Line exceeds 132 characters; contains 152 characters
(#1613) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1613) Inline comments must end in full-stops, exclamation marks, or question marks
(#1614) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1614) Inline comments must end in full-stops, exclamation marks, or question marks
(#1616) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1616) Inline comments must end in full-stops, exclamation marks, or question marks
(#1619) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1619) Inline comments must end in full-stops, exclamation marks, or question marks
(#1622) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1622) Inline comments must end in full-stops, exclamation marks, or question marks
(#1633) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1633) Inline comments must end in full-stops, exclamation marks, or question marks
(#1653) Short array syntax must be used to define arrays
(#1655) Short array syntax must be used to define arrays
(#1657) Short array syntax must be used to define arrays
(#1661) Expected "if (...) {\n"; found "if (...){\n"
(#1662) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#1688) Expected 1 space before "=="; 0 found
(#1688) Expected 1 space after "=="; 0 found
(#1688) Expected 1 space before "=="; 0 found
(#1688) Expected 1 space after "=="; 0 found
(#1690) Expected 1 space after "+="; 2 found
(#1707) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1707) Inline comments must end in full-stops, exclamation marks, or question marks
(#1708) Short array syntax must be used to define arrays
(#1746) Short array syntax must be used to define arrays
(#1772) Empty IF statement detected
(#1773) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1773) Inline comments must end in full-stops, exclamation marks, or question marks
(#1775) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1775) Inline comments must end in full-stops, exclamation marks, or question marks
(#1777) Short array syntax must be used to define arrays
(#1781) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1781) Inline comments must end in full-stops, exclamation marks, or question marks
(#1797) Inline comments must end in full-stops, exclamation marks, or question marks
(#1798) Inline comments must end in full-stops, exclamation marks, or question marks
(#1799) Inline comments must end in full-stops, exclamation marks, or question marks
(#1800) Inline comments must end in full-stops, exclamation marks, or question marks
(#1801) Inline comments must end in full-stops, exclamation marks, or question marks
(#1804) Inline comments must end in full-stops, exclamation marks, or question marks
(#1805) Inline comments must end in full-stops, exclamation marks, or question marks
(#1807) Inline comments must end in full-stops, exclamation marks, or question marks
(#1808) Inline comments must end in full-stops, exclamation marks, or question marks
(#1809) Inline comments must end in full-stops, exclamation marks, or question marks
(#1817) Commas (,) must be followed by white space.
(#1825) Line exceeds 132 characters; contains 143 characters
(#1828) Line exceeds maximum limit of 180 characters; contains 469 characters
(#1832) Line exceeds 132 characters; contains 144 characters
(#1840) Line exceeds 132 characters; contains 151 characters
(#1840) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1840) Inline comments must end in full-stops, exclamation marks, or question marks
(#1840) This comment is 72% valid code; is this commented out code?
(#1840) No space found before comment text; expected "// print_paging_bar($totalcount, $page, $perpage, "admin.php?a=admin&id={$id}&act={$act}&sort={$sort}&orderby={$orderby}&gid={$gid}&ct={$ct}&amp;");" but found "//print_paging_bar($totalcount, $page, $perpage, "admin.php?a=admin&id={$id}&act={$act}&sort={$sort}&orderby={$orderby}&gid={$gid}&ct={$ct}&amp;");"
(#1841) Line exceeds 132 characters; contains 160 characters
(#1848) Line exceeds 132 characters; contains 160 characters
(#1856) Short array syntax must be used to define arrays
(#1867) Short array syntax must be used to define arrays
(#1867) Line exceeds 132 characters; contains 156 characters
(#1869) Short array syntax must be used to define arrays
(#1873) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1873) Inline comments must end in full-stops, exclamation marks, or question marks
(#1876) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1876) Inline comments must end in full-stops, exclamation marks, or question marks
(#1877) Line exceeds 132 characters; contains 152 characters
(#1880) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1880) Inline comments must end in full-stops, exclamation marks, or question marks
(#1894) Short array syntax must be used to define arrays
(#1902) Short array syntax must be used to define arrays
(#1913) Line indented incorrectly; expected at least 20 spaces, found 18
(#1914) Line indented incorrectly; expected at least 20 spaces, found 18
(#1914) Expected 1 space before "/"; 0 found
(#1914) Expected 1 space after "/"; 0 found
(#1916) Line indented incorrectly; expected at least 20 spaces, found 18
(#1917) Line indented incorrectly; expected at least 20 spaces, found 18
(#1921) Short array syntax must be used to define arrays
(#1921) Expected 1 space before "=>"; 0 found
(#1921) Duplicate array key found. The value will be overwritten. The string array key "b" was first seen on line 1921
(#1922) Short array syntax must be used to define arrays
(#1922) Line exceeds 132 characters; contains 144 characters
(#1923) Short array syntax must be used to define arrays
(#1960) Commas (,) must be followed by white space.
(#1967) Line exceeds 132 characters; contains 151 characters
(#1974) Line exceeds 132 characters; contains 151 characters
(#1983) Short array syntax must be used to define arrays
(#1992) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1992) Inline comments must end in full-stops, exclamation marks, or question marks
(#1995) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1995) Inline comments must end in full-stops, exclamation marks, or question marks
(#1996) Line exceeds 132 characters; contains 152 characters
(#1999) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1999) Inline comments must end in full-stops, exclamation marks, or question marks
(#2001) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2001) Inline comments must end in full-stops, exclamation marks, or question marks
(#2004) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2004) Inline comments must end in full-stops, exclamation marks, or question marks
(#2010) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2010) Inline comments must end in full-stops, exclamation marks, or question marks
(#2017) Short array syntax must be used to define arrays
(#2017) Line exceeds 132 characters; contains 153 characters
(#2019) Short array syntax must be used to define arrays
(#2023) Short array syntax must be used to define arrays
(#2028) Short array syntax must be used to define arrays
(#2046) Short array syntax must be used to define arrays
(#2048) Short array syntax must be used to define arrays
(#2051) Short array syntax must be used to define arrays
(#2055) Short array syntax must be used to define arrays
(#2056) Short array syntax must be used to define arrays
(#2085) Commas (,) must be followed by white space.
(#2098) Line exceeds 132 characters; contains 151 characters
(#2105) Line exceeds 132 characters; contains 151 characters
(#2113) Line indented incorrectly; expected at least 8 spaces, found 6
(#2117) Short array syntax must be used to define arrays
(#2126) Short array syntax must be used to define arrays
(#2135) Short array syntax must be used to define arrays
(#2135) Line exceeds 132 characters; contains 154 characters
(#2137) Short array syntax must be used to define arrays
(#2141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2141) Inline comments must end in full-stops, exclamation marks, or question marks
(#2144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2144) This comment is 70% valid code; is this commented out code?
(#2144) No space found before comment text; expected "// $worksheet->set_row(1, 24); // set row height" but found "//$worksheet->set_row(1, 24); // set row height"
(#2145) Line exceeds 132 characters; contains 158 characters
(#2145) No space found before comment text; expected "// $worksheet->write_string(1, 0, 'Date: '.$exceldata['time'].'; Course name: '.$exceldata['course_shotname'].'; Group: '.$exceldata['groupname']);" but found "//$worksheet->write_string(1, 0, 'Date: '.$exceldata['time'].'; Course name: '.$exceldata['course_shotname'].'; Group: '.$exceldata['groupname']);"
(#2148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2148) Inline comments must end in full-stops, exclamation marks, or question marks
(#2191) Short array syntax must be used to define arrays
(#2202) Expected 1 space before "=="; 0 found
(#2202) Expected 1 space after "=="; 0 found
(#2202) Expected 1 space before "=="; 0 found
(#2202) Expected 1 space after "=="; 0 found
(#2203) Variable "ASC_DESC" must be all lower-case
(#2203) Variable "ASC_DESC" must not contain underscores.
(#2205) Variable "ASC_DESC" must be all lower-case
(#2205) Variable "ASC_DESC" must not contain underscores.
(#2208) Variable "ASC_DESC" must be all lower-case
(#2208) Variable "ASC_DESC" must not contain underscores.
(#2208) Closing brace must be on a line by itself
(#2209) Variable "ASC_DESC" must be all lower-case
(#2209) Variable "ASC_DESC" must not contain underscores.
(#2209) Variable "ASC_DESC" must be all lower-case
(#2209) Variable "ASC_DESC" must not contain underscores.
(#2209) Closing brace must be on a line by itself
(#2210) Variable "ASC_DESC" must be all lower-case
(#2210) Variable "ASC_DESC" must not contain underscores.
(#2210) Closing brace must be on a line by itself
(#2211) Variable "ASC_DESC" must be all lower-case
(#2211) Variable "ASC_DESC" must not contain underscores.
(#2211) Closing brace must be on a line by itself
(#2212) Variable "ASC_DESC" must be all lower-case
(#2212) Variable "ASC_DESC" must not contain underscores.
(#2212) Closing brace must be on a line by itself
(#2213) Variable "ASC_DESC" must be all lower-case
(#2213) Variable "ASC_DESC" must not contain underscores.
(#2213) Closing brace must be on a line by itself
(#2214) Variable "ASC_DESC" must be all lower-case
(#2214) Variable "ASC_DESC" must not contain underscores.
(#2214) Closing brace must be on a line by itself
(#2224) Short array syntax must be used to define arrays
(#2227) Variable "can_deleteattempts" must not contain underscores.
(#2230) Short array syntax must be used to define arrays
(#2237) There should be a comma after the last array item in a multi-line array.
(#2239) Variable "can_deleteattempts" must not contain underscores.
(#2240) Short array syntax must be used to define arrays
(#2244) Short array syntax must be used to define arrays
(#2245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2245) Inline comments must end in full-stops, exclamation marks, or question marks
(#2248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2248) Inline comments must end in full-stops, exclamation marks, or question marks
(#2251) Short array syntax must be used to define arrays
(#2257) Short array syntax must be used to define arrays
(#2275) Commas (,) must be followed by white space.
(#2275) Line exceeds 132 characters; contains 135 characters
(#2283) Line exceeds 132 characters; contains 133 characters
(#2288) Line exceeds 132 characters; contains 151 characters
(#2295) Line exceeds 132 characters; contains 151 characters
(#2299) Line indented incorrectly; expected at least 8 spaces, found 6
(#2300) Line indented incorrectly; expected at least 8 spaces, found 6
(#2301) Line indented incorrectly; expected at least 8 spaces, found 6
(#2302) Line indented incorrectly; expected at least 8 spaces, found 6
(#2302) Line exceeds 132 characters; contains 160 characters
(#2303) Line indented incorrectly; expected at least 8 spaces, found 6
(#2304) Line indented incorrectly; expected at least 8 spaces, found 6
(#2305) Line indented incorrectly; expected at least 8 spaces, found 6
(#2305) Line exceeds 132 characters; contains 162 characters
(#2306) Line indented incorrectly; expected at least 8 spaces, found 6
(#2307) Line indented incorrectly; expected at least 8 spaces, found 6
(#2307) Line exceeds 132 characters; contains 161 characters
(#2308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2308) Inline comments must end in full-stops, exclamation marks, or question marks
(#2308) This comment is 75% valid code; is this commented out code?
(#2308) Line indented incorrectly; expected at least 8 spaces, found 6
(#2308) No space found before comment text; expected "// echo ' <input type="hidden" name="" value="" />';" but found "//echo ' <input type="hidden" name="" value="" />';"
(#2309) Line indented incorrectly; expected at least 8 spaces, found 6
(#2310) Line indented incorrectly; expected at least 8 spaces, found 6
(#2313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2313) Line indented incorrectly; expected at least 4 spaces, found 2
(#2313) No space found before comment text; expected "// }" but found "//}"
(#2319) Short array syntax must be used to define arrays
(#2332) Short array syntax must be used to define arrays
(#2332) Line exceeds 132 characters; contains 140 characters
(#2334) Short array syntax must be used to define arrays
(#2344) Short array syntax must be used to define arrays
(#2345) Empty IF statement detected
(#2346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2346) Inline comments must end in full-stops, exclamation marks, or question marks
(#2348) Short array syntax must be used to define arrays
(#2357) There should be a comma after the last array item in a multi-line array.
(#2362) Short array syntax must be used to define arrays
(#2369) Short array syntax must be used to define arrays
(#2377) There should be a comma after the last array item in a multi-line array.
(#2390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2390) Inline comments must end in full-stops, exclamation marks, or question marks
(#2391) Short array syntax must be used to define arrays
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2391) Commas (,) must be followed by white space.
(#2392) Line exceeds 132 characters; contains 133 characters
(#2399) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2399) Inline comments must end in full-stops, exclamation marks, or question marks
(#2399) This comment is 75% valid code; is this commented out code?
(#2399) No space found before comment text; expected "// echo ' <input type="hidden" name="" value="" />';" but found "//echo ' <input type="hidden" name="" value="" />';"
(#2403) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2403) Inline comments must end in full-stops, exclamation marks, or question marks
(#2404) Short array syntax must be used to define arrays
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2404) Commas (,) must be followed by white space.
(#2405) Line exceeds 132 characters; contains 133 characters
(#2412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2412) Inline comments must end in full-stops, exclamation marks, or question marks
(#2412) This comment is 75% valid code; is this commented out code?
(#2412) No space found before comment text; expected "// echo ' <input type="hidden" name="" value="" />';" but found "//echo ' <input type="hidden" name="" value="" />';"
(#2416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2416) Inline comments must end in full-stops, exclamation marks, or question marks
(#2417) Short array syntax must be used to define arrays
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2417) Commas (,) must be followed by white space.
(#2418) Line exceeds 132 characters; contains 133 characters
(#2425) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2425) Inline comments must end in full-stops, exclamation marks, or question marks
(#2425) This comment is 75% valid code; is this commented out code?
(#2425) No space found before comment text; expected "// echo ' <input type="hidden" name="" value="" />';" but found "//echo ' <input type="hidden" name="" value="" />';"
(#2429) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2429) Inline comments must end in full-stops, exclamation marks, or question marks
(#2430) Short array syntax must be used to define arrays
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Commas (,) must be followed by white space.
(#2430) Line exceeds maximum limit of 180 characters; contains 243 characters
(#2432) Expected 1 space before "="; 0 found
(#2432) Expected 1 space after "="; 0 found
(#2432) Expected 1 space before "<"; 0 found
(#2432) Expected 1 space after "<"; 0 found
(#2433) Expected 1 space before "+"; 0 found
(#2433) Expected 1 space after "+"; 0 found
(#2442) Line exceeds 132 characters; contains 133 characters
(#2449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2449) Inline comments must end in full-stops, exclamation marks, or question marks
(#2449) This comment is 75% valid code; is this commented out code?
(#2449) No space found before comment text; expected "// echo ' <input type="hidden" name="" value="" />';" but found "//echo ' <input type="hidden" name="" value="" />';"
(#2453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2453) Inline comments must end in full-stops, exclamation marks, or question marks
(#2454) Short array syntax must be used to define arrays
(#2456) Line exceeds 132 characters; contains 133 characters
(#2463) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2463) Inline comments must end in full-stops, exclamation marks, or question marks
(#2463) This comment is 75% valid code; is this commented out code?
(#2463) No space found before comment text; expected "// echo ' <input type="hidden" name="" value="" />';" but found "//echo ' <input type="hidden" name="" value="" />';"
(#2467) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2467) Inline comments must end in full-stops, exclamation marks, or question marks
(#2468) Short array syntax must be used to define arrays
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2468) Commas (,) must be followed by white space.
(#2469) Line exceeds 132 characters; contains 133 characters
(#2476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2476) Inline comments must end in full-stops, exclamation marks, or question marks
(#2476) This comment is 75% valid code; is this commented out code?
(#2476) No space found before comment text; expected "// echo ' <input type="hidden" name="" value="" />';" but found "//echo ' <input type="hidden" name="" value="" />';"
(#2491) Line exceeds 132 characters; contains 151 characters
(#2498) Line exceeds 132 characters; contains 151 characters
(#2502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2502) This comment is 58% valid code; is this commented out code?
(#2502) No space found before comment text; expected "// $reader->bookinstances = 1;" but found "//$reader->bookinstances = 1;"
(#2506) Short array syntax must be used to define arrays
(#2512) Short array syntax must be used to define arrays
(#2520) Short array syntax must be used to define arrays
(#2520) Line exceeds 132 characters; contains 167 characters
(#2523) Line indented incorrectly; expected at least 8 spaces, found 6
(#2523) Short array syntax must be used to define arrays
(#2525) Line indented incorrectly; expected at least 8 spaces, found 6
(#2525) Short array syntax must be used to define arrays
(#2534) Short array syntax must be used to define arrays
(#2536) Short array syntax must be used to define arrays
(#2536) Line exceeds 132 characters; contains 172 characters
(#2544) Line indented incorrectly; expected 8 spaces, found 6
(#2545) Line indented incorrectly; expected 12 spaces, found 8
(#2547) Line indented incorrectly; expected at least 16 spaces, found 12
(#2547) Variable "has_capability" must not contain underscores.
(#2548) Line indented incorrectly; expected at least 16 spaces, found 12
(#2548) Variable "has_capability" must not contain underscores.
(#2549) Line indented incorrectly; expected at least 16 spaces, found 12
(#2549) Variable "has_capability" must not contain underscores.
(#2550) Line indented incorrectly; expected at least 16 spaces, found 12
(#2550) Variable "has_capability" must not contain underscores.
(#2552) Line indented incorrectly; expected at least 16 spaces, found 12
(#2553) Line indented incorrectly; expected at least 16 spaces, found 12
(#2555) Line indented incorrectly; expected 16 spaces, found 12
(#2556) Line indented incorrectly; expected at least 20 spaces, found 16
(#2556) Short array syntax must be used to define arrays
(#2557) Line indented incorrectly; expected 16 spaces, found 12
(#2558) Line indented incorrectly; expected at least 20 spaces, found 16
(#2558) Short array syntax must be used to define arrays
(#2558) Line exceeds 132 characters; contains 145 characters
(#2559) Line indented incorrectly; expected 16 spaces, found 12
(#2560) Line indented incorrectly; expected 12 spaces, found 8
(#2561) Line indented incorrectly; expected 8 spaces, found 6
(#2572) Short array syntax must be used to define arrays
(#2573) Line exceeds 132 characters; contains 144 characters
(#2574) Variable "publisher_" must not contain underscores.
(#2575) Variable "publisher_" must not contain underscores.
(#2575) Variable "publisher_" must not contain underscores.
(#2575) Line exceeds maximum limit of 180 characters; contains 189 characters
(#2585) Line exceeds maximum limit of 180 characters; contains 224 characters
(#2596) Line exceeds 132 characters; contains 165 characters
(#2597) Short array syntax must be used to define arrays
(#2598) Variable "levels_" must not contain underscores.
(#2599) Variable "levels_" must not contain underscores.
(#2600) Variable "level_" must not contain underscores.
(#2600) Variable "levels_" must not contain underscores.
(#2600) Variable "levels_" must not contain underscores.
(#2601) Variable "difficulty_" must not contain underscores.
(#2601) Variable "levels_" must not contain underscores.
(#2601) Variable "levels_" must not contain underscores.
(#2602) Variable "points_" must not contain underscores.
(#2602) Variable "levels_" must not contain underscores.
(#2602) Variable "levels_" must not contain underscores.
(#2604) Variable "levels_" must not contain underscores.
(#2604) Variable "levels_" must not contain underscores.
(#2604) Line exceeds maximum limit of 180 characters; contains 196 characters
(#2607) Line exceeds maximum limit of 180 characters; contains 212 characters
(#2622) Variable "difficulty_" must not contain underscores.
(#2622) Commas (,) must be followed by white space.
(#2622) Variable "points_" must not contain underscores.
(#2623) Short array syntax must be used to define arrays
(#2623) Line exceeds maximum limit of 180 characters; contains 261 characters
(#2624) Variable "data_" must not contain underscores.
(#2625) Variable "difficulty_" must not contain underscores.
(#2625) Variable "data_" must not contain underscores.
(#2625) Variable "data_" must not contain underscores.
(#2626) Variable "points_" must not contain underscores.
(#2626) Variable "data_" must not contain underscores.
(#2626) Variable "data_" must not contain underscores.
(#2633) Short array syntax must be used to define arrays
(#2635) Line indented incorrectly; expected 12 spaces, found 10
(#2636) Line indented incorrectly; expected at least 16 spaces, found 12
(#2637) Line indented incorrectly; expected at least 16 spaces, found 12
(#2638) Line indented incorrectly; expected 16 spaces, found 12
(#2639) Line indented incorrectly; expected at least 20 spaces, found 16
(#2640) Line indented incorrectly; expected 16 spaces, found 12
(#2641) Line indented incorrectly; expected at least 16 spaces, found 12
(#2642) Line indented incorrectly; expected 12 spaces, found 10
(#2654) Variable "level_" must not contain underscores.
(#2669) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2669) This comment is 54% valid code; is this commented out code?
(#2669) No space found before comment text; expected "// $pointsarray = array(0.50,0.60,0.70,0.80,0.90,1.00,1.10,1.20,1.30,1.40,1.50,1.60,1.70,1.80,1.90,2.00);" but found "//$pointsarray = array(0.50,0.60,0.70,0.80,0.90,1.00,1.10,1.20,1.30,1.40,1.50,1.60,1.70,1.80,1.90,2.00);"
(#2670) Short array syntax must be used to define arrays
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Commas (,) must be followed by white space.
(#2670) Line exceeds maximum limit of 180 characters; contains 274 characters
(#2673) Variable "points_" must not contain underscores.
(#2674) Variable "points_" must not contain underscores.
(#2675) Variable "points_" must not contain underscores.
(#2694) Short array syntax must be used to define arrays
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2694) Commas (,) must be followed by white space.
(#2697) Variable "difficulty_" must not contain underscores.
(#2698) Variable "difficulty_" must not contain underscores.
(#2699) Variable "difficulty_" must not contain underscores.
(#2720) Line exceeds 132 characters; contains 174 characters
(#2726) Line exceeds 132 characters; contains 174 characters
(#2750) Visibility must be declared on method "definition"
(#2756) Short array syntax must be used to define arrays
(#2775) Short array syntax must be used to define arrays
(#2801) Visibility must be declared on method "get_all_groups"
(#2808) Short array syntax must be used to define arrays
(#2810) Short array syntax must be used to define arrays
(#2819) Short array syntax must be used to define arrays
(#2833) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2849) Line exceeds 132 characters; contains 158 characters
(#2859) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2859) Inline comments must end in full-stops, exclamation marks, or question marks
(#2861) Line exceeds maximum limit of 180 characters; contains 209 characters
(#2876) Expected "if (...) {\n"; found "if (...){\n"
(#2877) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2877) Inline comments must end in full-stops, exclamation marks, or question marks
(#2877) No space found before comment text; expected "// close the row unless the row was closed because the last row was full" but found "//close the row unless the row was closed because the last row was full"
(#2882) Space found before semicolon; expected "level;" but found "level ;"
(#2884) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2884) Inline comments must end in full-stops, exclamation marks, or question marks
(#2884) No space found before comment text; expected "// let's make the cpu rest for 1 sec between sets so that the server isn't overloaded with requests" but found "//let's make the cpu rest for 1 sec between sets so that the server isn't overloaded with requests"
(#2892) Line exceeds 132 characters; contains 143 characters
(#2912) Expected "if (...) {\n"; found "if (...){\n"
(#2913) Expected "if (...) {\n"; found "if(...) {\n"
(#2914) Line exceeds 132 characters; contains 141 characters
(#2917) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2917) Inline comments must end in full-stops, exclamation marks, or question marks
(#2917) No space found before comment text; expected "// close the row unless the row was closed because the last row was full" but found "//close the row unless the row was closed because the last row was full"
(#2922) Space found before semicolon; expected "level;" but found "level ;"
(#2924) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2924) Inline comments must end in full-stops, exclamation marks, or question marks
(#2924) No space found before comment text; expected "// let's make the cpu rest for 1 sec between sets so that the server isn't overloaded with requests" but found "//let's make the cpu rest for 1 sec between sets so that the server isn't overloaded with requests"
(#2932) Line exceeds 132 characters; contains 143 characters
(#2949) Line exceeds 132 characters; contains 137 characters
(#2953) Line indented incorrectly; expected 8 spaces, found 6
(#2954) Line indented incorrectly; expected at least 12 spaces, found 8
(#2955) Line indented incorrectly; expected 8 spaces, found 6
(#2956) Line indented incorrectly; expected at least 12 spaces, found 8
(#2956) Line exceeds maximum limit of 180 characters; contains 239 characters
(#2957) Line indented incorrectly; expected at least 12 spaces, found 8
(#2957) Short array syntax must be used to define arrays
(#2962) Line indented incorrectly; expected at least 12 spaces, found 8
(#2962) Short array syntax must be used to define arrays
(#2963) Line indented incorrectly; expected at least 12 spaces, found 8
(#2964) Line indented incorrectly; expected at least 12 spaces, found 8
(#2964) Short array syntax must be used to define arrays
(#2965) Line indented incorrectly; expected at least 12 spaces, found 8
(#2967) Line indented incorrectly; expected 12 spaces, found 8
(#2968) Line indented incorrectly; expected at least 16 spaces, found 12
(#2968) Commas (,) must be followed by white space.
(#2968) Short array syntax must be used to define arrays
(#2969) Line indented incorrectly; expected at least 16 spaces, found 12
(#2969) Short array syntax must be used to define arrays
(#2974) Line indented incorrectly; expected 12 spaces, found 8
(#2976) Line indented incorrectly; expected at least 12 spaces, found 8
(#2978) Line indented incorrectly; expected 12 spaces, found 8
(#2979) Line indented incorrectly; expected at least 16 spaces, found 12
(#2980) Line indented incorrectly; expected 12 spaces, found 8
(#2981) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2981) Inline comments must end in full-stops, exclamation marks, or question marks
(#2981) Line indented incorrectly; expected at least 12 spaces, found 8
(#2981) No space found before comment text; expected "// fixed by Tom 4 July 2010" but found "//fixed by Tom 4 July 2010"
(#2982) Line indented incorrectly; expected at least 12 spaces, found 8
(#2982) Short array syntax must be used to define arrays
(#2982) Line exceeds maximum limit of 180 characters; contains 248 characters
(#2983) Line indented incorrectly; expected at least 12 spaces, found 8
(#2984) Line indented incorrectly; expected 12 spaces, found 8
(#2985) Line indented incorrectly; expected at least 16 spaces, found 12
(#2986) Line indented incorrectly; expected 12 spaces, found 8
(#2987) Line indented incorrectly; expected at least 12 spaces, found 8
(#2989) Line indented incorrectly; expected at least 12 spaces, found 8
(#2990) Line indented incorrectly; expected 8 spaces, found 6
(#3000) Line exceeds 132 characters; contains 137 characters
(#3003) Short array syntax must be used to define arrays
(#3012) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3012) Inline comments must end in full-stops, exclamation marks, or question marks
(#3012) This comment is 75% valid code; is this commented out code?
(#3012) No space found before comment text; expected "// echo 'Other ip mask <input type="text" name="ipmaskother" value="" />';" but found "//echo 'Other ip mask <input type="text" name="ipmaskother" value="" />';"
(#3014) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3014) Inline comments must end in full-stops, exclamation marks, or question marks
(#3014) Line indented incorrectly; expected at least 4 spaces, found 0
(#3014) No space found before comment text; expected "// change by Tom 28 June 2010" but found "//change by Tom 28 June 2010"
(#3015) Short array syntax must be used to define arrays
(#3037) Short array syntax must be used to define arrays
(#3057) Short array syntax must be used to define arrays
(#3059) Expected 1 space before "="; 0 found
(#3059) Expected 1 space after "="; 0 found
(#3073) Short array syntax must be used to define arrays
(#3080) Short array syntax must be used to define arrays
(#3083) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3089) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3089) Inline comments must end in full-stops, exclamation marks, or question marks
(#3092) Commas (,) must be followed by white space.
(#3102) Short array syntax must be used to define arrays
(#3111) Short array syntax must be used to define arrays
(#3115) Short array syntax must be used to define arrays
(#3122) Short array syntax must be used to define arrays
(#3131) Short array syntax must be used to define arrays
(#3141) Short array syntax must be used to define arrays
(#3143) Short array syntax must be used to define arrays
(#3147) Line indented incorrectly; expected 12 spaces, found 10
(#3148) Line indented incorrectly; expected 16 spaces, found 12
(#3149) Line indented incorrectly; expected at least 20 spaces, found 16
(#3149) The use of function print_object() is forbidden
(#3150) Line indented incorrectly; expected at least 20 spaces, found 16
(#3151) Line indented incorrectly; expected 16 spaces, found 12
(#3152) Line indented incorrectly; expected at least 16 spaces, found 12
(#3153) Line indented incorrectly; expected 16 spaces, found 12
(#3154) Line indented incorrectly; expected at least 20 spaces, found 14
(#3155) Line indented incorrectly; expected 20 spaces, found 14
(#3156) Line indented incorrectly; expected at least 24 spaces, found 18
(#3157) Line indented incorrectly; expected 20 spaces, found 14
(#3158) Line indented incorrectly; expected 20 spaces, found 14
(#3159) Line indented incorrectly; expected at least 24 spaces, found 16
(#3159) Short array syntax must be used to define arrays
(#3160) Line indented incorrectly; expected at least 24 spaces, found 16
(#3160) Short array syntax must be used to define arrays
(#3161) Line indented incorrectly; expected at least 24 spaces, found 16
(#3161) Short array syntax must be used to define arrays
(#3162) Line indented incorrectly; expected 24 spaces, found 16
(#3163) Line indented incorrectly; expected at least 28 spaces, found 20
(#3163) Expected 1 space before "/"; 0 found
(#3163) Expected 1 space after "/"; 0 found
(#3164) Line indented incorrectly; expected 24 spaces, found 16
(#3165) Line indented incorrectly; expected at least 28 spaces, found 20
(#3165) Expected 1 space before "/"; 0 found
(#3165) Expected 1 space after "/"; 0 found
(#3166) Line indented incorrectly; expected 24 spaces, found 16
(#3168) Line indented incorrectly; expected at least 24 spaces, found 16
(#3169) Line indented incorrectly; expected at least 24 spaces, found 16
(#3171) Line indented incorrectly; expected at least 24 spaces, found 16
(#3171) Short array syntax must be used to define arrays
(#3172) Line indented incorrectly; expected at least 24 spaces, found 16
(#3172) Short array syntax must be used to define arrays
(#3174) Line indented incorrectly; expected 24 spaces, found 16
(#3176) Line indented incorrectly; expected at least 28 spaces, found 20
(#3177) Line indented incorrectly; expected at least 28 spaces, found 20
(#3178) Line indented incorrectly; expected at least 28 spaces, found 20
(#3179) Line indented incorrectly; expected at least 28 spaces, found 20
(#3180) Line indented incorrectly; expected at least 28 spaces, found 20
(#3180) Line exceeds 132 characters; contains 139 characters
(#3181) Line indented incorrectly; expected at least 28 spaces, found 20
(#3182) Line indented incorrectly; expected at least 28 spaces, found 20
(#3182) Line exceeds maximum limit of 180 characters; contains 311 characters
(#3183) Line indented incorrectly; expected at least 28 spaces, found 20
(#3183) Line exceeds 132 characters; contains 141 characters
(#3184) Line indented incorrectly; expected at least 28 spaces, found 20
(#3185) Line indented incorrectly; expected at least 28 spaces, found 20
(#3186) Line indented incorrectly; expected at least 28 spaces, found 20
(#3187) Line indented incorrectly; expected at least 28 spaces, found 20
(#3188) Line indented incorrectly; expected at least 28 spaces, found 20
(#3189) Line indented incorrectly; expected at least 28 spaces, found 20
(#3190) Line indented incorrectly; expected at least 28 spaces, found 20
(#3191) Line indented incorrectly; expected at least 28 spaces, found 20
(#3192) Line indented incorrectly; expected at least 28 spaces, found 20
(#3193) Line indented incorrectly; expected at least 28 spaces, found 20
(#3193) Line exceeds 132 characters; contains 139 characters
(#3194) Line indented incorrectly; expected at least 28 spaces, found 20
(#3196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3196) Inline comments must end in full-stops, exclamation marks, or question marks
(#3196) This comment is 60% valid code; is this commented out code?
(#3196) Line indented incorrectly; expected at least 28 spaces, found 20
(#3196) No space found before comment text; expected "// echo $cheatedstring ;" but found "//echo $cheatedstring ;"
(#3198) Line indented incorrectly; expected 28 spaces, found 20
(#3198) Expected 1 space before "=="; 0 found
(#3198) Expected 1 space after "=="; 0 found
(#3199) Line indented incorrectly; expected 32 spaces, found 24
(#3200) Line indented incorrectly; expected at least 36 spaces, found 28
(#3201) Line indented incorrectly; expected 32 spaces, found 24
(#3202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3202) Inline comments must end in full-stops, exclamation marks, or question marks
(#3202) Line indented incorrectly; expected at least 36 spaces, found 3
(#3202) No space found before comment text; expected "// change by Tom 28 June 2010" but found "//change by Tom 28 June 2010"
(#3203) Line indented incorrectly; expected at least 36 spaces, found 28
(#3204) Line indented incorrectly; expected 32 spaces, found 24
(#3205) Line indented incorrectly; expected 28 spaces, found 20
(#3206) Line indented incorrectly; expected at least 32 spaces, found 24
(#3208) Line indented incorrectly; expected at least 32 spaces, found 24
(#3209) Line indented incorrectly; expected at least 32 spaces, found 24
(#3210) Line indented incorrectly; expected at least 32 spaces, found 24
(#3211) Line indented incorrectly; expected at least 32 spaces, found 24
(#3212) Line indented incorrectly; expected at least 32 spaces, found 24
(#3212) Line exceeds 132 characters; contains 143 characters
(#3213) Line indented incorrectly; expected at least 32 spaces, found 24
(#3214) Line indented incorrectly; expected at least 32 spaces, found 24
(#3214) Line exceeds maximum limit of 180 characters; contains 317 characters
(#3215) Line indented incorrectly; expected at least 32 spaces, found 24
(#3215) Line exceeds 132 characters; contains 145 characters
(#3216) Line indented incorrectly; expected at least 32 spaces, found 24
(#3217) Line indented incorrectly; expected at least 32 spaces, found 24
(#3218) Line indented incorrectly; expected at least 32 spaces, found 24
(#3219) Line indented incorrectly; expected at least 32 spaces, found 24
(#3220) Line indented incorrectly; expected at least 32 spaces, found 24
(#3221) Line indented incorrectly; expected at least 32 spaces, found 24
(#3222) Line indented incorrectly; expected at least 32 spaces, found 24
(#3223) Line indented incorrectly; expected at least 32 spaces, found 24
(#3224) Line indented incorrectly; expected at least 32 spaces, found 24
(#3225) Line indented incorrectly; expected at least 32 spaces, found 24
(#3225) Line exceeds 132 characters; contains 146 characters
(#3226) Line indented incorrectly; expected at least 32 spaces, found 24
(#3227) Line indented incorrectly; expected 28 spaces, found 20
(#3229) Line indented incorrectly; expected 28 spaces, found 20
(#3229) Expected 1 space before "=="; 0 found
(#3229) Expected 1 space after "=="; 0 found
(#3230) Line indented incorrectly; expected 32 spaces, found 24
(#3231) Line indented incorrectly; expected at least 36 spaces, found 28
(#3232) Line indented incorrectly; expected 32 spaces, found 24
(#3233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3233) Inline comments must end in full-stops, exclamation marks, or question marks
(#3233) Line indented incorrectly; expected at least 36 spaces, found 4
(#3233) No space found before comment text; expected "// change by Tom 28 June 2010" but found "//change by Tom 28 June 2010"
(#3234) Line indented incorrectly; expected at least 36 spaces, found 28
(#3235) Line indented incorrectly; expected 32 spaces, found 24
(#3236) Line indented incorrectly; expected 28 spaces, found 20
(#3237) Line indented incorrectly; expected at least 32 spaces, found 24
(#3238) Line indented incorrectly; expected 28 spaces, found 20
(#3239) Line indented incorrectly; expected 28 spaces, found 20
(#3240) Line indented incorrectly; expected at least 32 spaces, found 24
(#3241) Line indented incorrectly; expected 28 spaces, found 20
(#3243) Line indented incorrectly; expected at least 28 spaces, found 20
(#3244) Line indented incorrectly; expected at least 28 spaces, found 20
(#3246) Line indented incorrectly; expected at least 28 spaces, found 20
(#3247) Line indented incorrectly; expected at least 28 spaces, found 20
(#3249) Line indented incorrectly; expected at least 28 spaces, found 20
(#3249) Short array syntax must be used to define arrays
(#3250) Line exceeds maximum limit of 180 characters; contains 268 characters
(#3251) Line indented incorrectly; expected at least 28 spaces, found 20
(#3251) Line exceeds maximum limit of 180 characters; contains 237 characters
(#3252) Line indented incorrectly; expected at least 28 spaces, found 20
(#3252) Line exceeds 132 characters; contains 170 characters
(#3253) Line indented incorrectly; expected at least 28 spaces, found 20
(#3253) Line exceeds 132 characters; contains 178 characters
(#3254) Line indented incorrectly; expected at least 28 spaces, found 20
(#3254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3254) Inline comments must end in full-stops, exclamation marks, or question marks
(#3255) Line indented incorrectly; expected at least 28 spaces, found 20
(#3255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3255) Inline comments must end in full-stops, exclamation marks, or question marks
(#3256) Line indented incorrectly; expected at least 28 spaces, found 20
(#3257) Line indented incorrectly; expected at least 28 spaces, found 20
(#3258) Line indented incorrectly; expected 24 spaces, found 16
(#3259) Line indented incorrectly; expected 20 spaces, found 14
(#3260) Line indented incorrectly; expected 16 spaces, found 12
(#3261) Line indented incorrectly; expected 12 spaces, found 10
(#3264) Short array syntax must be used to define arrays
(#3264) A comma after the last array item in a single-line array is not allowed.
(#3264) Line exceeds 132 characters; contains 133 characters
(#3270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3270) This comment is 70% valid code; is this commented out code?
(#3270) No space found before comment text; expected "// echo $totalcount;" but found "//echo $totalcount;"
(#3271) Inline comments must end in full-stops, exclamation marks, or question marks
(#3271) No space found before comment text; expected "// print_r($quizzes);" but found "//print_r($quizzes);"
(#3279) Short array syntax must be used to define arrays
(#3290) Short array syntax must be used to define arrays
(#3290) Line exceeds 132 characters; contains 165 characters
(#3292) Short array syntax must be used to define arrays
(#3296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3296) Inline comments must end in full-stops, exclamation marks, or question marks
(#3299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3299) Inline comments must end in full-stops, exclamation marks, or question marks
(#3303) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3303) Inline comments must end in full-stops, exclamation marks, or question marks
(#3318) Short array syntax must be used to define arrays
(#3333) Short array syntax must be used to define arrays
(#3341) Short array syntax must be used to define arrays
(#3355) Short array syntax must be used to define arrays
(#3359) Short array syntax must be used to define arrays
(#3369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3369) Inline comments must end in full-stops, exclamation marks, or question marks
(#3371) Short array syntax must be used to define arrays
(#3379) Commas (,) must be followed by white space.
(#3381) There should be a comma after the last array item in a multi-line array.
(#3410) Line exceeds maximum limit of 180 characters; contains 378 characters
(#3414) Line exceeds maximum limit of 180 characters; contains 187 characters
(#3423) Line exceeds 132 characters; contains 172 characters
(#3430) Line exceeds 132 characters; contains 172 characters
(#3456) Visibility must be declared on method "definition"
(#3461) Short array syntax must be used to define arrays
(#3461) Line exceeds maximum limit of 180 characters; contains 189 characters
(#3462) Short array syntax must be used to define arrays
(#3463) Expected "if (...) {\n"; found "if (...){\n"
(#3464) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#3469) Short array syntax must be used to define arrays
(#3471) Expected "for (...) {\n"; found "for(...) {\n"
(#3471) Expected 1 space before "="; 0 found
(#3471) Expected 1 space after "="; 0 found
(#3471) Expected 1 space before "<="; 0 found
(#3471) Expected 1 space after "<="; 0 found
(#3473) Short array syntax must be used to define arrays
(#3477) Short array syntax must be used to define arrays
(#3478) Variable "data_" must not contain underscores.
(#3479) Expected "if (...) {\n"; found "if (...){\n"
(#3479) Variable "data_" must not contain underscores.
(#3480) Variable "data_" must not contain underscores.
(#3482) Variable "data_" must not contain underscores.
(#3482) Variable "data_" must not contain underscores.
(#3484) Variable "data_" must not contain underscores.
(#3485) Variable "data_" must not contain underscores.
(#3491) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3491) Inline comments must end in full-stops, exclamation marks, or question marks
(#3493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3493) Inline comments must end in full-stops, exclamation marks, or question marks
(#3496) Expected 1 space before "="; 0 found
(#3496) Expected 1 space after "="; 0 found
(#3525) Visibility must be declared on method "definition"
(#3528) Short array syntax must be used to define arrays
(#3534) Short array syntax must be used to define arrays
(#3534) Line exceeds maximum limit of 180 characters; contains 220 characters
(#3538) Short array syntax must be used to define arrays
(#3539) Expected "if (...) {\n"; found "if (...){\n"
(#3540) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#3546) Expected "for (...) {\n"; found "for(...) {\n"
(#3546) Expected 1 space before "="; 0 found
(#3546) Expected 1 space after "="; 0 found
(#3546) Expected 1 space before "<="; 0 found
(#3546) Expected 1 space after "<="; 0 found
(#3551) Short array syntax must be used to define arrays
(#3561) Expected 1 space before "="; 0 found
(#3561) Expected 1 space after "="; 0 found
(#3572) Short array syntax must be used to define arrays
(#3583) Short array syntax must be used to define arrays
(#3583) Line exceeds maximum limit of 180 characters; contains 243 characters
(#3592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3592) Inline comments must end in full-stops, exclamation marks, or question marks
(#3592) This comment is 75% valid code; is this commented out code?
(#3592) No space found before comment text; expected "// echo 'Other ip mask <input type="text" name="ipmaskother" value="" />';" but found "//echo 'Other ip mask <input type="text" name="ipmaskother" value="" />';"
(#3594) Short array syntax must be used to define arrays
(#3604) Short array syntax must be used to define arrays
(#3620) Short array syntax must be used to define arrays
(#3623) Short array syntax must be used to define arrays
(#3625) Short array syntax must be used to define arrays
(#3625) Line exceeds 132 characters; contains 167 characters
(#3634) Expected 1 space before "=="; 0 found
(#3634) Expected 1 space after "=="; 0 found
(#3637) Expected 1 space before "/"; 0 found
(#3637) Expected 1 space after "/"; 0 found
(#3637) Expected 1 space before "*"; 0 found
(#3637) Expected 1 space after "*"; 0 found
(#3637) Expected 1 space before "+"; 0 found
(#3637) Expected 1 space after "+"; 0 found
(#3637) Commas (,) must be followed by white space.
(#3645) Short array syntax must be used to define arrays
(#3651) Short array syntax must be used to define arrays
(#3657) Short array syntax must be used to define arrays
(#3660) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3660) Inline comments must end in full-stops, exclamation marks, or question marks
(#3660) This comment is 75% valid code; is this commented out code?
(#3660) No space found before comment text; expected "// echo $booksratingbest;" but found "//echo $booksratingbest;"
(#3663) Variable "data_" must not contain underscores.
(#3664) Variable "data_" must not contain underscores.
(#3664) Variable "data_" must not contain underscores.
(#3665) Variable "data_" must not contain underscores.
(#3665) Variable "data_" must not contain underscores.
(#3666) Variable "data_" must not contain underscores.
(#3666) Variable "data_" must not contain underscores.
(#3667) Variable "data_" must not contain underscores.
(#3667) Variable "data_" must not contain underscores.
(#3668) Variable "data_" must not contain underscores.
(#3668) Variable "data_" must not contain underscores.
(#3670) Expected 1 space before "="; 0 found
(#3670) Expected 1 space after "="; 0 found
(#3672) Variable "datares_" must not contain underscores.
(#3673) Line indented incorrectly; expected at least 16 spaces, found 14
(#3674) Line indented incorrectly; expected 16 spaces, found 14
(#3674) Expected 1 space before "<="; 0 found
(#3674) Expected 1 space after "<="; 0 found
(#3675) Line indented incorrectly; expected at least 20 spaces, found 16
(#3675) Variable "datares_" must not contain underscores.
(#3675) Variable "datares_" must not contain underscores.
(#3676) Line indented incorrectly; expected at least 20 spaces, found 16
(#3676) Variable "datares_" must not contain underscores.
(#3676) Variable "datares_" must not contain underscores.
(#3677) Line indented incorrectly; expected at least 20 spaces, found 16
(#3677) Variable "datares_" must not contain underscores.
(#3677) Variable "datares_" must not contain underscores.
(#3678) Line indented incorrectly; expected at least 20 spaces, found 16
(#3678) Variable "datares_" must not contain underscores.
(#3678) Variable "datares_" must not contain underscores.
(#3679) Line indented incorrectly; expected at least 20 spaces, found 16
(#3679) Variable "datares_" must not contain underscores.
(#3679) Variable "datares_" must not contain underscores.
(#3680) Line indented incorrectly; expected 16 spaces, found 14
(#3684) Variable "data_" must not contain underscores.
(#3685) Short array syntax must be used to define arrays
(#3686) Variable "data_" must not contain underscores.
(#3687) Variable "data_" must not contain underscores.
(#3688) Variable "data_" must not contain underscores.
(#3689) Variable "data_" must not contain underscores.
(#3690) Variable "data_" must not contain underscores.
(#3706) Short array syntax must be used to define arrays
(#3714) Short array syntax must be used to define arrays
(#3716) Short array syntax must be used to define arrays
(#3720) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3720) Inline comments must end in full-stops, exclamation marks, or question marks
(#3723) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3723) Inline comments must end in full-stops, exclamation marks, or question marks
(#3727) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3727) Inline comments must end in full-stops, exclamation marks, or question marks
(#3740) Short array syntax must be used to define arrays
(#3745) Line exceeds maximum limit of 180 characters; contains 298 characters
(#3748) Short array syntax must be used to define arrays
(#3749) Short array syntax must be used to define arrays
(#3750) Short array syntax must be used to define arrays
(#3751) Short array syntax must be used to define arrays
(#3753) Commas (,) must be followed by white space.
(#3753) Short array syntax must be used to define arrays
(#3754) Short array syntax must be used to define arrays
(#3761) There should be a comma after the last array item in a multi-line array.
(#3765) Short array syntax must be used to define arrays
(#3785) Commas (,) must be followed by white space.
(#3790) Line exceeds 132 characters; contains 151 characters
(#3797) Line exceeds 132 characters; contains 151 characters
(#3802) Short array syntax must be used to define arrays
(#3803) Short array syntax must be used to define arrays
(#3804) Short array syntax must be used to define arrays
(#3806) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3806) Inline comments must end in full-stops, exclamation marks, or question marks
(#3808) Short array syntax must be used to define arrays
(#3810) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3810) Inline comments must end in full-stops, exclamation marks, or question marks
(#3814) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#3815) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3815) Inline comments must end in full-stops, exclamation marks, or question marks
(#3816) Expected 1 space before "=="; 0 found
(#3816) Expected 1 space after "=="; 0 found
(#3816) Expected 1 space before "=="; 0 found
(#3816) Expected 1 space after "=="; 0 found
(#3816) Expected 1 space before "=="; 0 found
(#3816) Expected 1 space after "=="; 0 found
(#3825) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#3830) Short array syntax must be used to define arrays
(#3833) Short array syntax must be used to define arrays
(#3837) Short array syntax must be used to define arrays
(#3840) Short array syntax must be used to define arrays
(#3845) Short array syntax must be used to define arrays
(#3846) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3848) Short array syntax must be used to define arrays
(#3860) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3893) Visibility must be declared on method "definition"
(#3913) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3913) Inline comments must end in full-stops, exclamation marks, or question marks
(#3915) Expected 1 space before "=="; 0 found
(#3915) Expected 1 space after "=="; 0 found
(#3919) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3919) Inline comments must end in full-stops, exclamation marks, or question marks
(#3922) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3925) Short array syntax must be used to define arrays
(#3926) list() will assign variable from left-to-right since PHP 7.0. Ensure all variables in list() are unique to prevent unexpected results.
(#3940) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3940) This comment is 50% valid code; is this commented out code?
(#3943) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3943) This comment is 50% valid code; is this commented out code?
(#3947) Short array syntax must be used to define arrays
(#3950) Short array syntax must be used to define arrays
(#3950) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3960) Short array syntax must be used to define arrays
(#3963) Short array syntax must be used to define arrays
(#3963) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3971) Expected 1 space before "=="; 0 found
(#3971) Expected 1 space after "=="; 0 found
(#3972) Expected 1 space before "=="; 0 found
(#3972) Expected 1 space after "=="; 0 found
(#3974) Expected 1 space before "=="; 0 found
(#3974) Expected 1 space after "=="; 0 found
(#3977) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3977) Inline comments must end in full-stops, exclamation marks, or question marks
(#3978) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3978) Inline comments must end in full-stops, exclamation marks, or question marks
(#3981) Expected 1 space before "=="; 0 found
(#3981) Expected 1 space after "=="; 0 found
(#3982) Expected 1 space before "=="; 0 found
(#3982) Expected 1 space after "=="; 0 found
(#3983) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3983) Inline comments must end in full-stops, exclamation marks, or question marks
(#3985) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3985) Inline comments must end in full-stops, exclamation marks, or question marks
(#3986) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3986) Inline comments must end in full-stops, exclamation marks, or question marks
(#3988) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3988) Inline comments must end in full-stops, exclamation marks, or question marks
(#3990) Short array syntax must be used to define arrays
(#3992) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3992) Inline comments must end in full-stops, exclamation marks, or question marks
(#3995) Expected 1 space before "=="; 0 found
(#3995) Expected 1 space after "=="; 0 found
(#3996) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3996) Inline comments must end in full-stops, exclamation marks, or question marks
(#3999) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3999) Inline comments must end in full-stops, exclamation marks, or question marks
(#4000) Short array syntax must be used to define arrays
(#4001) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4001) Inline comments must end in full-stops, exclamation marks, or question marks
(#4005) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4005) Inline comments must end in full-stops, exclamation marks, or question marks
(#4009) Short array syntax must be used to define arrays
(#4011) Short array syntax must be used to define arrays
(#4012) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4012) Inline comments must end in full-stops, exclamation marks, or question marks
(#4027) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4027) This comment is 100% valid code; is this commented out code?
(#4033) Short array syntax must be used to define arrays
(#4033) Line exceeds 132 characters; contains 154 characters
(#4035) Short array syntax must be used to define arrays
(#4037) Short array syntax must be used to define arrays
(#4039) Short array syntax must be used to define arrays
(#4040) The use of function print_object() is forbidden
(#4042) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4042) Inline comments must end in full-stops, exclamation marks, or question marks
(#4046) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4046) Inline comments must end in full-stops, exclamation marks, or question marks
(#4047) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4047) Inline comments must end in full-stops, exclamation marks, or question marks
(#4050) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4050) Inline comments must end in full-stops, exclamation marks, or question marks
(#4051) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4051) Inline comments must end in full-stops, exclamation marks, or question marks
(#4052) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4052) Inline comments must end in full-stops, exclamation marks, or question marks
(#4083) Visibility must be declared on method "definition"
(#4089) Short array syntax must be used to define arrays
(#4092) Expected 1 space before "="; 0 found
(#4092) Expected 1 space after "="; 0 found
(#4101) Short array syntax must be used to define arrays
(#4109) Short array syntax must be used to define arrays
(#4109) Line exceeds 132 characters; contains 157 characters
(#4111) Short array syntax must be used to define arrays
(#4118) Short array syntax must be used to define arrays
(#4120) Short array syntax must be used to define arrays
(#4122) Commas (,) must be followed by white space.
(#4122) Short array syntax must be used to define arrays
(#4125) Expected "if (...) {\n"; found "if (...){\n"
(#4126) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#4137) Short array syntax must be used to define arrays
(#4141) Short array syntax must be used to define arrays
(#4149) Short array syntax must be used to define arrays
(#4153) Short array syntax must be used to define arrays
(#4167) Short array syntax must be used to define arrays
(#4174) There should be a comma after the last array item in a multi-line array.
(#4183) Short array syntax must be used to define arrays
(#4189) Commas (,) must be followed by white space.
(#4201) Line exceeds 132 characters; contains 144 characters
(#4204) Short array syntax must be used to define arrays
(#4207) Short array syntax must be used to define arrays
(#4208) Short array syntax must be used to define arrays
(#4209) Short array syntax must be used to define arrays
(#4211) Short array syntax must be used to define arrays
(#4224) Line exceeds 132 characters; contains 164 characters
(#4236) Short array syntax must be used to define arrays
(#4248) Short array syntax must be used to define arrays
(#4251) Short array syntax must be used to define arrays
(#4254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4254) This comment is 43% valid code; is this commented out code?
(#4254) Line indented incorrectly; expected at least 4 spaces, found 0
(#4254) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#4255) Line indented incorrectly; expected at least 4 spaces, found 0
(#4255) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#4256) Line indented incorrectly; expected at least 4 spaces, found 0
(#4256) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#4259) Short array syntax must be used to define arrays
(#4260) Short array syntax must be used to define arrays
(#4261) Short array syntax must be used to define arrays
(#4261) Line exceeds 132 characters; contains 143 characters
(#4263) Short array syntax must be used to define arrays
(#4264) Short array syntax must be used to define arrays
(#4265) Short array syntax must be used to define arrays
(#4265) Line exceeds 132 characters; contains 143 characters
(#4267) Short array syntax must be used to define arrays
(#4267) Line exceeds maximum limit of 180 characters; contains 190 characters
(#4275) There should be a comma after the last array item in a multi-line array.
(#4275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4275) Inline comments must end in full-stops, exclamation marks, or question marks
(#4280) Short array syntax must be used to define arrays
(#4282) Short array syntax must be used to define arrays
(#4294) Line exceeds 132 characters; contains 138 characters
(#4299) Expected 1 space after ".="; 2 found
(#4305) Short array syntax must be used to define arrays
(#4307) Short array syntax must be used to define arrays
(#4313) Short array syntax must be used to define arrays
(#4315) Short array syntax must be used to define arrays
(#4317) Short array syntax must be used to define arrays
(#4319) Short array syntax must be used to define arrays
(#4322) Short array syntax must be used to define arrays
(#4323) Short array syntax must be used to define arrays
(#4324) Short array syntax must be used to define arrays
(#4328) Short array syntax must be used to define arrays
(#4329) Short array syntax must be used to define arrays
(#4329) Short array syntax must be used to define arrays
(#4330) Short array syntax must be used to define arrays
(#4330) Short array syntax must be used to define arrays
(#4334) Short array syntax must be used to define arrays
(#4338) Short array syntax must be used to define arrays
(#4338) Short array syntax must be used to define arrays
(#4338) Line exceeds 132 characters; contains 162 characters
(#4349) Short array syntax must be used to define arrays
(#4349) Line exceeds 132 characters; contains 137 characters
(#4351) Short array syntax must be used to define arrays
(#4352) Short array syntax must be used to define arrays
(#4356) Short array syntax must be used to define arrays
(#4357) Short array syntax must be used to define arrays
(#4358) Short array syntax must be used to define arrays
(#4358) Line exceeds 132 characters; contains 142 characters
(#4360) Short array syntax must be used to define arrays
(#4362) Short array syntax must be used to define arrays
(#4369) Short array syntax must be used to define arrays
(#4370) Short array syntax must be used to define arrays
(#4371) Short array syntax must be used to define arrays
(#4371) Line exceeds 132 characters; contains 138 characters
(#4373) Short array syntax must be used to define arrays
(#4374) Short array syntax must be used to define arrays
(#4375) Short array syntax must be used to define arrays
(#4375) Line exceeds 132 characters; contains 137 characters
(#4377) Short array syntax must be used to define arrays
(#4378) Short array syntax must be used to define arrays
(#4379) Short array syntax must be used to define arrays
(#4379) Line exceeds 132 characters; contains 136 characters
(#4381) Short array syntax must be used to define arrays
(#4383) Short array syntax must be used to define arrays
mod/reader/admin/books.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file books.php. Expected mod_reader, found mod.
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) 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
(#41) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/books/addbook/form.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file form.php. Expected mod_reader, found mod.
(#51) Visibility must be declared on method "__construct"
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#66) Visibility must be declared on method "definition"
(#70) Variable "text_options" must not contain underscores.
(#70) Short array syntax must be used to define arrays
(#71) Variable "number_options" must not contain underscores.
(#71) Short array syntax must be used to define arrays
(#73) Variable "error_required" must not contain underscores.
(#74) Variable "error_integer" must not contain underscores.
(#75) Variable "error_decimal" must not contain underscores.
(#79) Variable "text_options" must not contain underscores.
(#81) Variable "error_required" must not contain underscores.
(#85) Variable "text_options" must not contain underscores.
(#87) Variable "error_required" must not contain underscores.
(#91) Variable "text_options" must not contain underscores.
(#96) Short array syntax must be used to define arrays
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) This comment is 67% valid code; is this commented out code?
(#106) Short array syntax must be used to define arrays
(#116) Variable "number_options" must not contain underscores.
(#118) Variable "error_required" must not contain underscores.
(#119) Variable "error_integer" must not contain underscores.
(#123) Variable "number_options" must not contain underscores.
(#125) Variable "error_required" must not contain underscores.
(#126) Variable "error_decimal" must not contain underscores.
mod/reader/admin/books/addbook/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#45) Missing member variable doc comment
(#74) Empty IF statement detected
mod/reader/admin/books/download/ajax.js.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file ajax.js.php. Expected mod_reader, found mod.
(#38) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#55) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Short array syntax must be used to define arrays
(#60) Short array syntax must be used to define arrays
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Short array syntax must be used to define arrays
mod/reader/admin/books/download/downloader.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file downloader.php. Expected mod_reader, found mod.
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#45) Invalid docblock tag "@const".
(#48) Missing docblock for constant reader_downloader::BOOKS_WITH_QUIZZES
(#54) Invalid docblock tag "@const".
(#57) Missing docblock for constant reader_downloader::REPAIR_MODE
(#63) Invalid docblock tag "@const".
(#67) Missing docblock for constant reader_downloader::ACTION_CATEGORYTYPE
(#68) Missing docblock for constant reader_downloader::ACTION_CATEGORYID
(#69) Missing docblock for constant reader_downloader::ACTION_CATEGORYTEXT
(#71) Missing docblock for constant reader_downloader::ACTION_COURSETYPE
(#72) Missing docblock for constant reader_downloader::ACTION_COURSEID
(#73) Missing docblock for constant reader_downloader::ACTION_COURSETEXT
(#75) Missing docblock for constant reader_downloader::ACTION_SECTIONTYPE
(#76) Missing docblock for constant reader_downloader::ACTION_SECTIONNUM
(#77) Missing docblock for constant reader_downloader::ACTION_SECTIONTEXT
(#83) Invalid docblock tag "@const".
(#86) Missing docblock for constant reader_downloader::CATEGORYTYPE_HIDDEN
(#87) Missing docblock for constant reader_downloader::CATEGORYTYPE_VISIBLE
(#88) Missing docblock for constant reader_downloader::CATEGORYTYPE_CURRENT
(#89) Missing docblock for constant reader_downloader::CATEGORYTYPE_NEW
(#95) Invalid docblock tag "@const".
(#98) Missing docblock for constant reader_downloader::COURSETYPE_HIDDEN
(#99) Missing docblock for constant reader_downloader::COURSETYPE_VISIBLE
(#100) Missing docblock for constant reader_downloader::COURSETYPE_CURRENT
(#101) Missing docblock for constant reader_downloader::COURSETYPE_NEW
(#107) Invalid docblock tag "@const".
(#110) Missing docblock for constant reader_downloader::SECTIONTYPE_HIDDEN
(#111) Missing docblock for constant reader_downloader::SECTIONTYPE_VISIBLE
(#112) Missing docblock for constant reader_downloader::SECTIONTYPE_LAST
(#113) Missing docblock for constant reader_downloader::SECTIONTYPE_NEW
(#116) Missing @var tag in member variable comment
(#117) Short array syntax must be used to define arrays
(#119) Missing @var tag in member variable comment
(#120) Short array syntax must be used to define arrays
(#122) Missing @var tag in member variable comment
(#123) Short array syntax must be used to define arrays
(#126) Expected 5 spaces before asterisk; 4 found
(#127) Expected 5 spaces before asterisk; 4 found
(#128) Expected 5 spaces before asterisk; 4 found
(#129) Expected 5 spaces before asterisk; 4 found
(#131) Missing member variable doc comment
(#132) Missing member variable doc comment
(#133) Missing member variable doc comment
(#137) Expected 5 spaces before asterisk; 4 found
(#138) Expected 5 spaces before asterisk; 4 found
(#139) Expected 5 spaces before asterisk; 4 found
(#139) Expected "int" but found "integer" for @var tag in member variable comment
(#140) Expected 5 spaces before asterisk; 4 found
(#142) Missing member variable doc comment
(#146) Expected 5 spaces before asterisk; 4 found
(#147) Expected 5 spaces before asterisk; 4 found
(#148) Expected 5 spaces before asterisk; 4 found
(#148) Expected "int" but found "integer" for @var tag in member variable comment
(#149) Expected 5 spaces before asterisk; 4 found
(#150) Expected 1 space after "="; 2 found
(#151) Missing member variable doc comment
(#151) Expected 1 space after "="; 2 found
(#152) Missing member variable doc comment
(#154) Missing member variable doc comment
(#154) Expected 1 space after "="; 2 found
(#155) Missing member variable doc comment
(#155) Expected 1 space after "="; 2 found
(#156) Missing member variable doc comment
(#158) Missing member variable doc comment
(#158) Expected 1 space after "="; 2 found
(#159) Missing member variable doc comment
(#159) Expected 1 space after "="; 2 found
(#160) Missing member variable doc comment
(#163) Missing @var tag in member variable comment
(#166) Missing @var tag in member variable comment
(#167) Member variable "quiz_sections" must not contain underscores.
(#169) Missing @var tag in member variable comment
(#170) Member variable "quiz_slots" must not contain underscores.
(#172) Missing @var tag in member variable comment
(#173) Member variable "quiz_questions" must not contain underscores.
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Empty IF statement detected
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Short array syntax must be used to define arrays
(#207) Short array syntax must be used to define arrays
(#209) Short array syntax must be used to define arrays
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#214) Short array syntax must be used to define arrays
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) Inline comments must start with a capital letter, digit or 3-dots sequence
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Variable "SUBTYPES" must be all lower-case
(#289) Variable "DEFAULT" must be all lower-case
(#291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#291) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) Variable "TYPE" must be all lower-case
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Variable "SUBTYPES" must be all lower-case
(#293) Variable "SUBTYPE" must be all lower-case
(#294) Expected 1 space before "=="; 0 found
(#294) Expected 1 space after "=="; 0 found
(#294) Variable "TYPE" must be all lower-case
(#294) Variable "SUBTYPE" must be all lower-case
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Expected 1 space before "=="; 0 found
(#307) Expected 1 space after "=="; 0 found
(#308) Variable "TYPE" must be all lower-case
(#308) Variable "DEFAULT" must be all lower-case
(#332) Short array syntax must be used to define arrays
(#332) Expected 1 space before "=="; 0 found
(#332) Expected 1 space after "=="; 0 found
(#353) Expected 1 space before "=="; 0 found
(#353) Expected 1 space after "=="; 0 found
(#354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) Short array syntax must be used to define arrays
(#362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#362) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Short array syntax must be used to define arrays
(#370) Line exceeds 132 characters; contains 147 characters
(#374) Short array syntax must be used to define arrays
(#374) Line exceeds 132 characters; contains 147 characters
(#386) Empty ELSE statement detected
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#400) Expected 1 space before "=="; 0 found
(#400) Expected 1 space after "=="; 0 found
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Short array syntax must be used to define arrays
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) Inline comments must start with a capital letter, digit or 3-dots sequence
(#408) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Variable "hidden_exists" must not contain underscores.
(#410) Short array syntax must be used to define arrays
(#411) Variable "visible_exists" must not contain underscores.
(#411) Short array syntax must be used to define arrays
(#412) Variable "current_exists" must not contain underscores.
(#412) Short array syntax must be used to define arrays
(#412) Line exceeds 132 characters; contains 138 characters
(#414) Inline comments must start with a capital letter, digit or 3-dots sequence
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) Expected 1 space before "=="; 0 found
(#416) Expected 1 space after "=="; 0 found
(#419) Variable "current_exists" must not contain underscores.
(#422) Variable "hidden_exists" must not contain underscores.
(#425) Variable "visible_exists" must not contain underscores.
(#434) Short array syntax must be used to define arrays
(#434) Line exceeds 132 characters; contains 141 characters
(#439) Variable "visible_exists" must not contain underscores.
(#444) Variable "hidden_exists" must not contain underscores.
(#449) Variable "current_exists" must not contain underscores.
(#461) Inline comments must start with a capital letter, digit or 3-dots sequence
(#461) Inline comments must end in full-stops, exclamation marks, or question marks
(#465) Inline comments must start with a capital letter, digit or 3-dots sequence
(#465) Inline comments must end in full-stops, exclamation marks, or question marks
(#468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#468) Inline comments must end in full-stops, exclamation marks, or question marks
(#472) Empty ELSE statement detected
(#473) Inline comments must start with a capital letter, digit or 3-dots sequence
(#473) Inline comments must end in full-stops, exclamation marks, or question marks
(#485) Empty IF statement detected
(#485) Expected 1 space before "=="; 0 found
(#485) Expected 1 space after "=="; 0 found
(#486) Inline comments must start with a capital letter, digit or 3-dots sequence
(#487) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) Expected 1 space before "=="; 0 found
(#500) Expected 1 space after "=="; 0 found
(#502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#503) Expected 1 space before "=="; 0 found
(#503) Expected 1 space after "=="; 0 found
(#509) Inline comments must start with a capital letter, digit or 3-dots sequence
(#509) Inline comments must end in full-stops, exclamation marks, or question marks
(#510) Short array syntax must be used to define arrays
(#517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#517) Inline comments must end in full-stops, exclamation marks, or question marks
(#523) Short array syntax must be used to define arrays
(#523) Line exceeds 132 characters; contains 173 characters
(#526) Short array syntax must be used to define arrays
(#526) Line exceeds 132 characters; contains 173 characters
(#535) Empty ELSE statement detected
(#536) Inline comments must start with a capital letter, digit or 3-dots sequence
(#536) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) Expected 1 space before "=="; 0 found
(#549) Expected 1 space after "=="; 0 found
(#550) Inline comments must start with a capital letter, digit or 3-dots sequence
(#550) Inline comments must end in full-stops, exclamation marks, or question marks
(#551) Short array syntax must be used to define arrays
(#555) Inline comments must start with a capital letter, digit or 3-dots sequence
(#555) Inline comments must end in full-stops, exclamation marks, or question marks
(#562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#562) 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
(#569) Empty ELSE statement detected
(#570) Inline comments must start with a capital letter, digit or 3-dots sequence
(#570) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) Empty IF statement detected
(#582) Expected 1 space before "=="; 0 found
(#582) Expected 1 space after "=="; 0 found
(#583) Inline comments must start with a capital letter, digit or 3-dots sequence
(#584) Inline comments must end in full-stops, exclamation marks, or question marks
(#597) Expected 1 space before "=="; 0 found
(#597) Expected 1 space after "=="; 0 found
(#599) Inline comments must start with a capital letter, digit or 3-dots sequence
(#599) Inline comments must end in full-stops, exclamation marks, or question marks
(#600) Short array syntax must be used to define arrays
(#607) Inline comments must start with a capital letter, digit or 3-dots sequence
(#607) Inline comments must end in full-stops, exclamation marks, or question marks
(#614) Short array syntax must be used to define arrays
(#617) Short array syntax must be used to define arrays
(#617) Expected 1 space before "=="; 0 found
(#617) Expected 1 space after "=="; 0 found
(#617) Line exceeds maximum limit of 180 characters; contains 187 characters
(#622) Short array syntax must be used to define arrays
(#622) Expected 1 space before "=="; 0 found
(#622) Expected 1 space after "=="; 0 found
(#622) Line exceeds maximum limit of 180 characters; contains 187 characters
(#630) Empty ELSE statement detected
(#631) Inline comments must start with a capital letter, digit or 3-dots sequence
(#631) Inline comments must end in full-stops, exclamation marks, or question marks
(#643) Empty IF statement detected
(#643) Expected 1 space before "=="; 0 found
(#643) Expected 1 space after "=="; 0 found
(#644) Inline comments must start with a capital letter, digit or 3-dots sequence
(#645) Inline comments must end in full-stops, exclamation marks, or question marks
(#646) Empty ELSE statement detected
(#647) Inline comments must start with a capital letter, digit or 3-dots sequence
(#647) Inline comments must end in full-stops, exclamation marks, or question marks
(#659) Empty IF statement detected
(#659) Expected 1 space before "=="; 0 found
(#659) Expected 1 space after "=="; 0 found
(#660) Inline comments must start with a capital letter, digit or 3-dots sequence
(#661) Inline comments must end in full-stops, exclamation marks, or question marks
(#679) Inline comments must start with a capital letter, digit or 3-dots sequence
(#679) Inline comments must end in full-stops, exclamation marks, or question marks
(#680) Expected 1 space before "=="; 0 found
(#680) Expected 1 space after "=="; 0 found
(#680) Must use "self::" for local static member reference
(#682) Expected 1 space before "=="; 0 found
(#682) Expected 1 space after "=="; 0 found
(#683) Inline comments must start with a capital letter, digit or 3-dots sequence
(#683) Inline comments must end in full-stops, exclamation marks, or question marks
(#687) Short array syntax must be used to define arrays
(#700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#701) Inline comments must end in full-stops, exclamation marks, or question marks
(#705) Inline comments must start with a capital letter, digit or 3-dots sequence
(#705) Inline comments must end in full-stops, exclamation marks, or question marks
(#713) Inline comments must start with a capital letter, digit or 3-dots sequence
(#713) Inline comments must end in full-stops, exclamation marks, or question marks
(#714) Line exceeds 132 characters; contains 137 characters
(#732) Inline comments must start with a capital letter, digit or 3-dots sequence
(#732) Inline comments must end in full-stops, exclamation marks, or question marks
(#733) Short array syntax must be used to define arrays
(#734) Expected 1 space before "=="; 0 found
(#734) Expected 1 space after "=="; 0 found
(#735) Inline comments must start with a capital letter, digit or 3-dots sequence
(#736) Inline comments must end in full-stops, exclamation marks, or question marks
(#747) Inline comments must start with a capital letter, digit or 3-dots sequence
(#826) Expected 1 space before "=="; 0 found
(#826) Expected 1 space after "=="; 0 found
(#826) Expected 1 space before "=="; 0 found
(#826) Expected 1 space after "=="; 0 found
(#827) Inline comments must start with a capital letter, digit or 3-dots sequence
(#827) Inline comments must end in full-stops, exclamation marks, or question marks
(#842) Line exceeds 132 characters; contains 134 characters
(#847) Empty IF statement detected
(#848) Inline comments must start with a capital letter, digit or 3-dots sequence
(#848) Inline comments must end in full-stops, exclamation marks, or question marks
(#849) Empty IF statement detected
(#850) Inline comments must start with a capital letter, digit or 3-dots sequence
(#850) Inline comments must end in full-stops, exclamation marks, or question marks
(#876) Inline comments must start with a capital letter, digit or 3-dots sequence
(#876) Inline comments must end in full-stops, exclamation marks, or question marks
(#883) Inline comments must start with a capital letter, digit or 3-dots sequence
(#886) Expected 1 space before "==="; 0 found
(#886) Expected 1 space after "==="; 0 found
(#890) Inline comments must start with a capital letter, digit or 3-dots sequence
(#890) Inline comments must end in full-stops, exclamation marks, or question marks
(#893) Inline comments must start with a capital letter, digit or 3-dots sequence
(#893) Inline comments must end in full-stops, exclamation marks, or question marks
(#901) Variable "started_list" must not contain underscores.
(#905) Variable "i_max" must not contain underscores.
(#915) Empty IF statement detected
(#915) Expected 1 space before "=="; 0 found
(#915) Expected 1 space after "=="; 0 found
(#915) Expected 1 space before "=="; 0 found
(#915) Expected 1 space after "=="; 0 found
(#915) Expected 1 space before "=="; 0 found
(#915) Expected 1 space after "=="; 0 found
(#916) Inline comments must start with a capital letter, digit or 3-dots sequence
(#916) Inline comments must end in full-stops, exclamation marks, or question marks
(#920) Short array syntax must be used to define arrays
(#922) Short array syntax must be used to define arrays
(#926) Variable "memory_usage" must not contain underscores.
(#927) Variable "memory_usage" must not contain underscores.
(#927) Variable "memory_usage" must not contain underscores.
(#927) Expected 1 space before "/"; 0 found
(#927) Expected 1 space after "/"; 0 found
(#928) Variable "memory_peak_usage" must not contain underscores.
(#929) Variable "memory_peak_usage" must not contain underscores.
(#929) Variable "memory_peak_usage" must not contain underscores.
(#929) Expected 1 space before "/"; 0 found
(#929) Expected 1 space after "/"; 0 found
(#930) Variable "memory_usage" must not contain underscores.
(#930) Variable "memory_peak_usage" must not contain underscores.
(#933) Inline comments must start with a capital letter, digit or 3-dots sequence
(#933) Inline comments must end in full-stops, exclamation marks, or question marks
(#940) Variable "i_max" must not contain underscores.
(#944) Inline comments must start with a capital letter, digit or 3-dots sequence
(#944) Inline comments must end in full-stops, exclamation marks, or question marks
(#946) Expected 1 space before "=="; 0 found
(#946) Expected 1 space after "=="; 0 found
(#947) Inline comments must start with a capital letter, digit or 3-dots sequence
(#947) Inline comments must end in full-stops, exclamation marks, or question marks
(#951) Short array syntax must be used to define arrays
(#953) Empty IF statement detected
(#954) Inline comments must start with a capital letter, digit or 3-dots sequence
(#954) Inline comments must end in full-stops, exclamation marks, or question marks
(#956) Inline comments must start with a capital letter, digit or 3-dots sequence
(#956) Inline comments must end in full-stops, exclamation marks, or question marks
(#957) Short array syntax must be used to define arrays
(#975) Inline comments must start with a capital letter, digit or 3-dots sequence
(#975) Inline comments must end in full-stops, exclamation marks, or question marks
(#978) Empty IF statement detected
(#978) Expected 1 space before "=="; 0 found
(#978) Expected 1 space after "=="; 0 found
(#978) Expected 1 space before "=="; 0 found
(#978) Expected 1 space after "=="; 0 found
(#978) Expected 1 space before "=="; 0 found
(#978) Expected 1 space after "=="; 0 found
(#978) Expected 1 space before "=="; 0 found
(#978) Expected 1 space after "=="; 0 found
(#978) Expected 1 space before "=="; 0 found
(#978) Expected 1 space after "=="; 0 found
(#979) Inline comments must start with a capital letter, digit or 3-dots sequence
(#980) Empty IF statement detected
(#980) Expected 1 space before "=="; 0 found
(#980) Expected 1 space after "=="; 0 found
(#981) Inline comments must start with a capital letter, digit or 3-dots sequence
(#981) Inline comments must end in full-stops, exclamation marks, or question marks
(#987) Inline comments must start with a capital letter, digit or 3-dots sequence
(#987) Inline comments must end in full-stops, exclamation marks, or question marks
(#988) Expected 1 space before "=="; 0 found
(#988) Expected 1 space after "=="; 0 found
(#989) Inline comments must start with a capital letter, digit or 3-dots sequence
(#989) Inline comments must end in full-stops, exclamation marks, or question marks
(#991) Inline comments must start with a capital letter, digit or 3-dots sequence
(#991) Inline comments must end in full-stops, exclamation marks, or question marks
(#994) Inline comments must start with a capital letter, digit or 3-dots sequence
(#994) Inline comments must end in full-stops, exclamation marks, or question marks
(#1012) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1012) Inline comments must end in full-stops, exclamation marks, or question marks
(#1013) Expected 1 space before "=="; 0 found
(#1013) Expected 1 space after "=="; 0 found
(#1018) Variable "started_list" must not contain underscores.
(#1018) Expected 1 space before "=="; 0 found
(#1018) Expected 1 space after "=="; 0 found
(#1018) Expected 1 space before "=="; 0 found
(#1018) Expected 1 space after "=="; 0 found
(#1019) Variable "started_list" must not contain underscores.
(#1023) Line exceeds 132 characters; contains 178 characters
(#1023) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1023) This comment is 66% valid code; is this commented out code?
(#1023) No space found before comment text; expected "// echo html_writer::tag('p', get_string('targetcategory', 'mod_reader').': '.$DB->get_field('course_categories', 'name', array('id' => $this->targetcategoryid)));" but found "//echo html_writer::tag('p', get_string('targetcategory', 'mod_reader').': '.$DB->get_field('course_categories', 'name', array('id' => $this->targetcategoryid)));"
(#1024) Line exceeds 132 characters; contains 167 characters
(#1024) Inline comments must end in full-stops, exclamation marks, or question marks
(#1024) No space found before comment text; expected "// echo html_writer::tag('p', get_string('targetcourse', 'mod_reader').': '.$DB->get_field('course', 'fullname', array('id' => $this->targetcourseid)));" but found "//echo html_writer::tag('p', get_string('targetcourse', 'mod_reader').': '.$DB->get_field('course', 'fullname', array('id' => $this->targetcourseid)));"
(#1030) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1030) Inline comments must end in full-stops, exclamation marks, or question marks
(#1030) This comment is 48% valid code; is this commented out code?
(#1038) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1038) Inline comments must end in full-stops, exclamation marks, or question marks
(#1049) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1049) Inline comments must end in full-stops, exclamation marks, or question marks
(#1061) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1061) Inline comments must end in full-stops, exclamation marks, or question marks
(#1062) Line exceeds 132 characters; contains 143 characters
(#1064) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1064) Inline comments must end in full-stops, exclamation marks, or question marks
(#1065) Empty IF statement detected
(#1065) Expected 1 space before "=="; 0 found
(#1065) Expected 1 space after "=="; 0 found
(#1066) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1066) Inline comments must end in full-stops, exclamation marks, or question marks
(#1069) Variable "questions_exist" must not contain underscores.
(#1069) Short array syntax must be used to define arrays
(#1071) Variable "questions_exist" must not contain underscores.
(#1071) Short array syntax must be used to define arrays
(#1073) Variable "questions_exist" must not contain underscores.
(#1074) Short array syntax must be used to define arrays
(#1075) Short array syntax must be used to define arrays
(#1082) Expected 1 space before "=="; 0 found
(#1082) Expected 1 space after "=="; 0 found
(#1088) Expected 1 space before "=="; 0 found
(#1088) Expected 1 space after "=="; 0 found
(#1090) Short array syntax must be used to define arrays
(#1093) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1093) Inline comments must end in full-stops, exclamation marks, or question marks
(#1095) Short array syntax must be used to define arrays
(#1099) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1099) Inline comments must end in full-stops, exclamation marks, or question marks
(#1109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1109) Inline comments must end in full-stops, exclamation marks, or question marks
(#1118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1118) Inline comments must end in full-stops, exclamation marks, or question marks
(#1119) Expected 1 space before "=="; 0 found
(#1119) Expected 1 space after "=="; 0 found
(#1120) Short array syntax must be used to define arrays
(#1123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1123) Inline comments must end in full-stops, exclamation marks, or question marks
(#1128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1128) Inline comments must end in full-stops, exclamation marks, or question marks
(#1132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1132) Inline comments must end in full-stops, exclamation marks, or question marks
(#1134) Variable "i_max" must not contain underscores.
(#1141) Short array syntax must be used to define arrays
(#1147) Variable "started_list" must not contain underscores.
(#1147) Expected 1 space before "=="; 0 found
(#1147) Expected 1 space after "=="; 0 found
(#1147) Expected 1 space before "=="; 0 found
(#1147) Expected 1 space after "=="; 0 found
(#1193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1193) Inline comments must end in full-stops, exclamation marks, or question marks
(#1196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1196) Inline comments must end in full-stops, exclamation marks, or question marks
(#1199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1199) Inline comments must end in full-stops, exclamation marks, or question marks
(#1202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1202) Inline comments must end in full-stops, exclamation marks, or question marks
(#1203) Short array syntax must be used to define arrays
(#1205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1205) Inline comments must end in full-stops, exclamation marks, or question marks
(#1208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1208) Inline comments must end in full-stops, exclamation marks, or question marks
(#1225) Variable "set_reader" must not contain underscores.
(#1225) Variable "set_config" must not contain underscores.
(#1225) Line exceeds 132 characters; contains 144 characters
(#1228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1228) Inline comments must end in full-stops, exclamation marks, or question marks
(#1230) Short array syntax must be used to define arrays
(#1232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1232) Inline comments must end in full-stops, exclamation marks, or question marks
(#1235) Expected 1 space before "=="; 0 found
(#1235) Expected 1 space after "=="; 0 found
(#1237) Short array syntax must be used to define arrays
(#1243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1243) Inline comments must end in full-stops, exclamation marks, or question marks
(#1247) Short array syntax must be used to define arrays
(#1250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1250) Inline comments must end in full-stops, exclamation marks, or question marks
(#1253) Expected 1 space before "=="; 0 found
(#1253) Expected 1 space after "=="; 0 found
(#1255) Short array syntax must be used to define arrays
(#1261) Variable "set_reader" must not contain underscores.
(#1261) Expected 1 space before "=="; 0 found
(#1261) Expected 1 space after "=="; 0 found
(#1266) Variable "set_config" must not contain underscores.
(#1266) Expected 1 space before "=="; 0 found
(#1266) Expected 1 space after "=="; 0 found
(#1296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1296) Inline comments must end in full-stops, exclamation marks, or question marks
(#1301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1301) Inline comments must end in full-stops, exclamation marks, or question marks
(#1321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1321) Inline comments must end in full-stops, exclamation marks, or question marks
(#1326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1326) Inline comments must end in full-stops, exclamation marks, or question marks
(#1347) Expected 1 space before "=="; 0 found
(#1347) Expected 1 space after "=="; 0 found
(#1351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1351) Inline comments must end in full-stops, exclamation marks, or question marks
(#1362) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1362) Inline comments must end in full-stops, exclamation marks, or question marks
(#1363) Expected 1 space before "=="; 0 found
(#1363) Expected 1 space after "=="; 0 found
(#1365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1365) Inline comments must end in full-stops, exclamation marks, or question marks
(#1368) Inline comments must end in full-stops, exclamation marks, or question marks
(#1369) Variable "category_list" must not contain underscores.
(#1371) Inline comments must end in full-stops, exclamation marks, or question marks
(#1372) Variable "category_list" must not contain underscores.
(#1374) Inline comments must end in full-stops, exclamation marks, or question marks
(#1375) Variable "category_list" must not contain underscores.
(#1375) Short array syntax must be used to define arrays
(#1376) Variable "category_parents" must not contain underscores.
(#1376) Short array syntax must be used to define arrays
(#1377) Variable "category_list" must not contain underscores.
(#1377) Variable "category_parents" must not contain underscores.
(#1380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1380) Inline comments must end in full-stops, exclamation marks, or question marks
(#1381) Variable "category_list" must not contain underscores.
(#1381) Variable "category_name" must not contain underscores.
(#1384) Short array syntax must be used to define arrays
(#1387) Short array syntax must be used to define arrays
(#1390) Expected 1 space before "=="; 0 found
(#1390) Expected 1 space after "=="; 0 found
(#1400) Variable "category_list" must not contain underscores.
(#1404) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1404) Inline comments must end in full-stops, exclamation marks, or question marks
(#1405) Variable "category_list" must not contain underscores.
(#1406) Variable "category_list" must not contain underscores.
(#1407) Variable "category_name" must not contain underscores.
(#1407) Variable "category_list" must not contain underscores.
(#1410) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1410) Inline comments must end in full-stops, exclamation marks, or question marks
(#1411) Expected 1 space before "=="; 0 found
(#1411) Expected 1 space after "=="; 0 found
(#1413) Expected 1 space before "=="; 0 found
(#1413) Expected 1 space after "=="; 0 found
(#1418) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1418) Inline comments must end in full-stops, exclamation marks, or question marks
(#1419) Short array syntax must be used to define arrays
(#1423) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1423) Inline comments must end in full-stops, exclamation marks, or question marks
(#1427) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1427) Inline comments must end in full-stops, exclamation marks, or question marks
(#1436) Inline comments must end in full-stops, exclamation marks, or question marks
(#1439) Inline comments must end in full-stops, exclamation marks, or question marks
(#1442) Inline comments must end in full-stops, exclamation marks, or question marks
(#1450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1450) Inline comments must end in full-stops, exclamation marks, or question marks
(#1453) Expected 1 space before "=="; 0 found
(#1453) Expected 1 space after "=="; 0 found
(#1458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1458) Inline comments must end in full-stops, exclamation marks, or question marks
(#1459) Short array syntax must be used to define arrays
(#1460) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1460) This comment is 50% valid code; is this commented out code?
(#1464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1464) Inline comments must end in full-stops, exclamation marks, or question marks
(#1468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1468) Inline comments must end in full-stops, exclamation marks, or question marks
(#1469) There should be a comma after the last array item in a multi-line array.
(#1472) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1472) Inline comments must end in full-stops, exclamation marks, or question marks
(#1475) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1475) Inline comments must end in full-stops, exclamation marks, or question marks
(#1478) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1478) Inline comments must end in full-stops, exclamation marks, or question marks
(#1482) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1482) Inline comments must end in full-stops, exclamation marks, or question marks
(#1490) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1490) Inline comments must end in full-stops, exclamation marks, or question marks
(#1498) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1498) Inline comments must end in full-stops, exclamation marks, or question marks
(#1501) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1501) Inline comments must end in full-stops, exclamation marks, or question marks
(#1502) Short array syntax must be used to define arrays
(#1509) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1509) Inline comments must end in full-stops, exclamation marks, or question marks
(#1517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1518) Inline comments must end in full-stops, exclamation marks, or question marks
(#1534) Short array syntax must be used to define arrays
(#1551) Inline comments must end in full-stops, exclamation marks, or question marks
(#1556) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1570) Inline comments must end in full-stops, exclamation marks, or question marks
(#1575) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1589) Inline comments must end in full-stops, exclamation marks, or question marks
(#1594) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1608) Expected 1 space before "=="; 0 found
(#1608) Expected 1 space after "=="; 0 found
(#1608) Expected 1 space before "=="; 0 found
(#1608) Expected 1 space after "=="; 0 found
(#1608) Expected 1 space before "=="; 0 found
(#1608) Expected 1 space after "=="; 0 found
(#1625) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1625) Inline comments must end in full-stops, exclamation marks, or question marks
(#1645) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1645) Inline comments must end in full-stops, exclamation marks, or question marks
(#1650) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1650) Inline comments must end in full-stops, exclamation marks, or question marks
(#1654) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1655) Inline comments must end in full-stops, exclamation marks, or question marks
(#1665) Short array syntax must be used to define arrays
(#1675) Short array syntax must be used to define arrays
(#1686) Short array syntax must be used to define arrays
(#1700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1700) Inline comments must end in full-stops, exclamation marks, or question marks
(#1701) Expected 1 space before "=="; 0 found
(#1701) Expected 1 space after "=="; 0 found
(#1706) Short array syntax must be used to define arrays
(#1716) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1716) Inline comments must end in full-stops, exclamation marks, or question marks
(#1717) Expected 1 space before "=="; 0 found
(#1717) Expected 1 space after "=="; 0 found
(#1719) Short array syntax must be used to define arrays
(#1724) Short array syntax must be used to define arrays
(#1738) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1738) Inline comments must end in full-stops, exclamation marks, or question marks
(#1761) Expected 1 space before "=="; 0 found
(#1761) Expected 1 space after "=="; 0 found
(#1762) Short array syntax must be used to define arrays
(#1765) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1765) Inline comments must end in full-stops, exclamation marks, or question marks
(#1772) Short array syntax must be used to define arrays
(#1773) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1773) Inline comments must end in full-stops, exclamation marks, or question marks
(#1779) Short array syntax must be used to define arrays
(#1780) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1780) Inline comments must end in full-stops, exclamation marks, or question marks
(#1784) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1806) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1806) Inline comments must end in full-stops, exclamation marks, or question marks
(#1811) Duplicate array key found. The value will be overwritten. The string array key "overduehandling" was first seen on line 1788
(#1812) Duplicate array key found. The value will be overwritten. The string array key "graceperiod" was first seen on line 1787
(#1813) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1820) Duplicate array key found. The value will be overwritten. The string array key "navmethod" was first seen on line 1802
(#1822) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1822) Inline comments must end in full-stops, exclamation marks, or question marks
(#1823) Short array syntax must be used to define arrays
(#1824) Short array syntax must be used to define arrays
(#1827) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1827) Inline comments must end in full-stops, exclamation marks, or question marks
(#1832) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1832) Inline comments must end in full-stops, exclamation marks, or question marks
(#1847) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1847) This comment is 64% valid code; is this commented out code?
(#1847) No space found before comment text; expected "// $newquiz->instance = quiz_add_instance($newquiz);" but found "//$newquiz->instance = quiz_add_instance($newquiz);"
(#1851) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1854) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1863) Short array syntax must be used to define arrays
(#1867) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1867) Inline comments must end in full-stops, exclamation marks, or question marks
(#1869) Short array syntax must be used to define arrays
(#1875) Inline comments must end in full-stops, exclamation marks, or question marks
(#1878) Short array syntax must be used to define arrays
(#1883) There should be a comma after the last array item in a multi-line array.
(#1886) Inline comments must end in full-stops, exclamation marks, or question marks
(#1889) Inline comments must end in full-stops, exclamation marks, or question marks
(#1894) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1894) Inline comments must end in full-stops, exclamation marks, or question marks
(#1908) Variable "cmid_or_instanceid" must not contain underscores.
(#1911) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1911) Inline comments must end in full-stops, exclamation marks, or question marks
(#1913) Variable "cmid_or_instanceid" must not contain underscores.
(#1914) Variable "cmid_or_instanceid" must not contain underscores.
(#1917) Variable "cmid_or_instanceid" must not contain underscores.
(#1918) Variable "cmid_or_instanceid" must not contain underscores.
(#1923) Inline comments must end in full-stops, exclamation marks, or question marks
(#1926) Inline comments must end in full-stops, exclamation marks, or question marks
(#1938) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1938) Inline comments must end in full-stops, exclamation marks, or question marks
(#1945) Short array syntax must be used to define arrays
(#1945) Line exceeds 132 characters; contains 135 characters
(#1951) Line exceeds 132 characters; contains 133 characters
(#1954) Inline comments must end in full-stops, exclamation marks, or question marks
(#1962) Line exceeds 132 characters; contains 133 characters
(#1967) Expected 1 space before "=="; 0 found
(#1967) Expected 1 space after "=="; 0 found
(#1968) Inline comments must end in full-stops, exclamation marks, or question marks
(#1970) Variable "quiz_section" must not contain underscores.
(#1970) Short array syntax must be used to define arrays
(#1971) Variable "quiz_section" must not contain underscores.
(#1971) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1971) Inline comments must end in full-stops, exclamation marks, or question marks
(#1973) Variable "quiz_section" must not contain underscores.
(#1973) Short array syntax must be used to define arrays
(#1977) There should be a comma after the last array item in a multi-line array.
(#1979) Variable "quiz_section" must not contain underscores.
(#1979) Variable "quiz_section" must not contain underscores.
(#1980) Variable "quiz_section" must not contain underscores.
(#1998) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1998) Inline comments must end in full-stops, exclamation marks, or question marks
(#2001) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2001) Inline comments must end in full-stops, exclamation marks, or question marks
(#2004) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2004) Inline comments must end in full-stops, exclamation marks, or question marks
(#2012) Expected 1 space before "=="; 0 found
(#2012) Expected 1 space after "=="; 0 found
(#2022) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2023) Inline comments must end in full-stops, exclamation marks, or question marks
(#2026) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2026) Inline comments must end in full-stops, exclamation marks, or question marks
(#2051) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2051) Inline comments must end in full-stops, exclamation marks, or question marks
(#2066) Expected 1 space before "=="; 0 found
(#2066) Expected 1 space after "=="; 0 found
(#2102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2102) Inline comments must end in full-stops, exclamation marks, or question marks
(#2103) Short array syntax must be used to define arrays
(#2104) Short array syntax must be used to define arrays
(#2105) Short array syntax must be used to define arrays
(#2107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2107) Inline comments must end in full-stops, exclamation marks, or question marks
(#2110) Short array syntax must be used to define arrays
(#2114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2114) Inline comments must end in full-stops, exclamation marks, or question marks
(#2117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2117) Inline comments must end in full-stops, exclamation marks, or question marks
(#2118) Expected 1 space before "=="; 0 found
(#2118) Expected 1 space after "=="; 0 found
(#2118) Expected 1 space before "=="; 0 found
(#2118) Expected 1 space after "=="; 0 found
(#2118) Expected 1 space before "=="; 0 found
(#2118) Expected 1 space after "=="; 0 found
(#2122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2122) Inline comments must end in full-stops, exclamation marks, or question marks
(#2123) Expected 1 space before "=="; 0 found
(#2123) Expected 1 space after "=="; 0 found
(#2127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2127) Inline comments must end in full-stops, exclamation marks, or question marks
(#2130) Variable "has_nonrandom" must not contain underscores.
(#2132) Variable "has_nonrandom" must not contain underscores.
(#2136) The use of function print_object() is forbidden
(#2143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2143) Inline comments must end in full-stops, exclamation marks, or question marks
(#2150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2150) Inline comments must end in full-stops, exclamation marks, or question marks
(#2154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2154) Inline comments must end in full-stops, exclamation marks, or question marks
(#2159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2159) Inline comments must end in full-stops, exclamation marks, or question marks
(#2168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2168) Inline comments must end in full-stops, exclamation marks, or question marks
(#2188) Variable "has_nonrandom" must not contain underscores.
(#2198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2201) Empty IF statement detected
(#2201) Line exceeds 132 characters; contains 145 characters
(#2202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2202) Inline comments must end in full-stops, exclamation marks, or question marks
(#2215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2218) Variable "count_correct" must not contain underscores.
(#2228) Variable "has_nonrandom" must not contain underscores.
(#2229) Variable "count_correct" must not contain underscores.
(#2234) Variable "count_correct" must not contain underscores.
(#2234) Variable "count_correct" must not contain underscores.
(#2234) Expected 1 space before "=="; 0 found
(#2234) Expected 1 space after "=="; 0 found
(#2235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2235) Inline comments must end in full-stops, exclamation marks, or question marks
(#2237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2246) Inline comments must end in full-stops, exclamation marks, or question marks
(#2247) Short array syntax must be used to define arrays
(#2250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2250) Inline comments must end in full-stops, exclamation marks, or question marks
(#2252) Variable "has_correct" must not contain underscores.
(#2255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2255) Inline comments must end in full-stops, exclamation marks, or question marks
(#2272) Variable "has_nonrandom" must not contain underscores.
(#2273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2273) Inline comments must end in full-stops, exclamation marks, or question marks
(#2277) Variable "has_nonrandom" must not contain underscores.
(#2278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2280) Inline comments must end in full-stops, exclamation marks, or question marks
(#2285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2285) Inline comments must end in full-stops, exclamation marks, or question marks
(#2289) Expected 1 space before "=="; 0 found
(#2289) Expected 1 space after "=="; 0 found
(#2292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2297) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2299) Inline comments must end in full-stops, exclamation marks, or question marks
(#2300) Variable "has_correct" must not contain underscores.
(#2304) Variable "has_correct" must not contain underscores.
(#2307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2307) Inline comments must end in full-stops, exclamation marks, or question marks
(#2310) Variable "has_correct" must not contain underscores.
(#2328) The use of function print_object() is forbidden
(#2351) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2351) Inline comments must end in full-stops, exclamation marks, or question marks
(#2354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2354) Inline comments must end in full-stops, exclamation marks, or question marks
(#2355) Expected 1 space before "==="; 0 found
(#2355) Expected 1 space after "==="; 0 found
(#2356) Short array syntax must be used to define arrays
(#2359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2359) Inline comments must end in full-stops, exclamation marks, or question marks
(#2360) Expected 1 space before "==="; 0 found
(#2360) Expected 1 space after "==="; 0 found
(#2364) Short array syntax must be used to define arrays
(#2367) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2367) Inline comments must end in full-stops, exclamation marks, or question marks
(#2368) Expected 1 space before "==="; 0 found
(#2368) Expected 1 space after "==="; 0 found
(#2372) Short array syntax must be used to define arrays
(#2376) Short array syntax must be used to define arrays
(#2380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2380) Inline comments must end in full-stops, exclamation marks, or question marks
(#2388) Expected 1 space before "=="; 0 found
(#2388) Expected 1 space after "=="; 0 found
(#2396) Expected 1 space before "=="; 0 found
(#2396) Expected 1 space after "=="; 0 found
(#2430) Short array syntax must be used to define arrays
(#2432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2432) Inline comments must end in full-stops, exclamation marks, or question marks
(#2440) Short array syntax must be used to define arrays
(#2446) There should be a comma after the last array item in a multi-line array.
(#2461) Expected 1 space before "==="; 0 found
(#2461) Expected 1 space after "==="; 0 found
(#2461) Expected 1 space before "==="; 0 found
(#2461) Expected 1 space after "==="; 0 found
(#2483) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2483) Inline comments must end in full-stops, exclamation marks, or question marks
(#2483) This comment is 55% valid code; is this commented out code?
(#2484) Expected 1 space before "==="; 0 found
(#2484) Expected 1 space after "==="; 0 found
(#2485) Short array syntax must be used to define arrays
(#2491) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2491) Inline comments must end in full-stops, exclamation marks, or question marks
(#2494) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2494) Inline comments must end in full-stops, exclamation marks, or question marks
(#2499) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2499) Inline comments must end in full-stops, exclamation marks, or question marks
(#2500) Expected 1 space before "=="; 0 found
(#2500) Expected 1 space after "=="; 0 found
(#2504) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2504) Inline comments must end in full-stops, exclamation marks, or question marks
(#2508) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2508) Inline comments must end in full-stops, exclamation marks, or question marks
(#2512) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2512) Inline comments must end in full-stops, exclamation marks, or question marks
(#2515) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2516) Inline comments must end in full-stops, exclamation marks, or question marks
(#2535) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2535) Inline comments must end in full-stops, exclamation marks, or question marks
(#2538) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2539) Inline comments must end in full-stops, exclamation marks, or question marks
(#2542) Closing brace must be on a line by itself
(#2543) Closing brace must be on a line by itself
(#2544) Closing brace must be on a line by itself
(#2545) Closing brace must be on a line by itself
(#2546) Closing brace must be on a line by itself
(#2547) Closing brace must be on a line by itself
(#2548) Closing brace must be on a line by itself
(#2549) Closing brace must be on a line by itself
(#2550) Closing brace must be on a line by itself
(#2551) Closing brace must be on a line by itself
(#2571) Inline comments must end in full-stops, exclamation marks, or question marks
(#2573) Short array syntax must be used to define arrays
(#2600) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2600) Inline comments must end in full-stops, exclamation marks, or question marks
(#2601) Short array syntax must be used to define arrays
(#2608) Inline comments must end in full-stops, exclamation marks, or question marks
(#2609) Inline comments must end in full-stops, exclamation marks, or question marks
(#2610) Inline comments must end in full-stops, exclamation marks, or question marks
(#2613) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2613) Inline comments must end in full-stops, exclamation marks, or question marks
(#2632) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2632) Inline comments must end in full-stops, exclamation marks, or question marks
(#2633) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2636) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2636) Inline comments must end in full-stops, exclamation marks, or question marks
(#2637) Short array syntax must be used to define arrays
(#2641) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2641) Inline comments must end in full-stops, exclamation marks, or question marks
(#2663) Short array syntax must be used to define arrays
(#2667) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2669) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2682) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2682) Inline comments must end in full-stops, exclamation marks, or question marks
(#2683) Short array syntax must be used to define arrays
(#2691) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2691) Inline comments must end in full-stops, exclamation marks, or question marks
(#2695) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2696) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2700) Inline comments must end in full-stops, exclamation marks, or question marks
(#2720) Short array syntax must be used to define arrays
(#2725) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2726) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2730) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2731) Inline comments must end in full-stops, exclamation marks, or question marks
(#2739) Short array syntax must be used to define arrays
(#2744) Short array syntax must be used to define arrays
(#2755) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2756) Inline comments must end in full-stops, exclamation marks, or question marks
(#2757) Short array syntax must be used to define arrays
(#2764) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2764) Inline comments must end in full-stops, exclamation marks, or question marks
(#2784) Short array syntax must be used to define arrays
(#2788) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2790) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2795) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2795) Inline comments must end in full-stops, exclamation marks, or question marks
(#2796) Short array syntax must be used to define arrays
(#2802) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2804) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2806) There should be a comma after the last array item in a multi-line array.
(#2806) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2809) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2809) Inline comments must end in full-stops, exclamation marks, or question marks
(#2828) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2828) Inline comments must end in full-stops, exclamation marks, or question marks
(#2829) Expected 1 space before "=="; 0 found
(#2829) Expected 1 space after "=="; 0 found
(#2833) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2834) Inline comments must end in full-stops, exclamation marks, or question marks
(#2840) Short array syntax must be used to define arrays
(#2843) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2843) Inline comments must end in full-stops, exclamation marks, or question marks
(#2862) Short array syntax must be used to define arrays
(#2866) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2868) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2873) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2873) Inline comments must end in full-stops, exclamation marks, or question marks
(#2874) Short array syntax must be used to define arrays
(#2879) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2879) Inline comments must end in full-stops, exclamation marks, or question marks
(#2898) Short array syntax must be used to define arrays
(#2902) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2904) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2909) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2909) Inline comments must end in full-stops, exclamation marks, or question marks
(#2910) Short array syntax must be used to define arrays
(#2915) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2915) Inline comments must end in full-stops, exclamation marks, or question marks
(#2936) Short array syntax must be used to define arrays
(#2947) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2947) Inline comments must end in full-stops, exclamation marks, or question marks
(#2964) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2964) Inline comments must end in full-stops, exclamation marks, or question marks
(#2969) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2969) Inline comments must end in full-stops, exclamation marks, or question marks
(#2979) Inline comments must end in full-stops, exclamation marks, or question marks
(#2989) Inline comments must end in full-stops, exclamation marks, or question marks
(#3004) Short array syntax must be used to define arrays
(#3016) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3017) Inline comments must end in full-stops, exclamation marks, or question marks
(#3019) Short array syntax must be used to define arrays
(#3021) Short array syntax must be used to define arrays
(#3022) Short array syntax must be used to define arrays
(#3022) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3022) Inline comments must end in full-stops, exclamation marks, or question marks
(#3022) This comment is 69% valid code; is this commented out code?
(#3023) Short array syntax must be used to define arrays
(#3023) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3023) Inline comments must end in full-stops, exclamation marks, or question marks
(#3023) This comment is 69% valid code; is this commented out code?
(#3024) There should be a comma after the last array item in a multi-line array.
(#3024) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3024) Inline comments must end in full-stops, exclamation marks, or question marks
(#3024) This comment is 43% valid code; is this commented out code?
(#3039) Short array syntax must be used to define arrays
(#3039) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3042) Short array syntax must be used to define arrays
(#3059) Short array syntax must be used to define arrays
(#3080) Short array syntax must be used to define arrays
(#3084) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3086) Inline comments must end in full-stops, exclamation marks, or question marks
(#3091) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3091) Inline comments must end in full-stops, exclamation marks, or question marks
(#3092) Short array syntax must be used to define arrays
(#3094) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3094) Inline comments must end in full-stops, exclamation marks, or question marks
(#3098) list() will assign variable from left-to-right since PHP 7.0. Ensure all variables in list() are unique to prevent unexpected results.
(#3099) Expected 1 space before "=="; 0 found
(#3099) Expected 1 space after "=="; 0 found
(#3110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3110) Inline comments must end in full-stops, exclamation marks, or question marks
(#3111) Expected 1 space before "=="; 0 found
(#3111) Expected 1 space after "=="; 0 found
(#3115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3115) Inline comments must end in full-stops, exclamation marks, or question marks
(#3121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3121) Inline comments must end in full-stops, exclamation marks, or question marks
(#3122) Variable "min_levenshtein" must not contain underscores.
(#3124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3124) Inline comments must end in full-stops, exclamation marks, or question marks
(#3127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3127) Inline comments must end in full-stops, exclamation marks, or question marks
(#3133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3133) Inline comments must end in full-stops, exclamation marks, or question marks
(#3135) Variable "min_levenshtein" must not contain underscores.
(#3142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3142) Inline comments must end in full-stops, exclamation marks, or question marks
(#3143) Short array syntax must be used to define arrays
(#3146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3147) Inline comments must end in full-stops, exclamation marks, or question marks
(#3150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3150) Inline comments must end in full-stops, exclamation marks, or question marks
(#3154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3154) Inline comments must end in full-stops, exclamation marks, or question marks
(#3159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3159) Inline comments must end in full-stops, exclamation marks, or question marks
(#3162) Variable "has_hidden_field" must not contain underscores.
(#3164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3164) Inline comments must end in full-stops, exclamation marks, or question marks
(#3166) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3166) Inline comments must end in full-stops, exclamation marks, or question marks
(#3167) Variable "has_hidden_field" must not contain underscores.
(#3176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3176) Inline comments must end in full-stops, exclamation marks, or question marks
(#3179) Variable "has_hidden_field" must not contain underscores.
(#3199) Short array syntax must be used to define arrays
(#3203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3207) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3208) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#3209) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#3210) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#3211) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#3212) Inline comments must end in full-stops, exclamation marks, or question marks
(#3212) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#3218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3218) Inline comments must end in full-stops, exclamation marks, or question marks
(#3269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3269) Inline comments must end in full-stops, exclamation marks, or question marks
(#3272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3272) Inline comments must end in full-stops, exclamation marks, or question marks
(#3274) Inline comments must end in full-stops, exclamation marks, or question marks
(#3275) Short array syntax must be used to define arrays
(#3277) Short array syntax must be used to define arrays
(#3278) Short array syntax must be used to define arrays
(#3279) Short array syntax must be used to define arrays
(#3284) There should be a comma after the last array item in a multi-line array.
(#3291) Inline comments must end in full-stops, exclamation marks, or question marks
(#3292) Short array syntax must be used to define arrays
(#3294) Short array syntax must be used to define arrays
(#3305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3305) Inline comments must end in full-stops, exclamation marks, or question marks
(#3306) Short array syntax must be used to define arrays
(#3308) Short array syntax must be used to define arrays
(#3331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3331) Inline comments must end in full-stops, exclamation marks, or question marks
(#3334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3334) Inline comments must end in full-stops, exclamation marks, or question marks
(#3341) Short array syntax must be used to define arrays
(#3343) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3343) Inline comments must end in full-stops, exclamation marks, or question marks
(#3345) Short array syntax must be used to define arrays
(#3347) Short array syntax must be used to define arrays
(#3349) Short array syntax must be used to define arrays
(#3350) Closing brace must be on a line by itself
(#3351) Closing brace must be on a line by itself
(#3352) Closing brace must be on a line by itself
(#3353) Closing brace must be on a line by itself
(#3354) Closing brace must be on a line by itself
(#3371) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3371) Inline comments must end in full-stops, exclamation marks, or question marks
(#3377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3377) Inline comments must end in full-stops, exclamation marks, or question marks
(#3378) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3378) Inline comments must end in full-stops, exclamation marks, or question marks
(#3380) Short array syntax must be used to define arrays
(#3380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3383) Short array syntax must be used to define arrays
(#3384) Short array syntax must be used to define arrays
(#3387) Inline comments must end in full-stops, exclamation marks, or question marks
(#3388) Short array syntax must be used to define arrays
(#3390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3391) Inline comments must end in full-stops, exclamation marks, or question marks
(#3392) Short array syntax must be used to define arrays
(#3394) Short array syntax must be used to define arrays
(#3397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3397) Inline comments must end in full-stops, exclamation marks, or question marks
(#3400) Expected 1 space before "==="; 0 found
(#3400) Expected 1 space after "==="; 0 found
(#3401) Short array syntax must be used to define arrays
(#3404) Short array syntax must be used to define arrays
(#3414) Inline comments must end in full-stops, exclamation marks, or question marks
(#3423) Empty IF statement detected
(#3423) Expected 1 space before "==="; 0 found
(#3423) Expected 1 space after "==="; 0 found
(#3424) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3424) Inline comments must end in full-stops, exclamation marks, or question marks
(#3432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3432) Inline comments must end in full-stops, exclamation marks, or question marks
(#3436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3436) Inline comments must end in full-stops, exclamation marks, or question marks
(#3439) Short array syntax must be used to define arrays
(#3444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3444) Inline comments must end in full-stops, exclamation marks, or question marks
(#3447) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3447) Inline comments must end in full-stops, exclamation marks, or question marks
(#3448) Short array syntax must be used to define arrays
(#3463) Short array syntax must be used to define arrays
(#3470) Short array syntax must be used to define arrays
(#3485) Short array syntax must be used to define arrays
(#3486) Inline comments must end in full-stops, exclamation marks, or question marks
(#3493) Short array syntax must be used to define arrays
(#3507) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3507) Inline comments must end in full-stops, exclamation marks, or question marks
(#3521) Short array syntax must be used to define arrays
(#3539) Short array syntax must be used to define arrays
(#3540) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/books/download/lib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file lib.php. Expected mod_reader, found mod.
(#49) Missing @var tag in member variable comment
(#52) Missing @var tag in member variable comment
(#78) Missing @var tag in member variable comment
(#79) Short array syntax must be used to define arrays
(#81) Missing @var tag in member variable comment
(#95) Missing @var tag in member variable comment
(#98) Missing @var tag in member variable comment
(#112) Missing member variable doc comment
(#112) Short array syntax must be used to define arrays
(#125) Short array syntax must be used to define arrays
(#169) Short array syntax must be used to define arrays
mod/reader/admin/books/download/progress.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file progress.php. Expected mod_reader, found mod.
(#51) Missing @var tag in member variable comment
(#54) Missing @var tag in member variable comment
(#57) Missing @var tag in member variable comment
(#60) Missing @var tag in member variable comment
(#63) Missing @var tag in member variable comment
(#66) Missing @var tag in member variable comment
(#67) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Missing @var tag in member variable comment
(#212) Missing @var tag in member variable comment
(#215) Missing @var tag in member variable comment
(#218) Missing @var tag in member variable comment
(#221) Missing @var tag in member variable comment
(#233) Short array syntax must be used to define arrays
(#248) Visibility must be declared on method "allow_html_in_title"
(#275) Visibility must be declared on method "create"
(#276) Short array syntax must be used to define arrays
(#289) Visibility must be declared on method "create_items"
(#290) Short array syntax must be used to define arrays
(#306) Visibility must be declared on method "create_item"
(#307) Short array syntax must be used to define arrays
(#323) Visibility must be declared on method "create_quiz"
(#324) Short array syntax must be used to define arrays
(#343) Visibility must be declared on method "create_instances"
(#344) Short array syntax must be used to define arrays
(#360) Visibility must be declared on method "create_categories"
(#361) Short array syntax must be used to define arrays
(#377) Visibility must be declared on method "create_category"
(#378) Short array syntax must be used to define arrays
(#394) Visibility must be declared on method "create_questions"
(#395) Short array syntax must be used to define arrays
(#411) Visibility must be declared on method "create_question"
(#412) Short array syntax must be used to define arrays
(#429) Visibility must be declared on method "create_answers"
(#430) Short array syntax must be used to define arrays
(#470) Inline comments must start with a capital letter, digit or 3-dots sequence
(#470) Inline comments must end in full-stops, exclamation marks, or question marks
(#506) Inline comments must start with a capital letter, digit or 3-dots sequence
(#506) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#527) 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
(#537) Inline comments must start with a capital letter, digit or 3-dots sequence
(#537) Inline comments must end in full-stops, exclamation marks, or question marks
(#545) Line exceeds 132 characters; contains 138 characters
(#546) Inline comments must start with a capital letter, digit or 3-dots sequence
(#546) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) This comment is 84% valid code; is this commented out code?
(#546) No space found before comment text; expected "// unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['instances']->tasks[$instanceid]);" but found "//unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['instances']->tasks[$instanceid]);"
(#548) Line exceeds 132 characters; contains 139 characters
(#549) Inline comments must start with a capital letter, digit or 3-dots sequence
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#549) This comment is 84% valid code; is this commented out code?
(#549) No space found before comment text; expected "// unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['categories']->tasks[$categoryid]);" but found "//unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['categories']->tasks[$categoryid]);"
(#551) Line exceeds 132 characters; contains 179 characters
(#552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#552) Inline comments must end in full-stops, exclamation marks, or question marks
(#552) This comment is 83% valid code; is this commented out code?
(#552) No space found before comment text; expected "// unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['categories']->tasks[$categoryid]->tasks['questions']->tasks[$questionid]);" but found "//unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['categories']->tasks[$categoryid]->tasks['questions']->tasks[$questionid]);"
(#554) Line exceeds maximum limit of 180 characters; contains 197 characters
(#555) Inline comments must start with a capital letter, digit or 3-dots sequence
(#555) Inline comments must end in full-stops, exclamation marks, or question marks
(#555) This comment is 83% valid code; is this commented out code?
(#555) No space found before comment text; expected "// unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['categories']->tasks[$categoryid]->tasks['questions']->tasks[$questionid]->tasks['options']);" but found "//unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['categories']->tasks[$categoryid]->tasks['questions']->tasks[$questionid]->tasks['options']);"
(#557) Line exceeds maximum limit of 180 characters; contains 215 characters
(#558) Inline comments must start with a capital letter, digit or 3-dots sequence
(#558) Inline comments must end in full-stops, exclamation marks, or question marks
(#558) This comment is 82% valid code; is this commented out code?
(#558) No space found before comment text; expected "// unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['categories']->tasks[$categoryid]->tasks['questions']->tasks[$questionid]->tasks['answers']->tasks[$answerid]);" but found "//unset($this->tasks['items']->tasks[$itemid]->tasks['quiz']->tasks['categories']->tasks[$categoryid]->tasks['questions']->tasks[$questionid]->tasks['answers']->tasks[$answerid]);"
(#574) Short array syntax must be used to define arrays
mod/reader/admin/books/download/remotesite.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file remotesite.php. Expected mod_reader, found mod.
(#47) Missing docblock for constant reader_remotesite::DEFAULT_SITENAME
(#48) Missing docblock for constant reader_remotesite::DEFAULT_FOLDERNAME
(#49) Missing docblock for constant reader_remotesite::DEFAULT_FILESFOLDER
(#53) Missing docblock for constant reader_remotesite::SERVER_IIS
(#54) Missing docblock for constant reader_remotesite::SERVER_NGINX
(#59) Missing @var tag in member variable comment
(#61) Missing member variable doc comment
(#62) Missing member variable doc comment
(#64) Missing @var tag in member variable comment
(#66) Missing member variable doc comment
(#68) Missing @var tag in member variable comment
(#71) Missing @var tag in member variable comment
(#104) Short array syntax must be used to define arrays
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) This comment is 72% valid code; is this commented out code?
(#105) No space found before comment text; expected "// return mt_rand(0,1);" but found "//return mt_rand(0,1);"
(#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
(#108) Expected 1 space before "==="; 0 found
(#108) Expected 1 space after "==="; 0 found
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Short array syntax must be used to define arrays
(#173) Expected 1 space before "==="; 0 found
(#173) Expected 1 space after "==="; 0 found
(#175) Expected 1 space before "=="; 0 found
(#175) Expected 1 space after "=="; 0 found
(#175) Expected 1 space before "=="; 0 found
(#175) Expected 1 space after "=="; 0 found
(#184) Variable "i_max" must not contain underscores.
(#185) Expected 1 space before "="; 0 found
(#185) Expected 1 space after "="; 0 found
(#185) Expected 1 space before "<"; 0 found
(#185) Expected 1 space after "<"; 0 found
(#185) Variable "i_max" must not contain underscores.
(#213) Expected 1 space before "=="; 0 found
(#213) Expected 1 space after "=="; 0 found
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Expected 1 space before "+"; 0 found
(#240) Expected 1 space after "+"; 0 found
(#242) Expected 1 space before "=="; 0 found
(#242) Expected 1 space after "=="; 0 found
(#245) Expected 1 space before "=="; 0 found
(#245) Expected 1 space after "=="; 0 found
(#250) Expected 1 space before "=="; 0 found
(#250) Expected 1 space after "=="; 0 found
(#255) Expected 1 space before "=="; 0 found
(#255) Expected 1 space after "=="; 0 found
(#266) Short array syntax must be used to define arrays
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Short array syntax must be used to define arrays
(#281) Variable "is_folder" must not contain underscores.
(#283) Variable "is_folder" must not contain underscores.
(#287) Variable "is_folder" must not contain underscores.
(#296) Inline comments must start with a capital letter, digit or 3-dots sequence
(#296) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#344) Inline comments must start with a capital letter, digit or 3-dots sequence
(#344) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) Inline comments must start with a capital letter, digit or 3-dots sequence
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#360) This comment is 43% valid code; is this commented out code?
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) Inline comments must start with a capital letter, digit or 3-dots sequence
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#640) Short array syntax must be used to define arrays
(#640) Short array syntax must be used to define arrays
(#664) Expected 1 space before "=="; 0 found
(#664) Expected 1 space after "=="; 0 found
(#669) Expected 1 space before "=="; 0 found
(#669) Expected 1 space after "=="; 0 found
(#669) Expected 1 space before "=="; 0 found
(#669) Expected 1 space after "=="; 0 found
(#670) Inline comments must start with a capital letter, digit or 3-dots sequence
(#670) Inline comments must end in full-stops, exclamation marks, or question marks
(#685) Inline comments must start with a capital letter, digit or 3-dots sequence
(#685) Inline comments must end in full-stops, exclamation marks, or question marks
(#690) Inline comments must start with a capital letter, digit or 3-dots sequence
(#690) Inline comments must end in full-stops, exclamation marks, or question marks
(#696) Inline comments must start with a capital letter, digit or 3-dots sequence
(#696) Inline comments must end in full-stops, exclamation marks, or question marks
(#700) Inline comments must start with a capital letter, digit or 3-dots sequence
(#700) Inline comments must end in full-stops, exclamation marks, or question marks
(#701) Variable "sort_level_by_name" must not contain underscores.
(#701) Short array syntax must be used to define arrays
(#703) Inline comments must start with a capital letter, digit or 3-dots sequence
(#703) Inline comments must end in full-stops, exclamation marks, or question marks
(#707) Variable "sort_level_by_name" must not contain underscores.
(#727) Inline comments must start with a capital letter, digit or 3-dots sequence
(#727) Inline comments must end in full-stops, exclamation marks, or question marks
(#728) Short array syntax must be used to define arrays
(#728) Line exceeds 132 characters; contains 169 characters
(#729) Short array syntax must be used to define arrays
(#731) Line exceeds 132 characters; contains 138 characters
(#732) Short array syntax must be used to define arrays
(#736) Inline comments must start with a capital letter, digit or 3-dots sequence
(#736) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) Inline comments must start with a capital letter, digit or 3-dots sequence
(#745) Inline comments must end in full-stops, exclamation marks, or question marks
(#754) Inline comments must start with a capital letter, digit or 3-dots sequence
(#754) Inline comments must end in full-stops, exclamation marks, or question marks
(#756) Expected 1 space before "=="; 0 found
(#756) Expected 1 space after "=="; 0 found
(#759) Expected 1 space before "=="; 0 found
(#759) Expected 1 space after "=="; 0 found
(#770) Inline comments must start with a capital letter, digit or 3-dots sequence
(#770) Inline comments must end in full-stops, exclamation marks, or question marks
(#778) Inline comments must start with a capital letter, digit or 3-dots sequence
(#778) Inline comments must end in full-stops, exclamation marks, or question marks
(#792) Closing brace must be on a line by itself
(#793) Closing brace must be on a line by itself
(#794) Closing brace must be on a line by itself
(#795) Closing brace must be on a line by itself
(#798) Closing brace must be on a line by itself
(#801) Closing brace must be on a line by itself
(#801) Closing brace must be on a line by itself
(#801) Closing brace must be on a line by itself
(#803) Closing brace must be on a line by itself
(#803) Closing brace must be on a line by itself
(#804) Closing brace must be on a line by itself
(#805) Closing brace must be on a line by itself
(#806) Closing brace must be on a line by itself
(#818) Missing docblock for function get_xml_values_context
(#819) Short array syntax must be used to define arrays
(#830) Missing docblock for function get_xml_values_categories
(#831) Short array syntax must be used to define arrays
(#852) Missing docblock for function get_xml_values_category
(#853) Short array syntax must be used to define arrays
(#864) Missing docblock for function get_xml_values_questions
(#865) Short array syntax must be used to define arrays
(#868) Short array syntax must be used to define arrays
(#875) Inline comments must start with a capital letter, digit or 3-dots sequence
(#879) Inline comments must end in full-stops, exclamation marks, or question marks
(#880) Short array syntax must be used to define arrays
(#903) Missing docblock for function get_xml_values_ordering
(#904) Short array syntax must be used to define arrays
(#904) Inline comments must end in full-stops, exclamation marks, or question marks
(#905) Inline comments must end in full-stops, exclamation marks, or question marks
(#907) Inline comments must end in full-stops, exclamation marks, or question marks
(#921) Missing docblock for function get_xml_values_matchoptions
(#922) Short array syntax must be used to define arrays
(#922) Inline comments must start with a capital letter, digit or 3-dots sequence
(#937) Missing docblock for function get_xml_values_matchs
(#938) Short array syntax must be used to define arrays
(#944) Short array syntax must be used to define arrays
(#959) Missing docblock for function get_xml_values_multianswers
(#960) Short array syntax must be used to define arrays
(#966) Short array syntax must be used to define arrays
(#981) Missing docblock for function get_xml_values_multichoice
(#982) Short array syntax must be used to define arrays
(#982) Short array syntax must be used to define arrays
(#982) Line exceeds maximum limit of 180 characters; contains 240 characters
(#993) Missing docblock for function get_xml_values_truefalse
(#994) Short array syntax must be used to define arrays
(#1006) Missing docblock for function get_xml_values_shortanswer
(#1007) Short array syntax must be used to define arrays
(#1018) Missing docblock for function get_xml_values_numerical
(#1019) Short array syntax must be used to define arrays
(#1021) Short array syntax must be used to define arrays
(#1035) Missing docblock for function get_xml_values_answers
(#1036) Short array syntax must be used to define arrays
(#1042) Short array syntax must be used to define arrays
(#1057) Missing docblock for function get_xml_values_mods
(#1058) Short array syntax must be used to define arrays
(#1080) Expected 1 space before "=="; 0 found
(#1080) Expected 1 space after "=="; 0 found
(#1081) Short array syntax must be used to define arrays
(#1089) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1089) Inline comments must end in full-stops, exclamation marks, or question marks
(#1102) Missing docblock for function get_xml_values_question_instances
(#1103) Short array syntax must be used to define arrays
(#1108) Short array syntax must be used to define arrays
(#1123) Missing docblock for function get_xml_values_feedbacks
(#1124) Short array syntax must be used to define arrays
(#1129) Short array syntax must be used to define arrays
(#1145) Missing docblock for function get_xml_values_sections
(#1146) Short array syntax must be used to define arrays
(#1151) Short array syntax must be used to define arrays
(#1168) Missing docblock for function convert_to_assoc_array
(#1169) Short array syntax must be used to define arrays
(#1184) Missing docblock for function get_xml_values
(#1186) Expected 1 space before "==="; 0 found
(#1186) Expected 1 space after "==="; 0 found
(#1190) Expected 1 space before "==="; 0 found
(#1190) Expected 1 space after "==="; 0 found
(#1195) Variable "NAME" must be all lower-case
(#1196) Variable "NAME" must be all lower-case
(#1197) Variable "NAME" must be all lower-case
(#1203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1204) Inline comments must end in full-stops, exclamation marks, or question marks
(#1212) Variable "NAME" must be all lower-case
(#1213) Variable "NAME" must be all lower-case
(#1216) The use of function print_object() is forbidden
(#1217) The use of function print_object() is forbidden
(#1231) Missing docblock for function debugdeveloper
(#1234) Inline comments must end in full-stops, exclamation marks, or question marks
(#1237) Inline comments must end in full-stops, exclamation marks, or question marks
(#1238) Expected 1 space before "==="; 0 found
(#1238) Expected 1 space after "==="; 0 found
(#1255) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1255) Inline comments must end in full-stops, exclamation marks, or question marks
(#1258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1258) Inline comments must end in full-stops, exclamation marks, or question marks
(#1261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1261) Inline comments must end in full-stops, exclamation marks, or question marks
(#1264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1264) Inline comments must end in full-stops, exclamation marks, or question marks
(#1269) Expected 1 space before "=="; 0 found
(#1269) Expected 1 space after "=="; 0 found
(#1269) Expected 1 space before "=="; 0 found
(#1269) Expected 1 space after "=="; 0 found
(#1270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1270) Inline comments must end in full-stops, exclamation marks, or question marks
(#1271) Expected 1 space before "=="; 0 found
(#1271) Expected 1 space after "=="; 0 found
(#1271) Expected 1 space before "=="; 0 found
(#1271) Expected 1 space after "=="; 0 found
(#1272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1272) Inline comments must end in full-stops, exclamation marks, or question marks
(#1278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1278) Inline comments must end in full-stops, exclamation marks, or question marks
(#1278) This comment is 43% valid code; is this commented out code?
(#1294) Expected 1 space before "=="; 0 found
(#1294) Expected 1 space after "=="; 0 found
(#1306) Missing docblock for function send_usage_stats
(#1312) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1312) Inline comments must end in full-stops, exclamation marks, or question marks
(#1320) Missing docblock for function get_usage
(#1329) Missing docblock for function get_usage_url
(#1338) Missing docblock for function get_usage_post
(#1347) The static declaration must come after the visibility declaration
(#1347) Missing docblock for function get_config
mod/reader/admin/books/download/remotesite/moodlereadernet.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file moodlereadernet.php. Expected mod_reader, found mod.
(#39) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#52) Missing docblock for constant reader_remotesite_moodlereadernet::DEFAULT_BASEURL
(#53) Missing docblock for constant reader_remotesite_moodlereadernet::DEFAULT_SITENAME
(#54) Missing docblock for constant reader_remotesite_moodlereadernet::DEFAULT_FOLDERNAME
(#55) Missing docblock for constant reader_remotesite_moodlereadernet::DEFAULT_FILESFOLDER
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Closing brace must be on a line by itself
(#100) Closing brace must be on a line by itself
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Short array syntax must be used to define arrays
(#127) Short array syntax must be used to define arrays
(#128) Short array syntax must be used to define arrays
(#131) Variable "xml_file" must not contain underscores.
(#133) Short array syntax must be used to define arrays
(#136) Variable "xml_file" must not contain underscores.
(#144) Short array syntax must be used to define arrays
(#146) There should be a comma after the last array item in a multi-line array.
(#168) Short array syntax must be used to define arrays
(#169) Empty IF statement detected
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#190) Short array syntax must be used to define arrays
(#195) There should be a comma after the last array item in a multi-line array.
(#212) Closing brace must be on a line by itself
(#213) Closing brace must be on a line by itself
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) Short array syntax must be used to define arrays
(#245) Short array syntax must be used to define arrays
(#247) Empty IF statement detected
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Inline comments must start with a capital letter, digit or 3-dots sequence
(#267) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Short array syntax must be used to define arrays
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Short array syntax must be used to define arrays
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#308) Closing brace must be on a line by itself
(#309) Closing brace must be on a line by itself
(#325) Short array syntax must be used to define arrays
(#337) Short array syntax must be used to define arrays
(#373) Short array syntax must be used to define arrays
(#373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#373) This comment is 58% valid code; is this commented out code?
(#386) Closing brace must be on a line by itself
(#387) Closing brace must be on a line by itself
(#388) Inline comments must start with a capital letter, digit or 3-dots sequence
(#403) Short array syntax must be used to define arrays
(#419) Inline comments must start with a capital letter, digit or 3-dots sequence
(#425) Inline comments must end in full-stops, exclamation marks, or question marks
(#427) Short array syntax must be used to define arrays
(#428) Short array syntax must be used to define arrays
(#444) Short array syntax must be used to define arrays
(#454) Missing docblock for function get_xml_values_ordering
(#455) Inline comments must start with a capital letter, digit or 3-dots sequence
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#460) Inline comments must start with a capital letter, digit or 3-dots sequence
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#474) Missing docblock for function get_usage_url
(#484) Missing docblock for function get_usage_post
(#485) Short array syntax must be used to define arrays
(#494) Visibility must be declared on method "get_usage"
(#494) Variable "include_unused_books" must not contain underscores.
(#500) Short array syntax must be used to define arrays
(#501) Short array syntax must be used to define arrays
(#502) Short array syntax must be used to define arrays
(#505) There should be a comma after the last array item in a multi-line array.
(#511) Short array syntax must be used to define arrays
(#516) Short array syntax must be used to define arrays
(#520) Short array syntax must be used to define arrays
(#530) Short array syntax must be used to define arrays
(#533) Short array syntax must be used to define arrays
(#535) Inline comments must start with a capital letter, digit or 3-dots sequence
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#541) Short array syntax must be used to define arrays
(#542) Short array syntax must be used to define arrays
(#545) Short array syntax must be used to define arrays
(#550) Short array syntax must be used to define arrays
(#553) Short array syntax must be used to define arrays
(#560) There should be a comma after the last array item in a multi-line array.
(#583) Variable "include_unused_books" must not contain underscores.
(#584) Inline comments must start with a capital letter, digit or 3-dots sequence
(#584) Inline comments must end in full-stops, exclamation marks, or question marks
(#586) Short array syntax must be used to define arrays
(#588) Short array syntax must be used to define arrays
(#595) There should be a comma after the last array item in a multi-line array.
mod/reader/admin/books/download/remotesite/mreaderorg.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file mreaderorg.php. Expected mod_reader, found mod.
(#47) Missing docblock for constant reader_remotesite_mreaderorg::DEFAULT_BASEURL
(#48) Missing docblock for constant reader_remotesite_mreaderorg::DEFAULT_SITENAME
(#98) Short array syntax must be used to define arrays
(#102) Short array syntax must be used to define arrays
(#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
(#135) Short array syntax must be used to define arrays
(#149) Short array syntax must be used to define arrays
(#156) Short array syntax must be used to define arrays
(#168) Short array syntax must be used to define arrays
(#172) Short array syntax must be used to define arrays
(#178) Short array syntax must be used to define arrays
(#183) There should be a comma after the last array item in a multi-line array.
(#217) The static declaration must come after the visibility declaration
(#217) Missing docblock for function get_config
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) The static declaration must come after the visibility declaration
(#239) Missing docblock for function get_curl_post
(#241) Short array syntax must be used to define arrays
(#253) The static declaration must come after the visibility declaration
(#253) Missing docblock for function curl_options
(#254) Short array syntax must be used to define arrays
(#261) There should be a comma after the last array item in a multi-line array.
mod/reader/admin/books/download/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#46) Missing member variable doc comment
(#55) Expected 1 space before "=="; 0 found
(#55) Expected 1 space after "=="; 0 found
(#58) Expected 1 space before "=="; 0 found
(#58) Expected 1 space after "=="; 0 found
(#69) The static declaration must come after the visibility declaration
(#70) Short array syntax must be used to define arrays
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Short array syntax must be used to define arrays
(#87) Short array syntax must be used to define arrays
(#88) Short array syntax must be used to define arrays
(#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
(#99) Closing brace must be on a line by itself
(#100) Closing brace must be on a line by itself
(#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
(#109) Variable "enable_mreader" must not contain underscores.
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) This comment is 69% valid code; is this commented out code?
(#143) No space found before comment text; expected "// set_config('serverurl', $serverurl, $plugin);" but found "//set_config('serverurl', $serverurl, $plugin);"
(#144) No space found before comment text; expected "// set_config('serverusername', $serverusername, $plugin);" but found "//set_config('serverusername', $serverusername, $plugin);"
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) No space found before comment text; expected "// set_config('serverpassword', $serverpassword, $plugin);" but found "//set_config('serverpassword', $serverpassword, $plugin);"
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#183) 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
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Inline comments must start with a capital letter, digit or 3-dots sequence
(#196) This comment is 71% valid code; is this commented out code?
(#196) No space found before comment text; expected "// $output .= $this->formheader(get_string('pagesettings', $plugin));" but found "//$output .= $this->formheader(get_string('pagesettings', $plugin));"
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) This comment is 60% valid code; is this commented out code?
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) This comment is 43% valid code; is this commented out code?
(#203) Inline comments must start with a capital letter, digit or 3-dots sequence
(#203) This comment is 71% valid code; is this commented out code?
(#203) No space found before comment text; expected "// $output .= $this->formheader(get_string('availableitems', $plugin));" but found "//$output .= $this->formheader(get_string('availableitems', $plugin));"
(#206) Expected 1 space before "=="; 0 found
(#206) Expected 1 space after "=="; 0 found
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) This comment is 71% valid code; is this commented out code?
(#207) No space found before comment text; expected "// $output .= $this->formheader(get_string('downloadsettings', $plugin));" but found "//$output .= $this->formheader(get_string('downloadsettings', $plugin));"
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#223) Short array syntax must be used to define arrays
(#257) Expected 1 space before "=="; 0 found
(#257) Expected 1 space after "=="; 0 found
(#262) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#275) Line exceeds 132 characters; contains 146 characters
(#282) Inline comments must start with a capital letter, digit or 3-dots sequence
(#282) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#391) This comment is 58% valid code; is this commented out code?
(#391) No space found before comment text; expected "// $js .= " var validchars = new RegExp('^[\],:{}\s]*\$');\n";" but found "//$js .= " var validchars = new RegExp('^[\],:{}\s]*\$');\n";"
(#392) No space found before comment text; expected "// $js .= " var validescape = new RegExp('\\(?:[\"\\\/bfnrt]|u[0-9a-fA-F]{4})', 'g');\n";" but found "//$js .= " var validescape = new RegExp('\\(?:[\"\\\/bfnrt]|u[0-9a-fA-F]{4})', 'g');\n";"
(#393) Line exceeds 132 characters; contains 134 characters
(#393) No space found before comment text; expected "// $js .= " var validtokens = new RegExp('\"[^\"\\\n\r]*\"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?', 'g');\n";" but found "//$js .= " var validtokens = new RegExp('\"[^\"\\\n\r]*\"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?', 'g');\n";"
(#394) No space found before comment text; expected "// $js .= " var validbraces = new RegExp('(?:^|:|,)(?:\s*\[)+', 'g');\n";" but found "//$js .= " var validbraces = new RegExp('(?:^|:|,)(?:\s*\[)+', 'g');\n";"
(#395) Line exceeds 132 characters; contains 134 characters
(#395) No space found before comment text; expected "// $js .= " if (validchars.test(str.replace(validescape, '@').replace(validtokens, ']').replace(validbraces, ''))) {\n";" but found "//$js .= " if (validchars.test(str.replace(validescape, '@').replace(validtokens, ']').replace(validbraces, ''))) {\n";"
(#396) No space found before comment text; expected "// $js .= " return (new Function('return ' + str))();\n"; // =eval(str)" but found "//$js .= " return (new Function('return ' + str))();\n"; // =eval(str)"
(#397) No space found before comment text; expected "// $js .= " }\n";" but found "//$js .= " }\n";"
(#398) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must start with a capital letter, digit or 3-dots sequence
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) Inline comments must start with a capital letter, digit or 3-dots sequence
(#494) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) This comment is 63% valid code; is this commented out code?
(#513) Expected 1 space before "=="; 0 found
(#513) Expected 1 space after "=="; 0 found
(#519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#519) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#529) Inline comments must end in full-stops, exclamation marks, or question marks
(#533) Inline comments must end in full-stops, exclamation marks, or question marks
(#548) 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
(#599) Inline comments must start with a capital letter, digit or 3-dots sequence
(#600) Inline comments must end in full-stops, exclamation marks, or question marks
(#646) Inline comments must start with a capital letter, digit or 3-dots sequence
(#688) Expected 1 space before "=="; 0 found
(#688) Expected 1 space after "=="; 0 found
(#744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#744) This comment is 50% valid code; is this commented out code?
(#775) Inline comments must start with a capital letter, digit or 3-dots sequence
(#775) Inline comments must end in full-stops, exclamation marks, or question marks
(#776) Inline comments must start with a capital letter, digit or 3-dots sequence
(#776) Inline comments must end in full-stops, exclamation marks, or question marks
(#777) Inline comments must start with a capital letter, digit or 3-dots sequence
(#777) Inline comments must end in full-stops, exclamation marks, or question marks
(#824) Inline comments must end in full-stops, exclamation marks, or question marks
(#853) Line exceeds 132 characters; contains 135 characters
(#860) Inline comments must start with a capital letter, digit or 3-dots sequence
(#860) Inline comments must end in full-stops, exclamation marks, or question marks
(#897) Inline comments must end in full-stops, exclamation marks, or question marks
(#918) Inline comments must start with a capital letter, digit or 3-dots sequence
(#918) Inline comments must end in full-stops, exclamation marks, or question marks
(#957) Inline comments must start with a capital letter, digit or 3-dots sequence
(#957) Inline comments must end in full-stops, exclamation marks, or question marks
(#981) Short array syntax must be used to define arrays
(#994) Short array syntax must be used to define arrays
(#1015) Short array syntax must be used to define arrays
(#1017) Short array syntax must be used to define arrays
(#1033) Short array syntax must be used to define arrays
(#1045) Short array syntax must be used to define arrays
(#1059) Short array syntax must be used to define arrays
(#1062) Inline comments must end in full-stops, exclamation marks, or question marks
(#1064) Short array syntax must be used to define arrays
(#1066) Inline comments must end in full-stops, exclamation marks, or question marks
(#1068) Short array syntax must be used to define arrays
(#1070) Inline comments must end in full-stops, exclamation marks, or question marks
(#1071) Line exceeds 132 characters; contains 153 characters
(#1072) Short array syntax must be used to define arrays
(#1074) Inline comments must end in full-stops, exclamation marks, or question marks
(#1075) Line exceeds 132 characters; contains 162 characters
(#1076) Short array syntax must be used to define arrays
(#1080) Inline comments must end in full-stops, exclamation marks, or question marks
(#1081) Line exceeds 132 characters; contains 162 characters
(#1082) Short array syntax must be used to define arrays
(#1088) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1088) Inline comments must end in full-stops, exclamation marks, or question marks
(#1101) Short array syntax must be used to define arrays
(#1104) Inline comments must end in full-stops, exclamation marks, or question marks
(#1106) Short array syntax must be used to define arrays
(#1108) Inline comments must end in full-stops, exclamation marks, or question marks
(#1110) Short array syntax must be used to define arrays
(#1114) Inline comments must end in full-stops, exclamation marks, or question marks
(#1116) Short array syntax must be used to define arrays
(#1122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1122) Inline comments must end in full-stops, exclamation marks, or question marks
(#1153) Variable "started_remotesites" must not contain underscores.
(#1156) Expected 1 space before "=="; 0 found
(#1156) Expected 1 space after "=="; 0 found
(#1162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1162) Inline comments must end in full-stops, exclamation marks, or question marks
(#1164) Variable "started_publishers" must not contain underscores.
(#1168) Expected 1 space before "=="; 0 found
(#1168) Expected 1 space after "=="; 0 found
(#1168) Expected 1 space before "=="; 0 found
(#1168) Expected 1 space after "=="; 0 found
(#1175) Variable "started_levels" must not contain underscores.
(#1179) Expected 1 space before "=="; 0 found
(#1179) Expected 1 space after "=="; 0 found
(#1179) Expected 1 space before "=="; 0 found
(#1179) Expected 1 space after "=="; 0 found
(#1179) Expected 1 space before "=="; 0 found
(#1179) Expected 1 space after "=="; 0 found
(#1179) Expected 1 space before "=="; 0 found
(#1179) Expected 1 space after "=="; 0 found
(#1179) Expected 1 space before "=="; 0 found
(#1179) Expected 1 space after "=="; 0 found
(#1186) Short array syntax must be used to define arrays
(#1190) Variable "started_items" must not contain underscores.
(#1196) Variable "started_remotesites" must not contain underscores.
(#1196) Expected 1 space before "=="; 0 found
(#1196) Expected 1 space after "=="; 0 found
(#1197) Variable "started_remotesites" must not contain underscores.
(#1199) Short array syntax must be used to define arrays
(#1203) Variable "started_publishers" must not contain underscores.
(#1203) Expected 1 space before "=="; 0 found
(#1203) Expected 1 space after "=="; 0 found
(#1204) Variable "started_publishers" must not contain underscores.
(#1206) Short array syntax must be used to define arrays
(#1207) Line exceeds maximum limit of 180 characters; contains 188 characters
(#1210) Short array syntax must be used to define arrays
(#1214) Variable "started_levels" must not contain underscores.
(#1214) Expected 1 space before "=="; 0 found
(#1214) Expected 1 space after "=="; 0 found
(#1215) Variable "started_levels" must not contain underscores.
(#1217) Short array syntax must be used to define arrays
(#1218) Line exceeds 132 characters; contains 180 characters
(#1221) Short array syntax must be used to define arrays
(#1225) Variable "started_items" must not contain underscores.
(#1225) Expected 1 space before "=="; 0 found
(#1225) Expected 1 space after "=="; 0 found
(#1226) Variable "started_items" must not contain underscores.
(#1228) Short array syntax must be used to define arrays
(#1229) Line exceeds 132 characters; contains 173 characters
(#1231) Short array syntax must be used to define arrays
(#1234) Short array syntax must be used to define arrays
(#1238) Line exceeds 132 characters; contains 135 characters
(#1241) Short array syntax must be used to define arrays
(#1242) Short array syntax must be used to define arrays
(#1244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1244) Inline comments must end in full-stops, exclamation marks, or question marks
(#1247) Variable "started_items" must not contain underscores.
(#1248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1248) Inline comments must end in full-stops, exclamation marks, or question marks
(#1250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1250) Inline comments must end in full-stops, exclamation marks, or question marks
(#1254) Variable "started_levels" must not contain underscores.
(#1256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1256) Inline comments must end in full-stops, exclamation marks, or question marks
(#1259) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1259) Inline comments must end in full-stops, exclamation marks, or question marks
(#1263) Variable "started_publishers" must not contain underscores.
(#1265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1265) Inline comments must end in full-stops, exclamation marks, or question marks
(#1268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1268) Inline comments must end in full-stops, exclamation marks, or question marks
(#1271) Variable "started_remotesites" must not contain underscores.
(#1273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1273) Inline comments must end in full-stops, exclamation marks, or question marks
(#1299) Short array syntax must be used to define arrays
(#1299) Line exceeds maximum limit of 180 characters; contains 231 characters
(#1300) Short array syntax must be used to define arrays
(#1303) Short array syntax must be used to define arrays
(#1305) Short array syntax must be used to define arrays
(#1307) Expected 1 space before "=="; 0 found
(#1307) Expected 1 space after "=="; 0 found
(#1309) Expected 1 space before "=="; 0 found
(#1309) Expected 1 space after "=="; 0 found
(#1312) Short array syntax must be used to define arrays
(#1315) Short array syntax must be used to define arrays
(#1339) Expected 1 space before "=="; 0 found
(#1339) Expected 1 space after "=="; 0 found
(#1342) Inline comments must end in full-stops, exclamation marks, or question marks
(#1346) Inline comments must end in full-stops, exclamation marks, or question marks
(#1350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1352) Expected 1 space before "=="; 0 found
(#1352) Expected 1 space after "=="; 0 found
(#1353) Inline comments must end in full-stops, exclamation marks, or question marks
(#1354) Short array syntax must be used to define arrays
(#1354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1354) Inline comments must end in full-stops, exclamation marks, or question marks
(#1369) Commas (,) must be followed by white space.
(#1369) Short array syntax must be used to define arrays
(#1382) Inline comments must end in full-stops, exclamation marks, or question marks
(#1384) Inline comments must end in full-stops, exclamation marks, or question marks
(#1393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1396) Short array syntax must be used to define arrays
(#1396) Line exceeds 132 characters; contains 143 characters
(#1412) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1412) Inline comments must end in full-stops, exclamation marks, or question marks
(#1416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1416) Inline comments must end in full-stops, exclamation marks, or question marks
(#1436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1437) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1440) Inline comments must end in full-stops, exclamation marks, or question marks
(#1442) Short array syntax must be used to define arrays
(#1443) Variable "is_admin" must not contain underscores.
(#1444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1444) Inline comments must end in full-stops, exclamation marks, or question marks
(#1458) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1458) Inline comments must end in full-stops, exclamation marks, or question marks
(#1466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1466) Inline comments must end in full-stops, exclamation marks, or question marks
(#1467) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1467) Inline comments must end in full-stops, exclamation marks, or question marks
(#1471) Variable "count_hidden" must not contain underscores.
(#1472) Variable "count_visible" must not contain underscores.
(#1475) Short array syntax must be used to define arrays
(#1479) Variable "count_visible" must not contain underscores.
(#1481) Variable "count_hidden" must not contain underscores.
(#1497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1512) Short array syntax must be used to define arrays
(#1520) Short array syntax must be used to define arrays
(#1522) Short array syntax must be used to define arrays
(#1529) Variable "count_hidden" must not contain underscores.
(#1532) Variable "count_visible" must not contain underscores.
(#1535) Variable "is_admin" must not contain underscores.
(#1541) Short array syntax must be used to define arrays
(#1563) Variable "is_admin" must not contain underscores.
(#1564) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1564) Inline comments must end in full-stops, exclamation marks, or question marks
(#1565) Short array syntax must be used to define arrays
(#1567) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1567) Inline comments must end in full-stops, exclamation marks, or question marks
(#1571) Variable "count_hidden" must not contain underscores.
(#1572) Variable "count_visible" must not contain underscores.
(#1573) Short array syntax must be used to define arrays
(#1577) Expected 1 space before "=="; 0 found
(#1577) Expected 1 space after "=="; 0 found
(#1580) Expected 1 space before "=="; 0 found
(#1580) Expected 1 space after "=="; 0 found
(#1582) Variable "count_visible" must not contain underscores.
(#1584) Variable "count_hidden" must not contain underscores.
(#1600) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1613) Short array syntax must be used to define arrays
(#1617) Short array syntax must be used to define arrays
(#1625) Short array syntax must be used to define arrays
(#1626) Short array syntax must be used to define arrays
(#1633) Variable "count_hidden" must not contain underscores.
(#1636) Variable "count_visible" must not contain underscores.
(#1639) Variable "is_admin" must not contain underscores.
(#1644) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1644) Inline comments must end in full-stops, exclamation marks, or question marks
(#1644) This comment is 75% valid code; is this commented out code?
(#1664) Short array syntax must be used to define arrays
(#1666) Expected 1 space before "=="; 0 found
(#1666) Expected 1 space after "=="; 0 found
(#1673) Variable "count_hidden" must not contain underscores.
(#1674) Variable "count_visible" must not contain underscores.
(#1675) Short array syntax must be used to define arrays
(#1680) Variable "count_visible" must not contain underscores.
(#1682) Variable "count_hidden" must not contain underscores.
(#1712) Short array syntax must be used to define arrays
(#1716) Short array syntax must be used to define arrays
(#1723) Short array syntax must be used to define arrays
(#1727) Variable "count_visible" must not contain underscores.
(#1730) Variable "count_hidden" must not contain underscores.
(#1733) Variable "count_visible" must not contain underscores.
(#1733) Variable "count_hidden" must not contain underscores.
(#1741) Short array syntax must be used to define arrays
(#1744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1744) This comment is 67% valid code; is this commented out code?
(#1744) No space found before comment text; expected "// $label = get_string('targetsection', 'mod_reader');" but found "//$label = get_string('targetsection', 'mod_reader');"
(#1757) Short array syntax must be used to define arrays
(#1772) Short array syntax must be used to define arrays
(#1780) Short array syntax must be used to define arrays
(#1781) Short array syntax must be used to define arrays
(#1784) Short array syntax must be used to define arrays
(#1785) Expected 1 space before "=="; 0 found
(#1785) Expected 1 space after "=="; 0 found
(#1789) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1789) Inline comments must end in full-stops, exclamation marks, or question marks
(#1792) Short array syntax must be used to define arrays
(#1801) Short array syntax must be used to define arrays
(#1802) Short array syntax must be used to define arrays
mod/reader/admin/books/editcourse/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/books/editcourse/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#47) Missing member variable doc comment
mod/reader/admin/books/editcourse/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#55) There should be a comma after the last array item in a multi-line array.
(#59) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#71) Short array syntax must be used to define arrays
(#74) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#78) There should be a comma after the last array item in a multi-line array.
(#82) Short array syntax must be used to define arrays
(#83) Short array syntax must be used to define arrays
(#86) Short array syntax must be used to define arrays
(#103) Short array syntax must be used to define arrays
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) 80 slashes comments are not allowed; use "// Comment." instead
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) 80 slashes comments are not allowed; use "// Comment." instead
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/reader/admin/books/editsite/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Visibility must be declared on method "get_field"
(#60) Expected 1 space before opening brace; found 2
(#68) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#79) Line exceeds 132 characters; contains 133 characters
(#87) Short array syntax must be used to define arrays
(#88) Line exceeds 132 characters; contains 133 characters
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/books/editsite/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#47) Missing member variable doc comment
(#49) Missing @var tag in member variable comment
(#50) Member variable "download_param_name" must not contain underscores.
mod/reader/admin/books/editsite/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#55) Line exceeds 132 characters; contains 133 characters
(#55) There should be a comma after the last array item in a multi-line array.
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#84) There should be a comma after the last array item in a multi-line array.
(#88) Short array syntax must be used to define arrays
(#89) Short array syntax must be used to define arrays
(#92) Short array syntax must be used to define arrays
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Short array syntax must be used to define arrays
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) 80 slashes comments are not allowed; use "// Comment." instead
(#138) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) 80 slashes comments are not allowed; use "// Comment." instead
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) 80 slashes comments are not allowed; use "// Comment." instead
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) 80 slashes comments are not allowed; use "// Comment." instead
(#195) Expected 1 space before opening brace; found 2
(#209) Expected 1 space before opening brace; found 2
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Expected 1 space before opening brace; found 2
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) This comment is 75% valid code; is this commented out code?
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Short array syntax must be used to define arrays
(#235) Short array syntax must be used to define arrays
(#244) Expected 1 space before opening brace; found 2
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) 80 slashes comments are not allowed; use "// Comment." instead
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) 80 slashes comments are not allowed; use "// Comment." instead
(#266) Short array syntax must be used to define arrays
(#311) Short array syntax must be used to define arrays
(#327) Short array syntax must be used to define arrays
(#343) Short array syntax must be used to define arrays
(#348) Short array syntax must be used to define arrays
(#355) Short array syntax must be used to define arrays
(#360) Short array syntax must be used to define arrays
(#367) Short array syntax must be used to define arrays
(#372) Short array syntax must be used to define arrays
(#379) Short array syntax must be used to define arrays
(#384) Short array syntax must be used to define arrays
(#425) Expected 1 space before "=="; 0 found
(#425) Expected 1 space after "=="; 0 found
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#441) Expected 1 space before "=="; 0 found
(#441) Expected 1 space after "=="; 0 found
(#441) Expected 1 space before "=="; 0 found
(#441) Expected 1 space after "=="; 0 found
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#486) Short array syntax must be used to define arrays
(#494) Expected 1 space before "=="; 0 found
(#494) Expected 1 space after "=="; 0 found
(#494) Short array syntax must be used to define arrays
(#495) Short array syntax must be used to define arrays
(#497) Short array syntax must be used to define arrays
(#498) Inline comments must start with a capital letter, digit or 3-dots sequence
(#498) Inline comments must end in full-stops, exclamation marks, or question marks
(#500) Short array syntax must be used to define arrays
(#507) Short array syntax must be used to define arrays
(#509) Short array syntax must be used to define arrays
(#510) Short array syntax must be used to define arrays
(#514) Inline comments must start with a capital letter, digit or 3-dots sequence
(#528) Short array syntax must be used to define arrays
(#535) Short array syntax must be used to define arrays
(#537) Inline comments must start with a capital letter, digit or 3-dots sequence
(#539) Short array syntax must be used to define arrays
(#544) There should be a comma after the last array item in a multi-line array.
(#554) Short array syntax must be used to define arrays
(#558) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/reader/admin/books/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Visibility must be declared on method "get_field"
(#60) Expected 1 space before opening brace; found 2
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/books/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#47) Missing member variable doc comment
(#48) Missing member variable doc comment
(#56) Missing docblock for constant mod_reader_admin_books_renderer::TAB_BOOKS_EDITCOURSE
(#57) Missing docblock for constant mod_reader_admin_books_renderer::TAB_BOOKS_ADDBOOK
(#58) Missing docblock for constant mod_reader_admin_books_renderer::TAB_BOOKS_DOWNLOAD_WITH
(#59) Missing docblock for constant mod_reader_admin_books_renderer::TAB_BOOKS_DOWNLOAD_WITHOUT
(#90) Short array syntax must be used to define arrays
(#97) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#111) Short array syntax must be used to define arrays
(#118) Short array syntax must be used to define arrays
(#125) Short array syntax must be used to define arrays
(#138) The static declaration must come after the visibility declaration
(#140) Short array syntax must be used to define arrays
(#142) Short array syntax must be used to define arrays
mod/reader/admin/books/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Missing member variable doc comment
(#55) Missing docblock for constant reader_admin_books_table::MAX_DIFFICULTY
(#56) Missing docblock for constant reader_admin_books_table::MAX_WORDS
(#57) Missing docblock for constant reader_admin_books_table::MAX_POINTS
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) 80 slashes comments are not allowed; use "// Comment." instead
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) 80 slashes comments are not allowed; use "// Comment." instead
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Short array syntax must be used to define arrays
(#76) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#120) Short array syntax must be used to define arrays
mod/reader/admin/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline doc block comments are not allowed; use "// Comment." instead
(#64) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#64) Scope modifier not specified for member variable "$table"
(#66) Inline doc block comments are not allowed; use "// Comment." instead
(#67) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#67) Scope modifier not specified for member variable "$_optionsform"
(#82) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#97) Expected 1 space before opening brace; found 2
(#103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $params.
(#134) Short array syntax must be used to define arrays
(#138) Expected 1 space before "==="; 0 found
(#138) Expected 1 space after "==="; 0 found
(#139) Short array syntax must be used to define arrays
(#142) 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
(#150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Short array syntax must be used to define arrays
(#176) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $params.
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Short array syntax must be used to define arrays
(#193) Expected 1 space before "==="; 0 found
(#193) Expected 1 space after "==="; 0 found
(#194) Short array syntax must be used to define arrays
(#204) Short array syntax must be used to define arrays
(#213) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $params.
(#223) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $params.
(#253) Missing docblock for function uniqueid
(#253) Visibility must be declared on method "uniqueid"
(#254) Short array syntax must be used to define arrays
(#273) Missing docblock for constant reader_admin_options::SUBMIT_BUTTON_NAME
(#276) Short array syntax must be used to define arrays
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#297) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#306) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) Expected 1 space before "=="; 0 found
(#318) Expected 1 space after "=="; 0 found
(#322) Expected 1 space before "=="; 0 found
(#322) Expected 1 space after "=="; 0 found
(#322) Inline comments must start with a capital letter, digit or 3-dots sequence
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Expected 1 space before "=="; 0 found
(#327) Expected 1 space after "=="; 0 found
(#328) Expected 1 space before "=="; 0 found
(#328) Expected 1 space after "=="; 0 found
(#328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#328) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Empty IF statement detected
(#333) Expected 1 space before "==="; 0 found
(#333) Expected 1 space after "==="; 0 found
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#336) Expected 1 space before "=="; 0 found
(#336) Expected 1 space after "=="; 0 found
(#336) Inline comments must start with a capital letter, digit or 3-dots sequence
(#336) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Empty IF statement detected
(#347) Expected 1 space before "=="; 0 found
(#347) Expected 1 space after "=="; 0 found
(#348) Inline comments must start with a capital letter, digit or 3-dots sequence
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#374) Empty IF statement detected
(#374) Expected 1 space before "==="; 0 found
(#374) Expected 1 space after "==="; 0 found
(#374) Expected 1 space before "==="; 0 found
(#374) Expected 1 space after "==="; 0 found
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) Short array syntax must be used to define arrays
(#382) Short array syntax must be used to define arrays
(#392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Short array syntax must be used to define arrays
(#401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) Variable "add_field" must not contain underscores.
(#405) Variable "add_field" must not contain underscores.
(#417) Line indented incorrectly; expected 4 spaces, found 5
(#422) Line indented incorrectly; expected 4 spaces, found 5
(#434) Inline comments must start with a capital letter, digit or 3-dots sequence
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#449) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) Short array syntax must be used to define arrays
(#476) Short array syntax must be used to define arrays
(#479) There should be a comma after the last array item in a multi-line array.
(#482) Expected 1 space before "=="; 0 found
(#482) Expected 1 space after "=="; 0 found
(#483) Inline comments must start with a capital letter, digit or 3-dots sequence
(#483) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) Short array syntax must be used to define arrays
(#497) Expected 1 space before "=="; 0 found
(#497) Expected 1 space after "=="; 0 found
(#498) Expected 1 space before "=="; 0 found
(#498) Expected 1 space after "=="; 0 found
(#498) Inline comments must start with a capital letter, digit or 3-dots sequence
(#498) Inline comments must end in full-stops, exclamation marks, or question marks
(#530) Short array syntax must be used to define arrays
(#543) Short array syntax must be used to define arrays
(#558) Short array syntax must be used to define arrays
(#562) Expected 1 space before "=="; 0 found
(#562) Expected 1 space after "=="; 0 found
(#597) Inline comments must end in full-stops, exclamation marks, or question marks
(#602) Inline comments must end in full-stops, exclamation marks, or question marks
(#607) Inline comments must start with a capital letter, digit or 3-dots sequence
(#615) Short array syntax must be used to define arrays
(#618) Variable "get_sql" must not contain underscores.
(#619) Variable "get_sql" must not contain underscores.
(#625) Short array syntax must be used to define arrays
(#655) Short array syntax must be used to define arrays
(#655) Short array syntax must be used to define arrays
(#665) Short array syntax must be used to define arrays
(#665) Short array syntax must be used to define arrays
mod/reader/admin/filters/date.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file date.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Missing member variable doc comment
(#53) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#53) Scope modifier not specified for member variable "$_type"
(#65) Visibility must be declared on method "__construct"
(#69) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#82) Visibility must be declared on method "get_sql"
(#82) Expected 1 space before opening brace; found 2
(#85) Short array syntax must be used to define arrays
(#91) Expected 1 space before "=="; 0 found
(#91) Expected 1 space after "=="; 0 found
(#97) Space found before semicolon; expected ""$field IS NOT NULL AND $field >= :$namezero";" but found ""$field IS NOT NULL AND $field >= :$namezero" ;"
(#110) Short array syntax must be used to define arrays
(#119) Visibility must be declared on method "get_sql_where"
(#119) Expected 1 space before opening brace; found 2
(#129) Visibility must be declared on method "get_sql_having"
(#129) Expected 1 space before opening brace; found 2
mod/reader/admin/filters/duration.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file duration.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Visibility must be declared on method "setupForm"
(#58) method name "reader_admin_filter_duration::setupForm" must be in lower-case letters only
(#58) Expected 1 space before opening brace; found 2
(#59) Short array syntax must be used to define arrays
(#61) Short array syntax must be used to define arrays
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) Expected 1 space before "=>"; 0 found
(#61) Expected 1 space after "=>"; 0 found
(#61) There should be a comma after the last array item in a multi-line array.
(#85) Visibility must be declared on method "get_label"
(#93) Expected 1 space before "=="; 0 found
(#93) Expected 1 space after "=="; 0 found
(#98) Short array syntax must be used to define arrays
(#101) There should be a comma after the last array item in a multi-line array.
mod/reader/admin/filters/group.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file group.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Visibility must be declared on method "__construct"
(#64) Short array syntax must be used to define arrays
(#71) Variable "has_groupings" must not contain underscores.
(#73) Variable "has_groupings" must not contain underscores.
(#74) Short array syntax must be used to define arrays
(#82) Variable "has_groups" must not contain underscores.
(#84) Variable "has_groups" must not contain underscores.
(#85) Short array syntax must be used to define arrays
(#89) Variable "has_groups" must not contain underscores.
(#101) Variable "has_groupings" must not contain underscores.
(#118) Visibility must be declared on method "setupForm"
(#118) method name "reader_admin_filter_group::setupForm" must be in lower-case letters only
(#118) Expected 1 space before opening brace; found 2
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Visibility must be declared on method "get_sql_filter"
(#131) Expected 1 space before opening brace; found 2
(#135) Short array syntax must be used to define arrays
(#139) Short array syntax must be used to define arrays
(#140) Expected 1 space before "=="; 0 found
(#140) Expected 1 space after "=="; 0 found
(#141) Expected 1 space before "=="; 0 found
(#141) Expected 1 space after "=="; 0 found
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Short array syntax must be used to define arrays
mod/reader/admin/filters/number.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file number.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Missing member variable doc comment
(#53) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#53) Scope modifier not specified for member variable "$_type"
(#54) Missing member variable doc comment
(#54) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#54) Scope modifier not specified for member variable "$_fieldsql"
(#67) Visibility must be declared on method "__construct"
(#71) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#74) Expected 1 space before "=="; 0 found
(#74) Expected 1 space after "=="; 0 found
(#88) Visibility must be declared on method "get_operators"
(#89) Short array syntax must be used to define arrays
(#89) Commas (,) must be followed by white space.
(#91) Commas (,) must be followed by white space.
(#100) Visibility must be declared on method "setupForm"
(#100) method name "reader_admin_filter_number::setupForm" must be in lower-case letters only
(#100) Expected 1 space before opening brace; found 2
(#101) Short array syntax must be used to define arrays
(#103) Short array syntax must be used to define arrays
(#103) There should be a comma after the last array item in a multi-line array.
(#125) Visibility must be declared on method "check_data"
(#129) Short array syntax must be used to define arrays
(#142) Visibility must be declared on method "get_sql"
(#142) Expected 1 space before opening brace; found 2
(#144) Short array syntax must be used to define arrays
(#147) Expected 1 space before "=="; 0 found
(#147) Expected 1 space after "=="; 0 found
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Short array syntax must be used to define arrays
(#177) Visibility must be declared on method "get_sql_where"
(#177) Expected 1 space before opening brace; found 2
(#187) Visibility must be declared on method "get_sql_having"
(#187) Expected 1 space before opening brace; found 2
(#196) Visibility must be declared on method "get_label"
(#205) Short array syntax must be used to define arrays
(#208) There should be a comma after the last array item in a multi-line array.
mod/reader/admin/filters/select.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file select.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Missing member variable doc comment
(#53) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#53) Scope modifier not specified for member variable "$_type"
(#65) Visibility must be declared on method "__construct"
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#89) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Visibility must be declared on method "get_sql"
(#104) Expected 1 space before opening brace; found 2
(#105) Expected 1 space before "=="; 0 found
(#105) Expected 1 space after "=="; 0 found
(#108) Short array syntax must be used to define arrays
(#108) Short array syntax must be used to define arrays
(#118) Visibility must be declared on method "get_sql_where"
(#118) Expected 1 space before opening brace; found 2
(#128) Visibility must be declared on method "get_sql_having"
(#128) Expected 1 space before opening brace; found 2
mod/reader/admin/filters/simpleselect.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file simpleselect.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Missing member variable doc comment
(#53) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#53) Scope modifier not specified for member variable "$_type"
(#66) Visibility must be declared on method "__construct"
(#70) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#83) Visibility must be declared on method "get_sql"
(#83) Expected 1 space before opening brace; found 2
(#84) Expected 1 space before "=="; 0 found
(#84) Expected 1 space after "=="; 0 found
(#87) Short array syntax must be used to define arrays
(#87) Short array syntax must be used to define arrays
(#97) Visibility must be declared on method "get_sql_where"
(#97) Expected 1 space before opening brace; found 2
(#107) Visibility must be declared on method "get_sql_having"
(#107) Expected 1 space before opening brace; found 2
mod/reader/admin/filters/text.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file text.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Missing member variable doc comment
(#53) The 'var' keyword is not permitted.Visibility must be explicitly declared with public, private or protected
(#53) Scope modifier not specified for member variable "$_type"
(#65) Visibility must be declared on method "__construct"
(#69) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#82) Visibility must be declared on method "get_sql"
(#82) Expected 1 space before opening brace; found 2
(#83) Expected 1 space before "=="; 0 found
(#83) Expected 1 space after "=="; 0 found
(#86) Short array syntax must be used to define arrays
(#86) Short array syntax must be used to define arrays
(#96) Visibility must be declared on method "get_sql_where"
(#96) Expected 1 space before opening brace; found 2
(#106) Visibility must be declared on method "get_sql_having"
(#106) Expected 1 space before opening brace; found 2
mod/reader/admin/index.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file index.php. Expected mod_reader, found mod.
(#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
(#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
(#38) Short array syntax must be used to define arrays
(#39) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Short array syntax must be used to define arrays
mod/reader/admin/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#47) Missing member variable doc comment
(#48) Missing member variable doc comment
(#50) Missing member variable doc comment
(#50) Short array syntax must be used to define arrays
(#52) Missing @var tag in member variable comment
(#53) Member variable "download_param_name" must not contain underscores.
(#59) Expected 1 space before "=="; 0 found
(#59) Expected 1 space after "=="; 0 found
(#122) Expected 1 space before opening brace; found 2
(#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
(#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
(#134) 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
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#166) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Visibility must be declared on method "fix_suppressed_columns_in_rawdata"
(#180) Expected 1 space before opening brace; found 3
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#187) Short array syntax must be used to define arrays
(#203) Visibility must be declared on method "fix_suppressed_column_in_rawdata"
(#203) Expected 1 space before opening brace; found 3
(#204) Short array syntax must be used to define arrays
(#205) Short array syntax must be used to define arrays
(#209) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Expected 1 space before "=="; 0 found
(#216) Expected 1 space after "=="; 0 found
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Short array syntax must be used to define arrays
(#269) Short array syntax must be used to define arrays
(#284) Short array syntax must be used to define arrays
(#298) Short array syntax must be used to define arrays
mod/reader/admin/reports.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file reports.php. Expected mod_reader, found mod.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#37) Short array syntax must be used to define arrays
(#38) Short array syntax must be used to define arrays
(#41) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) 80 slashes comments are not allowed; use "// Comment." instead
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) 80 slashes comments are not allowed; use "// Comment." instead
mod/reader/admin/reports/bookdetailed/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Visibility must be declared on method "get_field"
(#61) Expected 1 space before opening brace; found 2
(#72) Line indented incorrectly; expected 12 spaces, found 13
(#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
mod/reader/admin/reports/bookdetailed/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#47) Missing member variable doc comment
(#49) Missing member variable doc comment
(#49) Short array syntax must be used to define arrays
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#50) Expected 1 space before "=>"; 0 found
(#50) Expected 1 space after "=>"; 0 found
(#51) Inline comments must start with a capital letter, digit or 3-dots sequence
(#51) This comment is 52% valid code; is this commented out code?
(#51) No space found before comment text; expected "// 'currentlevel' => 1, 'difficulty' => 1, 'name' => 1," but found "//'currentlevel' => 1, 'difficulty' => 1, 'name' => 1,"
(#52) No space found before comment text; expected "// 'percentgrade' => 1, 'passed' => 1, 'words' => 1" but found "//'percentgrade' => 1, 'passed' => 1, 'words' => 1"
mod/reader/admin/reports/bookdetailed/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#56) There should be a comma after the last array item in a multi-line array.
(#60) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) This comment is 60% valid code; is this commented out code?
(#83) There should be a comma after the last array item in a multi-line array.
(#86) Missing member variable doc comment
(#86) Short array syntax must be used to define arrays
(#90) Short array syntax must be used to define arrays
(#93) Short array syntax must be used to define arrays
(#100) Missing docblock for function show_selected_column
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) 80 slashes comments are not allowed; use "// Comment." instead
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) 80 slashes comments are not allowed; use "// Comment." instead
(#114) Short array syntax must be used to define arrays
(#115) Short array syntax must be used to define arrays
(#128) Visibility must be declared on method "select_sql"
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Expected 1 space before "=="; 0 found
(#133) Expected 1 space after "=="; 0 found
(#147) Short array syntax must be used to define arrays
(#153) Short array syntax must be used to define arrays
(#156) Expected 1 space before "=="; 0 found
(#156) Expected 1 space after "=="; 0 found
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Short array syntax must be used to define arrays
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Short array syntax must be used to define arrays
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) 80 slashes comments are not allowed; use "// Comment." instead
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) 80 slashes comments are not allowed; use "// Comment." instead
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) 80 slashes comments are not allowed; use "// Comment." instead
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) 80 slashes comments are not allowed; use "// Comment." instead
(#234) Expected 1 space before opening brace; found 2
mod/reader/admin/reports/booksummary/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Visibility must be declared on method "get_field"
(#61) Expected 1 space before opening brace; found 2
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/reports/booksummary/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#48) Missing member variable doc comment
(#50) Missing member variable doc comment
(#50) Short array syntax must be used to define arrays
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) This comment is 52% valid code; is this commented out code?
(#52) No space found before comment text; expected "// 'startlevel' => 1, 'currentlevel' => 1, 'allowpromotion' => 1," but found "//'startlevel' => 1, 'currentlevel' => 1, 'allowpromotion' => 1,"
(#53) No space found before comment text; expected "// 'countpassed' => 1, 'countfailed' => 1, 'countwords' => 1" but found "//'countpassed' => 1, 'countfailed' => 1, 'countwords' => 1"
mod/reader/admin/reports/booksummary/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#56) There should be a comma after the last array item in a multi-line array.
(#60) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) This comment is 60% valid code; is this commented out code?
(#79) No space found before comment text; expected "// 'group' => 0," but found "//'group' => 0,"
(#86) Short array syntax must be used to define arrays
(#90) Short array syntax must be used to define arrays
(#93) Short array syntax must be used to define arrays
(#101) Short array syntax must be used to define arrays
(#101) Short array syntax must be used to define arrays
(#110) Missing docblock for function show_selected_column
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) 80 slashes comments are not allowed; use "// Comment." instead
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) 80 slashes comments are not allowed; use "// Comment." instead
(#126) Visibility must be declared on method "select_sql"
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) 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
(#134) Expected 1 space before "=="; 0 found
(#134) Expected 1 space after "=="; 0 found
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Short array syntax must be used to define arrays
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Short array syntax must be used to define arrays
(#187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Short array syntax must be used to define arrays
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) 80 slashes comments are not allowed; use "// Comment." instead
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) 80 slashes comments are not allowed; use "// Comment." instead
(#217) Expected 1 space before opening brace; found 2
(#226) Expected 1 space before opening brace; found 2
(#230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#230) 80 slashes comments are not allowed; use "// Comment." instead
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) 80 slashes comments are not allowed; use "// Comment." instead
(#234) Line indented incorrectly; expected at least 4 spaces, found 3
(#235) Expected 4 spaces before asterisk; 5 found
(#236) Expected 4 spaces before asterisk; 5 found
(#237) Expected 4 spaces before asterisk; 5 found
(#238) Expected 4 spaces before asterisk; 5 found
(#239) Expected 4 spaces before asterisk; 5 found
(#240) Expected 1 space before opening brace; found 2
(#244) Short array syntax must be used to define arrays
(#246) Short array syntax must be used to define arrays
(#255) Expected 1 space before opening brace; found 2
(#269) Short array syntax must be used to define arrays
(#270) Short array syntax must be used to define arrays
mod/reader/admin/reports/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Expected 1 space before opening brace; found 2
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Short array syntax must be used to define arrays
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) Short array syntax must be used to define arrays
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Short array syntax must be used to define arrays
(#139) Short array syntax must be used to define arrays
(#145) Short array syntax must be used to define arrays
(#151) Short array syntax must be used to define arrays
(#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
(#175) Invalid docblock tag "@const".
(#178) Missing docblock for constant reader_admin_reports_options::USERS_ENROLLED_WITHOUT
(#179) Missing docblock for constant reader_admin_reports_options::USERS_ENROLLED_ALL
(#180) Missing docblock for constant reader_admin_reports_options::USERS_ALL_WITH
(#186) Invalid docblock tag "@const".
(#189) Missing docblock for constant reader_admin_reports_options::BOOKS_AVAILABLE_WITHOUT
(#190) Missing docblock for constant reader_admin_reports_options::BOOKS_AVAILABLE_ALL
(#191) Missing docblock for constant reader_admin_reports_options::BOOKS_ALL_WITH
(#197) Invalid docblock tag "@const".
(#200) Missing docblock for constant reader_admin_reports_options::ALL_TERMS
(#212) Short array syntax must be used to define arrays
(#238) Short array syntax must be used to define arrays
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#241) This comment is 62% valid code; is this commented out code?
(#264) Short array syntax must be used to define arrays
mod/reader/admin/reports/groupsummary/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Visibility must be declared on method "get_field"
(#61) Expected 1 space before opening brace; found 2
(#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
mod/reader/admin/reports/groupsummary/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#46) Missing member variable doc comment
mod/reader/admin/reports/groupsummary/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) 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
(#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
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) 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
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) There should be a comma after the last array item in a multi-line array.
(#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
(#71) Short array syntax must be used to define arrays
(#74) Short array syntax must be used to define arrays
(#80) Short array syntax must be used to define arrays
(#83) Short array syntax must be used to define arrays
(#84) Line exceeds 132 characters; contains 135 characters
(#87) Short array syntax must be used to define arrays
(#90) Short array syntax must be used to define arrays
(#93) Short array syntax must be used to define arrays
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) This comment is 60% valid code; is this commented out code?
(#94) No space found before comment text; expected "// 'groupname' => 0," but found "//'groupname' => 0,"
(#99) There should be a comma after the last array item in a multi-line array.
(#103) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) This comment is 72% valid code; is this commented out code?
(#108) No space found before comment text; expected "// protected $actions = array('setreadinggoal', 'setmessage');" but found "//protected $actions = array('setreadinggoal', 'setmessage');"
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) 80 slashes comments are not allowed; use "// Comment." instead
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#112) 80 slashes comments are not allowed; use "// Comment." instead
(#120) Short array syntax must be used to define arrays
(#121) Short array syntax must be used to define arrays
(#134) Visibility must be declared on method "select_sql"
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Expected 1 space before "=="; 0 found
(#139) Expected 1 space after "=="; 0 found
(#149) Line exceeds 132 characters; contains 143 characters
(#150) Line exceeds 132 characters; contains 145 characters
(#164) Short array syntax must be used to define arrays
(#190) Short array syntax must be used to define arrays
(#202) Expected 1 space before opening brace; found 2
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) 80 slashes comments are not allowed; use "// Comment." instead
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) 80 slashes comments are not allowed; use "// Comment." instead
(#310) Expected 1 space before opening brace; found 2
(#340) Expected 1 space before opening brace; found 2
(#364) Inline comments must start with a capital letter, digit or 3-dots sequence
(#364) 80 slashes comments are not allowed; use "// Comment." instead
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) 80 slashes comments are not allowed; use "// Comment." instead
(#380) Expected 1 space before "==="; 0 found
(#380) Expected 1 space after "==="; 0 found
(#404) Expected 1 space before "==="; 0 found
(#404) Expected 1 space after "==="; 0 found
mod/reader/admin/reports/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#53) Missing member variable doc comment
(#61) Missing docblock for constant mod_reader_admin_reports_renderer::TAB_REPORTS_USERDETAILED
(#62) Missing docblock for constant mod_reader_admin_reports_renderer::TAB_REPORTS_GROUPSUMMARY
(#63) Missing docblock for constant mod_reader_admin_reports_renderer::TAB_REPORTS_BOOKSUMMARY
(#64) Missing docblock for constant mod_reader_admin_reports_renderer::TAB_REPORTS_BOOKDETAILED
(#67) Missing @var tag in member variable comment
(#68) Member variable "download_param_name" must not contain underscores.
(#94) Short array syntax must be used to define arrays
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#107) Expected 1 space before "=="; 0 found
(#107) Expected 1 space after "=="; 0 found
(#116) Short array syntax must be used to define arrays
(#143) Expected 1 space before opening brace; found 2
(#147) Short array syntax must be used to define arrays
(#151) Short array syntax must be used to define arrays
(#169) The static declaration must come after the visibility declaration
(#170) Short array syntax must be used to define arrays
mod/reader/admin/reports/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Invalid docblock tag "@const".
(#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
(#59) Missing docblock for constant reader_admin_reports_table::DEFAULT_BOOKTYPE
(#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
(#60) Missing docblock for constant reader_admin_reports_table::DEFAULT_TERMTYPE
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Missing docblock for constant reader_admin_reports_table::DEFAULT_SHOWDELETED
(#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
(#62) Missing docblock for constant reader_admin_reports_table::DEFAULT_SHOWHIDDEN
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Expected 5 spaces before asterisk; 4 found
(#67) Expected 5 spaces before asterisk; 4 found
(#68) Expected 5 spaces before asterisk; 4 found
(#69) Expected 5 spaces before asterisk; 4 found
(#69) Expected "bool" but found "boolean" for @var tag in member variable comment
(#70) Expected 5 spaces before asterisk; 4 found
(#71) Member variable "has_attempts" must not contain underscores.
(#72) Missing member variable doc comment
(#72) Member variable "has_books" must not contain underscores.
(#73) Missing member variable doc comment
(#73) Member variable "has_groups" must not contain underscores.
(#74) Missing member variable doc comment
(#74) Member variable "has_users" must not contain underscores.
(#77) Missing @var tag in member variable comment
(#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
(#91) Expected 1 space before "=="; 0 found
(#91) Expected 1 space after "=="; 0 found
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) 80 slashes comments are not allowed; use "// Comment." instead
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) 80 slashes comments are not allowed; use "// Comment." instead
(#113) Expected 1 space before "==="; 0 found
(#113) Expected 1 space after "==="; 0 found
(#126) Expected 1 space before "=="; 0 found
(#126) Expected 1 space after "=="; 0 found
(#129) Expected 1 space before "=="; 0 found
(#129) Expected 1 space after "=="; 0 found
(#144) Line exceeds 132 characters; contains 164 characters
(#159) Short array syntax must be used to define arrays
(#159) Short array syntax must be used to define arrays
(#161) Expected 1 space before "=="; 0 found
(#161) Expected 1 space after "=="; 0 found
(#174) Short array syntax must be used to define arrays
(#182) Short array syntax must be used to define arrays
(#191) Invalid docblock tag "@params".
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Short array syntax must be used to define arrays
(#242) Expected 1 space before "=="; 0 found
(#242) Expected 1 space after "=="; 0 found
(#253) Expected 1 space before "=="; 0 found
(#253) Expected 1 space after "=="; 0 found
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Inline comments must start with a capital letter, digit or 3-dots sequence
(#258) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Short array syntax must be used to define arrays
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
(#296) Short array syntax must be used to define arrays
(#304) Inline comments must start with a capital letter, digit or 3-dots sequence
(#304) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) This comment is 60% valid code; is this commented out code?
(#313) No space found before comment text; expected "// if (! array_key_exists('showhidden', $this->optionfields)) {" but found "//if (! array_key_exists('showhidden', $this->optionfields)) {"
(#314) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#315) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#316) Inline comments must end in full-stops, exclamation marks, or question marks
(#316) No space found before comment text; expected "// }" but found "//}"
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) This comment is 57% valid code; is this commented out code?
(#318) No space found before comment text; expected "// if ($this->output->reader->bookinstances) {" but found "//if ($this->output->reader->bookinstances) {"
(#319) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#320) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#321) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#322) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) No space found before comment text; expected "// }" but found "//}"
(#324) Short array syntax must be used to define arrays
(#330) Invalid docblock tag "@params".
(#331) Invalid docblock tag "@params".
(#335) Inline comments must start with a capital letter, digit or 3-dots sequence
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#338) Inline comments must start with a capital letter, digit or 3-dots sequence
(#338) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Expected 1 space before "=="; 0 found
(#339) Expected 1 space after "=="; 0 found
(#349) Invalid docblock tag "@params".
(#350) Invalid docblock tag "@params".
(#354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#358) Expected 1 space before "=="; 0 found
(#358) Expected 1 space after "=="; 0 found
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#380) Short array syntax must be used to define arrays
(#382) Inline comments must start with a capital letter, digit or 3-dots sequence
(#388) Short array syntax must be used to define arrays
(#395) Inline comments must start with a capital letter, digit or 3-dots sequence
(#395) 80 slashes comments are not allowed; use "// Comment." instead
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) 80 slashes comments are not allowed; use "// Comment." instead
(#404) Expected 1 space before "==="; 0 found
(#404) Expected 1 space after "==="; 0 found
(#405) Short array syntax must be used to define arrays
(#416) Expected 1 space before "==="; 0 found
(#416) Expected 1 space after "==="; 0 found
(#418) Short array syntax must be used to define arrays
(#420) Short array syntax must be used to define arrays
(#433) Expected 1 space before "==="; 0 found
(#433) Expected 1 space after "==="; 0 found
(#437) Expected 1 space before "=="; 0 found
(#437) Expected 1 space after "=="; 0 found
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#444) Inline comments must end in full-stops, exclamation marks, or question marks
(#448) Short array syntax must be used to define arrays
(#455) Short array syntax must be used to define arrays
(#480) Expected 1 space before "==="; 0 found
(#480) Expected 1 space after "==="; 0 found
(#481) Expected 1 space before "==="; 0 found
(#481) Expected 1 space after "==="; 0 found
(#483) Expected 1 space before "=="; 0 found
(#483) Expected 1 space after "=="; 0 found
(#491) Inline comments must start with a capital letter, digit or 3-dots sequence
(#491) 80 slashes comments are not allowed; use "// Comment." instead
(#493) Inline comments must end in full-stops, exclamation marks, or question marks
(#493) 80 slashes comments are not allowed; use "// Comment." instead
(#500) Expected 1 space before opening brace; found 2
(#509) Expected 1 space before opening brace; found 2
(#518) Expected 1 space before opening brace; found 2
(#527) Expected 1 space before opening brace; found 2
(#536) Expected 1 space before opening brace; found 2
(#545) Expected 1 space before opening brace; found 2
(#554) Expected 1 space before opening brace; found 2
(#563) Expected 1 space before opening brace; found 2
(#572) Expected 1 space before opening brace; found 2
(#581) Expected 1 space before opening brace; found 2
(#599) Expected 1 space before opening brace; found 2
(#620) Expected 1 space before opening brace; found 2
(#625) Short array syntax must be used to define arrays
(#627) Short array syntax must be used to define arrays
(#650) Short array syntax must be used to define arrays
(#655) Inline comments must start with a capital letter, digit or 3-dots sequence
(#655) 80 slashes comments are not allowed; use "// Comment." instead
(#657) Inline comments must end in full-stops, exclamation marks, or question marks
(#657) 80 slashes comments are not allowed; use "// Comment." instead
(#665) Expected 1 space before opening brace; found 2
(#674) Whitespace found at end of line
(#677) Closing brace must be on a line by itself
(#678) Closing brace must be on a line by itself
(#679) Closing brace must be on a line by itself
(#680) Inline comments must start with a capital letter, digit or 3-dots sequence
(#680) This comment is 80% valid code; is this commented out code?
(#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
(#694) Short array syntax must be used to define arrays
(#709) Missing docblock for function col_groups_old
(#709) Expected 1 space before opening brace; found 2
(#719) Closing brace must be on a line by itself
(#720) Closing brace must be on a line by itself
(#721) Closing brace must be on a line by itself
(#722) Inline comments must start with a capital letter, digit or 3-dots sequence
(#722) This comment is 80% valid code; is this commented out code?
(#735) Expected 1 space before "==="; 0 found
(#735) Expected 1 space after "==="; 0 found
(#735) Expected 1 space before "==="; 0 found
(#735) Expected 1 space after "==="; 0 found
(#736) Short array syntax must be used to define arrays
(#757) Expected 1 space before opening brace; found 2
(#759) Expected 1 space before "=="; 0 found
(#759) Expected 1 space after "=="; 0 found
(#760) Short array syntax must be used to define arrays
(#763) Short array syntax must be used to define arrays
(#776) Expected 1 space before opening brace; found 2
(#778) Short array syntax must be used to define arrays
(#784) There should be a comma after the last array item in a multi-line array.
(#786) Short array syntax must be used to define arrays
(#786) Expected 1 space before "=>"; 0 found
(#786) Expected 1 space after "=>"; 0 found
(#795) Expected 1 space before opening brace; found 2
(#798) Empty IF statement detected
(#799) Inline comments must end in full-stops, exclamation marks, or question marks
(#801) Short array syntax must be used to define arrays
(#803) Short array syntax must be used to define arrays
(#817) Expected 1 space before opening brace; found 2
(#827) Expected 1 space before opening brace; found 2
(#845) Expected 1 space before opening brace; found 2
(#855) Expected 1 space before opening brace; found 2
(#860) Inline comments must start with a capital letter, digit or 3-dots sequence
(#861) Inline comments must end in full-stops, exclamation marks, or question marks
(#862) Expected 1 space before "==="; 0 found
(#862) Expected 1 space after "==="; 0 found
(#863) Short array syntax must be used to define arrays
(#886) Expected 1 space before opening brace; found 2
(#900) Expected 1 space before opening brace; found 2
(#910) Short array syntax must be used to define arrays
(#920) Expected 1 space before opening brace; found 2
(#925) Expected 1 space before "==="; 0 found
(#925) Expected 1 space after "==="; 0 found
(#927) Variable "image_url" must not contain underscores.
(#927) Inline comments must end in full-stops, exclamation marks, or question marks
(#929) Variable "image_url" must not contain underscores.
(#929) Inline comments must end in full-stops, exclamation marks, or question marks
(#932) Variable "image_url" must not contain underscores.
(#932) Inline comments must end in full-stops, exclamation marks, or question marks
(#934) Variable "image_url" must not contain underscores.
(#934) Inline comments must end in full-stops, exclamation marks, or question marks
(#936) Short array syntax must be used to define arrays
(#957) Short array syntax must be used to define arrays
(#958) Variable "report_url" must not contain underscores.
(#961) Short array syntax must be used to define arrays
(#962) Variable "report_url" must not contain underscores.
(#965) Variable "report_url" must not contain underscores.
(#967) Empty IF statement detected
(#967) Variable "report_url" must not contain underscores.
(#968) Inline comments must start with a capital letter, digit or 3-dots sequence
(#968) This comment is 65% valid code; is this commented out code?
(#968) Line indented incorrectly; expected at least 16 spaces, found 12
(#968) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#974) Inline comments must start with a capital letter, digit or 3-dots sequence
(#974) 80 slashes comments are not allowed; use "// Comment." instead
(#976) Inline comments must end in full-stops, exclamation marks, or question marks
(#976) 80 slashes comments are not allowed; use "// Comment." instead
(#985) Expected 1 space before "=="; 0 found
(#985) Expected 1 space after "=="; 0 found
(#997) Expected 1 space before "=="; 0 found
(#997) Expected 1 space after "=="; 0 found
(#1012) Short array syntax must be used to define arrays
(#1028) Short array syntax must be used to define arrays
(#1046) Short array syntax must be used to define arrays
(#1055) Short array syntax must be used to define arrays
(#1115) Short array syntax must be used to define arrays
(#1128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1128) Inline comments must end in full-stops, exclamation marks, or question marks
(#1130) Expected 1 space before "=="; 0 found
(#1130) Expected 1 space after "=="; 0 found
(#1131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1131) Inline comments must end in full-stops, exclamation marks, or question marks
(#1135) Expected 1 space before "=="; 0 found
(#1135) Expected 1 space after "=="; 0 found
(#1136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1136) Inline comments must end in full-stops, exclamation marks, or question marks
(#1139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1140) Inline comments must end in full-stops, exclamation marks, or question marks
(#1154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1154) Inline comments must end in full-stops, exclamation marks, or question marks
(#1157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1157) Inline comments must end in full-stops, exclamation marks, or question marks
(#1160) Short array syntax must be used to define arrays
(#1161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1169) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1169) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/reports/userdetailed/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Visibility must be declared on method "get_field"
(#61) Expected 1 space before opening brace; found 2
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/reports/userdetailed/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#46) Missing member variable doc comment
mod/reader/admin/reports/userdetailed/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#58) There should be a comma after the last array item in a multi-line array.
(#62) Short array syntax must be used to define arrays
(#65) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#71) Short array syntax must be used to define arrays
(#74) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#80) Short array syntax must be used to define arrays
(#83) Inline comments must start with a capital letter, digit or 3-dots sequence
(#83) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) There should be a comma after the last array item in a multi-line array.
(#90) Short array syntax must be used to define arrays
(#94) Short array syntax must be used to define arrays
(#97) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#106) Short array syntax must be used to define arrays
(#116) Missing docblock for function show_selected_column
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) 80 slashes comments are not allowed; use "// Comment." instead
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) 80 slashes comments are not allowed; use "// Comment." instead
(#132) Visibility must be declared on method "select_sql"
(#134) 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
(#137) Expected 1 space before "=="; 0 found
(#137) Expected 1 space after "=="; 0 found
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Line exceeds 132 characters; contains 147 characters
(#165) Short array syntax must be used to define arrays
(#173) Short array syntax must be used to define arrays
(#184) Expected 1 space before "=="; 0 found
(#184) Expected 1 space after "=="; 0 found
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Inline comments must start with a capital letter, digit or 3-dots sequence
(#199) This comment is 57% valid code; is this commented out code?
(#199) No space found before comment text; expected "// if ($this->output->reader->bookinstances) {" but found "//if ($this->output->reader->bookinstances) {"
(#200) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#201) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#202) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) No space found before comment text; expected "// }" but found "//}"
(#219) Short array syntax must be used to define arrays
(#225) Short array syntax must be used to define arrays
(#229) Short array syntax must be used to define arrays
(#234) Short array syntax must be used to define arrays
(#248) Inline comments must start with a capital letter, digit or 3-dots sequence
(#248) 80 slashes comments are not allowed; use "// Comment." instead
(#250) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) 80 slashes comments are not allowed; use "// Comment." instead
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) 80 slashes comments are not allowed; use "// Comment." instead
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) 80 slashes comments are not allowed; use "// Comment." instead
(#302) Expected 1 space before opening brace; found 2
(#316) Expected 1 space before opening brace; found 2
mod/reader/admin/reports/usersummary/filtering.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file filtering.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Visibility must be declared on method "get_field"
(#61) Expected 1 space before opening brace; found 2
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/reports/usersummary/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#46) Missing member variable doc comment
(#57) Short array syntax must be used to define arrays
(#58) Short array syntax must be used to define arrays
(#65) Variable "i_max" must not contain underscores.
(#66) Expected 1 space before "="; 0 found
(#66) Expected 1 space after "="; 0 found
(#66) Expected 1 space before "<="; 0 found
(#66) Expected 1 space after "<="; 0 found
(#66) Variable "i_max" must not contain underscores.
(#67) Expected 1 space before "-"; 0 found
(#67) Expected 1 space after "-"; 0 found
(#67) Line exceeds 132 characters; contains 157 characters
mod/reader/admin/reports/usersummary/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#59) There should be a comma after the last array item in a multi-line array.
(#63) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#76) Short array syntax must be used to define arrays
(#79) Short array syntax must be used to define arrays
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) This comment is 43% valid code; is this commented out code?
(#82) Short array syntax must be used to define arrays
(#88) There should be a comma after the last array item in a multi-line array.
(#92) Short array syntax must be used to define arrays
(#95) Short array syntax must be used to define arrays
(#98) Short array syntax must be used to define arrays
(#108) Short array syntax must be used to define arrays
(#109) Short array syntax must be used to define arrays
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Missing docblock for function show_selected_column
(#134) Missing docblock for function get_tablecolumns
(#138) Expected 1 space before "=="; 0 found
(#138) Expected 1 space after "=="; 0 found
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Short array syntax must be used to define arrays
(#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
(#145) Line exceeds 132 characters; contains 175 characters
(#147) Expected 1 space before "=="; 0 found
(#147) Expected 1 space after "=="; 0 found
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) 80 slashes comments are not allowed; use "// Comment." instead
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) 80 slashes comments are not allowed; use "// Comment." instead
(#170) Visibility must be declared on method "select_sql"
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#182) Variable "raa_join" must not contain underscores.
(#183) Variable "raa_join_u" must not contain underscores.
(#187) Variable "raa_join" must not contain underscores.
(#188) Variable "raa_join_u" must not contain underscores.
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Variable "raa_join" must not contain underscores.
(#195) Variable "raa_join_u" must not contain underscores.
(#200) Expected 1 space before "=="; 0 found
(#200) Expected 1 space after "=="; 0 found
(#208) Short array syntax must be used to define arrays
(#214) Variable "raa_join" must not contain underscores.
(#214) Variable "raa_join_u" must not contain underscores.
(#219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#222) Short array syntax must be used to define arrays
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Short array syntax must be used to define arrays
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Short array syntax must be used to define arrays
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) This comment is 80% valid code; is this commented out code?
(#253) No space found before comment text; expected "// return array('reader_attempts', 'raa');" but found "//return array('reader_attempts', 'raa');"
(#267) Inline comments must start with a capital letter, digit or 3-dots sequence
(#267) 80 slashes comments are not allowed; use "// Comment." instead
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) 80 slashes comments are not allowed; use "// Comment." instead
(#276) Expected 1 space before opening brace; found 2
(#285) Expected 1 space before opening brace; found 2
(#294) Expected 1 space before opening brace; found 2
(#303) Expected 1 space before opening brace; found 2
(#312) Expected 1 space before opening brace; found 2
(#321) Expected 1 space before opening brace; found 2
(#330) Expected 1 space before opening brace; found 2
(#340) Expected 1 space before opening brace; found 2
(#350) Expected 1 space before opening brace; found 2
(#359) Expected 1 space before opening brace; found 2
(#369) Expected 1 space before opening brace; found 2
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#374) 80 slashes comments are not allowed; use "// Comment." instead
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) 80 slashes comments are not allowed; use "// Comment." instead
(#384) Expected 1 space before opening brace; found 2
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#388) Short array syntax must be used to define arrays
(#391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#398) Short array syntax must be used to define arrays
(#400) Expected 1 space before "==="; 0 found
(#400) Expected 1 space after "==="; 0 found
(#400) Expected 1 space before "==="; 0 found
(#400) Expected 1 space after "==="; 0 found
(#405) Short array syntax must be used to define arrays
(#408) Short array syntax must be used to define arrays
(#408) Line exceeds 132 characters; contains 156 characters
(#409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#409) Inline comments must end in full-stops, exclamation marks, or question marks
(#410) Short array syntax must be used to define arrays
(#410) Line exceeds 132 characters; contains 158 characters
(#411) Inline comments must start with a capital letter, digit or 3-dots sequence
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#421) Expected 1 space before "=="; 0 found
(#421) Expected 1 space after "=="; 0 found
(#425) Expected 1 space before "=="; 0 found
(#425) Expected 1 space after "=="; 0 found
(#440) Expected 1 space before opening brace; found 2
(#441) Expected 1 space before "=="; 0 found
(#441) Expected 1 space after "=="; 0 found
(#456) Expected 1 space before opening brace; found 2
(#467) Short array syntax must be used to define arrays
(#485) Inline comments must start with a capital letter, digit or 3-dots sequence
(#485) 80 slashes comments are not allowed; use "// Comment." instead
(#487) Inline comments must end in full-stops, exclamation marks, or question marks
(#487) 80 slashes comments are not allowed; use "// Comment." instead
(#527) Short array syntax must be used to define arrays
(#530) Inline comments must start with a capital letter, digit or 3-dots sequence
(#530) This comment is 65% valid code; is this commented out code?
(#530) No space found before comment text; expected "// $settings .= get_string('newsetting', 'mod_reader').': ';" but found "//$settings .= get_string('newsetting', 'mod_reader').': ';"
(#550) Inline comments must start with a capital letter, digit or 3-dots sequence
(#550) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#566) Short array syntax must be used to define arrays
(#567) Expected 1 space before "="; 0 found
(#567) Expected 1 space after "="; 0 found
(#567) Expected 1 space before "<="; 0 found
(#567) Expected 1 space after "<="; 0 found
(#570) Short array syntax must be used to define arrays
(#571) Expected 1 space before "="; 0 found
(#571) Expected 1 space after "="; 0 found
(#571) Expected 1 space before "<="; 0 found
(#571) Expected 1 space after "<="; 0 found
(#572) Commas (,) must be followed by white space.
(#572) Commas (,) must be followed by white space.
(#572) Commas (,) must be followed by white space.
(#572) Commas (,) must be followed by white space.
(#574) Short array syntax must be used to define arrays
(#575) Expected 1 space before "="; 0 found
(#575) Expected 1 space after "="; 0 found
(#575) Expected 1 space before "<="; 0 found
(#575) Expected 1 space after "<="; 0 found
(#578) Short array syntax must be used to define arrays
(#579) Expected 1 space before "="; 0 found
(#579) Expected 1 space after "="; 0 found
(#579) Expected 1 space before "<="; 0 found
(#579) Expected 1 space after "<="; 0 found
(#582) Short array syntax must be used to define arrays
(#583) Short array syntax must be used to define arrays
(#584) Expected 1 space before "="; 0 found
(#584) Expected 1 space after "="; 0 found
(#584) Expected 1 space before "<"; 0 found
(#584) Expected 1 space after "<"; 0 found
(#659) Short array syntax must be used to define arrays
(#662) Inline comments must start with a capital letter, digit or 3-dots sequence
(#662) Inline comments must end in full-stops, exclamation marks, or question marks
(#668) Line exceeds 132 characters; contains 139 characters
(#687) Expected 1 space before "==="; 0 found
(#687) 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
(#697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#697) Inline comments must end in full-stops, exclamation marks, or question marks
(#700) Expected 1 space before "==="; 0 found
(#700) Expected 1 space after "==="; 0 found
(#703) Inline comments must start with a capital letter, digit or 3-dots sequence
(#707) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Short array syntax must be used to define arrays
(#710) Inline comments must start with a capital letter, digit or 3-dots sequence
(#713) Variable "user_select" must not contain underscores.
(#713) Variable "user_params" must not contain underscores.
(#714) Variable "reader_select" must not contain underscores.
(#714) Variable "reader_params" must not contain underscores.
(#717) Variable "reader_select" must not contain underscores.
(#717) Variable "user_select" must not contain underscores.
(#718) Variable "reader_params" must not contain underscores.
(#718) Variable "user_params" must not contain underscores.
(#720) Inline comments must start with a capital letter, digit or 3-dots sequence
(#722) Variable "user_select" must not contain underscores.
(#722) Variable "user_params" must not contain underscores.
(#722) Variable "reader_select" must not contain underscores.
(#722) Variable "reader_params" must not contain underscores.
(#726) Inline comments must start with a capital letter, digit or 3-dots sequence
(#726) Inline comments must end in full-stops, exclamation marks, or question marks
(#732) Short array syntax must be used to define arrays
(#734) Expected 1 space before "==="; 0 found
(#734) Expected 1 space after "==="; 0 found
(#735) Short array syntax must be used to define arrays
(#747) Inline comments must start with a capital letter, digit or 3-dots sequence
(#747) Inline comments must end in full-stops, exclamation marks, or question marks
(#751) Expected 1 space before "=="; 0 found
(#751) Expected 1 space after "=="; 0 found
(#752) Inline comments must start with a capital letter, digit or 3-dots sequence
(#752) Inline comments must end in full-stops, exclamation marks, or question marks
(#762) Inline comments must start with a capital letter, digit or 3-dots sequence
(#762) Inline comments must end in full-stops, exclamation marks, or question marks
(#847) Expected 1 space before "==="; 0 found
(#847) Expected 1 space after "==="; 0 found
(#848) Inline comments must start with a capital letter, digit or 3-dots sequence
(#848) Inline comments must end in full-stops, exclamation marks, or question marks
(#850) Expected 1 space before "=="; 0 found
(#850) Expected 1 space after "=="; 0 found
(#853) Short array syntax must be used to define arrays
(#861) Inline comments must start with a capital letter, digit or 3-dots sequence
(#864) Inline comments must start with a capital letter, digit or 3-dots sequence
(#864) Inline comments must end in full-stops, exclamation marks, or question marks
(#877) Inline comments must start with a capital letter, digit or 3-dots sequence
(#877) Inline comments must end in full-stops, exclamation marks, or question marks
(#878) Short array syntax must be used to define arrays
(#885) Inline comments must start with a capital letter, digit or 3-dots sequence
(#885) Inline comments must end in full-stops, exclamation marks, or question marks
(#886) Short array syntax must be used to define arrays
(#906) Inline comments must start with a capital letter, digit or 3-dots sequence
(#906) Inline comments must end in full-stops, exclamation marks, or question marks
(#909) Short array syntax must be used to define arrays
(#910) Inline comments must start with a capital letter, digit or 3-dots sequence
(#910) Inline comments must end in full-stops, exclamation marks, or question marks
(#913) Inline comments must start with a capital letter, digit or 3-dots sequence
(#913) Inline comments must end in full-stops, exclamation marks, or question marks
(#927) Inline comments must start with a capital letter, digit or 3-dots sequence
(#927) Inline comments must end in full-stops, exclamation marks, or question marks
(#934) Inline comments must start with a capital letter, digit or 3-dots sequence
(#934) Inline comments must end in full-stops, exclamation marks, or question marks
(#937) Inline comments must start with a capital letter, digit or 3-dots sequence
(#937) Inline comments must end in full-stops, exclamation marks, or question marks
(#941) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#943) Inline comments must start with a capital letter, digit or 3-dots sequence
(#943) Inline comments must end in full-stops, exclamation marks, or question marks
(#947) Short array syntax must be used to define arrays
(#951) Expected 1 space before "=="; 0 found
(#951) Expected 1 space after "=="; 0 found
(#956) Inline comments must start with a capital letter, digit or 3-dots sequence
(#957) Inline comments must end in full-stops, exclamation marks, or question marks
(#961) Inline comments must start with a capital letter, digit or 3-dots sequence
(#961) Inline comments must end in full-stops, exclamation marks, or question marks
(#965) Short array syntax must be used to define arrays
(#967) Expected "if (...) {\n"; found "if(...) {\n"
(#973) Short array syntax must be used to define arrays
(#991) Duplicate array key found. The value will be overwritten. The string array key "credit" was first seen on line 983
(#996) Inline comments must start with a capital letter, digit or 3-dots sequence
(#996) Inline comments must end in full-stops, exclamation marks, or question marks
(#1000) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1003) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1003) Inline comments must end in full-stops, exclamation marks, or question marks
(#1004) Line exceeds 132 characters; contains 149 characters
(#1008) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1008) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/tablelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tablelib.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Invalid docblock tag "@const".
(#60) Missing docblock for constant reader_admin_table::DEFAULT_SORTFIELDS
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Invalid docblock tag "@const".
(#72) Member variable "is_sortable" must not contain underscores.
(#75) Member variable "sort_default_column" must not contain underscores.
(#78) Member variable "use_pages" must not contain underscores.
(#81) Member variable "use_initials" must not contain underscores.
(#99) Short array syntax must be used to define arrays
(#102) Short array syntax must be used to define arrays
(#105) Short array syntax must be used to define arrays
(#108) Short array syntax must be used to define arrays
(#111) Short array syntax must be used to define arrays
(#114) Short array syntax must be used to define arrays
(#117) Short array syntax must be used to define arrays
(#123) Short array syntax must be used to define arrays
(#126) Short array syntax must be used to define arrays
(#129) Short array syntax must be used to define arrays
(#132) Member variable "date_strings" must not contain underscores.
(#135) Member variable "sync_table_preferences_value" must not contain underscores.
(#157) Expected 1 space before "=="; 0 found
(#157) Expected 1 space after "=="; 0 found
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) 80 slashes comments are not allowed; use "// Comment." instead
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) 80 slashes comments are not allowed; use "// Comment." instead
(#186) Expected 1 space before opening brace; found 2
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Short array syntax must be used to define arrays
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Short array syntax must be used to define arrays
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Inline comments must start with a capital letter, digit or 3-dots sequence
(#246) Inline comments must end in full-stops, exclamation marks, or question marks
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#249) Inline comments must end in full-stops, exclamation marks, or question marks
(#250) Short array syntax must be used to define arrays
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#257) Inline comments must start with a capital letter, digit or 3-dots sequence
(#257) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#308) Missing docblock for function show_selected_column
(#323) Missing docblock for function get_tablecolumns
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Short array syntax must be used to define arrays
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#347) 80 slashes comments are not allowed; use "// Comment." instead
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) 80 slashes comments are not allowed; use "// Comment." instead
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#377) Short array syntax must be used to define arrays
(#378) Short array syntax must be used to define arrays
(#381) Short array syntax must be used to define arrays
(#381) There should be a comma after the last array item in a multi-line array.
(#387) Short array syntax must be used to define arrays
(#390) Short array syntax must be used to define arrays
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Short array syntax must be used to define arrays
(#398) Short array syntax must be used to define arrays
(#401) Short array syntax must be used to define arrays
(#401) There should be a comma after the last array item in a multi-line array.
(#407) Short array syntax must be used to define arrays
(#410) Short array syntax must be used to define arrays
(#416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#424) Inline comments must start with a capital letter, digit or 3-dots sequence
(#424) Inline comments must end in full-stops, exclamation marks, or question marks
(#426) Short array syntax must be used to define arrays
(#431) Inline comments must start with a capital letter, digit or 3-dots sequence
(#431) Inline comments must end in full-stops, exclamation marks, or question marks
(#448) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) Inline comments must end in full-stops, exclamation marks, or question marks
(#477) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#488) Inline comments must start with a capital letter, digit or 3-dots sequence
(#488) 80 slashes comments are not allowed; use "// Comment." instead
(#490) Inline comments must end in full-stops, exclamation marks, or question marks
(#490) 80 slashes comments are not allowed; use "// Comment." instead
(#509) Expected 1 space before "=="; 0 found
(#509) Expected 1 space after "=="; 0 found
(#510) Short array syntax must be used to define arrays
(#510) Short array syntax must be used to define arrays
(#512) Short array syntax must be used to define arrays
(#522) Short array syntax must be used to define arrays
(#522) Short array syntax must be used to define arrays
(#529) Line exceeds 132 characters; contains 160 characters
(#534) Line indented incorrectly; expected 4 spaces, found 5
(#534) Visibility must be declared on method "get_userfields"
(#534) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $extrafields.
(#534) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#535) Inline comments must start with a capital letter, digit or 3-dots sequence
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#539) Inline comments must start with a capital letter, digit or 3-dots sequence
(#539) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Inline comments must start with a capital letter, digit or 3-dots sequence
(#546) Inline comments must end in full-stops, exclamation marks, or question marks
(#548) Inline comments must start with a capital letter, digit or 3-dots sequence
(#548) Inline comments must end in full-stops, exclamation marks, or question marks
(#552) Inline comments must end in full-stops, exclamation marks, or question marks
(#553) Short array syntax must be used to define arrays
(#568) Expected 1 space before "=="; 0 found
(#568) Expected 1 space after "=="; 0 found
(#568) Expected 1 space before "=="; 0 found
(#568) Expected 1 space after "=="; 0 found
(#572) Inline comments must start with a capital letter, digit or 3-dots sequence
(#572) Inline comments must end in full-stops, exclamation marks, or question marks
(#572) This comment is 75% valid code; is this commented out code?
(#572) No space found before comment text; expected "// return 'u.id AS userid, u.username, u.firstname, u.lastname, u.picture, u.imagealt, u.email';" but found "//return 'u.id AS userid, u.username, u.firstname, u.lastname, u.picture, u.imagealt, u.email';"
(#573) Closing brace indented incorrectly; expected 5 spaces, found 4
(#588) Inline comments must start with a capital letter, digit or 3-dots sequence
(#588) Inline comments must end in full-stops, exclamation marks, or question marks
(#592) Expected 1 space before "=="; 0 found
(#592) Expected 1 space after "=="; 0 found
(#595) Expected 1 space before "=="; 0 found
(#595) Expected 1 space after "=="; 0 found
(#606) Inline comments must start with a capital letter, digit or 3-dots sequence
(#606) Inline comments must end in full-stops, exclamation marks, or question marks
(#612) Short array syntax must be used to define arrays
(#623) Inline comments must start with a capital letter, digit or 3-dots sequence
(#627) Inline comments must end in full-stops, exclamation marks, or question marks
(#628) The use of backticks in strings is not recommended
(#629) The use of backticks in strings is not recommended
(#632) Inline comments must start with a capital letter, digit or 3-dots sequence
(#632) Inline comments must end in full-stops, exclamation marks, or question marks
(#634) Variable "i_max" must not contain underscores.
(#635) Expected 1 space before "="; 0 found
(#635) Expected 1 space after "="; 0 found
(#635) Variable "i_max" must not contain underscores.
(#635) Expected 1 space before ">="; 0 found
(#635) Expected 1 space after ">="; 0 found
(#639) Expected 1 space before "==="; 0 found
(#639) Expected 1 space after "==="; 0 found
(#659) Closing brace must be on a line by itself
(#663) Inline comments must start with a capital letter, digit or 3-dots sequence
(#663) 80 slashes comments are not allowed; use "// Comment." instead
(#665) Inline comments must end in full-stops, exclamation marks, or question marks
(#665) 80 slashes comments are not allowed; use "// Comment." instead
(#689) Short array syntax must be used to define arrays
(#697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#697) Inline comments must end in full-stops, exclamation marks, or question marks
(#702) Inline comments must start with a capital letter, digit or 3-dots sequence
(#702) Inline comments must end in full-stops, exclamation marks, or question marks
(#707) Inline comments must start with a capital letter, digit or 3-dots sequence
(#707) Inline comments must end in full-stops, exclamation marks, or question marks
(#708) Inline comments must start with a capital letter, digit or 3-dots sequence
(#708) Inline comments must end in full-stops, exclamation marks, or question marks
(#709) Short array syntax must be used to define arrays
(#713) Short array syntax must be used to define arrays
(#719) Inline comments must start with a capital letter, digit or 3-dots sequence
(#719) Inline comments must end in full-stops, exclamation marks, or question marks
(#720) Variable "hidden_fields" must not contain underscores.
(#721) Short array syntax must be used to define arrays
(#721) Expected 1 space before "=>"; 0 found
(#721) Expected 1 space after "=>"; 0 found
(#721) Expected 1 space before "=>"; 0 found
(#721) Expected 1 space after "=>"; 0 found
(#721) Expected 1 space before "=>"; 0 found
(#721) Expected 1 space after "=>"; 0 found
(#722) Variable "hidden_fields" must not contain underscores.
(#724) Inline comments must start with a capital letter, digit or 3-dots sequence
(#724) Inline comments must end in full-stops, exclamation marks, or question marks
(#725) Short array syntax must be used to define arrays
(#725) Expected 1 space before "=>"; 0 found
(#725) Expected 1 space after "=>"; 0 found
(#726) Variable "hidden_fields" must not contain underscores.
(#733) Inline comments must start with a capital letter, digit or 3-dots sequence
(#733) Inline comments must end in full-stops, exclamation marks, or question marks
(#738) Inline comments must start with a capital letter, digit or 3-dots sequence
(#738) Inline comments must end in full-stops, exclamation marks, or question marks
(#747) Inline comments must start with a capital letter, digit or 3-dots sequence
(#747) Inline comments must end in full-stops, exclamation marks, or question marks
(#748) Short array syntax must be used to define arrays
(#748) Expected 1 space before "=>"; 0 found
(#748) Expected 1 space after "=>"; 0 found
(#760) Inline comments must start with a capital letter, digit or 3-dots sequence
(#760) Inline comments must end in full-stops, exclamation marks, or question marks
(#761) Short array syntax must be used to define arrays
(#761) Expected 1 space before "=>"; 0 found
(#761) Expected 1 space after "=>"; 0 found
(#789) Space found before semicolon; expected ""}";" but found ""}"\n ;"
(#790) Short array syntax must be used to define arrays
(#790) Expected 1 space before "=>"; 0 found
(#790) Expected 1 space after "=>"; 0 found
(#790) Expected 1 space before "=>"; 0 found
(#790) Expected 1 space after "=>"; 0 found
(#790) Expected 1 space before "=>"; 0 found
(#790) Expected 1 space after "=>"; 0 found
(#790) Expected 1 space before "=>"; 0 found
(#790) Expected 1 space after "=>"; 0 found
(#790) Line exceeds 132 characters; contains 136 characters
(#791) Short array syntax must be used to define arrays
(#791) Expected 1 space before "=>"; 0 found
(#791) Expected 1 space after "=>"; 0 found
(#791) Expected 1 space before "=>"; 0 found
(#791) Expected 1 space after "=>"; 0 found
(#791) Expected 1 space before "=>"; 0 found
(#791) Expected 1 space after "=>"; 0 found
(#792) Inline comments must start with a capital letter, digit or 3-dots sequence
(#792) Inline comments must end in full-stops, exclamation marks, or question marks
(#794) Inline comments must start with a capital letter, digit or 3-dots sequence
(#794) Inline comments must end in full-stops, exclamation marks, or question marks
(#798) Inline comments must start with a capital letter, digit or 3-dots sequence
(#798) Inline comments must end in full-stops, exclamation marks, or question marks
(#811) Short array syntax must be used to define arrays
(#811) Expected 1 space before "=>"; 0 found
(#811) Expected 1 space after "=>"; 0 found
(#817) Short array syntax must be used to define arrays
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#817) Expected 1 space before "=>"; 0 found
(#817) Expected 1 space after "=>"; 0 found
(#818) Expected 1 space before "=="; 0 found
(#818) Expected 1 space after "=="; 0 found
(#828) Short array syntax must be used to define arrays
(#828) Expected 1 space before "=>"; 0 found
(#828) Expected 1 space after "=>"; 0 found
(#831) Short array syntax must be used to define arrays
(#837) Inline comments must start with a capital letter, digit or 3-dots sequence
(#837) 80 slashes comments are not allowed; use "// Comment." instead
(#839) Inline comments must end in full-stops, exclamation marks, or question marks
(#839) 80 slashes comments are not allowed; use "// Comment." instead
(#875) Inline comments must start with a capital letter, digit or 3-dots sequence
(#875) 80 slashes comments are not allowed; use "// Comment." instead
(#877) Inline comments must end in full-stops, exclamation marks, or question marks
(#877) 80 slashes comments are not allowed; use "// Comment." instead
(#885) Expected 1 space before opening brace; found 2
(#899) Expected 1 space before opening brace; found 2
(#906) Short array syntax must be used to define arrays
(#911) Inline comments must end in full-stops, exclamation marks, or question marks
(#928) Inline comments must end in full-stops, exclamation marks, or question marks
(#952) Expected 1 space before "=="; 0 found
(#952) Expected 1 space after "=="; 0 found
(#952) Expected 1 space before "=="; 0 found
(#952) Expected 1 space after "=="; 0 found
(#966) Inline comments must start with a capital letter, digit or 3-dots sequence
(#966) This comment is 62% valid code; is this commented out code?
(#966) No space found before comment text; expected "// $long = get_string('difficulty', 'mod_reader');" but found "//$long = get_string('difficulty', 'mod_reader');"
(#967) No space found before comment text; expected "// $short = get_string('difficultyshort', 'mod_reader');" but found "//$short = get_string('difficultyshort', 'mod_reader');"
(#968) No space found before comment text; expected "// return $long.html_writer::empty_tag('br')."($short)";" but found "//return $long.html_writer::empty_tag('br')."($short)";"
(#1021) Expected 1 space before opening brace; found 2
(#1025) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1025) 80 slashes comments are not allowed; use "// Comment." instead
(#1027) Inline comments must end in full-stops, exclamation marks, or question marks
(#1027) 80 slashes comments are not allowed; use "// Comment." instead
(#1034) Expected 1 space before opening brace; found 2
(#1048) Expected 1 space before opening brace; found 2
(#1049) Inline comments must end in full-stops, exclamation marks, or question marks
(#1071) Expected 1 space before opening brace; found 2
(#1086) Expected 1 space before opening brace; found 2
(#1116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1116) 80 slashes comments are not allowed; use "// Comment." instead
(#1118) Inline comments must end in full-stops, exclamation marks, or question marks
(#1118) 80 slashes comments are not allowed; use "// Comment." instead
(#1126) Expected 1 space before opening brace; found 2
(#1135) Variable "delete_rows" must not contain underscores.
(#1135) Expected 1 space before opening brace; found 2
(#1136) Variable "delete_rows" must not contain underscores.
(#1136) Variable "delete_flag" must not contain underscores.
(#1137) Variable "delete_flag" must not contain underscores.
(#1148) Variable "delete_columns" must not contain underscores.
(#1148) Expected 1 space before opening brace; found 2
(#1150) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1151) Variable "delete_columns" must not contain underscores.
(#1161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1161) Inline comments must end in full-stops, exclamation marks, or question marks
(#1173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1173) Inline comments must end in full-stops, exclamation marks, or question marks
(#1179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1179) 80 slashes comments are not allowed; use "// Comment." instead
(#1181) Inline comments must end in full-stops, exclamation marks, or question marks
(#1181) 80 slashes comments are not allowed; use "// Comment." instead
(#1188) Expected 1 space before opening brace; found 2
(#1190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1190) Inline comments must end in full-stops, exclamation marks, or question marks
(#1195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1195) Inline comments must end in full-stops, exclamation marks, or question marks
(#1204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1204) Inline comments must end in full-stops, exclamation marks, or question marks
(#1229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1238) 80 slashes comments are not allowed; use "// Comment." instead
(#1240) Inline comments must end in full-stops, exclamation marks, or question marks
(#1240) 80 slashes comments are not allowed; use "// Comment." instead
(#1252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1252) Inline comments must end in full-stops, exclamation marks, or question marks
(#1253) Expected 1 space before "=="; 0 found
(#1253) Expected 1 space after "=="; 0 found
(#1263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1263) 80 slashes comments are not allowed; use "// Comment." instead
(#1265) Inline comments must end in full-stops, exclamation marks, or question marks
(#1265) 80 slashes comments are not allowed; use "// Comment." instead
(#1276) Short array syntax must be used to define arrays
(#1291) Short array syntax must be used to define arrays
(#1296) Inline comments must end in full-stops, exclamation marks, or question marks
(#1300) Short array syntax must be used to define arrays
(#1308) Line exceeds 132 characters; contains 137 characters
(#1320) Expected 1 space before "==="; 0 found
(#1320) Expected 1 space after "==="; 0 found
(#1321) Short array syntax must be used to define arrays
(#1338) Expected 1 space before "==="; 0 found
(#1338) Expected 1 space after "==="; 0 found
(#1358) Short array syntax must be used to define arrays
(#1383) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1383) Inline comments must end in full-stops, exclamation marks, or question marks
(#1386) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1386) Inline comments must end in full-stops, exclamation marks, or question marks
(#1389) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1389) Inline comments must end in full-stops, exclamation marks, or question marks
(#1392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1392) Inline comments must end in full-stops, exclamation marks, or question marks
(#1397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1397) Inline comments must end in full-stops, exclamation marks, or question marks
(#1397) This comment is 43% valid code; is this commented out code?
(#1403) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1403) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/tools.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tools.php. Expected mod_reader, found mod.
(#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
(#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
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Short array syntax must be used to define arrays
(#40) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/tools/check_email.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file check_email.php. Expected mod_reader, found mod.
(#42) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Short array syntax must be used to define arrays
mod/reader/admin/tools/detect_cheating.php
(#20) Incorrect @package tag for file detect_cheating.php. Expected mod_reader, found mod.
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#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
(#59) Short array syntax must be used to define arrays
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) 67 slashes comments are not allowed; use "// Comment." instead
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) 67 slashes comments are not allowed; use "// Comment." instead
(#99) Missing docblock for function reader_print_search_form
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#110) Short array syntax must be used to define arrays
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Short array syntax must be used to define arrays
(#119) Short array syntax must be used to define arrays
(#123) 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
(#128) Short array syntax must be used to define arrays
(#129) Commas (,) must be followed by white space.
(#130) Short array syntax must be used to define arrays
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Short array syntax must be used to define arrays
(#157) Short array syntax must be used to define arrays
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Short array syntax must be used to define arrays
(#170) Short array syntax must be used to define arrays
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#179) Short array syntax must be used to define arrays
(#189) Short array syntax must be used to define arrays
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#198) Short array syntax must be used to define arrays
(#199) Short array syntax must be used to define arrays
(#201) Short array syntax must be used to define arrays
(#203) Short array syntax must be used to define arrays
(#204) Short array syntax must be used to define arrays
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Short array syntax must be used to define arrays
(#211) Short array syntax must be used to define arrays
(#214) Inline comments must start with a capital letter, digit or 3-dots sequence
(#214) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Missing docblock for function reader_print_info
(#233) Short array syntax must be used to define arrays
(#237) Short array syntax must be used to define arrays
(#239) Short array syntax must be used to define arrays
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Short array syntax must be used to define arrays
(#245) Short array syntax must be used to define arrays
(#261) Short array syntax must be used to define arrays
(#262) Short array syntax must be used to define arrays
(#265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) Variable "i_max" must not contain underscores.
(#307) Short array syntax must be used to define arrays
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Empty IF statement detected
(#328) Expected 1 space before "=="; 0 found
(#328) Expected 1 space after "=="; 0 found
(#329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#334) Expected 1 space before "=="; 0 found
(#334) Expected 1 space after "=="; 0 found
(#338) Short array syntax must be used to define arrays
(#343) Short array syntax must be used to define arrays
(#345) Inline comments must start with a capital letter, digit or 3-dots sequence
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#347) Variable "i_max" must not contain underscores.
(#347) Variable "i_max" must not contain underscores.
(#356) Expected 1 space before "=="; 0 found
(#356) Expected 1 space after "=="; 0 found
(#364) Short array syntax must be used to define arrays
(#379) Missing docblock for function reader_get_info
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#393) Inline comments must start with a capital letter, digit or 3-dots sequence
(#396) Inline comments must start with a capital letter, digit or 3-dots sequence
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Targeting a 'switch' control structure with a 'continue' statement is strongly discouraged and will throw a warning as of PHP 7.3.
(#404) Expected 1 space before "=="; 0 found
(#404) Expected 1 space after "=="; 0 found
(#407) Closing brace must be on a line by itself
(#408) Closing brace must be on a line by itself
(#409) Closing brace must be on a line by itself
(#410) Closing brace must be on a line by itself
(#413) Expected 1 space before "=="; 0 found
(#413) Expected 1 space after "=="; 0 found
(#416) Closing brace must be on a line by itself
(#417) Closing brace must be on a line by itself
(#418) Closing brace must be on a line by itself
(#419) Closing brace must be on a line by itself
(#420) Closing brace must be on a line by itself
(#421) Closing brace must be on a line by itself
(#422) Closing brace must be on a line by itself
(#426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#426) Inline comments must end in full-stops, exclamation marks, or question marks
(#429) Expected 1 space before "=="; 0 found
(#429) Expected 1 space after "=="; 0 found
(#434) Expected 1 space before "=="; 0 found
(#434) Expected 1 space after "=="; 0 found
(#446) Expected 1 space before "=="; 0 found
(#446) Expected 1 space after "=="; 0 found
(#447) Inline comments must start with a capital letter, digit or 3-dots sequence
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) Expected 1 space before "=="; 0 found
(#450) Expected 1 space after "=="; 0 found
(#451) Expected 1 space before "=="; 0 found
(#451) Expected 1 space after "=="; 0 found
(#458) Expected 1 space before "=="; 0 found
(#458) Expected 1 space after "=="; 0 found
(#466) Short array syntax must be used to define arrays
(#466) Short array syntax must be used to define arrays
(#468) Short array syntax must be used to define arrays
(#473) Short array syntax must be used to define arrays
(#473) Short array syntax must be used to define arrays
(#475) Short array syntax must be used to define arrays
(#499) Missing docblock for function reader_print_info_books
(#502) Short array syntax must be used to define arrays
(#503) Short array syntax must be used to define arrays
(#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
(#525) Empty IF statement detected
(#525) Expected 1 space before "=="; 0 found
(#525) Expected 1 space after "=="; 0 found
(#526) Inline comments must start with a capital letter, digit or 3-dots sequence
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
(#528) Inline comments must start with a capital letter, digit or 3-dots sequence
(#528) Inline comments must end in full-stops, exclamation marks, or question marks
(#530) Short array syntax must be used to define arrays
(#535) Short array syntax must be used to define arrays
(#536) Short array syntax must be used to define arrays
(#538) Inline comments must start with a capital letter, digit or 3-dots sequence
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#540) Short array syntax must be used to define arrays
(#546) Short array syntax must be used to define arrays
(#547) Short array syntax must be used to define arrays
(#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
(#552) Expected 1 space before "=="; 0 found
(#552) Expected 1 space after "=="; 0 found
(#559) Short array syntax must be used to define arrays
(#565) Inline comments must end in full-stops, exclamation marks, or question marks
(#581) Inline comments must end in full-stops, exclamation marks, or question marks
(#615) Expected 1 space before "=="; 0 found
(#615) Expected 1 space after "=="; 0 found
(#623) Empty IF statement detected
(#624) Inline comments must start with a capital letter, digit or 3-dots sequence
(#624) Inline comments must end in full-stops, exclamation marks, or question marks
(#626) Expected 1 space before "=="; 0 found
(#626) Expected 1 space after "=="; 0 found
(#629) Inline comments must start with a capital letter, digit or 3-dots sequence
(#629) Inline comments must end in full-stops, exclamation marks, or question marks
(#631) Expected 1 space before "=="; 0 found
(#631) Expected 1 space after "=="; 0 found
(#634) Short array syntax must be used to define arrays
(#635) Expected 1 space before "=="; 0 found
(#635) Expected 1 space after "=="; 0 found
(#635) Expected 1 space before "=="; 0 found
(#635) Expected 1 space after "=="; 0 found
(#651) Inline comments must start with a capital letter, digit or 3-dots sequence
(#651) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) Short array syntax must be used to define arrays
(#657) Inline comments must start with a capital letter, digit or 3-dots sequence
(#657) Inline comments must end in full-stops, exclamation marks, or question marks
(#658) Short array syntax must be used to define arrays
(#660) Short array syntax must be used to define arrays
(#663) Short array syntax must be used to define arrays
(#667) Short array syntax must be used to define arrays
(#669) Inline comments must start with a capital letter, digit or 3-dots sequence
(#669) Inline comments must end in full-stops, exclamation marks, or question marks
(#673) Inline comments must start with a capital letter, digit or 3-dots sequence
(#673) Inline comments must end in full-stops, exclamation marks, or question marks
(#705) Missing docblock for function reader_print_info_users
(#708) Short array syntax must be used to define arrays
(#709) Short array syntax must be used to define arrays
(#738) Short array syntax must be used to define arrays
(#739) Short array syntax must be used to define arrays
(#741) Inline comments must start with a capital letter, digit or 3-dots sequence
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#742) Empty IF statement detected
(#742) Expected 1 space before "=="; 0 found
(#742) Expected 1 space after "=="; 0 found
(#743) Inline comments must start with a capital letter, digit or 3-dots sequence
(#743) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) Inline comments must start with a capital letter, digit or 3-dots sequence
(#745) Inline comments must end in full-stops, exclamation marks, or question marks
(#747) Short array syntax must be used to define arrays
(#752) Short array syntax must be used to define arrays
(#753) Short array syntax must be used to define arrays
(#755) Inline comments must start with a capital letter, digit or 3-dots sequence
(#755) Inline comments must end in full-stops, exclamation marks, or question marks
(#757) Short array syntax must be used to define arrays
(#763) Short array syntax must be used to define arrays
(#764) Short array syntax must be used to define arrays
(#768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#768) Inline comments must end in full-stops, exclamation marks, or question marks
(#769) Expected 1 space before "=="; 0 found
(#769) Expected 1 space after "=="; 0 found
(#776) Short array syntax must be used to define arrays
(#782) Inline comments must end in full-stops, exclamation marks, or question marks
(#798) Inline comments must end in full-stops, exclamation marks, or question marks
(#830) Inline comments must start with a capital letter, digit or 3-dots sequence
(#830) Inline comments must end in full-stops, exclamation marks, or question marks
(#831) Expected 1 space before "=="; 0 found
(#831) Expected 1 space after "=="; 0 found
(#831) Expected 1 space before "=="; 0 found
(#831) Expected 1 space after "=="; 0 found
(#832) Expected 1 space before "=="; 0 found
(#832) Expected 1 space after "=="; 0 found
(#835) Inline comments must start with a capital letter, digit or 3-dots sequence
(#835) Inline comments must end in full-stops, exclamation marks, or question marks
(#836) Short array syntax must be used to define arrays
(#838) Short array syntax must be used to define arrays
(#840) Short array syntax must be used to define arrays
(#843) Short array syntax must be used to define arrays
(#847) Expected 1 space before "=="; 0 found
(#847) Expected 1 space after "=="; 0 found
(#850) Inline comments must start with a capital letter, digit or 3-dots sequence
(#850) Inline comments must end in full-stops, exclamation marks, or question marks
(#851) Short array syntax must be used to define arrays
(#853) Short array syntax must be used to define arrays
(#855) Short array syntax must be used to define arrays
(#858) Short array syntax must be used to define arrays
(#863) Short array syntax must be used to define arrays
(#864) Expected 1 space before "=="; 0 found
(#864) Expected 1 space after "=="; 0 found
(#864) Expected 1 space before "=="; 0 found
(#864) Expected 1 space after "=="; 0 found
(#876) Inline comments must start with a capital letter, digit or 3-dots sequence
(#876) Inline comments must end in full-stops, exclamation marks, or question marks
(#877) Short array syntax must be used to define arrays
(#882) Inline comments must start with a capital letter, digit or 3-dots sequence
(#882) Inline comments must end in full-stops, exclamation marks, or question marks
(#887) Inline comments must start with a capital letter, digit or 3-dots sequence
(#887) Inline comments must end in full-stops, exclamation marks, or question marks
(#909) Expected 1 space before "=="; 0 found
(#909) Expected 1 space after "=="; 0 found
(#936) Missing docblock for function reader_print_action_form_start
(#938) Inline comments must start with a capital letter, digit or 3-dots sequence
(#938) Inline comments must end in full-stops, exclamation marks, or question marks
(#940) Short array syntax must be used to define arrays
(#943) Inline comments must start with a capital letter, digit or 3-dots sequence
(#943) Inline comments must end in full-stops, exclamation marks, or question marks
(#944) Short array syntax must be used to define arrays
(#945) Short array syntax must be used to define arrays
(#947) Short array syntax must be used to define arrays
(#949) Short array syntax must be used to define arrays
(#960) Missing docblock for function reader_print_action_form_end
(#962) Inline comments must start with a capital letter, digit or 3-dots sequence
(#962) Inline comments must end in full-stops, exclamation marks, or question marks
(#990) Space found before semicolon; expected ""}";" but found ""}"\n ;"
(#992) Inline comments must start with a capital letter, digit or 3-dots sequence
(#992) Inline comments must end in full-stops, exclamation marks, or question marks
(#993) Short array syntax must be used to define arrays
(#993) Expected 1 space before "=>"; 0 found
(#993) Expected 1 space after "=>"; 0 found
(#995) Short array syntax must be used to define arrays
(#1002) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1002) Inline comments must end in full-stops, exclamation marks, or question marks
(#1015) Missing docblock for function reader_print_actions
(#1020) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1020) Inline comments must end in full-stops, exclamation marks, or question marks
(#1021) Short array syntax must be used to define arrays
(#1021) Expected 1 space before "=>"; 0 found
(#1021) Expected 1 space after "=>"; 0 found
(#1048) Short array syntax must be used to define arrays
(#1050) Short array syntax must be used to define arrays
(#1065) Short array syntax must be used to define arrays
(#1067) Short array syntax must be used to define arrays
(#1080) Short array syntax must be used to define arrays
(#1080) Expected 1 space before "=>"; 0 found
(#1080) Expected 1 space after "=>"; 0 found
(#1085) Short array syntax must be used to define arrays
(#1089) Expected 1 space before "=="; 0 found
(#1089) Expected 1 space after "=="; 0 found
(#1099) Short array syntax must be used to define arrays
(#1102) Short array syntax must be used to define arrays
(#1108) Missing docblock for function reader_status_string
(#1129) Missing docblock for function reader_status_menu
(#1130) Short array syntax must be used to define arrays
(#1138) Missing docblock for function reader_execute_action
(#1140) Short array syntax must be used to define arrays
(#1142) Empty IF statement detected
(#1142) Expected 1 space before "=="; 0 found
(#1142) Expected 1 space after "=="; 0 found
(#1143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1143) Inline comments must end in full-stops, exclamation marks, or question marks
(#1171) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/reader/admin/tools/export_reader_tables.php
(#20) Incorrect @package tag for file export_reader_tables.php. Expected mod_reader, found mod.
(#41) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Short array syntax must be used to define arrays
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#65) Expected 1 space before "=="; 0 found
(#65) Expected 1 space after "=="; 0 found
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Inline comments must start with a capital letter, digit or 3-dots sequence
(#94) 49 slashes comments are not allowed; use "// Comment." instead
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) 49 slashes comments are not allowed; use "// Comment." instead
(#98) Missing docblock for function reader_export_db_header
(#107) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Short array syntax must be used to define arrays
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Short array syntax must be used to define arrays
(#150) Line exceeds 132 characters; contains 137 characters
(#169) Missing docblock for function reader_export_db_footer
(#184) Missing docblock for function reader_export_table_header
(#197) Missing docblock for function reader_export_table_columns
(#258) Missing docblock for function reader_export_table_keys
(#260) Short array syntax must be used to define arrays
(#261) The use of backticks in strings is not recommended
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) This comment is 50% valid code; is this commented out code?
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Variable "KEY" must be all lower-case
(#281) Variable "KEY" must be all lower-case
(#283) Variable "KEY" must be all lower-case
(#283) The use of backticks in strings is not recommended
(#283) The use of backticks in strings is not recommended
(#289) Missing docblock for function reader_export_table_footer
(#299) Short array syntax must be used to define arrays
(#310) Missing docblock for function reader_export_table_comment
(#318) Missing docblock for function reader_export_table_data
(#321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#321) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Short array syntax must be used to define arrays
(#329) There should be a comma after the last array item in a multi-line array.
(#333) Short array syntax must be used to define arrays
(#336) Short array syntax must be used to define arrays
(#342) Inline control structures are not allowed
(#343) Inline doc block comments are not allowed; use "// Comment." instead
(#355) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) This comment is 43% valid code; is this commented out code?
(#360) Inline comments must end in full-stops, exclamation marks, or question marks
(#361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#366) The use of function print_object() is forbidden
mod/reader/admin/tools/fix_bookcovers.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file fix_bookcovers.php. Expected mod_reader, found mod.
(#46) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Short array syntax must be used to define arrays
(#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
(#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
(#84) Variable "enable_mreader" must not contain underscores.
(#93) Closing brace must be on a line by itself
(#94) Closing brace must be on a line by itself
(#95) Closing brace must be on a line by itself
(#117) Short array syntax must be used to define arrays
(#126) Short array syntax must be used to define arrays
(#128) Short array syntax must be used to define arrays
(#143) Line exceeds 132 characters; contains 142 characters
(#164) Short array syntax must be used to define arrays
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Line exceeds 132 characters; contains 140 characters
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Short array syntax must be used to define arrays
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#222) Line exceeds 132 characters; contains 140 characters
(#247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Short array syntax must be used to define arrays
(#268) Variable "remote_image_url" must not contain underscores.
(#269) Variable "remote_image_post" must not contain underscores.
(#270) Variable "local_image_file" must not contain underscores.
(#272) Variable "local_file_exists" must not contain underscores.
(#272) Variable "local_image_file" must not contain underscores.
(#273) Variable "is_image_file" must not contain underscores.
(#273) Variable "local_image_file" must not contain underscores.
(#275) Variable "local_file_exists" must not contain underscores.
(#275) Variable "is_image_file" must not contain underscores.
(#277) Variable "local_image_file" must not contain underscores.
(#278) Variable "local_image_file" must not contain underscores.
(#281) Variable "local_image_file" must not contain underscores.
(#282) Variable "local_file_exists" must not contain underscores.
(#285) Variable "local_file_exists" must not contain underscores.
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Variable "remote_image_url" must not contain underscores.
(#289) Variable "remote_image_post" must not contain underscores.
(#291) Variable "remote_image_url" must not contain underscores.
(#295) Variable "local_image_file" must not contain underscores.
(#296) Variable "local_image_file" must not contain underscores.
(#300) Variable "local_image_file" must not contain underscores.
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#301) This comment is 64% valid code; is this commented out code?
(#301) No space found before comment text; expected "// print '<pre>'.htmlspecialchars($contents).'</pre>';" but found "//print '<pre>'.htmlspecialchars($contents).'</pre>';"
(#302) Variable "local_image_file" must not contain underscores.
(#303) Variable "local_image_file" must not contain underscores.
(#307) Variable "remote_image_url" must not contain underscores.
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#329) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Variable "is_image_file" must not contain underscores.
(#334) Variable "finfo_file" must not contain underscores.
(#335) Variable "finfo_file" must not contain underscores.
(#335) Expected 1 space before "==="; 0 found
(#335) Expected 1 space after "==="; 0 found
(#335) Variable "finfo_file" must not contain underscores.
(#335) Expected 1 space before "==="; 0 found
(#335) Expected 1 space after "==="; 0 found
(#336) Variable "is_image_file" must not contain underscores.
(#342) Variable "is_image_file" must not contain underscores.
(#360) Short array syntax must be used to define arrays
(#362) Short array syntax must be used to define arrays
(#371) Expected 1 space before "=="; 0 found
(#371) Expected 1 space after "=="; 0 found
(#371) Expected 1 space before "=="; 0 found
(#371) Expected 1 space after "=="; 0 found
(#371) Expected 1 space before "=="; 0 found
(#371) Expected 1 space after "=="; 0 found
(#371) Expected 1 space before "=="; 0 found
(#371) Expected 1 space after "=="; 0 found
(#375) Short array syntax must be used to define arrays
(#378) Short array syntax must be used to define arrays
(#397) Inline comments must start with a capital letter, digit or 3-dots sequence
(#397) Inline comments must end in full-stops, exclamation marks, or question marks
(#408) Short array syntax must be used to define arrays
(#409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#409) This comment is 56% valid code; is this commented out code?
(#410) Short array syntax must be used to define arrays
(#411) Short array syntax must be used to define arrays
(#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
(#415) There should be a comma after the last array item in a multi-line array.
(#416) There should be a comma after the last array item in a multi-line array.
(#417) There should be a comma after the last array item in a multi-line array.
(#432) Inline comments must start with a capital letter, digit or 3-dots sequence
(#432) Inline comments must end in full-stops, exclamation marks, or question marks
(#433) Short array syntax must be used to define arrays
(#437) Inline comments must start with a capital letter, digit or 3-dots sequence
(#437) Inline comments must end in full-stops, exclamation marks, or question marks
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#442) Inline comments must end in full-stops, exclamation marks, or question marks
(#446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#446) Inline comments must end in full-stops, exclamation marks, or question marks
(#450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#450) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) Short array syntax must be used to define arrays
(#453) Short array syntax must be used to define arrays
(#454) Expected 1 space before "=="; 0 found
(#454) Expected 1 space after "=="; 0 found
(#462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#462) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) Short array syntax must be used to define arrays
(#465) Inline comments must start with a capital letter, digit or 3-dots sequence
(#465) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/tools/fix_coursesections.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file fix_coursesections.php. Expected mod_reader, found mod.
(#42) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Short array syntax must be used to define arrays
(#77) Short array syntax must be used to define arrays
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) 67 slashes comments are not allowed; use "// Comment." instead
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) 67 slashes comments are not allowed; use "// Comment." instead
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Expected 1 space before "=="; 0 found
(#125) Expected 1 space after "=="; 0 found
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#131) Expected 1 space before "=="; 0 found
(#131) Expected 1 space after "=="; 0 found
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Short array syntax must be used to define arrays
(#151) Inline comments must start with a capital letter, digit or 3-dots sequence
(#151) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#157) Line exceeds 132 characters; contains 145 characters
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#182) Short array syntax must be used to define arrays
(#186) Short array syntax must be used to define arrays
(#191) Variable "rebuild_course_cache" must not contain underscores.
(#193) Short array syntax must be used to define arrays
(#193) Short array syntax must be used to define arrays
(#193) Line exceeds 132 characters; contains 156 characters
(#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
(#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
(#200) Short array syntax must be used to define arrays
(#202) Expected 1 space before "=="; 0 found
(#202) Expected 1 space after "=="; 0 found
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Expected 1 space before "=="; 0 found
(#209) Expected 1 space after "=="; 0 found
(#210) Short array syntax must be used to define arrays
(#214) Expected 1 space before "=="; 0 found
(#214) Expected 1 space after "=="; 0 found
(#222) Short array syntax must be used to define arrays
(#222) Line exceeds 132 characters; contains 141 characters
(#223) Variable "rebuild_course_cache" must not contain underscores.
(#228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#228) Inline comments must end in full-stops, exclamation marks, or question marks
(#231) Expected 1 space before "=="; 0 found
(#231) Expected 1 space after "=="; 0 found
(#234) Expected 1 space before "=="; 0 found
(#234) Expected 1 space after "=="; 0 found
(#237) Expected 1 space before "=="; 0 found
(#237) Expected 1 space after "=="; 0 found
(#243) Short array syntax must be used to define arrays
(#244) Variable "rebuild_course_cache" must not contain underscores.
(#248) Short array syntax must be used to define arrays
(#251) Expected 1 space before "=="; 0 found
(#251) Expected 1 space after "=="; 0 found
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#255) Short array syntax must be used to define arrays
(#256) Variable "rebuild_course_cache" must not contain underscores.
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) Inline comments must end in full-stops, exclamation marks, or question marks
(#268) Expected 1 space before "=="; 0 found
(#268) Expected 1 space after "=="; 0 found
(#276) Expected 1 space before "=="; 0 found
(#276) Expected 1 space after "=="; 0 found
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#295) Short array syntax must be used to define arrays
(#295) Line exceeds 132 characters; contains 135 characters
(#298) Variable "rebuild_course_cache" must not contain underscores.
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Inline comments must end in full-stops, exclamation marks, or question marks
(#311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#311) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Short array syntax must be used to define arrays
(#315) Expected "foreach (...) {\n"; found "foreach (...) {\n"
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#320) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#334) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Short array syntax must be used to define arrays
(#342) Inline comments must start with a capital letter, digit or 3-dots sequence
(#342) Inline comments must end in full-stops, exclamation marks, or question marks
(#343) Short array syntax must be used to define arrays
(#352) Empty IF statement detected
(#352) Expected 1 space before "=="; 0 found
(#352) Expected 1 space after "=="; 0 found
(#353) Inline comments must start with a capital letter, digit or 3-dots sequence
(#353) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Short array syntax must be used to define arrays
(#362) Short array syntax must be used to define arrays
(#364) Variable "rebuild_course_cache" must not contain underscores.
(#369) Short array syntax must be used to define arrays
(#371) Short array syntax must be used to define arrays
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) Variable "rebuild_course_cache" must not contain underscores.
(#394) Empty IF statement detected
(#394) Expected 1 space before "=="; 0 found
(#394) Expected 1 space after "=="; 0 found
(#394) Expected 1 space before "=="; 0 found
(#394) Expected 1 space after "=="; 0 found
(#395) Inline comments must start with a capital letter, digit or 3-dots sequence
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#412) Expected 1 space before "=="; 0 found
(#412) Expected 1 space after "=="; 0 found
(#416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#430) Short array syntax must be used to define arrays
(#435) Short array syntax must be used to define arrays
(#443) Inline comments must start with a capital letter, digit or 3-dots sequence
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#445) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) Inline comments must end in full-stops, exclamation marks, or question marks
(#459) Inline comments must start with a capital letter, digit or 3-dots sequence
(#459) Inline comments must end in full-stops, exclamation marks, or question marks
(#460) Short array syntax must be used to define arrays
(#460) Line exceeds 132 characters; contains 152 characters
(#461) Short array syntax must be used to define arrays
(#464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#464) Inline comments must end in full-stops, exclamation marks, or question marks
(#465) Expected 1 space before "=="; 0 found
(#465) Expected 1 space after "=="; 0 found
(#465) Expected 1 space before "=="; 0 found
(#465) Expected 1 space after "=="; 0 found
(#472) Inline comments must start with a capital letter, digit or 3-dots sequence
(#472) Inline comments must end in full-stops, exclamation marks, or question marks
(#475) Inline comments must start with a capital letter, digit or 3-dots sequence
(#475) Inline comments must end in full-stops, exclamation marks, or question marks
(#484) Inline comments must start with a capital letter, digit or 3-dots sequence
(#484) Inline comments must end in full-stops, exclamation marks, or question marks
(#493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#493) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) Expected 1 space before "=="; 0 found
(#494) Expected 1 space after "=="; 0 found
(#494) Expected 1 space before "=="; 0 found
(#494) Expected 1 space after "=="; 0 found
(#507) Inline comments must start with a capital letter, digit or 3-dots sequence
(#507) Inline comments must end in full-stops, exclamation marks, or question marks
(#510) Inline comments must start with a capital letter, digit or 3-dots sequence
(#510) Inline comments must end in full-stops, exclamation marks, or question marks
(#518) Inline comments must start with a capital letter, digit or 3-dots sequence
(#518) Inline comments must end in full-stops, exclamation marks, or question marks
(#526) Inline comments must start with a capital letter, digit or 3-dots sequence
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/tools/fix_slashesinnames.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file fix_slashesinnames.php. Expected mod_reader, found mod.
(#42) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#74) Short array syntax must be used to define arrays
(#74) Expected 1 space before "=>"; 0 found
(#74) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=="; 0 found
(#75) Expected 1 space after "=="; 0 found
(#84) Variable "reader_usecourse" must not contain underscores.
(#85) Short array syntax must be used to define arrays
(#86) Variable "reader_usecourse" must not contain underscores.
(#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
(#91) Short array syntax must be used to define arrays
(#92) Variable "reader_usecourses" must not contain underscores.
(#92) Short array syntax must be used to define arrays
(#95) Variable "reader_usecourse" must not contain underscores.
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Variable "reader_usecourse" must not contain underscores.
(#103) Variable "reader_usecourse" must not contain underscores.
(#105) Short array syntax must be used to define arrays
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Short array syntax must be used to define arrays
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Expected 1 space before "=="; 0 found
(#128) Expected 1 space after "=="; 0 found
(#128) Expected 1 space before "=="; 0 found
(#128) Expected 1 space after "=="; 0 found
(#128) Expected 1 space before "=="; 0 found
(#128) Expected 1 space after "=="; 0 found
(#130) Short array syntax must be used to define arrays
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Short array syntax must be used to define arrays
(#138) Expected 1 space before "=="; 0 found
(#138) Expected 1 space after "=="; 0 found
mod/reader/admin/tools/index.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file index.php. Expected mod_reader, found mod.
(#29) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
mod/reader/admin/tools/lib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file lib.php. Expected mod_reader, found mod.
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Short array syntax must be used to define arrays
(#53) Short array syntax must be used to define arrays
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#65) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#67) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#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
(#77) Short array syntax must be used to define arrays
(#80) Short array syntax must be used to define arrays
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) 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
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Closing brace must be on a line by itself
(#93) Closing brace must be on a line by itself
(#94) Short array syntax must be used to define arrays
(#99) Short array syntax must be used to define arrays
(#100) Short array syntax must be used to define arrays
(#106) Closing brace must be on a line by itself
(#107) Closing brace must be on a line by itself
(#108) Short array syntax must be used to define arrays
(#113) Short array syntax must be used to define arrays
(#114) Short array syntax must be used to define arrays
(#119) Short array syntax must be used to define arrays
(#126) Short array syntax must be used to define arrays
(#130) Short array syntax must be used to define arrays
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Short array syntax must be used to define arrays
(#141) Short array syntax must be used to define arrays
(#150) Closing brace must be on a line by itself
(#151) Short array syntax must be used to define arrays
(#151) Closing brace must be on a line by itself
(#152) Short array syntax must be used to define arrays
(#157) Short array syntax must be used to define arrays
(#158) Short array syntax must be used to define arrays
(#163) Short array syntax must be used to define arrays
(#171) Closing brace must be on a line by itself
(#172) Closing brace must be on a line by itself
(#173) Short array syntax must be used to define arrays
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#225) Short array syntax must be used to define arrays
(#240) Expected 1 space before "=="; 0 found
(#240) Expected 1 space after "=="; 0 found
(#243) Variable "i_max" must not contain underscores.
(#244) Expected 1 space before "="; 0 found
(#244) Expected 1 space after "="; 0 found
(#244) Expected 1 space before "<"; 0 found
(#244) Expected 1 space after "<"; 0 found
(#244) Variable "i_max" must not contain underscores.
(#249) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Short array syntax must be used to define arrays
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Short array syntax must be used to define arrays
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#278) Short array syntax must be used to define arrays
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) This comment is 67% valid code; is this commented out code?
(#285) This comment is 43% valid code; is this commented out code?
(#310) Inline comments must start with a capital letter, digit or 3-dots sequence
(#310) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) This comment is 65% valid code; is this commented out code?
(#310) No space found before comment text; expected "// curl_setopt($ch, CURLOPT_REFERER, trackback_url(false));" but found "//curl_setopt($ch, CURLOPT_REFERER, trackback_url(false));"
(#353) Short array syntax must be used to define arrays
(#357) Short array syntax must be used to define arrays
mod/reader/admin/tools/move_quizzes.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file move_quizzes.php. Expected mod_reader, found mod.
(#42) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Closing brace must be on a line by itself
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Short array syntax must be used to define arrays
(#107) Short array syntax must be used to define arrays
(#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
(#129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Short array syntax must be used to define arrays
(#143) Short array syntax must be used to define arrays
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Short array syntax must be used to define arrays
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Short array syntax must be used to define arrays
(#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
(#168) Short array syntax must be used to define arrays
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Short array syntax must be used to define arrays
(#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
(#188) Short array syntax must be used to define arrays
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) Inline comments must end in full-stops, exclamation marks, or question marks
(#199) Expected 1 space before "=="; 0 found
(#199) Expected 1 space after "=="; 0 found
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Short array syntax must be used to define arrays
(#225) Short array syntax must be used to define arrays
(#230) There should be a comma after the last array item in a multi-line array.
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#267) Inline comments must start with a capital letter, digit or 3-dots sequence
(#268) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Expected 1 space before "=="; 0 found
(#272) Expected 1 space after "=="; 0 found
(#272) Expected 1 space before "=="; 0 found
(#272) Expected 1 space after "=="; 0 found
(#272) Expected 1 space before "=="; 0 found
(#272) Expected 1 space after "=="; 0 found
(#278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#278) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Short array syntax must be used to define arrays
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Short array syntax must be used to define arrays
(#301) Inline comments must start with a capital letter, digit or 3-dots sequence
(#301) Inline comments must end in full-stops, exclamation marks, or question marks
(#303) Short array syntax must be used to define arrays
(#308) Short array syntax must be used to define arrays
(#314) There should be a comma after the last array item in a multi-line array.
(#335) Inline comments must start with a capital letter, digit or 3-dots sequence
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Inline comments must start with a capital letter, digit or 3-dots sequence
(#349) Inline comments must end in full-stops, exclamation marks, or question marks
(#350) Short array syntax must be used to define arrays
(#354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#354) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#359) Inline comments must end in full-stops, exclamation marks, or question marks
(#363) Inline comments must start with a capital letter, digit or 3-dots sequence
(#363) Inline comments must end in full-stops, exclamation marks, or question marks
(#364) Short array syntax must be used to define arrays
(#366) Short array syntax must be used to define arrays
(#367) Expected 1 space before "=="; 0 found
(#367) Expected 1 space after "=="; 0 found
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#376) Short array syntax must be used to define arrays
(#378) Inline comments must start with a capital letter, digit or 3-dots sequence
(#378) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/tools/redo_upgrade.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file redo_upgrade.php. Expected mod_reader, found mod.
(#42) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) This comment is 58% valid code; is this commented out code?
(#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
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Commas (,) must be followed by white space.
(#80) Expected 1 space before "=="; 0 found
(#80) Expected 1 space after "=="; 0 found
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#88) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Short array syntax must be used to define arrays
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#93) Short array syntax must be used to define arrays
(#95) Inline comments must start with a capital letter, digit or 3-dots sequence
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#105) Short array syntax must be used to define arrays
(#105) Expected 1 space before "=>"; 0 found
(#105) Expected 1 space after "=>"; 0 found
(#106) Short array syntax must be used to define arrays
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Short array syntax must be used to define arrays
(#114) Short array syntax must be used to define arrays
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Commas (,) must be followed by white space.
(#124) Expected 1 space before "=="; 0 found
(#124) Expected 1 space after "=="; 0 found
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#130) Variable "i_max" must not contain underscores.
(#131) Expected 1 space before "="; 0 found
(#131) Expected 1 space after "="; 0 found
(#131) Expected 1 space before "<"; 0 found
(#131) Expected 1 space after "<"; 0 found
(#131) Variable "i_max" must not contain underscores.
(#137) Commas (,) must be followed by white space.
(#137) Commas (,) must be followed by white space.
(#137) Commas (,) must be followed by white space.
(#137) Commas (,) must be followed by white space.
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space before "=="; 0 found
(#137) Expected 1 space after "=="; 0 found
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Short array syntax must be used to define arrays
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/tools/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#45) Missing member variable doc comment
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#71) Short array syntax must be used to define arrays
(#73) Short array syntax must be used to define arrays
(#75) Short array syntax must be used to define arrays
(#82) Short array syntax must be used to define arrays
(#89) Short array syntax must be used to define arrays
(#92) The static declaration must come after the visibility declaration
(#92) Missing docblock for function get_files
(#94) Short array syntax must be used to define arrays
(#99) Expected 1 space before "=="; 0 found
(#99) Expected 1 space after "=="; 0 found
(#99) Expected 1 space before "=="; 0 found
(#99) Expected 1 space after "=="; 0 found
(#102) Expected 1 space before "=="; 0 found
(#102) Expected 1 space after "=="; 0 found
(#102) Expected 1 space before "=="; 0 found
(#102) Expected 1 space after "=="; 0 found
(#102) Expected 1 space before "=="; 0 found
(#102) Expected 1 space after "=="; 0 found
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) The static declaration must come after the visibility declaration
(#116) Missing docblock for function is_available
(#117) global $PAGE cannot be used in renderers. Use $this->page.
(#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
(#126) global $PAGE cannot be used in renderers. Use $this->page.
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) global $PAGE cannot be used in renderers. Use $this->page.
(#141) Short array syntax must be used to define arrays
(#141) global $PAGE cannot be used in renderers. Use $this->page.
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Short array syntax must be used to define arrays
(#144) Short array syntax must be used to define arrays
(#144) global $PAGE cannot be used in renderers. Use $this->page.
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Short array syntax must be used to define arrays
(#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
(#171) Expected 1 space before "=="; 0 found
(#171) Expected 1 space after "=="; 0 found
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/users.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file users.php. Expected mod_reader, found mod.
(#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
(#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
(#38) Short array syntax must be used to define arrays
(#39) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/users/export/form.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file form.php. Expected mod_reader, found mod.
(#51) Visibility must be declared on method "__construct"
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#66) Visibility must be declared on method "definition"
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) The use of backticks in strings is not recommended
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) This comment is 58% valid code; is this commented out code?
(#72) No space found before comment text; expected "// .' '.$reader->name;" but found "//.' '.$reader->name;"
(#77) Short array syntax must be used to define arrays
mod/reader/admin/users/export/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#45) Missing @var tag in member variable comment
(#46) Member variable "download_param_name" must not contain underscores.
(#48) Missing member variable doc comment
(#87) Short array syntax must be used to define arrays
(#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
(#108) Short array syntax must be used to define arrays
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) This comment is 50% valid code; is this commented out code?
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Expected 1 space before "=="; 0 found
(#133) Expected 1 space after "=="; 0 found
(#133) Expected 1 space before "=="; 0 found
(#133) Expected 1 space after "=="; 0 found
(#133) Expected 1 space before "=="; 0 found
(#133) Expected 1 space after "=="; 0 found
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) This comment is 52% valid code; is this commented out code?
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/users/import/form.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file form.php. Expected mod_reader, found mod.
(#51) Visibility must be declared on method "__construct"
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#57) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#66) Visibility must be declared on method "definition"
(#68) Inline comments must start with a capital letter, digit or 3-dots sequence
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/users/import/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#45) Missing member variable doc comment
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Short array syntax must be used to define arrays
(#83) There should be a comma after the last array item in a multi-line array.
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Short array syntax must be used to define arrays
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) There should be a comma after the last array item in a multi-line array.
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Short array syntax must be used to define arrays
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Expected 1 space before "=="; 0 found
(#111) Expected 1 space after "=="; 0 found
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#124) Short array syntax must be used to define arrays
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) This comment is 50% valid code; is this commented out code?
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) This comment is 50% valid code; is this commented out code?
(#137) Short array syntax must be used to define arrays
(#140) Short array syntax must be used to define arrays
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#150) Short array syntax must be used to define arrays
(#153) Short array syntax must be used to define arrays
(#156) There should be a comma after the last array item in a multi-line array.
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Short array syntax must be used to define arrays
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Short array syntax must be used to define arrays
(#164) Short array syntax must be used to define arrays
(#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
(#172) Expected 1 space before "=="; 0 found
(#172) Expected 1 space after "=="; 0 found
(#173) Expected 1 space before "=="; 0 found
(#173) Expected 1 space after "=="; 0 found
(#175) Expected 1 space before "=="; 0 found
(#175) Expected 1 space after "=="; 0 found
(#178) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#182) Expected 1 space before "=="; 0 found
(#182) Expected 1 space after "=="; 0 found
(#183) Expected 1 space before "=="; 0 found
(#183) Expected 1 space after "=="; 0 found
(#184) Short array syntax must be used to define arrays
(#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
(#186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#189) Short array syntax must be used to define arrays
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) Inline comments must end in full-stops, exclamation marks, or question marks
(#191) Short array syntax must be used to define arrays
(#193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#193) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Expected 1 space before "=="; 0 found
(#196) Expected 1 space after "=="; 0 found
(#197) Short array syntax must be used to define arrays
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#200) Short array syntax must be used to define arrays
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Short array syntax must be used to define arrays
(#202) Short array syntax must be used to define arrays
(#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
(#206) Short array syntax must be used to define arrays
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Short array syntax must be used to define arrays
(#240) Short array syntax must be used to define arrays
(#241) Inline comments must start with a capital letter, digit or 3-dots sequence
(#241) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Short array syntax must be used to define arrays
(#269) Short array syntax must be used to define arrays
(#271) Short array syntax must be used to define arrays
(#273) Short array syntax must be used to define arrays
(#274) The use of function print_object() is forbidden
(#276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#276) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#286) Inline comments must start with a capital letter, digit or 3-dots sequence
(#286) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/users/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#51) Missing docblock for constant mod_reader_admin_users_renderer::TAB_USERS_SETGOALS
(#52) Missing docblock for constant mod_reader_admin_users_renderer::TAB_USERS_SETRATES
(#53) Missing docblock for constant mod_reader_admin_users_renderer::TAB_USERS_SETMESSAGE
(#54) Missing docblock for constant mod_reader_admin_users_renderer::TAB_USERS_IMPORT
(#55) Missing docblock for constant mod_reader_admin_users_renderer::TAB_USERS_EXPORT
(#56) Missing @var tag in member variable comment
(#84) Short array syntax must be used to define arrays
(#90) Short array syntax must be used to define arrays
(#104) The static declaration must come after the visibility declaration
(#105) Short array syntax must be used to define arrays
mod/reader/admin/users/setgoals/form.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file form.php. Expected mod_reader, found mod.
(#45) Missing docblock for constant mod_reader_admin_users_setgoals_form::MAX_LEVEL
(#46) Missing docblock for constant mod_reader_admin_users_setgoals_form::ADD_INCREMENT
(#48) Missing member variable doc comment
(#49) Missing member variable doc comment
(#50) Missing member variable doc comment
(#63) Visibility must be declared on method "__construct"
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#79) Visibility must be declared on method "definition"
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) 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
(#91) Short array syntax must be used to define arrays
(#92) Expected 1 space before "="; 0 found
(#92) Expected 1 space after "="; 0 found
(#92) Expected 1 space before "<="; 0 found
(#92) Expected 1 space after "<="; 0 found
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Short array syntax must be used to define arrays
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#104) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#108) Short array syntax must be used to define arrays
(#119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#119) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#124) Short array syntax must be used to define arrays
(#130) Short array syntax must be used to define arrays
(#131) There should be a comma after the last array item in a multi-line array.
(#134) Short array syntax must be used to define arrays
(#135) Short array syntax must be used to define arrays
(#136) Short array syntax must be used to define arrays
(#137) Short array syntax must be used to define arrays
(#145) Inline comments must start with a capital letter, digit or 3-dots sequence
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Expected 1 space before "="; 0 found
(#148) Expected 1 space after "="; 0 found
(#148) Expected 1 space before "<"; 0 found
(#148) 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
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#164) Inline comments must start with a capital letter, digit or 3-dots sequence
(#164) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#167) Short array syntax must be used to define arrays
(#169) Short array syntax must be used to define arrays
(#176) Short array syntax must be used to define arrays
(#177) There should be a comma after the last array item in a multi-line array.
(#180) Short array syntax must be used to define arrays
(#181) Short array syntax must be used to define arrays
(#182) Short array syntax must be used to define arrays
(#183) Short array syntax must be used to define arrays
(#184) Short array syntax must be used to define arrays
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#194) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Expected 1 space before "="; 0 found
(#195) Expected 1 space after "="; 0 found
(#195) Expected 1 space before "<"; 0 found
(#195) Expected 1 space after "<"; 0 found
(#230) Visibility must be declared on method "set_data"
(#231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#231) This comment is 84% valid code; is this commented out code?
(#232) Short array syntax must be used to define arrays
(#233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Inline comments must start with a capital letter, digit or 3-dots sequence
(#234) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Expected 1 space before "=="; 0 found
(#238) Expected 1 space after "=="; 0 found
(#238) Expected 1 space before "=="; 0 found
(#238) Expected 1 space after "=="; 0 found
(#240) Short array syntax must be used to define arrays
(#242) Expected 1 space before "=="; 0 found
(#242) Expected 1 space after "=="; 0 found
(#245) Short array syntax must be used to define arrays
(#245) Short array syntax must be used to define arrays
(#246) Short array syntax must be used to define arrays
(#247) Short array syntax must be used to define arrays
(#256) Short array syntax must be used to define arrays
(#256) Short array syntax must be used to define arrays
(#257) Short array syntax must be used to define arrays
(#258) Short array syntax must be used to define arrays
(#259) Short array syntax must be used to define arrays
(#279) Visibility must be declared on method "get_next_goal"
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) Inline comments must end in full-stops, exclamation marks, or question marks
(#290) Inline comments must start with a capital letter, digit or 3-dots sequence
(#290) Inline comments must end in full-stops, exclamation marks, or question marks
(#293) Expected 1 space before "=="; 0 found
(#293) Expected 1 space after "=="; 0 found
(#293) Expected 1 space before "<="; 0 found
(#293) Expected 1 space after "<="; 0 found
(#294) Inline comments must start with a capital letter, digit or 3-dots sequence
(#294) Inline comments must end in full-stops, exclamation marks, or question marks
(#310) Visibility must be declared on method "get_group_options"
(#318) Short array syntax must be used to define arrays
(#332) Visibility must be declared on method "fetch_goals"
(#335) Short array syntax must be used to define arrays
(#339) Short array syntax must be used to define arrays
(#342) Short array syntax must be used to define arrays
(#357) Visibility must be declared on method "get_goals"
(#364) Visibility must be declared on method "get_countlevelgoals"
(#371) Visibility must be declared on method "get_countgroupgoals"
mod/reader/admin/users/setgoals/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#45) Missing member variable doc comment
(#62) global $PAGE cannot be used in renderers. Use $this->page.
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) 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) This comment is 71% valid code; is this commented out code?
(#74) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#75) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Visibility must be declared on method "add_goal"
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Inline comments must start with a capital letter, digit or 3-dots sequence
(#163) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Short array syntax must be used to define arrays
(#169) There should be a comma after the last array item in a multi-line array.
mod/reader/admin/users/setlevels/form.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file form.php. Expected mod_reader, found mod.
(#45) Missing docblock for constant mod_reader_admin_users_setlevels_form::MAX_LEVEL
(#52) Visibility must be declared on method "definition"
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Short array syntax must be used to define arrays
(#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
(#82) Short array syntax must be used to define arrays
(#93) Short array syntax must be used to define arrays
(#104) Short array syntax must be used to define arrays
(#115) Short array syntax must be used to define arrays
(#151) Visibility must be declared on method "get_group_options"
(#159) Short array syntax must be used to define arrays
mod/reader/admin/users/setlevels/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#45) Missing member variable doc comment
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) 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
(#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
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Visibility must be declared on method "get_group_userids"
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Short array syntax must be used to define arrays
(#122) Expected 1 space before "=="; 0 found
(#122) Expected 1 space after "=="; 0 found
(#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
(#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
(#130) Expected 1 space before "=="; 0 found
(#130) Expected 1 space after "=="; 0 found
(#131) Short array syntax must be used to define arrays
(#136) Short array syntax must be used to define arrays
(#154) Visibility must be declared on method "set_level_field"
(#170) Short array syntax must be used to define arrays
mod/reader/admin/users/setmessage/form.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file form.php. Expected mod_reader, found mod.
(#56) Visibility must be declared on method "__construct"
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#71) Visibility must be declared on method "definition"
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#81) Short array syntax must be used to define arrays
(#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
(#88) Short array syntax must be used to define arrays
(#88) Line exceeds 132 characters; contains 134 characters
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#97) Short array syntax must be used to define arrays
(#101) Inline comments must start with a capital letter, digit or 3-dots sequence
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Short array syntax must be used to define arrays
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Visibility must be declared on method "format_groups"
(#122) Short array syntax must be used to define arrays
(#124) Short array syntax must be used to define arrays
(#132) Visibility must be declared on method "format_messages"
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#137) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#151) Short array syntax must be used to define arrays
(#156) Expected 1 space before "=="; 0 found
(#156) Expected 1 space after "=="; 0 found
(#158) Short array syntax must be used to define arrays
(#165) Short array syntax must be used to define arrays
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Short array syntax must be used to define arrays
(#186) Short array syntax must be used to define arrays
(#194) Short array syntax must be used to define arrays
(#198) Inline comments must start with a capital letter, digit or 3-dots sequence
(#198) This comment is 63% valid code; is this commented out code?
(#198) No space found before comment text; expected "// $text = html_writer::tag('b', get_string('setmessagetext', 'mod_reader')).': '.$text;" but found "//$text = html_writer::tag('b', get_string('setmessagetext', 'mod_reader')).': '.$text;"
(#199) Short array syntax must be used to define arrays
(#202) Short array syntax must be used to define arrays
(#205) Inline comments must start with a capital letter, digit or 3-dots sequence
(#205) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#211) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Short array syntax must be used to define arrays
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Inline comments must end in full-stops, exclamation marks, or question marks
(#223) Short array syntax must be used to define arrays
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#227) Short array syntax must be used to define arrays
(#230) Short array syntax must be used to define arrays
(#231) Short array syntax must be used to define arrays
(#243) Visibility must be declared on method "set_data"
(#250) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#264) Visibility must be declared on method "clear_all_values"
(#278) Short array syntax must be used to define arrays
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#283) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/admin/users/setmessage/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#45) Missing member variable doc comment
(#62) global $PAGE cannot be used in renderers. Use $this->page.
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Expected 1 space before "=="; 0 found
(#76) Expected 1 space after "=="; 0 found
(#77) Short array syntax must be used to define arrays
(#77) global $PAGE cannot be used in renderers. Use $this->page.
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Short array syntax must be used to define arrays
(#108) global $PAGE cannot be used in renderers. Use $this->page.
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#133) Inline comments must end in full-stops, exclamation marks, or question marks
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Expected 1 space before "=="; 0 found
(#137) Expected 1 space after "=="; 0 found
(#138) Short array syntax must be used to define arrays
(#138) global $PAGE cannot be used in renderers. Use $this->page.
mod/reader/admin/users/setrates/form.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file form.php. Expected mod_reader, found mod.
(#61) Missing member variable doc comment
(#61) Short array syntax must be used to define arrays
(#62) Missing member variable doc comment
(#63) Missing member variable doc comment
(#65) Missing member variable doc comment
(#65) Member variable "RATE_TYPES" must be all lower-case
(#65) Member variable "RATE_TYPES" must not contain underscores.
(#65) Short array syntax must be used to define arrays
(#68) There should be a comma after the last array item in a multi-line array.
(#71) Missing member variable doc comment
(#71) Member variable "ACTION_TYPES" must be all lower-case
(#71) Member variable "ACTION_TYPES" must not contain underscores.
(#71) Short array syntax must be used to define arrays
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) There should be a comma after the last array item in a multi-line array.
(#89) Visibility must be declared on method "__construct"
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#95) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) PHP4 style calls to parent constructors are not allowed; use "parent::__construct()" instead
(#105) Visibility must be declared on method "definition"
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Short array syntax must be used to define arrays
(#117) Expected 1 space before "="; 0 found
(#117) Expected 1 space after "="; 0 found
(#117) Expected 1 space before "<="; 0 found
(#117) Expected 1 space after "<="; 0 found
(#120) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#122) Short array syntax must be used to define arrays
(#127) Short array syntax must be used to define arrays
(#129) Short array syntax must be used to define arrays
(#130) Expected 1 space before "="; 0 found
(#130) Expected 1 space after "="; 0 found
(#130) Expected 1 space before "<="; 0 found
(#130) Expected 1 space after "<="; 0 found
(#131) Expected 1 space before "=="; 0 found
(#131) Expected 1 space after "=="; 0 found
(#138) Short array syntax must be used to define arrays
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Short array syntax must be used to define arrays
(#152) There should be a comma after the last array item in a multi-line array.
(#154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#165) Short array syntax must be used to define arrays
(#179) Inline comments must start with a capital letter, digit or 3-dots sequence
(#179) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#181) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#189) Inline comments must start with a capital letter, digit or 3-dots sequence
(#189) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#191) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#194) Short array syntax must be used to define arrays
(#214) Expected 1 space before "==="; 0 found
(#214) Expected 1 space after "==="; 0 found
(#219) Expected 1 space before "==="; 0 found
(#219) Expected 1 space after "==="; 0 found
(#256) Short array syntax must be used to define arrays
(#269) Short array syntax must be used to define arrays
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) Inline comments must start with a capital letter, digit or 3-dots sequence
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Expected 1 space before "=="; 0 found
(#277) Expected 1 space after "=="; 0 found
(#277) Expected 1 space before "=="; 0 found
(#277) Expected 1 space after "=="; 0 found
(#280) Short array syntax must be used to define arrays
(#280) Short array syntax must be used to define arrays
(#280) Short array syntax must be used to define arrays
(#280) Short array syntax must be used to define arrays
(#287) Expected 1 space before "=="; 0 found
(#287) Expected 1 space after "=="; 0 found
(#290) Short array syntax must be used to define arrays
(#290) Short array syntax must be used to define arrays
(#290) Short array syntax must be used to define arrays
(#290) Short array syntax must be used to define arrays
(#290) Short array syntax must be used to define arrays
(#290) Short array syntax must be used to define arrays
(#290) Line exceeds 132 characters; contains 147 characters
(#301) Short array syntax must be used to define arrays
(#301) Short array syntax must be used to define arrays
(#301) Short array syntax must be used to define arrays
(#301) Short array syntax must be used to define arrays
(#301) Short array syntax must be used to define arrays
(#301) Short array syntax must be used to define arrays
(#301) Short array syntax must be used to define arrays
(#301) Line exceeds 132 characters; contains 169 characters
(#336) Short array syntax must be used to define arrays
(#352) Short array syntax must be used to define arrays
(#416) Short array syntax must be used to define arrays
(#422) Short array syntax must be used to define arrays
(#425) Short array syntax must be used to define arrays
(#434) Expected 1 space before "=="; 0 found
(#434) Expected 1 space after "=="; 0 found
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#442) Short array syntax must be used to define arrays
(#442) Line exceeds 132 characters; contains 136 characters
(#444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#445) No space found before comment text; expected "// if ($count >= self::MAX_LEVEL) {" but found "//if ($count >= self::MAX_LEVEL) {"
(#446) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#447) Inline comments must end in full-stops, exclamation marks, or question marks
(#447) No space found before comment text; expected "// }" but found "//}"
(#449) Expected 1 space before "="; 0 found
(#449) Expected 1 space after "="; 0 found
(#449) Expected 1 space before "<"; 0 found
(#449) Expected 1 space after "<"; 0 found
mod/reader/admin/users/setrates/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#46) Missing member variable doc comment
(#63) global $PAGE cannot be used in renderers. Use $this->page.
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Short array syntax must be used to define arrays
(#78) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#85) There should be a comma after the last array item in a multi-line array.
(#88) 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
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#132) Inline comments must start with a capital letter, digit or 3-dots sequence
(#132) Inline comments must end in full-stops, exclamation marks, or question marks
(#135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#149) Visibility must be declared on method "add_rate"
(#152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#152) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#180) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Short array syntax must be used to define arrays
(#219) There should be a comma after the last array item in a multi-line array.
mod/reader/adminlib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file adminlib.php. Expected mod_reader, found mod.
(#56) Expected 1 space before "=="; 0 found
(#56) Expected 1 space after "=="; 0 found
(#56) Closing brace must be on a line by itself
(#57) Expected 1 space before "=="; 0 found
(#57) Expected 1 space after "=="; 0 found
(#57) Closing brace must be on a line by itself
(#58) Expected 1 space before "<="; 3 found
(#58) Expected 1 space before "=="; 0 found
(#58) Expected 1 space after "=="; 0 found
(#58) Expected 1 space before "?"; 3 found
(#58) Expected 1 space before ":"; 3 found
(#58) Closing brace must be on a line by itself
(#59) Expected 1 space before "<="; 4 found
(#59) Expected 1 space before "=="; 0 found
(#59) Expected 1 space after "=="; 0 found
(#59) Expected 1 space before "?"; 4 found
(#59) Expected 1 space before ":"; 4 found
(#59) Closing brace must be on a line by itself
(#60) Expected 1 space before "<="; 3 found
(#60) Expected 1 space before "=="; 0 found
(#60) Expected 1 space after "=="; 0 found
(#60) Expected 1 space before "?"; 3 found
(#60) Expected 1 space before ":"; 3 found
(#60) Closing brace must be on a line by itself
(#61) Expected 1 space before "<="; 2 found
(#61) Expected 1 space after "<="; 0 found
(#61) Expected 1 space before "=="; 0 found
(#61) Expected 1 space after "=="; 0 found
(#61) Expected 1 space before "?"; 2 found
(#61) Expected 1 space before ":"; 2 found
(#61) Closing brace must be on a line by itself
(#62) Expected 1 space before "=="; 0 found
(#62) Expected 1 space after "=="; 0 found
(#62) Expected 1 space before "?"; 3 found
(#62) Expected 1 space before ":"; 3 found
(#88) Expected 1 space before "=="; 0 found
(#88) Expected 1 space after "=="; 0 found
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Short array syntax must be used to define arrays
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#147) Short array syntax must be used to define arrays
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
(#163) Variable "has_capability" must not contain underscores.
(#164) Variable "has_capability" must not contain underscores.
(#167) Line exceeds maximum limit of 180 characters; contains 207 characters
(#169) Short array syntax must be used to define arrays
(#170) Short array syntax must be used to define arrays
(#170) Line exceeds 132 characters; contains 166 characters
(#192) Short array syntax must be used to define arrays
(#193) Short array syntax must be used to define arrays
(#199) Short array syntax must be used to define arrays
(#200) Short array syntax must be used to define arrays
(#203) Short array syntax must be used to define arrays
(#206) Short array syntax must be used to define arrays
(#215) Short array syntax must be used to define arrays
(#218) Short array syntax must be used to define arrays
(#219) Short array syntax must be used to define arrays
(#228) Short array syntax must be used to define arrays
(#233) Short array syntax must be used to define arrays
(#236) Short array syntax must be used to define arrays
(#265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#265) No space found before comment text; expected "// vivod" but found "//vivod"
(#268) Short array syntax must be used to define arrays
(#269) Short array syntax must be used to define arrays
(#275) Line exceeds 132 characters; contains 147 characters
(#278) Line exceeds maximum limit of 180 characters; contains 271 characters
(#284) Line exceeds 132 characters; contains 158 characters
(#285) Line exceeds 132 characters; contains 151 characters
(#288) Line exceeds maximum limit of 180 characters; contains 283 characters
(#291) Line exceeds 132 characters; contains 150 characters
(#304) Line exceeds 132 characters; contains 151 characters
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Commas (,) must be followed by white space.
(#349) Commas (,) must be followed by white space.
(#349) Commas (,) must be followed by white space.
(#349) Commas (,) must be followed by white space.
(#349) Commas (,) must be followed by white space.
(#352) Inline comments must start with a capital letter, digit or 3-dots sequence
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#357) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) Expected 1 space before "=="; 0 found
(#362) Expected 1 space after "=="; 0 found
(#363) Short array syntax must be used to define arrays
(#366) Function gmstrftime() has been deprecated
(#366) Function gmstrftime() is deprecated since PHP 8.1; Use date() or IntlDateFormatter::format() instead
(#367) Short array syntax must be used to define arrays
(#369) Inline comments must start with a capital letter, digit or 3-dots sequence
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) Closing brace must be on a line by itself
(#372) Closing brace must be on a line by itself
(#376) Inline comments must start with a capital letter, digit or 3-dots sequence
(#376) Inline comments must end in full-stops, exclamation marks, or question marks
(#387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#387) Inline comments must end in full-stops, exclamation marks, or question marks
(#388) Short array syntax must be used to define arrays
(#414) Short array syntax must be used to define arrays
(#428) Expected 1 space before "*"; 0 found
(#428) Expected 1 space after "*"; 0 found
(#428) Expected 1 space before "*"; 0 found
(#428) Expected 1 space after "*"; 0 found
(#429) Expected 1 space before "*"; 0 found
(#429) Expected 1 space after "*"; 0 found
(#429) Expected 1 space before "*"; 0 found
(#429) Expected 1 space after "*"; 0 found
(#433) Expected 1 space before "=="; 0 found
(#433) Expected 1 space after "=="; 0 found
(#439) Expected 1 space before "=="; 0 found
(#439) Expected 1 space after "=="; 0 found
(#445) Expected 1 space before "=="; 0 found
(#445) Expected 1 space after "=="; 0 found
(#453) Short array syntax must be used to define arrays
(#466) Short array syntax must be used to define arrays
(#467) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#471) Short array syntax must be used to define arrays
(#472) Variable "tmp_size" must not contain underscores.
(#473) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#502) Short array syntax must be used to define arrays
(#508) Inline comments must start with a capital letter, digit or 3-dots sequence
(#508) Inline comments must end in full-stops, exclamation marks, or question marks
(#513) Inline comments must start with a capital letter, digit or 3-dots sequence
(#513) Inline comments must end in full-stops, exclamation marks, or question marks
(#516) Short array syntax must be used to define arrays
(#519) Inline comments must start with a capital letter, digit or 3-dots sequence
(#519) Inline comments must end in full-stops, exclamation marks, or question marks
(#538) Inline comments must start with a capital letter, digit or 3-dots sequence
(#538) Inline comments must end in full-stops, exclamation marks, or question marks
(#543) Inline comments must start with a capital letter, digit or 3-dots sequence
(#549) Inline comments must start with a capital letter, digit or 3-dots sequence
(#549) Inline comments must end in full-stops, exclamation marks, or question marks
(#552) Short array syntax must be used to define arrays
(#557) Expected 1 space before "=="; 0 found
(#557) Expected 1 space after "=="; 0 found
(#563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#563) Inline comments must end in full-stops, exclamation marks, or question marks
(#567) Short array syntax must be used to define arrays
(#570) Inline comments must start with a capital letter, digit or 3-dots sequence
(#570) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) Inline comments must start with a capital letter, digit or 3-dots sequence
(#616) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) Short array syntax must be used to define arrays
(#654) Short array syntax must be used to define arrays
(#661) Short array syntax must be used to define arrays
(#678) Inline comments must start with a capital letter, digit or 3-dots sequence
(#678) Inline comments must end in full-stops, exclamation marks, or question marks
(#685) Short array syntax must be used to define arrays
(#686) Short array syntax must be used to define arrays
(#709) Short array syntax must be used to define arrays
(#710) Short array syntax must be used to define arrays
(#735) Short array syntax must be used to define arrays
(#736) Short array syntax must be used to define arrays
(#759) Short array syntax must be used to define arrays
(#762) Short array syntax must be used to define arrays
(#767) Short array syntax must be used to define arrays
(#772) Short array syntax must be used to define arrays
(#774) Short array syntax must be used to define arrays
(#777) Short array syntax must be used to define arrays
(#786) Short array syntax must be used to define arrays
(#792) Inline comments must start with a capital letter, digit or 3-dots sequence
(#792) Inline comments must end in full-stops, exclamation marks, or question marks
(#832) Short array syntax must be used to define arrays
(#835) Short array syntax must be used to define arrays
(#838) Short array syntax must be used to define arrays
(#841) Short array syntax must be used to define arrays
(#847) Short array syntax must be used to define arrays
(#848) Line exceeds 132 characters; contains 146 characters
(#866) Expected 1 space before "=="; 0 found
(#866) Expected 1 space after "=="; 0 found
(#867) Inline comments must start with a capital letter, digit or 3-dots sequence
(#867) Inline comments must end in full-stops, exclamation marks, or question marks
(#876) Inline comments must start with a capital letter, digit or 3-dots sequence
(#876) Inline comments must end in full-stops, exclamation marks, or question marks
(#901) Empty IF statement detected
(#901) Expected 1 space before "==="; 0 found
(#901) Expected 1 space after "==="; 0 found
(#901) Expected 1 space before "=="; 0 found
(#901) Expected 1 space after "=="; 0 found
(#901) Expected 1 space before "=="; 0 found
(#901) Expected 1 space after "=="; 0 found
(#902) Inline comments must start with a capital letter, digit or 3-dots sequence
(#902) Inline comments must end in full-stops, exclamation marks, or question marks
(#909) Inline comments must start with a capital letter, digit or 3-dots sequence
(#909) Inline comments must end in full-stops, exclamation marks, or question marks
(#926) Expected 1 space before "=="; 0 found
(#926) Expected 1 space after "=="; 0 found
(#927) Inline comments must start with a capital letter, digit or 3-dots sequence
(#927) Inline comments must end in full-stops, exclamation marks, or question marks
(#936) Inline comments must start with a capital letter, digit or 3-dots sequence
(#936) Inline comments must end in full-stops, exclamation marks, or question marks
(#951) Empty IF statement detected
(#951) Expected 1 space before "==="; 0 found
(#951) Expected 1 space after "==="; 0 found
(#951) Expected 1 space before "=="; 0 found
(#951) Expected 1 space after "=="; 0 found
(#951) Expected 1 space before "=="; 0 found
(#951) Expected 1 space after "=="; 0 found
(#952) Inline comments must start with a capital letter, digit or 3-dots sequence
(#952) Inline comments must end in full-stops, exclamation marks, or question marks
(#993) Short array syntax must be used to define arrays
(#996) Short array syntax must be used to define arrays
(#996) Line exceeds 132 characters; contains 135 characters
(#999) Short array syntax must be used to define arrays
(#999) Line exceeds 132 characters; contains 135 characters
(#1000) Short array syntax must be used to define arrays
(#1039) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1039) Inline comments must end in full-stops, exclamation marks, or question marks
(#1042) Short array syntax must be used to define arrays
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1042) Commas (,) must be followed by white space.
(#1046) Short array syntax must be used to define arrays
(#1049) Short array syntax must be used to define arrays
(#1049) Line exceeds 132 characters; contains 135 characters
(#1052) Short array syntax must be used to define arrays
(#1053) Short array syntax must be used to define arrays
(#1097) Short array syntax must be used to define arrays
(#1098) Variable "data_" must not contain underscores.
(#1100) Variable "data_" must not contain underscores.
(#1101) Variable "data_" must not contain underscores.
(#1105) Variable "data_" must not contain underscores.
(#1106) Variable "data_" must not contain underscores.
(#1111) Variable "data_" must not contain underscores.
(#1125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1125) Inline comments must end in full-stops, exclamation marks, or question marks
(#1125) This comment is 42% valid code; is this commented out code?
(#1126) Short array syntax must be used to define arrays
(#1127) Commas (,) must be followed by white space.
(#1127) Commas (,) must be followed by white space.
(#1127) Commas (,) must be followed by white space.
(#1127) Commas (,) must be followed by white space.
(#1127) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1128) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) Commas (,) must be followed by white space.
(#1129) There should be a comma after the last array item in a multi-line array.
(#1132) Short array syntax must be used to define arrays
(#1133) Variable "i_max" must not contain underscores.
(#1134) Expected 1 space before "="; 0 found
(#1134) Expected 1 space after "="; 0 found
(#1134) Expected 1 space before "<="; 0 found
(#1134) Expected 1 space after "<="; 0 found
(#1134) Variable "i_max" must not contain underscores.
(#1135) Variable "i_max" must not contain underscores.
(#1135) Expected 1 space before "+"; 0 found
(#1135) Expected 1 space after "+"; 0 found
(#1145) Short array syntax must be used to define arrays
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1145) Commas (,) must be followed by white space.
(#1151) Short array syntax must be used to define arrays
(#1154) Short array syntax must be used to define arrays
(#1154) Line exceeds 132 characters; contains 135 characters
(#1157) Short array syntax must be used to define arrays
(#1158) Short array syntax must be used to define arrays
(#1159) Expected 1 space before "=="; 0 found
(#1159) Expected 1 space after "=="; 0 found
(#1193) Short array syntax must be used to define arrays
(#1198) Short array syntax must be used to define arrays
(#1201) Short array syntax must be used to define arrays
(#1201) Line exceeds 132 characters; contains 135 characters
(#1204) Short array syntax must be used to define arrays
(#1205) Short array syntax must be used to define arrays
(#1239) Short array syntax must be used to define arrays
(#1246) Short array syntax must be used to define arrays
(#1250) Short array syntax must be used to define arrays
(#1253) Short array syntax must be used to define arrays
(#1253) Line exceeds 132 characters; contains 135 characters
(#1256) Short array syntax must be used to define arrays
(#1257) Short array syntax must be used to define arrays
(#1292) Short array syntax must be used to define arrays
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1292) Commas (,) must be followed by white space.
(#1296) Short array syntax must be used to define arrays
(#1299) Short array syntax must be used to define arrays
(#1299) Line exceeds 132 characters; contains 135 characters
(#1302) Short array syntax must be used to define arrays
(#1302) Line exceeds 132 characters; contains 138 characters
(#1303) Short array syntax must be used to define arrays
(#1337) Short array syntax must be used to define arrays
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1338) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) Commas (,) must be followed by white space.
(#1339) There should be a comma after the last array item in a multi-line array.
(#1345) Short array syntax must be used to define arrays
(#1348) Short array syntax must be used to define arrays
(#1348) Line exceeds 132 characters; contains 135 characters
(#1351) Short array syntax must be used to define arrays
(#1352) Short array syntax must be used to define arrays
(#1381) Expected 1 space before "=="; 0 found
(#1381) Expected 1 space after "=="; 0 found
(#1384) Variable "target_id" must not contain underscores.
(#1385) Variable "target_url" must not contain underscores.
(#1387) Short array syntax must be used to define arrays
(#1390) Variable "target_url" must not contain underscores.
(#1390) Variable "target_id" must not contain underscores.
(#1396) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1396) Inline comments must end in full-stops, exclamation marks, or question marks
(#1398) Short array syntax must be used to define arrays
(#1398) Variable "target_id" must not contain underscores.
(#1419) Expected 1 space after "="; 3 found
(#1423) Short array syntax must be used to define arrays
(#1426) Short array syntax must be used to define arrays
(#1426) Short array syntax must be used to define arrays
(#1429) Short array syntax must be used to define arrays
(#1430) Short array syntax must be used to define arrays
(#1438) Short array syntax must be used to define arrays
(#1444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1444) Inline comments must end in full-stops, exclamation marks, or question marks
(#1449) 80 slashes comments are not allowed; use "// Comment." instead
(#1451) Inline comments must end in full-stops, exclamation marks, or question marks
(#1451) 80 slashes comments are not allowed; use "// Comment." instead
(#1463) Missing member variable doc comment
(#1463) Short array syntax must be used to define arrays
(#1483) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1483) This comment is 67% valid code; is this commented out code?
(#1484) Variable "started_sections" must not contain underscores.
(#1486) Variable "started_items" must not contain underscores.
(#1489) Variable "started_sections" must not contain underscores.
(#1489) Expected 1 space before "=="; 0 found
(#1489) Expected 1 space after "=="; 0 found
(#1490) Variable "started_sections" must not contain underscores.
(#1493) Variable "started_items" must not contain underscores.
(#1493) Expected 1 space before "=="; 0 found
(#1493) Expected 1 space after "=="; 0 found
(#1494) Variable "started_items" must not contain underscores.
(#1495) Line exceeds 132 characters; contains 142 characters
(#1500) Variable "started_items" must not contain underscores.
(#1504) Variable "started_sections" must not contain underscores.
(#1524) Missing member variable doc comment
(#1525) Missing member variable doc comment
(#1526) Missing member variable doc comment
(#1527) Missing member variable doc comment
(#1527) Short array syntax must be used to define arrays
(#1528) Missing member variable doc comment
(#1557) Expected 1 space before "==="; 0 found
(#1557) Expected 1 space after "==="; 0 found
(#1563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1563) Inline comments must end in full-stops, exclamation marks, or question marks
(#1564) Short array syntax must be used to define arrays
(#1566) Expected 1 space before "=="; 0 found
(#1566) Expected 1 space after "=="; 0 found
(#1589) Empty IF statement detected
(#1590) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1590) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/classes/event/attempt_added.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file attempt_added.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/attempt_deleted.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file attempt_deleted.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/attempt_edited.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file attempt_edited.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/attempt_submitted.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file attempt_submitted.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/base.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file base.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#64) Expected "if (...) {\n"; found "if (...) {"
(#74) Expected "if (...) {\n"; found "if (...) {"
(#107) Expected 1 space before "=="; 0 found
(#107) Expected 1 space after "=="; 0 found
(#110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Short array syntax must be used to define arrays
(#137) Short array syntax must be used to define arrays
(#140) Expected 1 space before "=="; 0 found
(#140) Expected 1 space after "=="; 0 found
(#140) Expected 1 space before "=="; 0 found
(#140) Expected 1 space after "=="; 0 found
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Expected 1 space before "=="; 0 found
(#143) Expected 1 space after "=="; 0 found
(#160) Short array syntax must be used to define arrays
(#170) Short array syntax must be used to define arrays
(#178) Line indented incorrectly; expected at least 4 spaces, found 3
(#179) Expected 4 spaces before asterisk; 5 found
(#180) Expected 4 spaces before asterisk; 5 found
(#181) Expected 4 spaces before asterisk; 5 found
(#182) Expected 4 spaces before asterisk; 5 found
(#184) Short array syntax must be used to define arrays
(#184) Short array syntax must be used to define arrays
(#185) Short array syntax must be used to define arrays
(#186) Short array syntax must be used to define arrays
(#195) Possible useless method overriding detected
mod/reader/classes/event/book_added.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file book_added.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/book_deleted.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file book_deleted.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/book_edited.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file book_edited.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/books_downloaded.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file books_downloaded.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/course_module_instance_list_viewed.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file course_module_instance_list_viewed.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/course_module_viewed.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file course_module_viewed.php. Expected mod_reader, found mod.
(#38) Inline doc block comments are not allowed; use "// Comment." instead
(#39) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/cron_run.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file cron_run.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/downloads_viewed.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file downloads_viewed.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/message_added.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file message_added.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/message_deleted.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file message_deleted.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/message_edited.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file message_edited.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/quiz_added.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file quiz_added.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/quiz_delay_set.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file quiz_delay_set.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/quiz_deleted.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file quiz_deleted.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/quiz_edited.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file quiz_edited.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/quiz_finished.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file quiz_finished.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/quiz_selected.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file quiz_selected.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/quiz_started.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file quiz_started.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/report_bookdetailed_viewed.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file report_bookdetailed_viewed.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/report_booksummary_viewed.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file report_booksummary_viewed.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/report_groups_viewed.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file report_groups_viewed.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/report_userdetailed_viewed.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file report_userdetailed_viewed.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/report_usersummary_viewed.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file report_usersummary_viewed.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/tool_run.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file tool_run.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/user_goal_set.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file user_goal_set.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/user_level_set.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file user_level_set.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/users_exported.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file users_exported.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/event/users_imported.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file users_imported.php. Expected mod_reader, found mod.
(#39) Inline doc block comments are not allowed; use "// Comment." instead
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/reader/classes/task/sendusage.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#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
(#60) Short array syntax must be used to define arrays
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#69) Variable "send_usage_stats" must not contain underscores.
(#71) Variable "send_usage_stats" must not contain underscores.
(#75) Variable "send_usage_stats" must not contain underscores.
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#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) Variable "send_usage_stats" must not contain underscores.
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#85) Variable "send_usage_stats" must not contain underscores.
(#88) 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
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/db/access.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file access.php. Expected mod_reader, found mod.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Short array syntax must be used to define arrays
(#30) Short array syntax must be used to define arrays
(#33) Short array syntax must be used to define arrays
(#35) There should be a comma after the last array item in a multi-line array.
(#37) There should be a comma after the last array item in a multi-line array.
(#40) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#46) There should be a comma after the last array item in a multi-line array.
(#47) There should be a comma after the last array item in a multi-line array.
(#50) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#56) There should be a comma after the last array item in a multi-line array.
(#57) There should be a comma after the last array item in a multi-line array.
(#60) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#64) There should be a comma after the last array item in a multi-line array.
(#65) There should be a comma after the last array item in a multi-line array.
(#68) Short array syntax must be used to define arrays
(#72) Short array syntax must be used to define arrays
(#73) There should be a comma after the last array item in a multi-line array.
(#74) There should be a comma after the last array item in a multi-line array.
(#77) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#83) There should be a comma after the last array item in a multi-line array.
(#84) There should be a comma after the last array item in a multi-line array.
(#87) Short array syntax must be used to define arrays
(#90) Short array syntax must be used to define arrays
(#93) There should be a comma after the last array item in a multi-line array.
(#94) There should be a comma after the last array item in a multi-line array.
(#97) Short array syntax must be used to define arrays
(#100) Short array syntax must be used to define arrays
(#104) There should be a comma after the last array item in a multi-line array.
(#105) There should be a comma after the last array item in a multi-line array.
(#108) Short array syntax must be used to define arrays
(#112) Short array syntax must be used to define arrays
(#115) There should be a comma after the last array item in a multi-line array.
(#116) There should be a comma after the last array item in a multi-line array.
(#119) Short array syntax must be used to define arrays
(#122) Short array syntax must be used to define arrays
(#124) There should be a comma after the last array item in a multi-line array.
(#125) There should be a comma after the last array item in a multi-line array.
(#126) There should be a comma after the last array item in a multi-line array.
mod/reader/db/tasks.php
(#29) Short array syntax must be used to define arrays
(#30) Short array syntax must be used to define arrays
(#38) There should be a comma after the last array item in a multi-line array.
(#39) There should be a comma after the last array item in a multi-line array.
mod/reader/db/upgrade.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file upgrade.php. Expected mod_reader, found mod.
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must start with a capital letter, digit or 3-dots sequence
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) 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
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Short array syntax must be used to define arrays
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Short array syntax must be used to define arrays
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#148) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Short array syntax must be used to define arrays
(#161) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Short array syntax must be used to define arrays
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#189) Short array syntax must be used to define arrays
(#190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#190) This comment is 60% valid code; is this commented out code?
(#191) Short array syntax must be used to define arrays
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#193) Line exceeds 132 characters; contains 136 characters
(#195) Short array syntax must be used to define arrays
(#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
(#197) Short array syntax must be used to define arrays
(#199) There should be a comma after the last array item in a multi-line array.
(#200) There should be a comma after the last array item in a multi-line array.
(#208) Short array syntax must be used to define arrays
(#219) Expected 1 space before "=="; 0 found
(#219) Expected 1 space after "=="; 0 found
(#219) Expected 1 space before "=="; 0 found
(#219) Expected 1 space after "=="; 0 found
(#219) Expected 1 space before "=="; 0 found
(#219) Expected 1 space after "=="; 0 found
(#236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#236) Inline comments must end in full-stops, exclamation marks, or question marks
(#240) Variable "rebuild_course_cache" must not contain underscores.
(#242) Inline comments must start with a capital letter, digit or 3-dots sequence
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#243) Short array syntax must be used to define arrays
(#249) Expected 1 space before "=="; 0 found
(#249) Expected 1 space after "=="; 0 found
(#252) Expected 1 space before "=="; 0 found
(#252) Expected 1 space after "=="; 0 found
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#256) Inline comments must start with a capital letter, digit or 3-dots sequence
(#256) Inline comments must end in full-stops, exclamation marks, or question marks
(#258) Short array syntax must be used to define arrays
(#259) Variable "rebuild_course_cache" must not contain underscores.
(#262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#262) Inline comments must end in full-stops, exclamation marks, or question marks
(#263) Expected 1 space before "=="; 0 found
(#263) Expected 1 space after "=="; 0 found
(#263) Expected 1 space before "=="; 0 found
(#263) Expected 1 space after "=="; 0 found
(#264) Short array syntax must be used to define arrays
(#265) Variable "rebuild_course_cache" must not contain underscores.
(#270) Variable "rebuild_course_cache" must not contain underscores.
(#271) Inline comments must start with a capital letter, digit or 3-dots sequence
(#280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#280) Inline comments must end in full-stops, exclamation marks, or question marks
(#281) Short array syntax must be used to define arrays
(#282) Short array syntax must be used to define arrays
(#287) Short array syntax must be used to define arrays
(#290) Short array syntax must be used to define arrays
(#293) Short array syntax must be used to define arrays
(#296) Short array syntax must be used to define arrays
(#298) There should be a comma after the last array item in a multi-line array.
(#321) Short array syntax must be used to define arrays
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#330) Inline comments must end in full-stops, exclamation marks, or question marks
(#333) Variable "i_max" must not contain underscores.
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#348) Inline comments must start with a capital letter, digit or 3-dots sequence
(#348) Inline comments must end in full-stops, exclamation marks, or question marks
(#350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#350) Inline comments must end in full-stops, exclamation marks, or question marks
(#352) Inline comments must start with a capital letter, digit or 3-dots sequence
(#352) Inline comments must end in full-stops, exclamation marks, or question marks
(#355) Short array syntax must be used to define arrays
(#355) Line exceeds 132 characters; contains 135 characters
(#361) Short array syntax must be used to define arrays
(#366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#366) Inline comments must end in full-stops, exclamation marks, or question marks
(#368) Variable "i_max" must not contain underscores.
(#368) Variable "i_max" must not contain underscores.
(#376) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) Inline comments must start with a capital letter, digit or 3-dots sequence
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#386) Expected 1 space before "==="; 0 found
(#386) Expected 1 space after "==="; 0 found
(#386) Expected 1 space before "==="; 0 found
(#386) Expected 1 space after "==="; 0 found
(#386) Expected 1 space before "==="; 0 found
(#386) Expected 1 space after "==="; 0 found
(#387) Short array syntax must be used to define arrays
(#390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#390) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#395) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Expected 1 space before "==="; 0 found
(#396) Expected 1 space after "==="; 0 found
(#396) Expected 1 space before "==="; 0 found
(#396) Expected 1 space after "==="; 0 found
(#396) Expected 1 space before "==="; 0 found
(#396) Expected 1 space after "==="; 0 found
(#397) Expected 1 space before "=="; 0 found
(#397) Expected 1 space after "=="; 0 found
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#403) Expected 1 space before "==="; 0 found
(#403) Expected 1 space after "==="; 0 found
(#403) Expected 1 space before "==="; 0 found
(#403) Expected 1 space after "==="; 0 found
(#403) Expected 1 space before "==="; 0 found
(#403) Expected 1 space after "==="; 0 found
(#408) Short array syntax must be used to define arrays
(#422) Short array syntax must be used to define arrays
(#433) Inline comments must start with a capital letter, digit or 3-dots sequence
(#433) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#436) Inline comments must end in full-stops, exclamation marks, or question marks
(#464) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#469) Inline comments must end in full-stops, exclamation marks, or question marks
(#471) Short array syntax must be used to define arrays
(#476) Inline comments must end in full-stops, exclamation marks, or question marks
(#478) Short array syntax must be used to define arrays
(#483) Inline comments must end in full-stops, exclamation marks, or question marks
(#508) Inline comments must start with a capital letter, digit or 3-dots sequence
(#508) Inline comments must end in full-stops, exclamation marks, or question marks
(#508) This comment is 75% valid code; is this commented out code?
(#508) No space found before comment text; expected "// xmldb_reader_fix_nonunique_quizids();" but found "//xmldb_reader_fix_nonunique_quizids();"
(#521) Inline comments must start with a capital letter, digit or 3-dots sequence
(#521) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) Inline comments must start with a capital letter, digit or 3-dots sequence
(#532) Inline comments must end in full-stops, exclamation marks, or question marks
(#535) Inline comments must start with a capital letter, digit or 3-dots sequence
(#535) Inline comments must end in full-stops, exclamation marks, or question marks
(#550) Expected 1 space before "=="; 0 found
(#550) Expected 1 space after "=="; 0 found
(#553) Empty IF statement detected
(#554) Inline comments must start with a capital letter, digit or 3-dots sequence
(#554) Inline comments must end in full-stops, exclamation marks, or question marks
(#572) Inline comments must start with a capital letter, digit or 3-dots sequence
(#572) Inline comments must end in full-stops, exclamation marks, or question marks
(#578) Inline comments must start with a capital letter, digit or 3-dots sequence
(#579) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) Inline comments must start with a capital letter, digit or 3-dots sequence
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#589) Inline comments must start with a capital letter, digit or 3-dots sequence
(#589) Inline comments must end in full-stops, exclamation marks, or question marks
(#590) Short array syntax must be used to define arrays
(#592) Inline comments must start with a capital letter, digit or 3-dots sequence
(#592) Inline comments must end in full-stops, exclamation marks, or question marks
(#593) Short array syntax must be used to define arrays
(#599) Inline comments must start with a capital letter, digit or 3-dots sequence
(#600) Inline comments must end in full-stops, exclamation marks, or question marks
(#601) Short array syntax must be used to define arrays
(#601) Expected 1 space before "=>"; 0 found
(#601) Expected 1 space after "=>"; 0 found
(#601) Expected 1 space before "=>"; 0 found
(#601) Expected 1 space after "=>"; 0 found
(#604) Inline comments must start with a capital letter, digit or 3-dots sequence
(#604) Inline comments must end in full-stops, exclamation marks, or question marks
(#607) Inline comments must start with a capital letter, digit or 3-dots sequence
(#607) Inline comments must end in full-stops, exclamation marks, or question marks
(#616) Inline comments must start with a capital letter, digit or 3-dots sequence
(#616) Inline comments must end in full-stops, exclamation marks, or question marks
(#617) Short array syntax must be used to define arrays
(#632) Inline comments must start with a capital letter, digit or 3-dots sequence
(#632) Inline comments must end in full-stops, exclamation marks, or question marks
(#634) Short array syntax must be used to define arrays
(#635) Inline comments must start with a capital letter, digit or 3-dots sequence
(#635) This comment is 46% valid code; is this commented out code?
(#639) There should be a comma after the last array item in a multi-line array.
(#648) Inline comments must start with a capital letter, digit or 3-dots sequence
(#648) Inline comments must end in full-stops, exclamation marks, or question marks
(#649) Short array syntax must be used to define arrays
(#650) Short array syntax must be used to define arrays
(#651) Short array syntax must be used to define arrays
(#659) Inline comments must start with a capital letter, digit or 3-dots sequence
(#659) Inline comments must end in full-stops, exclamation marks, or question marks
(#661) Short array syntax must be used to define arrays
(#670) Inline comments must start with a capital letter, digit or 3-dots sequence
(#670) Inline comments must end in full-stops, exclamation marks, or question marks
(#673) Inline comments must start with a capital letter, digit or 3-dots sequence
(#673) Inline comments must end in full-stops, exclamation marks, or question marks
(#680) Inline comments must start with a capital letter, digit or 3-dots sequence
(#680) Inline comments must end in full-stops, exclamation marks, or question marks
(#693) Inline comments must start with a capital letter, digit or 3-dots sequence
(#693) Inline comments must end in full-stops, exclamation marks, or question marks
(#712) Inline comments must start with a capital letter, digit or 3-dots sequence
(#712) Inline comments must end in full-stops, exclamation marks, or question marks
(#718) Inline comments must start with a capital letter, digit or 3-dots sequence
(#718) Inline comments must end in full-stops, exclamation marks, or question marks
(#719) Short array syntax must be used to define arrays
(#731) Inline comments must start with a capital letter, digit or 3-dots sequence
(#731) Inline comments must end in full-stops, exclamation marks, or question marks
(#732) Short array syntax must be used to define arrays
(#743) Short array syntax must be used to define arrays
(#748) Inline comments must start with a capital letter, digit or 3-dots sequence
(#748) Inline comments must end in full-stops, exclamation marks, or question marks
(#751) Short array syntax must be used to define arrays
(#764) Inline comments must start with a capital letter, digit or 3-dots sequence
(#764) Inline comments must end in full-stops, exclamation marks, or question marks
(#767) Inline comments must start with a capital letter, digit or 3-dots sequence
(#767) Inline comments must end in full-stops, exclamation marks, or question marks
(#768) Short array syntax must be used to define arrays
(#776) Inline comments must start with a capital letter, digit or 3-dots sequence
(#776) Inline comments must end in full-stops, exclamation marks, or question marks
(#782) Inline comments must start with a capital letter, digit or 3-dots sequence
(#782) Inline comments must end in full-stops, exclamation marks, or question marks
(#791) Inline comments must end in full-stops, exclamation marks, or question marks
(#792) Short array syntax must be used to define arrays
(#794) Inline comments must end in full-stops, exclamation marks, or question marks
(#795) Short array syntax must be used to define arrays
(#796) Short array syntax must be used to define arrays
(#797) Short array syntax must be used to define arrays
(#798) Short array syntax must be used to define arrays
(#803) Inline comments must start with a capital letter, digit or 3-dots sequence
(#803) Inline comments must end in full-stops, exclamation marks, or question marks
(#805) Short array syntax must be used to define arrays
(#822) Inline comments must start with a capital letter, digit or 3-dots sequence
(#822) Inline comments must end in full-stops, exclamation marks, or question marks
(#824) Short array syntax must be used to define arrays
(#843) Inline comments must start with a capital letter, digit or 3-dots sequence
(#843) Inline comments must end in full-stops, exclamation marks, or question marks
(#847) Inline comments must start with a capital letter, digit or 3-dots sequence
(#847) Inline comments must end in full-stops, exclamation marks, or question marks
(#850) Expected 1 space before "=="; 0 found
(#850) Expected 1 space after "=="; 0 found
(#850) Inline comments must start with a capital letter, digit or 3-dots sequence
(#851) Short array syntax must be used to define arrays
(#856) Inline comments must start with a capital letter, digit or 3-dots sequence
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#858) Short array syntax must be used to define arrays
(#860) Inline comments must start with a capital letter, digit or 3-dots sequence
(#860) Inline comments must end in full-stops, exclamation marks, or question marks
(#863) Inline comments must start with a capital letter, digit or 3-dots sequence
(#863) Inline comments must end in full-stops, exclamation marks, or question marks
(#871) Inline comments must start with a capital letter, digit or 3-dots sequence
(#871) Inline comments must end in full-stops, exclamation marks, or question marks
(#875) Inline comments must start with a capital letter, digit or 3-dots sequence
(#875) Inline comments must end in full-stops, exclamation marks, or question marks
(#876) There should be a comma after the last array item in a multi-line array.
(#887) Inline comments must start with a capital letter, digit or 3-dots sequence
(#887) Inline comments must end in full-stops, exclamation marks, or question marks
(#888) Short array syntax must be used to define arrays
(#889) Short array syntax must be used to define arrays
(#892) Short array syntax must be used to define arrays
(#893) Short array syntax must be used to define arrays
(#896) Short array syntax must be used to define arrays
(#897) Short array syntax must be used to define arrays
(#920) Inline comments must start with a capital letter, digit or 3-dots sequence
(#920) Inline comments must end in full-stops, exclamation marks, or question marks
(#921) Short array syntax must be used to define arrays
(#922) Short array syntax must be used to define arrays
(#923) Line exceeds 132 characters; contains 135 characters
(#924) Line exceeds 132 characters; contains 138 characters
(#925) Line exceeds 132 characters; contains 142 characters
(#926) Line exceeds 132 characters; contains 139 characters
(#927) Line exceeds 132 characters; contains 139 characters
(#928) Line exceeds 132 characters; contains 139 characters
(#929) Line exceeds 132 characters; contains 140 characters
(#930) Line exceeds 132 characters; contains 143 characters
(#931) Line exceeds 132 characters; contains 145 characters
(#932) Line exceeds 132 characters; contains 147 characters
(#933) Line exceeds 132 characters; contains 143 characters
(#934) Line exceeds 132 characters; contains 144 characters
(#936) Short array syntax must be used to define arrays
(#937) Line exceeds 132 characters; contains 136 characters
(#938) Line exceeds 132 characters; contains 138 characters
(#939) Line exceeds 132 characters; contains 140 characters
(#940) Line exceeds 132 characters; contains 142 characters
(#945) Expected 1 space before "=="; 0 found
(#945) Expected 1 space after "=="; 0 found
(#946) Short array syntax must be used to define arrays
(#946) Short array syntax must be used to define arrays
(#947) Short array syntax must be used to define arrays
(#948) Short array syntax must be used to define arrays
(#950) Short array syntax must be used to define arrays
(#955) Inline comments must start with a capital letter, digit or 3-dots sequence
(#955) Inline comments must end in full-stops, exclamation marks, or question marks
(#957) Short array syntax must be used to define arrays
(#975) Empty IF statement detected
(#976) Inline comments must start with a capital letter, digit or 3-dots sequence
(#976) Inline comments must end in full-stops, exclamation marks, or question marks
(#985) Inline comments must start with a capital letter, digit or 3-dots sequence
(#985) Inline comments must end in full-stops, exclamation marks, or question marks
(#988) Inline comments must start with a capital letter, digit or 3-dots sequence
(#988) Inline comments must end in full-stops, exclamation marks, or question marks
(#990) Short array syntax must be used to define arrays
(#1009) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1011) Inline comments must end in full-stops, exclamation marks, or question marks
(#1015) Short array syntax must be used to define arrays
(#1024) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1025) Inline comments must end in full-stops, exclamation marks, or question marks
(#1035) Short array syntax must be used to define arrays
(#1035) Line exceeds 132 characters; contains 134 characters
(#1036) Line indented incorrectly; expected 8 spaces, found 7
(#1036) Closing brace indented incorrectly; expected 8 spaces, found 7
(#1044) Short array syntax must be used to define arrays
(#1050) Short array syntax must be used to define arrays
(#1050) Short array syntax must be used to define arrays
(#1051) Short array syntax must be used to define arrays
(#1055) Short array syntax must be used to define arrays
(#1056) Short array syntax must be used to define arrays
(#1056) Short array syntax must be used to define arrays
(#1064) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1064) Inline comments must end in full-stops, exclamation marks, or question marks
(#1065) Short array syntax must be used to define arrays
(#1067) Variable "reader_config" must not contain underscores.
(#1068) Variable "reader_config" must not contain underscores.
(#1069) Variable "reader_config" must not contain underscores.
(#1078) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1078) Inline comments must end in full-stops, exclamation marks, or question marks
(#1080) Short array syntax must be used to define arrays
(#1080) Line exceeds 132 characters; contains 146 characters
(#1089) Short array syntax must be used to define arrays
(#1091) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1103) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1103) Inline comments must end in full-stops, exclamation marks, or question marks
(#1105) Short array syntax must be used to define arrays
(#1106) Line exceeds 132 characters; contains 137 characters
(#1107) Line exceeds 132 characters; contains 146 characters
(#1107) There should be a comma after the last array item in a multi-line array.
(#1128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1128) Inline comments must end in full-stops, exclamation marks, or question marks
(#1130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1130) Inline comments must end in full-stops, exclamation marks, or question marks
(#1131) Short array syntax must be used to define arrays
(#1139) Short array syntax must be used to define arrays
(#1144) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1144) Inline comments must end in full-stops, exclamation marks, or question marks
(#1145) Short array syntax must be used to define arrays
(#1146) Short array syntax must be used to define arrays
(#1151) Short array syntax must be used to define arrays
(#1159) Expected 1 space before "=="; 0 found
(#1159) Expected 1 space after "=="; 0 found
(#1160) Short array syntax must be used to define arrays
(#1160) Short array syntax must be used to define arrays
(#1161) Short array syntax must be used to define arrays
(#1163) Short array syntax must be used to define arrays
(#1174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1174) Inline comments must end in full-stops, exclamation marks, or question marks
(#1177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1177) Inline comments must end in full-stops, exclamation marks, or question marks
(#1179) Short array syntax must be used to define arrays
(#1179) Short array syntax must be used to define arrays
(#1180) Short array syntax must be used to define arrays
(#1181) Short array syntax must be used to define arrays
(#1182) Short array syntax must be used to define arrays
(#1183) Short array syntax must be used to define arrays
(#1184) Short array syntax must be used to define arrays
(#1187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1187) Inline comments must end in full-stops, exclamation marks, or question marks
(#1188) Short array syntax must be used to define arrays
(#1193) There should be a comma after the last array item in a multi-line array.
(#1197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1197) Inline comments must end in full-stops, exclamation marks, or question marks
(#1199) Short array syntax must be used to define arrays
(#1199) Short array syntax must be used to define arrays
(#1200) Short array syntax must be used to define arrays
(#1201) Short array syntax must be used to define arrays
(#1204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1204) Inline comments must end in full-stops, exclamation marks, or question marks
(#1206) Short array syntax must be used to define arrays
(#1208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1208) Inline comments must end in full-stops, exclamation marks, or question marks
(#1209) Short array syntax must be used to define arrays
(#1211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1211) Inline comments must end in full-stops, exclamation marks, or question marks
(#1213) Short array syntax must be used to define arrays
(#1214) Expected 1 space after "=>"; 7 found
(#1214) Line exceeds 132 characters; contains 152 characters
(#1215) Line exceeds 132 characters; contains 151 characters
(#1215) There should be a comma after the last array item in a multi-line array.
(#1231) Variable "i_max" must not contain underscores.
(#1250) Variable "i_max" must not contain underscores.
(#1262) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1262) Inline comments must end in full-stops, exclamation marks, or question marks
(#1264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1268) Inline comments must end in full-stops, exclamation marks, or question marks
(#1269) Short array syntax must be used to define arrays
(#1274) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1274) Inline comments must end in full-stops, exclamation marks, or question marks
(#1276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1276) Inline comments must end in full-stops, exclamation marks, or question marks
(#1278) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1278) Inline comments must end in full-stops, exclamation marks, or question marks
(#1281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1281) Inline comments must end in full-stops, exclamation marks, or question marks
(#1283) Short array syntax must be used to define arrays
(#1285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1285) Inline comments must end in full-stops, exclamation marks, or question marks
(#1287) Variable "i_max" must not contain underscores.
(#1287) Variable "i_max" must not contain underscores.
(#1298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1298) Inline comments must end in full-stops, exclamation marks, or question marks
(#1299) Short array syntax must be used to define arrays
(#1302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1304) Inline comments must end in full-stops, exclamation marks, or question marks
(#1305) Short array syntax must be used to define arrays
(#1321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1321) Inline comments must end in full-stops, exclamation marks, or question marks
(#1323) Short array syntax must be used to define arrays
(#1325) There should be a comma after the last array item in a multi-line array.
(#1336) Inline comments must end in full-stops, exclamation marks, or question marks
(#1338) Short array syntax must be used to define arrays
(#1340) Inline comments must end in full-stops, exclamation marks, or question marks
(#1343) Inline comments must end in full-stops, exclamation marks, or question marks
(#1345) Short array syntax must be used to define arrays
(#1347) Inline comments must end in full-stops, exclamation marks, or question marks
(#1349) Short array syntax must be used to define arrays
(#1357) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1357) Inline comments must end in full-stops, exclamation marks, or question marks
(#1360) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1360) Inline comments must end in full-stops, exclamation marks, or question marks
(#1361) Short array syntax must be used to define arrays
(#1366) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1367) Inline comments must end in full-stops, exclamation marks, or question marks
(#1368) Short array syntax must be used to define arrays
(#1373) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1373) Inline comments must end in full-stops, exclamation marks, or question marks
(#1379) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1379) Inline comments must end in full-stops, exclamation marks, or question marks
(#1386) Short array syntax must be used to define arrays
(#1387) Short array syntax must be used to define arrays
(#1388) Short array syntax must be used to define arrays
(#1389) Short array syntax must be used to define arrays
(#1392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1392) Inline comments must end in full-stops, exclamation marks, or question marks
(#1399) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1399) Inline comments must end in full-stops, exclamation marks, or question marks
(#1407) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1407) Inline comments must end in full-stops, exclamation marks, or question marks
(#1411) Short array syntax must be used to define arrays
(#1415) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1415) Inline comments must end in full-stops, exclamation marks, or question marks
(#1425) Short array syntax must be used to define arrays
(#1426) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1426) This comment is 60% valid code; is this commented out code?
(#1427) Line exceeds 132 characters; contains 138 characters
(#1428) Line exceeds 132 characters; contains 140 characters
(#1429) Line exceeds 132 characters; contains 141 characters
(#1430) Line exceeds 132 characters; contains 139 characters
(#1430) There should be a comma after the last array item in a multi-line array.
(#1449) Short array syntax must be used to define arrays
(#1450) Short array syntax must be used to define arrays
(#1450) Short array syntax must be used to define arrays
(#1453) Short array syntax must be used to define arrays
(#1468) Short array syntax must be used to define arrays
(#1486) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1486) Inline comments must end in full-stops, exclamation marks, or question marks
(#1488) Short array syntax must be used to define arrays
(#1506) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1508) Inline comments must end in full-stops, exclamation marks, or question marks
(#1508) Whitespace found at end of line
mod/reader/db/upgradelib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file upgradelib.php. Expected mod_reader, found mod.
(#46) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) 50 slashes comments are not allowed; use "// Comment." instead
(#62) 50 slashes comments are not allowed; use "// Comment." instead
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#68) Short array syntax must be used to define arrays
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#77) Short array syntax must be used to define arrays
(#81) Short array syntax must be used to define arrays
(#98) Inline comments must start with a capital letter, digit or 3-dots sequence
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) This comment is 43% valid code; is this commented out code?
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) Expected 1 space before "=="; 0 found
(#108) Expected 1 space after "=="; 0 found
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Line exceeds 132 characters; contains 138 characters
(#127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#127) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Line exceeds 132 characters; contains 143 characters
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) 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
(#135) Line exceeds 132 characters; contains 136 characters
(#138) Line exceeds 132 characters; contains 150 characters
(#154) Short array syntax must be used to define arrays
(#155) Inline comments must start with a capital letter, digit or 3-dots sequence
(#155) Inline comments must end in full-stops, exclamation marks, or question marks
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) Inline comments must end in full-stops, exclamation marks, or question marks
(#162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#162) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#168) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#170) Inline comments must end in full-stops, exclamation marks, or question marks
(#172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#172) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Short array syntax must be used to define arrays
(#183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#194) Short array syntax must be used to define arrays
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#194) Expected 1 space before "=>"; 0 found
(#194) Expected 1 space after "=>"; 0 found
(#198) Short array syntax must be used to define arrays
(#220) Empty IF statement detected
(#221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#240) Variable "rebuild_course_cache" must not contain underscores.
(#243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#243) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Variable "publisher_level_name" must not contain underscores.
(#245) Variable "publisher_level_name" must not contain underscores.
(#248) Short array syntax must be used to define arrays
(#251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#251) Inline comments must end in full-stops, exclamation marks, or question marks
(#252) Short array syntax must be used to define arrays
(#254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#254) Inline comments must end in full-stops, exclamation marks, or question marks
(#262) Short array syntax must be used to define arrays
(#265) Inline comments must start with a capital letter, digit or 3-dots sequence
(#265) Inline comments must end in full-stops, exclamation marks, or question marks
(#274) Expected 1 space before "=="; 0 found
(#274) Expected 1 space after "=="; 0 found
(#276) Short array syntax must be used to define arrays
(#276) Line exceeds 132 characters; contains 133 characters
(#277) Expected 1 space before "=="; 0 found
(#277) Expected 1 space after "=="; 0 found
(#286) Expected 1 space before "=="; 0 found
(#286) Expected 1 space after "=="; 0 found
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#292) Inline comments must start with a capital letter, digit or 3-dots sequence
(#295) Expected 1 space before "=="; 0 found
(#295) Expected 1 space after "=="; 0 found
(#295) Expected 1 space before "=="; 0 found
(#295) Expected 1 space after "=="; 0 found
(#301) Expected 1 space before "=="; 0 found
(#301) Expected 1 space after "=="; 0 found
(#302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#302) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) Short array syntax must be used to define arrays
(#320) Line exceeds 132 characters; contains 133 characters
(#322) Expected 1 space before "=="; 0 found
(#322) Expected 1 space after "=="; 0 found
(#327) Variable "rebuild_course_cache" must not contain underscores.
(#331) Line exceeds 132 characters; contains 164 characters
(#334) Variable "rebuild_course_cache" must not contain underscores.
(#341) Inline comments must start with a capital letter, digit or 3-dots sequence
(#341) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) Short array syntax must be used to define arrays
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#351) Short array syntax must be used to define arrays
(#366) Variable "rebuild_course_cache" must not contain underscores.
(#380) Variable "rebuild_course_cache" must not contain underscores.
(#383) Variable "section_quizname" must not contain underscores.
(#384) Variable "section_quizname" must not contain underscores.
(#392) Short array syntax must be used to define arrays
(#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
(#408) Short array syntax must be used to define arrays
(#409) Inline comments must start with a capital letter, digit or 3-dots sequence
(#409) Inline comments must end in full-stops, exclamation marks, or question marks
(#414) Inline comments must start with a capital letter, digit or 3-dots sequence
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#416) Inline comments must start with a capital letter, digit or 3-dots sequence
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Expected 1 space before "=="; 0 found
(#423) Expected 1 space after "=="; 0 found
(#428) Variable "rebuild_course_cache" must not contain underscores.
(#432) Line exceeds 132 characters; contains 160 characters
(#435) Variable "rebuild_course_cache" must not contain underscores.
(#440) Expected 1 space before "=="; 0 found
(#440) Expected 1 space after "=="; 0 found
(#445) Variable "rebuild_course_cache" must not contain underscores.
(#454) Variable "rebuild_course_cache" must not contain underscores.
(#470) Inline comments must start with a capital letter, digit or 3-dots sequence
(#470) Inline comments must end in full-stops, exclamation marks, or question marks
(#471) Expected 1 space before "==="; 0 found
(#471) Expected 1 space after "==="; 0 found
(#471) Expected 1 space before "==="; 0 found
(#471) Expected 1 space after "==="; 0 found
(#471) Expected 1 space before "==="; 0 found
(#471) Expected 1 space after "==="; 0 found
(#471) Expected 1 space before "==="; 0 found
(#471) Expected 1 space after "==="; 0 found
(#471) Expected 1 space before "==="; 0 found
(#471) Expected 1 space after "==="; 0 found
(#475) Short array syntax must be used to define arrays
(#476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#476) This comment is 60% valid code; is this commented out code?
(#483) There should be a comma after the last array item in a multi-line array.
(#488) Expected 1 space before "=="; 0 found
(#488) Expected 1 space after "=="; 0 found
(#489) Short array syntax must be used to define arrays
(#491) Short array syntax must be used to define arrays
(#505) Variable "cmid_or_instanceid" must not contain underscores.
(#510) Inline comments must start with a capital letter, digit or 3-dots sequence
(#510) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Variable "cmid_or_instanceid" must not contain underscores.
(#513) Variable "cmid_or_instanceid" must not contain underscores.
(#516) Variable "cmid_or_instanceid" must not contain underscores.
(#517) Variable "cmid_or_instanceid" must not contain underscores.
(#522) Inline comments must end in full-stops, exclamation marks, or question marks
(#525) Inline comments must end in full-stops, exclamation marks, or question marks
(#537) Inline comments must start with a capital letter, digit or 3-dots sequence
(#537) Inline comments must end in full-stops, exclamation marks, or question marks
(#544) Short array syntax must be used to define arrays
(#554) Variable "rebuild_course_cache" must not contain underscores.
(#555) Variable "rebuild_course_cache" must not contain underscores.
(#567) Short array syntax must be used to define arrays
(#569) Inline comments must start with a capital letter, digit or 3-dots sequence
(#569) Inline comments must end in full-stops, exclamation marks, or question marks
(#571) Inline comments must start with a capital letter, digit or 3-dots sequence
(#571) Inline comments must end in full-stops, exclamation marks, or question marks
(#575) Inline comments must start with a capital letter, digit or 3-dots sequence
(#575) This comment is 67% valid code; is this commented out code?
(#577) This comment is 43% valid code; is this commented out code?
(#596) Expected 1 space before "=="; 0 found
(#596) Expected 1 space after "=="; 0 found
(#641) Inline comments must start with a capital letter, digit or 3-dots sequence
(#641) Inline comments must end in full-stops, exclamation marks, or question marks
(#655) Expected 1 space before "=="; 0 found
(#655) Expected 1 space after "=="; 0 found
(#658) Inline comments must end in full-stops, exclamation marks, or question marks
(#660) Inline comments must end in full-stops, exclamation marks, or question marks
(#662) Short array syntax must be used to define arrays
(#685) Inline comments must start with a capital letter, digit or 3-dots sequence
(#685) Inline comments must end in full-stops, exclamation marks, or question marks
(#688) Short array syntax must be used to define arrays
(#692) Variable "i_max" must not contain underscores.
(#699) Variable "i_max" must not contain underscores.
(#705) Variable "use_quiz_slots" must not contain underscores.
(#706) Variable "quiz_question_instances" must not contain underscores.
(#717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#717) Inline comments must end in full-stops, exclamation marks, or question marks
(#719) Inline comments must start with a capital letter, digit or 3-dots sequence
(#719) Inline comments must end in full-stops, exclamation marks, or question marks
(#720) Variable "reader_question_instance" must not contain underscores.
(#721) Inline comments must start with a capital letter, digit or 3-dots sequence
(#721) Inline comments must end in full-stops, exclamation marks, or question marks
(#723) Inline comments must start with a capital letter, digit or 3-dots sequence
(#723) Inline comments must end in full-stops, exclamation marks, or question marks
(#726) Inline comments must end in full-stops, exclamation marks, or question marks
(#727) Short array syntax must be used to define arrays
(#727) Variable "reader_question_instance" must not contain underscores.
(#727) Variable "reader_question_instance" must not contain underscores.
(#728) Variable "quiz_question_instances" must not contain underscores.
(#729) Short array syntax must be used to define arrays
(#729) Variable "reader_question_instance" must not contain underscores.
(#730) Variable "quiz_question_instances" must not contain underscores.
(#734) Short array syntax must be used to define arrays
(#738) Short array syntax must be used to define arrays
(#738) Variable "reader_question_instance" must not contain underscores.
(#738) Line exceeds 132 characters; contains 149 characters
(#744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#746) Variable "i_max" must not contain underscores.
(#746) Variable "i_max" must not contain underscores.
(#763) Short array syntax must be used to define arrays
(#766) Short array syntax must be used to define arrays
(#779) Short array syntax must be used to define arrays
(#780) Short array syntax must be used to define arrays
(#781) Short array syntax must be used to define arrays
(#782) Short array syntax must be used to define arrays
(#783) Short array syntax must be used to define arrays
(#791) Short array syntax must be used to define arrays
(#792) Expected 1 space before "=="; 0 found
(#792) Expected 1 space after "=="; 0 found
(#792) Expected 1 space before "=="; 0 found
(#792) Expected 1 space after "=="; 0 found
(#794) Short array syntax must be used to define arrays
(#815) Short array syntax must be used to define arrays
(#818) Short array syntax must be used to define arrays
(#822) Variable "started_box" must not contain underscores.
(#823) Variable "rebuild_course_cache" must not contain underscores.
(#826) Expected 1 space before "=="; 0 found
(#826) Expected 1 space after "=="; 0 found
(#827) Inline comments must start with a capital letter, digit or 3-dots sequence
(#827) Inline comments must end in full-stops, exclamation marks, or question marks
(#829) Expected 1 space before "=="; 0 found
(#829) Expected 1 space after "=="; 0 found
(#830) Inline comments must start with a capital letter, digit or 3-dots sequence
(#830) Inline comments must end in full-stops, exclamation marks, or question marks
(#833) Expected 1 space before "=="; 0 found
(#833) Expected 1 space after "=="; 0 found
(#834) Short array syntax must be used to define arrays
(#838) Inline comments must start with a capital letter, digit or 3-dots sequence
(#838) Inline comments must end in full-stops, exclamation marks, or question marks
(#840) Short array syntax must be used to define arrays
(#842) Short array syntax must be used to define arrays
(#843) Expected 1 space before "=="; 0 found
(#843) Expected 1 space after "=="; 0 found
(#850) Short array syntax must be used to define arrays
(#856) Empty IF statement detected
(#856) Expected 1 space before "=="; 0 found
(#856) Expected 1 space after "=="; 0 found
(#856) Expected 1 space before "=="; 0 found
(#856) Expected 1 space after "=="; 0 found
(#856) Expected 1 space before "=="; 0 found
(#856) Expected 1 space after "=="; 0 found
(#857) Inline comments must start with a capital letter, digit or 3-dots sequence
(#857) Inline comments must end in full-stops, exclamation marks, or question marks
(#862) Short array syntax must be used to define arrays
(#870) Empty IF statement detected
(#870) Expected 1 space before "=="; 0 found
(#870) Expected 1 space after "=="; 0 found
(#870) Expected 1 space before "=="; 0 found
(#870) Expected 1 space after "=="; 0 found
(#871) Inline comments must start with a capital letter, digit or 3-dots sequence
(#871) Inline comments must end in full-stops, exclamation marks, or question marks
(#873) Inline comments must start with a capital letter, digit or 3-dots sequence
(#873) Inline comments must end in full-stops, exclamation marks, or question marks
(#875) Variable "started_box" must not contain underscores.
(#875) Expected 1 space before "=="; 0 found
(#875) Expected 1 space after "=="; 0 found
(#876) Variable "started_box" must not contain underscores.
(#880) Expected 1 space before "=="; 0 found
(#880) Expected 1 space after "=="; 0 found
(#884) Short array syntax must be used to define arrays
(#885) Variable "rebuild_course_cache" must not contain underscores.
(#905) Variable "started_box" must not contain underscores.
(#905) Expected 1 space before "=="; 0 found
(#905) Expected 1 space after "=="; 0 found
(#909) Variable "rebuild_course_cache" must not contain underscores.
(#910) Short array syntax must be used to define arrays
(#911) Inline comments must start with a capital letter, digit or 3-dots sequence
(#930) Inline comments must end in full-stops, exclamation marks, or question marks
(#935) Inline comments must end in full-stops, exclamation marks, or question marks
(#939) Inline comments must start with a capital letter, digit or 3-dots sequence
(#940) Inline comments must end in full-stops, exclamation marks, or question marks
(#942) Inline comments must start with a capital letter, digit or 3-dots sequence
(#942) Inline comments must end in full-stops, exclamation marks, or question marks
(#958) Short array syntax must be used to define arrays
(#961) This comment is 45% valid code; is this commented out code?
(#965) Inline comments must end in full-stops, exclamation marks, or question marks
(#967) Inline comments must start with a capital letter, digit or 3-dots sequence
(#967) Inline comments must end in full-stops, exclamation marks, or question marks
(#971) Short array syntax must be used to define arrays
(#974) Inline comments must start with a capital letter, digit or 3-dots sequence
(#974) Inline comments must end in full-stops, exclamation marks, or question marks
(#977) Inline comments must end in full-stops, exclamation marks, or question marks
(#977) This comment is 43% valid code; is this commented out code?
(#982) Variable "started_box" must not contain underscores.
(#987) Empty IF statement detected
(#987) Expected 1 space before "=="; 0 found
(#987) Expected 1 space after "=="; 0 found
(#987) Expected 1 space before "=="; 0 found
(#987) Expected 1 space after "=="; 0 found
(#987) Expected 1 space before "=="; 0 found
(#987) Expected 1 space after "=="; 0 found
(#988) Inline comments must start with a capital letter, digit or 3-dots sequence
(#988) Inline comments must end in full-stops, exclamation marks, or question marks
(#998) Short array syntax must be used to define arrays
(#1002) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1002) Inline comments must end in full-stops, exclamation marks, or question marks
(#1005) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1008) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1012) Expected 1 space before "==="; 0 found
(#1012) Expected 1 space after "==="; 0 found
(#1013) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1013) Inline comments must end in full-stops, exclamation marks, or question marks
(#1015) Short array syntax must be used to define arrays
(#1017) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1017) Inline comments must end in full-stops, exclamation marks, or question marks
(#1020) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1020) Inline comments must end in full-stops, exclamation marks, or question marks
(#1021) Short array syntax must be used to define arrays
(#1028) Short array syntax must be used to define arrays
(#1031) Short array syntax must be used to define arrays
(#1033) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1033) Inline comments must end in full-stops, exclamation marks, or question marks
(#1036) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1036) Inline comments must end in full-stops, exclamation marks, or question marks
(#1040) Short array syntax must be used to define arrays
(#1044) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1044) Inline comments must end in full-stops, exclamation marks, or question marks
(#1048) Short array syntax must be used to define arrays
(#1054) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1054) Inline comments must end in full-stops, exclamation marks, or question marks
(#1055) Variable "started_box" must not contain underscores.
(#1055) Expected 1 space before "=="; 0 found
(#1055) Expected 1 space after "=="; 0 found
(#1056) Variable "started_box" must not contain underscores.
(#1056) Expected 1 space before "=="; 0 found
(#1056) Expected 1 space after "=="; 0 found
(#1060) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1060) Inline comments must end in full-stops, exclamation marks, or question marks
(#1061) Short array syntax must be used to define arrays
(#1072) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1072) Inline comments must end in full-stops, exclamation marks, or question marks
(#1077) Short array syntax must be used to define arrays
(#1080) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1080) Inline comments must end in full-stops, exclamation marks, or question marks
(#1085) Short array syntax must be used to define arrays
(#1090) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1098) Short array syntax must be used to define arrays
(#1103) Variable "started_box" must not contain underscores.
(#1103) Expected 1 space before "=="; 0 found
(#1103) Expected 1 space after "=="; 0 found
(#1104) Variable "started_box" must not contain underscores.
(#1110) Variable "started_box" must not contain underscores.
(#1110) Expected 1 space before "=="; 0 found
(#1110) Expected 1 space after "=="; 0 found
(#1126) Variable "started_box" must not contain underscores.
(#1128) Short array syntax must be used to define arrays
(#1129) Short array syntax must be used to define arrays
(#1131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1131) Inline comments must end in full-stops, exclamation marks, or question marks
(#1134) Short array syntax must be used to define arrays
(#1135) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1135) Inline comments must end in full-stops, exclamation marks, or question marks
(#1137) Variable "started_box" must not contain underscores.
(#1143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1144) Inline comments must end in full-stops, exclamation marks, or question marks
(#1145) Inline comments must end in full-stops, exclamation marks, or question marks
(#1149) Short array syntax must be used to define arrays
(#1150) Inline comments must end in full-stops, exclamation marks, or question marks
(#1154) Short array syntax must be used to define arrays
(#1158) Variable "started_box" must not contain underscores.
(#1162) Variable "started_box" must not contain underscores.
(#1162) Expected 1 space before "=="; 0 found
(#1162) Expected 1 space after "=="; 0 found
(#1179) Variable "started_box" must not contain underscores.
(#1186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1186) Inline comments must end in full-stops, exclamation marks, or question marks
(#1187) Expected 1 space before "==="; 0 found
(#1187) Expected 1 space after "==="; 0 found
(#1197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1197) Inline comments must end in full-stops, exclamation marks, or question marks
(#1199) Short array syntax must be used to define arrays
(#1200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1201) Short array syntax must be used to define arrays
(#1209) Inline comments must end in full-stops, exclamation marks, or question marks
(#1211) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1211) Inline comments must end in full-stops, exclamation marks, or question marks
(#1212) Expected 1 space before "==="; 0 found
(#1212) Expected 1 space after "==="; 0 found
(#1213) Short array syntax must be used to define arrays
(#1218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1218) Inline comments must end in full-stops, exclamation marks, or question marks
(#1220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1220) Inline comments must end in full-stops, exclamation marks, or question marks
(#1223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1223) Inline comments must end in full-stops, exclamation marks, or question marks
(#1225) Short array syntax must be used to define arrays
(#1228) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1229) Inline comments must end in full-stops, exclamation marks, or question marks
(#1233) Short array syntax must be used to define arrays
(#1235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1235) Inline comments must end in full-stops, exclamation marks, or question marks
(#1236) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1236) Inline comments must end in full-stops, exclamation marks, or question marks
(#1237) Short array syntax must be used to define arrays
(#1239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1245) Inline comments must end in full-stops, exclamation marks, or question marks
(#1246) Variable "question_usage" must not contain underscores.
(#1246) Short array syntax must be used to define arrays
(#1249) There should be a comma after the last array item in a multi-line array.
(#1251) Variable "question_usage" must not contain underscores.
(#1255) Inline comments must end in full-stops, exclamation marks, or question marks
(#1256) Variable "question_attempt" must not contain underscores.
(#1256) Short array syntax must be used to define arrays
(#1257) Variable "question_attempt" must not contain underscores.
(#1261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1263) Inline comments must end in full-stops, exclamation marks, or question marks
(#1264) Short array syntax must be used to define arrays
(#1266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1266) Inline comments must end in full-stops, exclamation marks, or question marks
(#1268) Short array syntax must be used to define arrays
(#1270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1270) Inline comments must end in full-stops, exclamation marks, or question marks
(#1272) Variable "started_box" must not contain underscores.
(#1272) Expected 1 space before "=="; 0 found
(#1272) Expected 1 space after "=="; 0 found
(#1273) Variable "started_box" must not contain underscores.
(#1288) Short array syntax must be used to define arrays
(#1291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1291) Inline comments must end in full-stops, exclamation marks, or question marks
(#1305) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1305) Inline comments must end in full-stops, exclamation marks, or question marks
(#1307) Empty IF statement detected
(#1307) Expected 1 space before "=="; 0 found
(#1307) Expected 1 space after "=="; 0 found
(#1307) Expected 1 space before "=="; 0 found
(#1307) Expected 1 space after "=="; 0 found
(#1307) Expected 1 space before "=="; 0 found
(#1307) Expected 1 space after "=="; 0 found
(#1308) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1308) Inline comments must end in full-stops, exclamation marks, or question marks
(#1313) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1315) Inline comments must end in full-stops, exclamation marks, or question marks
(#1323) Short array syntax must be used to define arrays
(#1324) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1324) Inline comments must end in full-stops, exclamation marks, or question marks
(#1328) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1328) Inline comments must end in full-stops, exclamation marks, or question marks
(#1329) Empty IF statement detected
(#1329) Expected 1 space before "=="; 0 found
(#1329) Expected 1 space after "=="; 0 found
(#1330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1330) Inline comments must end in full-stops, exclamation marks, or question marks
(#1331) Short array syntax must be used to define arrays
(#1333) Line exceeds 132 characters; contains 149 characters
(#1337) Line exceeds 132 characters; contains 144 characters
(#1339) Short array syntax must be used to define arrays
(#1343) Line exceeds 132 characters; contains 161 characters
(#1354) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1355) Inline comments must end in full-stops, exclamation marks, or question marks
(#1356) Expected 1 space before "=="; 0 found
(#1356) Expected 1 space after "=="; 0 found
(#1360) Expected 1 space before "==="; 0 found
(#1360) Expected 1 space after "==="; 0 found
(#1360) Expected 1 space before "==="; 0 found
(#1360) Expected 1 space after "==="; 0 found
(#1360) Expected 1 space before "==="; 0 found
(#1360) Expected 1 space after "==="; 0 found
(#1365) Short array syntax must be used to define arrays
(#1379) Short array syntax must be used to define arrays
(#1411) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1411) Inline comments must end in full-stops, exclamation marks, or question marks
(#1411) This comment is 78% valid code; is this commented out code?
(#1411) No space found before comment text; expected "// require_once($CFG->dirroot.'/mod/reader/lib/questionlib.php');" but found "//require_once($CFG->dirroot.'/mod/reader/lib/questionlib.php');"
(#1414) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1414) Inline comments must end in full-stops, exclamation marks, or question marks
(#1417) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1417) Inline comments must end in full-stops, exclamation marks, or question marks
(#1420) Expected 1 space before "=="; 0 found
(#1420) Expected 1 space after "=="; 0 found
(#1427) Short array syntax must be used to define arrays
(#1432) Expected "if (...) {\n"; found "if(...) {\n"
(#1433) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1433) Inline comments must end in full-stops, exclamation marks, or question marks
(#1436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1436) Inline comments must end in full-stops, exclamation marks, or question marks
(#1439) Short array syntax must be used to define arrays
(#1442) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1442) Inline comments must end in full-stops, exclamation marks, or question marks
(#1444) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1447) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1453) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1462) Expected 1 space before "=="; 0 found
(#1462) Expected 1 space after "=="; 0 found
(#1463) Expected 1 space before "=="; 0 found
(#1463) Expected 1 space after "=="; 0 found
(#1464) Expected 1 space before "=="; 0 found
(#1464) Expected 1 space after "=="; 0 found
(#1474) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1474) Inline comments must end in full-stops, exclamation marks, or question marks
(#1475) Short array syntax must be used to define arrays
(#1479) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1479) Inline comments must end in full-stops, exclamation marks, or question marks
(#1481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1481) Inline comments must end in full-stops, exclamation marks, or question marks
(#1482) Short array syntax must be used to define arrays
(#1482) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1484) Expected 1 space after "=>"; 0 found
(#1488) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1488) Inline comments must end in full-stops, exclamation marks, or question marks
(#1489) Short array syntax must be used to define arrays
(#1491) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1491) Inline comments must end in full-stops, exclamation marks, or question marks
(#1494) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1494) Inline comments must end in full-stops, exclamation marks, or question marks
(#1496) Short array syntax must be used to define arrays
(#1498) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1498) Inline comments must end in full-stops, exclamation marks, or question marks
(#1501) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1506) Expected 1 space after "="; 0 found
(#1506) Space found before semicolon; expected "0;" but found "0 ;"
(#1512) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1512) Inline comments must end in full-stops, exclamation marks, or question marks
(#1514) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1517) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1520) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1529) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1533) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1533) Inline comments must end in full-stops, exclamation marks, or question marks
(#1534) Expected 1 space before "=="; 0 found
(#1534) Expected 1 space after "=="; 0 found
(#1539) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1539) Inline comments must end in full-stops, exclamation marks, or question marks
(#1540) Expected 1 space before "==="; 0 found
(#1540) Expected 1 space after "==="; 0 found
(#1544) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1544) Inline comments must end in full-stops, exclamation marks, or question marks
(#1549) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1549) Inline comments must end in full-stops, exclamation marks, or question marks
(#1551) Empty IF statement detected
(#1551) Expected 1 space before "=="; 0 found
(#1551) Expected 1 space after "=="; 0 found
(#1551) Expected 1 space before "=="; 0 found
(#1551) Expected 1 space after "=="; 0 found
(#1551) Expected 1 space before "=="; 0 found
(#1551) Expected 1 space after "=="; 0 found
(#1552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1552) Inline comments must end in full-stops, exclamation marks, or question marks
(#1558) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1558) Inline comments must end in full-stops, exclamation marks, or question marks
(#1560) Short array syntax must be used to define arrays
(#1562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1562) Inline comments must end in full-stops, exclamation marks, or question marks
(#1563) Short array syntax must be used to define arrays
(#1563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1566) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1566) Inline comments must end in full-stops, exclamation marks, or question marks
(#1568) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1568) Inline comments must end in full-stops, exclamation marks, or question marks
(#1573) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1576) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1576) Inline comments must end in full-stops, exclamation marks, or question marks
(#1580) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1580) Inline comments must end in full-stops, exclamation marks, or question marks
(#1581) Short array syntax must be used to define arrays
(#1582) Short array syntax must be used to define arrays
(#1582) There should be a comma after the last array item in a multi-line array.
(#1585) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1585) Inline comments must end in full-stops, exclamation marks, or question marks
(#1588) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1588) Inline comments must end in full-stops, exclamation marks, or question marks
(#1617) Short array syntax must be used to define arrays
(#1638) Duplicate array key found. The value will be overwritten. The string array key "restore_restorecatto" was first seen on line 1633
(#1639) Short array syntax must be used to define arrays
(#1640) Short array syntax must be used to define arrays
(#1645) Short array syntax must be used to define arrays
(#1646) Expected 1 space before "=="; 0 found
(#1646) Expected 1 space after "=="; 0 found
(#1648) Expected 1 space before "=="; 0 found
(#1648) Expected 1 space after "=="; 0 found
(#1649) Short array syntax must be used to define arrays
(#1649) There should be a comma after the last array item in a multi-line array.
(#1687) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1687) Inline comments must end in full-stops, exclamation marks, or question marks
(#1689) Short array syntax must be used to define arrays
(#1693) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1693) Inline comments must end in full-stops, exclamation marks, or question marks
(#1697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1697) Inline comments must end in full-stops, exclamation marks, or question marks
(#1699) Variable "category_list" must not contain underscores.
(#1700) Inline comments must end in full-stops, exclamation marks, or question marks
(#1701) Variable "category_list" must not contain underscores.
(#1701) Short array syntax must be used to define arrays
(#1702) Variable "category_parents" must not contain underscores.
(#1702) Short array syntax must be used to define arrays
(#1703) Variable "category_list" must not contain underscores.
(#1703) Variable "category_parents" must not contain underscores.
(#1706) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1706) Inline comments must end in full-stops, exclamation marks, or question marks
(#1707) Variable "category_id" must not contain underscores.
(#1707) Variable "category_list" must not contain underscores.
(#1709) Short array syntax must be used to define arrays
(#1710) Variable "category_id" must not contain underscores.
(#1710) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1710) This comment is 50% valid code; is this commented out code?
(#1715) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1715) Inline comments must end in full-stops, exclamation marks, or question marks
(#1719) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1719) Inline comments must end in full-stops, exclamation marks, or question marks
(#1720) There should be a comma after the last array item in a multi-line array.
(#1723) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1723) Inline comments must end in full-stops, exclamation marks, or question marks
(#1726) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1726) Inline comments must end in full-stops, exclamation marks, or question marks
(#1748) Short array syntax must be used to define arrays
(#1750) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1750) Inline comments must end in full-stops, exclamation marks, or question marks
(#1773) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1773) Inline comments must end in full-stops, exclamation marks, or question marks
(#1785) Short array syntax must be used to define arrays
(#1786) Variable "image_file_url" must not contain underscores.
(#1787) Variable "image_contents" must not contain underscores.
(#1787) Variable "image_file_url" must not contain underscores.
(#1790) Variable "image_contents" must not contain underscores.
(#1813) Short array syntax must be used to define arrays
(#1815) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1815) Inline comments must end in full-stops, exclamation marks, or question marks
(#1821) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1821) Inline comments must end in full-stops, exclamation marks, or question marks
(#1822) Expected 1 space before "=="; 0 found
(#1822) Expected 1 space after "=="; 0 found
(#1827) Short array syntax must be used to define arrays
(#1837) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1837) Inline comments must end in full-stops, exclamation marks, or question marks
(#1838) Expected 1 space before "=="; 0 found
(#1838) Expected 1 space after "=="; 0 found
(#1840) Short array syntax must be used to define arrays
(#1845) Short array syntax must be used to define arrays
(#1879) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1879) Inline comments must end in full-stops, exclamation marks, or question marks
(#1884) Short array syntax must be used to define arrays
(#1885) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1885) Inline comments must end in full-stops, exclamation marks, or question marks
(#1889) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1908) Inline comments must end in full-stops, exclamation marks, or question marks
(#1909) Short array syntax must be used to define arrays
(#1911) Short array syntax must be used to define arrays
(#1913) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1913) Inline comments must end in full-stops, exclamation marks, or question marks
(#1914) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1914) Inline comments must end in full-stops, exclamation marks, or question marks
(#1920) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1920) Inline comments must end in full-stops, exclamation marks, or question marks
(#1934) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1934) This comment is 64% valid code; is this commented out code?
(#1934) No space found before comment text; expected "// $newquiz->instance = quiz_add_instance($newquiz);" but found "//$newquiz->instance = quiz_add_instance($newquiz);"
(#1938) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1941) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1951) Short array syntax must be used to define arrays
(#1955) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1955) Inline comments must end in full-stops, exclamation marks, or question marks
(#1956) Inline comments must end in full-stops, exclamation marks, or question marks
(#1957) Short array syntax must be used to define arrays
(#1963) Inline comments must end in full-stops, exclamation marks, or question marks
(#1966) Short array syntax must be used to define arrays
(#1971) There should be a comma after the last array item in a multi-line array.
(#1974) Inline comments must end in full-stops, exclamation marks, or question marks
(#1977) Inline comments must end in full-stops, exclamation marks, or question marks
(#1982) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1982) Inline comments must end in full-stops, exclamation marks, or question marks
(#2000) Variable "use_quiz_slots" must not contain underscores.
(#2001) Variable "quiz_question_instances" must not contain underscores.
(#2006) Variable "use_quiz_slots" must not contain underscores.
(#2007) Inline comments must end in full-stops, exclamation marks, or question marks
(#2008) Short array syntax must be used to define arrays
(#2009) Short array syntax must be used to define arrays
(#2014) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2014) Inline comments must end in full-stops, exclamation marks, or question marks
(#2017) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2017) Inline comments must end in full-stops, exclamation marks, or question marks
(#2022) Short array syntax must be used to define arrays
(#2027) Variable "use_quiz_slots" must not contain underscores.
(#2032) Variable "quiz_question_instances" must not contain underscores.
(#2034) Short array syntax must be used to define arrays
(#2036) Variable "use_quiz_slots" must not contain underscores.
(#2036) Expected 1 space before "=="; 0 found
(#2036) Expected 1 space after "=="; 0 found
(#2037) Inline comments must end in full-stops, exclamation marks, or question marks
(#2038) Short array syntax must be used to define arrays
(#2051) Short array syntax must be used to define arrays
(#2051) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2051) Inline comments must end in full-stops, exclamation marks, or question marks
(#2055) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2058) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2058) Inline comments must end in full-stops, exclamation marks, or question marks
(#2076) Short array syntax must be used to define arrays
(#2076) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2076) Inline comments must end in full-stops, exclamation marks, or question marks
(#2078) Line exceeds 132 characters; contains 159 characters
(#2080) Short array syntax must be used to define arrays
(#2080) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2096) Variable "QTYPES" must be all lower-case
(#2096) Variable "QTYPE_MANUAL" must be all lower-case
(#2096) Variable "QTYPE_MANUAL" must not contain underscores.
(#2096) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must be all lower-case
(#2096) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must not contain underscores.
(#2100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2100) Inline comments must end in full-stops, exclamation marks, or question marks
(#2110) Variable "QTYPES" must be all lower-case
(#2110) Short array syntax must be used to define arrays
(#2117) There should be a comma after the last array item in a multi-line array.
(#2120) Variable "QTYPE_MANUAL" must be all lower-case
(#2120) Variable "QTYPE_MANUAL" must not contain underscores.
(#2120) Short array syntax must be used to define arrays
(#2121) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must be all lower-case
(#2121) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must not contain underscores.
(#2121) Short array syntax must be used to define arrays
(#2123) Variable "QTYPES" must be all lower-case
(#2125) Variable "QTYPE_MANUAL" must be all lower-case
(#2125) Variable "QTYPE_MANUAL" must not contain underscores.
(#2128) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must be all lower-case
(#2128) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must not contain underscores.
(#2132) Variable "QTYPE_MANUAL" must be all lower-case
(#2132) Variable "QTYPE_MANUAL" must not contain underscores.
(#2132) Variable "QTYPE_MANUAL" must be all lower-case
(#2132) Variable "QTYPE_MANUAL" must not contain underscores.
(#2133) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must be all lower-case
(#2133) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must not contain underscores.
(#2133) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must be all lower-case
(#2133) Variable "QTYPE_EXCLUDE_FROM_RANDOM" must not contain underscores.
(#2150) Short array syntax must be used to define arrays
(#2151) Variable "rebuild_course_cache" must not contain underscores.
(#2153) Variable "rebuild_course_cache" must not contain underscores.
(#2156) Variable "rebuild_course_cache" must not contain underscores.
(#2158) Variable "rebuild_course_cache" must not contain underscores.
(#2160) Short array syntax must be used to define arrays
(#2160) Line exceeds 132 characters; contains 137 characters
(#2162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2177) Inline comments must end in full-stops, exclamation marks, or question marks
(#2179) Short array syntax must be used to define arrays
(#2180) Short array syntax must be used to define arrays
(#2188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2188) Inline comments must end in full-stops, exclamation marks, or question marks
(#2190) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2193) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2193) Inline comments must end in full-stops, exclamation marks, or question marks
(#2195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2217) Variable "use_quiz_slots" must not contain underscores.
(#2218) Variable "quiz_question_instances" must not contain underscores.
(#2223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2223) Inline comments must end in full-stops, exclamation marks, or question marks
(#2227) Short array syntax must be used to define arrays
(#2229) Variable "started_box" must not contain underscores.
(#2231) Short array syntax must be used to define arrays
(#2233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2233) Inline comments must end in full-stops, exclamation marks, or question marks
(#2237) Variable "started_box" must not contain underscores.
(#2237) Expected 1 space before "=="; 0 found
(#2237) Expected 1 space after "=="; 0 found
(#2238) Variable "started_box" must not contain underscores.
(#2241) Line exceeds 132 characters; contains 164 characters
(#2246) Variable "started_box" must not contain underscores.
(#2246) Expected 1 space before "=="; 0 found
(#2246) Expected 1 space after "=="; 0 found
(#2251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2252) Inline comments must end in full-stops, exclamation marks, or question marks
(#2261) Line exceeds 132 characters; contains 159 characters
(#2273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2273) Inline comments must end in full-stops, exclamation marks, or question marks
(#2274) Short array syntax must be used to define arrays
(#2276) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2276) Inline comments must end in full-stops, exclamation marks, or question marks
(#2278) Variable "started_box" must not contain underscores.
(#2284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2284) Inline comments must end in full-stops, exclamation marks, or question marks
(#2288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2288) Inline comments must end in full-stops, exclamation marks, or question marks
(#2291) Short array syntax must be used to define arrays
(#2293) Expected 1 space before "=="; 0 found
(#2293) Expected 1 space after "=="; 0 found
(#2297) Expected 1 space before "=="; 0 found
(#2297) Expected 1 space after "=="; 0 found
(#2301) Short array syntax must be used to define arrays
(#2308) Empty IF statement detected
(#2309) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2309) Inline comments must end in full-stops, exclamation marks, or question marks
(#2311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2311) Inline comments must end in full-stops, exclamation marks, or question marks
(#2313) Empty IF statement detected
(#2314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2314) Inline comments must end in full-stops, exclamation marks, or question marks
(#2315) Empty IF statement detected
(#2315) Variable "quiz_question_instances" must not contain underscores.
(#2316) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2316) Inline comments must end in full-stops, exclamation marks, or question marks
(#2318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2318) Inline comments must end in full-stops, exclamation marks, or question marks
(#2320) Line exceeds maximum limit of 180 characters; contains 216 characters
(#2324) Short array syntax must be used to define arrays
(#2325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2325) Inline comments must end in full-stops, exclamation marks, or question marks
(#2326) Expected 1 space before "=="; 0 found
(#2326) Expected 1 space after "=="; 0 found
(#2327) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2327) Inline comments must end in full-stops, exclamation marks, or question marks
(#2328) Short array syntax must be used to define arrays
(#2329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2329) Inline comments must end in full-stops, exclamation marks, or question marks
(#2331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2331) Inline comments must end in full-stops, exclamation marks, or question marks
(#2334) Variable "move_to_quiz_context" must not contain underscores.
(#2337) Short array syntax must be used to define arrays
(#2337) Line exceeds 132 characters; contains 137 characters
(#2339) Expected 1 space before "=="; 0 found
(#2339) Expected 1 space after "=="; 0 found
(#2340) Variable "move_to_quiz_context" must not contain underscores.
(#2344) Variable "move_to_quiz_context" must not contain underscores.
(#2345) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2346) Inline comments must end in full-stops, exclamation marks, or question marks
(#2347) Short array syntax must be used to define arrays
(#2349) Empty IF statement detected
(#2350) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2350) Inline comments must end in full-stops, exclamation marks, or question marks
(#2351) Variable "quiz_question_instances" must not contain underscores.
(#2352) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2352) Inline comments must end in full-stops, exclamation marks, or question marks
(#2353) Short array syntax must be used to define arrays
(#2358) Expected 1 space before "=="; 0 found
(#2358) Expected 1 space after "=="; 0 found
(#2359) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2359) Inline comments must end in full-stops, exclamation marks, or question marks
(#2362) Line exceeds 132 characters; contains 143 characters
(#2364) Line exceeds 132 characters; contains 136 characters
(#2366) Short array syntax must be used to define arrays
(#2367) Short array syntax must be used to define arrays
(#2368) Line exceeds maximum limit of 180 characters; contains 241 characters
(#2371) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2371) Inline comments must end in full-stops, exclamation marks, or question marks
(#2372) Line exceeds maximum limit of 180 characters; contains 222 characters
(#2375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2375) Inline comments must end in full-stops, exclamation marks, or question marks
(#2378) Line exceeds maximum limit of 180 characters; contains 234 characters
(#2385) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2385) Inline comments must end in full-stops, exclamation marks, or question marks
(#2387) Line exceeds 132 characters; contains 147 characters
(#2388) Short array syntax must be used to define arrays
(#2390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2390) Inline comments must end in full-stops, exclamation marks, or question marks
(#2391) Expected 1 space before "=="; 0 found
(#2391) Expected 1 space after "=="; 0 found
(#2391) Expected 1 space before "=="; 0 found
(#2391) Expected 1 space after "=="; 0 found
(#2391) Expected 1 space before "=="; 0 found
(#2391) Expected 1 space after "=="; 0 found
(#2392) Line exceeds 132 characters; contains 151 characters
(#2393) Short array syntax must be used to define arrays
(#2395) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2395) Inline comments must end in full-stops, exclamation marks, or question marks
(#2397) Line exceeds 132 characters; contains 147 characters
(#2398) Short array syntax must be used to define arrays
(#2401) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2401) Inline comments must end in full-stops, exclamation marks, or question marks
(#2402) Line exceeds 132 characters; contains 134 characters
(#2403) Short array syntax must be used to define arrays
(#2407) Variable "started_box" must not contain underscores.
(#2407) Expected 1 space before "=="; 0 found
(#2407) Expected 1 space after "=="; 0 found
(#2408) Variable "started_box" must not contain underscores.
(#2416) Variable "started_box" must not contain underscores.
(#2416) Expected 1 space before "=="; 0 found
(#2416) Expected 1 space after "=="; 0 found
(#2431) Variable "i_max" must not contain underscores.
(#2433) Line exceeds 132 characters; contains 133 characters
(#2436) Short array syntax must be used to define arrays
(#2450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2450) Inline comments must end in full-stops, exclamation marks, or question marks
(#2452) Variable "started_box" must not contain underscores.
(#2454) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2454) Inline comments must end in full-stops, exclamation marks, or question marks
(#2460) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2460) Inline comments must end in full-stops, exclamation marks, or question marks
(#2462) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2462) Inline comments must end in full-stops, exclamation marks, or question marks
(#2465) Expected 1 space before "=="; 0 found
(#2465) Expected 1 space after "=="; 0 found
(#2465) Expected 1 space before "=="; 0 found
(#2465) Expected 1 space after "=="; 0 found
(#2465) Logical operator "or" is prohibited; use "||" instead
(#2465) Expected 1 space before "=="; 0 found
(#2465) Expected 1 space after "=="; 0 found
(#2465) Line exceeds 132 characters; contains 150 characters
(#2466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2466) Inline comments must end in full-stops, exclamation marks, or question marks
(#2468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2468) Inline comments must end in full-stops, exclamation marks, or question marks
(#2469) Short array syntax must be used to define arrays
(#2473) Variable "started_box" must not contain underscores.
(#2473) Expected 1 space before "=="; 0 found
(#2473) Expected 1 space after "=="; 0 found
(#2474) Variable "started_box" must not contain underscores.
(#2477) Expected 1 space before "=="; 0 found
(#2477) Expected 1 space after "=="; 0 found
(#2484) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2485) Inline comments must end in full-stops, exclamation marks, or question marks
(#2486) Short array syntax must be used to define arrays
(#2488) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2488) Inline comments must end in full-stops, exclamation marks, or question marks
(#2497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2497) Inline comments must end in full-stops, exclamation marks, or question marks
(#2499) Variable "i_max" must not contain underscores.
(#2499) Variable "i_max" must not contain underscores.
(#2504) Variable "started_box" must not contain underscores.
(#2504) Expected 1 space before "=="; 0 found
(#2504) Expected 1 space after "=="; 0 found
(#2520) Variable "started_box" must not contain underscores.
(#2523) Short array syntax must be used to define arrays
(#2527) Inline comments must end in full-stops, exclamation marks, or question marks
(#2533) Inline comments must end in full-stops, exclamation marks, or question marks
(#2539) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2545) Expected 1 space before "=="; 0 found
(#2545) Expected 1 space after "=="; 0 found
(#2545) Expected 1 space before "=="; 0 found
(#2545) Expected 1 space after "=="; 0 found
(#2556) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2556) Inline comments must end in full-stops, exclamation marks, or question marks
(#2557) Short array syntax must be used to define arrays
(#2557) Line exceeds 132 characters; contains 141 characters
(#2560) Variable "started_box" must not contain underscores.
(#2560) Expected 1 space before "=="; 0 found
(#2560) Expected 1 space after "=="; 0 found
(#2561) Variable "started_box" must not contain underscores.
(#2565) Expected 1 space before "=="; 0 found
(#2565) Expected 1 space after "=="; 0 found
(#2577) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2577) Inline comments must end in full-stops, exclamation marks, or question marks
(#2585) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2585) Inline comments must end in full-stops, exclamation marks, or question marks
(#2589) Short array syntax must be used to define arrays
(#2594) Short array syntax must be used to define arrays
(#2600) Short array syntax must be used to define arrays
(#2600) Line exceeds 132 characters; contains 149 characters
(#2603) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2603) Inline comments must end in full-stops, exclamation marks, or question marks
(#2607) Short array syntax must be used to define arrays
(#2618) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2618) Inline comments must end in full-stops, exclamation marks, or question marks
(#2622) Short array syntax must be used to define arrays
(#2624) Short array syntax must be used to define arrays
(#2628) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2632) Line exceeds 132 characters; contains 137 characters
(#2636) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2636) Inline comments must end in full-stops, exclamation marks, or question marks
(#2646) Variable "started_box" must not contain underscores.
(#2646) Expected 1 space before "=="; 0 found
(#2646) Expected 1 space after "=="; 0 found
(#2663) Variable "use_quiz_slots" must not contain underscores.
(#2664) Variable "quiz_question_instances" must not contain underscores.
(#2669) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2669) Inline comments must end in full-stops, exclamation marks, or question marks
(#2671) Variable "started_box" must not contain underscores.
(#2674) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2675) Inline comments must end in full-stops, exclamation marks, or question marks
(#2681) Inline comments must end in full-stops, exclamation marks, or question marks
(#2682) Inline comments must end in full-stops, exclamation marks, or question marks
(#2683) Short array syntax must be used to define arrays
(#2686) Variable "started_category" must not contain underscores.
(#2688) Short array syntax must be used to define arrays
(#2689) Short array syntax must be used to define arrays
(#2690) Short array syntax must be used to define arrays
(#2691) Short array syntax must be used to define arrays
(#2695) Variable "started_box" must not contain underscores.
(#2695) Expected 1 space before "=="; 0 found
(#2695) Expected 1 space after "=="; 0 found
(#2696) Variable "started_box" must not contain underscores.
(#2697) Line exceeds 132 characters; contains 133 characters
(#2699) Variable "started_category" must not contain underscores.
(#2699) Expected 1 space before "=="; 0 found
(#2699) Expected 1 space after "=="; 0 found
(#2700) Variable "started_category" must not contain underscores.
(#2709) Short array syntax must be used to define arrays
(#2710) Short array syntax must be used to define arrays
(#2712) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2712) Inline comments must end in full-stops, exclamation marks, or question marks
(#2717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2718) Short array syntax must be used to define arrays
(#2724) Variable "quiz_question_instances" must not contain underscores.
(#2727) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2727) Inline comments must end in full-stops, exclamation marks, or question marks
(#2738) Variable "started_category" must not contain underscores.
(#2738) Expected 1 space before "=="; 0 found
(#2738) Expected 1 space after "=="; 0 found
(#2742) Variable "started_box" must not contain underscores.
(#2748) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2748) Inline comments must end in full-stops, exclamation marks, or question marks
(#2750) Short array syntax must be used to define arrays
(#2755) Variable "i_max" must not contain underscores.
(#2768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2768) Inline comments must end in full-stops, exclamation marks, or question marks
(#2770) Variable "started_box" must not contain underscores.
(#2772) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2772) Inline comments must end in full-stops, exclamation marks, or question marks
(#2774) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2774) Inline comments must end in full-stops, exclamation marks, or question marks
(#2776) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2776) Inline comments must end in full-stops, exclamation marks, or question marks
(#2779) Inline comments must end in full-stops, exclamation marks, or question marks
(#2784) Short array syntax must be used to define arrays
(#2786) Short array syntax must be used to define arrays
(#2787) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2787) Inline comments must end in full-stops, exclamation marks, or question marks
(#2788) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2788) Inline comments must end in full-stops, exclamation marks, or question marks
(#2789) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2789) Inline comments must end in full-stops, exclamation marks, or question marks
(#2791) Short array syntax must be used to define arrays
(#2794) Variable "started_box" must not contain underscores.
(#2794) Expected 1 space before "=="; 0 found
(#2794) Expected 1 space after "=="; 0 found
(#2795) Variable "started_box" must not contain underscores.
(#2799) Variable "multianswer_options" must not contain underscores.
(#2799) Line exceeds 132 characters; contains 134 characters
(#2800) Variable "multianswer_option" must not contain underscores.
(#2800) Variable "multianswer_options" must not contain underscores.
(#2801) Variable "multianswer_option" must not contain underscores.
(#2803) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2803) Inline comments must end in full-stops, exclamation marks, or question marks
(#2806) Short array syntax must be used to define arrays
(#2810) Expected 1 space before "=="; 0 found
(#2810) Expected 1 space after "=="; 0 found
(#2811) Inline comments must end in full-stops, exclamation marks, or question marks
(#2814) Inline comments must end in full-stops, exclamation marks, or question marks
(#2816) Line exceeds 132 characters; contains 153 characters
(#2817) Inline comments must end in full-stops, exclamation marks, or question marks
(#2824) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2824) Inline comments must end in full-stops, exclamation marks, or question marks
(#2827) Short array syntax must be used to define arrays
(#2832) Variable "count_answers" must not contain underscores.
(#2832) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2832) Inline comments must end in full-stops, exclamation marks, or question marks
(#2834) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2836) Variable "count_answers" must not contain underscores.
(#2838) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2839) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#2840) Inline comments must end in full-stops, exclamation marks, or question marks
(#2840) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#2841) Empty IF statement detected
(#2841) Variable "multianswer_options" must not contain underscores.
(#2841) Short array syntax must be used to define arrays
(#2841) Line exceeds 132 characters; contains 136 characters
(#2842) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2842) Inline comments must end in full-stops, exclamation marks, or question marks
(#2844) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2844) Inline comments must end in full-stops, exclamation marks, or question marks
(#2845) Variable "multianswer_option" must not contain underscores.
(#2845) Short array syntax must be used to define arrays
(#2849) Empty IF statement detected
(#2849) Variable "multianswer_option" must not contain underscores.
(#2849) Variable "multianswer_option" must not contain underscores.
(#2850) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2852) Variable "multianswer_options" must not contain underscores.
(#2852) Short array syntax must be used to define arrays
(#2852) Variable "multianswer_option" must not contain underscores.
(#2852) Variable "multianswer_option" must not contain underscores.
(#2855) Variable "multianswer_options" must not contain underscores.
(#2855) Variable "multianswer_option" must not contain underscores.
(#2857) Variable "multianswer_option" must not contain underscores.
(#2858) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2858) Inline comments must end in full-stops, exclamation marks, or question marks
(#2860) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2860) Inline comments must end in full-stops, exclamation marks, or question marks
(#2862) Short array syntax must be used to define arrays
(#2863) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2863) Inline comments must end in full-stops, exclamation marks, or question marks
(#2866) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2866) Inline comments must end in full-stops, exclamation marks, or question marks
(#2868) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2868) Inline comments must end in full-stops, exclamation marks, or question marks
(#2869) Variable "count_answers" must not contain underscores.
(#2870) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2870) Inline comments must end in full-stops, exclamation marks, or question marks
(#2872) Variable "multianswer_option" must not contain underscores.
(#2873) Variable "multianswer_option" must not contain underscores.
(#2876) Line exceeds 132 characters; contains 155 characters
(#2879) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2879) Inline comments must end in full-stops, exclamation marks, or question marks
(#2887) Short array syntax must be used to define arrays
(#2888) Short array syntax must be used to define arrays
(#2894) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2894) Inline comments must end in full-stops, exclamation marks, or question marks
(#2897) Variable "i_max" must not contain underscores.
(#2897) Variable "i_max" must not contain underscores.
(#2901) Variable "started_box" must not contain underscores.
(#2901) Expected 1 space before "=="; 0 found
(#2901) Expected 1 space after "=="; 0 found
(#2908) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2909) Inline comments must end in full-stops, exclamation marks, or question marks
(#2922) Short array syntax must be used to define arrays
(#2928) Short array syntax must be used to define arrays
(#2932) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2932) Inline comments must end in full-stops, exclamation marks, or question marks
(#2933) Short array syntax must be used to define arrays
(#2936) Expected 1 space before "=="; 0 found
(#2936) Expected 1 space after "=="; 0 found
(#2937) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2938) Inline comments must end in full-stops, exclamation marks, or question marks
(#2943) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2943) Inline comments must end in full-stops, exclamation marks, or question marks
(#2947) Short array syntax must be used to define arrays
(#2963) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2963) Inline comments must end in full-stops, exclamation marks, or question marks
(#2966) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2966) Inline comments must end in full-stops, exclamation marks, or question marks
(#2969) Variable "old_publisher" must not contain underscores.
(#2971) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2971) Inline comments must end in full-stops, exclamation marks, or question marks
(#2972) Short array syntax must be used to define arrays
(#2974) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2974) Inline comments must end in full-stops, exclamation marks, or question marks
(#2977) Short array syntax must be used to define arrays
(#2982) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2982) Inline comments must end in full-stops, exclamation marks, or question marks
(#2983) Short array syntax must be used to define arrays
(#2985) Short array syntax must be used to define arrays
(#2985) Variable "old_publisher" must not contain underscores.
(#2988) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2988) Inline comments must end in full-stops, exclamation marks, or question marks
(#2989) Short array syntax must be used to define arrays
(#2992) Short array syntax must be used to define arrays
(#2993) Short array syntax must be used to define arrays
(#2996) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2996) Inline comments must end in full-stops, exclamation marks, or question marks
(#2997) Variable "rebuild_course_cache" must not contain underscores.
(#2999) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2999) Inline comments must end in full-stops, exclamation marks, or question marks
(#3002) Variable "i_max" must not contain underscores.
(#3002) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3002) Inline comments must end in full-stops, exclamation marks, or question marks
(#3003) Expected 1 space before "="; 0 found
(#3003) Expected 1 space after "="; 0 found
(#3003) Expected 1 space before "<="; 0 found
(#3003) Expected 1 space after "<="; 0 found
(#3003) Variable "i_max" must not contain underscores.
(#3005) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3005) Inline comments must end in full-stops, exclamation marks, or question marks
(#3008) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3008) Inline comments must end in full-stops, exclamation marks, or question marks
(#3014) Short array syntax must be used to define arrays
(#3017) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3017) Inline comments must end in full-stops, exclamation marks, or question marks
(#3019) Variable "i_max" must not contain underscores.
(#3020) Expected 1 space before "="; 0 found
(#3020) Expected 1 space after "="; 0 found
(#3020) Variable "i_max" must not contain underscores.
(#3020) Expected 1 space before ">"; 0 found
(#3020) Expected 1 space after ">"; 0 found
(#3022) Variable "rebuild_course_cache" must not contain underscores.
(#3024) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3024) Inline comments must end in full-stops, exclamation marks, or question marks
(#3028) Variable "rebuild_course_cache" must not contain underscores.
(#3031) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3031) Inline comments must end in full-stops, exclamation marks, or question marks
(#3032) Short array syntax must be used to define arrays
(#3037) Expected 1 space before "-"; 0 found
(#3037) Expected 1 space after "-"; 0 found
(#3037) This comment is 55% valid code; is this commented out code?
(#3040) Expected 1 space before "=="; 0 found
(#3040) Expected 1 space after "=="; 0 found
(#3040) Expected 1 space before "=="; 0 found
(#3040) Expected 1 space after "=="; 0 found
(#3041) Expected 1 space before "=="; 0 found
(#3041) Expected 1 space after "=="; 0 found
(#3045) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3048) Short array syntax must be used to define arrays
(#3056) Variable "rebuild_course_cache" must not contain underscores.
(#3058) Short array syntax must be used to define arrays
(#3060) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3072) Short array syntax must be used to define arrays
(#3073) Short array syntax must be used to define arrays
(#3074) Short array syntax must be used to define arrays
(#3075) Short array syntax must be used to define arrays
(#3076) Short array syntax must be used to define arrays
(#3077) Short array syntax must be used to define arrays
(#3078) Short array syntax must be used to define arrays
(#3079) Short array syntax must be used to define arrays
(#3080) Short array syntax must be used to define arrays
(#3081) Short array syntax must be used to define arrays
(#3082) Short array syntax must be used to define arrays
(#3107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3107) Inline comments must end in full-stops, exclamation marks, or question marks
(#3131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3131) Inline comments must end in full-stops, exclamation marks, or question marks
(#3133) Variable "i_max" must not contain underscores.
(#3146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3146) Inline comments must end in full-stops, exclamation marks, or question marks
(#3148) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3148) Inline comments must end in full-stops, exclamation marks, or question marks
(#3150) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3150) Inline comments must end in full-stops, exclamation marks, or question marks
(#3152) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3152) Inline comments must end in full-stops, exclamation marks, or question marks
(#3165) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3166) Short array syntax must be used to define arrays
(#3169) Empty IF statement detected
(#3169) Expected 1 space before "=="; 0 found
(#3169) Expected 1 space after "=="; 0 found
(#3170) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3170) Inline comments must end in full-stops, exclamation marks, or question marks
(#3172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3172) Inline comments must end in full-stops, exclamation marks, or question marks
(#3173) Short array syntax must be used to define arrays
(#3176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3176) Inline comments must end in full-stops, exclamation marks, or question marks
(#3178) Variable "i_max" must not contain underscores.
(#3178) Variable "i_max" must not contain underscores.
(#3196) Variable "use_quiz_slots" must not contain underscores.
(#3197) Inline comments must end in full-stops, exclamation marks, or question marks
(#3198) Variable "quiz_question_instances" must not contain underscores.
(#3202) Inline comments must end in full-stops, exclamation marks, or question marks
(#3203) Variable "quiz_question_instances" must not contain underscores.
(#3208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3208) Inline comments must end in full-stops, exclamation marks, or question marks
(#3221) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3221) Inline comments must end in full-stops, exclamation marks, or question marks
(#3222) Variable "i_max" must not contain underscores.
(#3235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3235) Inline comments must end in full-stops, exclamation marks, or question marks
(#3243) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3243) Inline comments must end in full-stops, exclamation marks, or question marks
(#3245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3245) Inline comments must end in full-stops, exclamation marks, or question marks
(#3247) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3247) Inline comments must end in full-stops, exclamation marks, or question marks
(#3250) Empty IF statement detected
(#3250) Expected 1 space before "=="; 0 found
(#3250) Expected 1 space after "=="; 0 found
(#3251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3251) Inline comments must end in full-stops, exclamation marks, or question marks
(#3253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3253) Inline comments must end in full-stops, exclamation marks, or question marks
(#3262) Short array syntax must be used to define arrays
(#3263) Variable "quiz_question_instances" must not contain underscores.
(#3263) Short array syntax must be used to define arrays
(#3264) Short array syntax must be used to define arrays
(#3269) Empty IF statement detected
(#3269) Expected 1 space before "=="; 0 found
(#3269) Expected 1 space after "=="; 0 found
(#3270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3270) Inline comments must end in full-stops, exclamation marks, or question marks
(#3272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3272) Inline comments must end in full-stops, exclamation marks, or question marks
(#3277) Short array syntax must be used to define arrays
(#3280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3282) Closing brace must be on a line by itself
(#3283) Closing brace must be on a line by itself
(#3285) Short array syntax must be used to define arrays
(#3286) Variable "quiz_question_instances" must not contain underscores.
(#3286) Short array syntax must be used to define arrays
(#3286) Line exceeds 132 characters; contains 137 characters
(#3287) Short array syntax must be used to define arrays
(#3288) Empty IF statement detected
(#3288) Expected 1 space before "=="; 0 found
(#3288) Expected 1 space after "=="; 0 found
(#3289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3289) Inline comments must end in full-stops, exclamation marks, or question marks
(#3291) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3291) Inline comments must end in full-stops, exclamation marks, or question marks
(#3293) Short array syntax must be used to define arrays
(#3298) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3298) Inline comments must end in full-stops, exclamation marks, or question marks
(#3300) Variable "i_max" must not contain underscores.
(#3300) Variable "i_max" must not contain underscores.
(#3317) Short array syntax must be used to define arrays
(#3318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3318) Inline comments must end in full-stops, exclamation marks, or question marks
(#3320) Short array syntax must be used to define arrays
(#3321) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3321) Inline comments must end in full-stops, exclamation marks, or question marks
(#3329) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3329) Inline comments must end in full-stops, exclamation marks, or question marks
(#3334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3334) Inline comments must end in full-stops, exclamation marks, or question marks
(#3341) Expected 1 space before "=="; 0 found
(#3341) Expected 1 space after "=="; 0 found
(#3342) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3342) Inline comments must end in full-stops, exclamation marks, or question marks
(#3346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3346) Inline comments must end in full-stops, exclamation marks, or question marks
(#3377) Short array syntax must be used to define arrays
(#3378) Short array syntax must be used to define arrays
(#3379) Short array syntax must be used to define arrays
(#3382) Expected 1 space before "=="; 0 found
(#3382) Expected 1 space after "=="; 0 found
(#3405) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3405) Inline comments must end in full-stops, exclamation marks, or question marks
(#3413) Short array syntax must be used to define arrays
(#3426) Empty IF statement detected
(#3426) Expected 1 space before "=="; 0 found
(#3426) Expected 1 space after "=="; 0 found
(#3427) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3427) Inline comments must end in full-stops, exclamation marks, or question marks
(#3429) Short array syntax must be used to define arrays
(#3452) Variable "i_max" must not contain underscores.
(#3459) Short array syntax must be used to define arrays
(#3466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3466) Inline comments must end in full-stops, exclamation marks, or question marks
(#3468) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3468) Inline comments must end in full-stops, exclamation marks, or question marks
(#3470) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3470) Inline comments must end in full-stops, exclamation marks, or question marks
(#3476) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3476) Inline comments must end in full-stops, exclamation marks, or question marks
(#3479) Expected 1 space before "=="; 0 found
(#3479) Expected 1 space after "=="; 0 found
(#3479) Short array syntax must be used to define arrays
(#3484) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3484) Inline comments must end in full-stops, exclamation marks, or question marks
(#3485) Short array syntax must be used to define arrays
(#3487) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3487) Inline comments must end in full-stops, exclamation marks, or question marks
(#3489) Variable "i_max" must not contain underscores.
(#3489) Variable "i_max" must not contain underscores.
(#3495) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3495) Inline comments must end in full-stops, exclamation marks, or question marks
(#3507) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3507) This comment is 43% valid code; is this commented out code?
(#3511) No space found before comment text; expected "// $options = array('non-interactive' => true);" but found "//$options = array('non-interactive' => true);"
(#3512) No space found before comment text; expected "// list($options, $more) = cli_get_params($options);" but found "//list($options, $more) = cli_get_params($options);"
(#3513) Inline comments must end in full-stops, exclamation marks, or question marks
(#3513) No space found before comment text; expected "// return empty($options['non-interactive']);" but found "//return empty($options['non-interactive']);"
(#3514) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3514) Inline comments must end in full-stops, exclamation marks, or question marks
(#3516) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3516) Inline comments must end in full-stops, exclamation marks, or question marks
(#3556) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3556) Inline comments must end in full-stops, exclamation marks, or question marks
(#3565) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3565) Inline comments must end in full-stops, exclamation marks, or question marks
(#3566) Empty IF statement detected
(#3567) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3567) Inline comments must end in full-stops, exclamation marks, or question marks
(#3572) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3572) Inline comments must end in full-stops, exclamation marks, or question marks
(#3577) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3577) Inline comments must end in full-stops, exclamation marks, or question marks
(#3596) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3596) This comment is 50% valid code; is this commented out code?
(#3602) Expected "while (...) {\n"; found "while(...) {\n"
(#3603) Expected 1 space before "=="; 0 found
(#3603) Expected 1 space after "=="; 0 found
(#3603) Expected 1 space before "=="; 0 found
(#3603) Expected 1 space after "=="; 0 found
(#3614) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3614) This comment is 57% valid code; is this commented out code?
(#3615) No space found before comment text; expected "// if ($items = glob($target.'/*')) {" but found "//if ($items = glob($target.'/*')) {"
(#3616) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#3617) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#3618) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#3619) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#3620) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#3621) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#3622) No space found before comment text; expected "// }" but found "//}"
(#3623) Inline comments must end in full-stops, exclamation marks, or question marks
(#3623) No space found before comment text; expected "// return rmdir($target);" but found "//return rmdir($target);"
(#3636) Variable "mod_reader" must not contain underscores.
(#3637) Variable "mod_reader" must not contain underscores.
(#3637) Variable "mod_reader" must not contain underscores.
(#3639) Variable "mod_reader" must not contain underscores.
(#3663) Variable "legacy_log_tablename" must not contain underscores.
(#3664) Variable "legacy_log_table" must not contain underscores.
(#3664) Variable "legacy_log_tablename" must not contain underscores.
(#3666) Variable "standard_log_tablename" must not contain underscores.
(#3667) Variable "standard_log_table" must not contain underscores.
(#3667) Variable "standard_log_tablename" must not contain underscores.
(#3669) Variable "legacy_log_table" must not contain underscores.
(#3669) Variable "standard_log_table" must not contain underscores.
(#3672) Short array syntax must be used to define arrays
(#3674) Variable "standard_log_tablename" must not contain underscores.
(#3674) Short array syntax must be used to define arrays
(#3677) Variable "standard_log_tablename" must not contain underscores.
(#3677) Short array syntax must be used to define arrays
(#3682) Variable "legacy_log_tablename" must not contain underscores.
(#3683) Variable "legacy_log_tablename" must not contain underscores.
(#3715) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3715) Inline comments must end in full-stops, exclamation marks, or question marks
(#3730) Missing docblock for function reader_xmldb_drop_indexes
(#3734) Short array syntax must be used to define arrays
(#3751) Missing docblock for function reader_xmldb_add_indexes
(#3755) Short array syntax must be used to define arrays
(#3774) Missing docblock for function reader_xmldb_update_fields
(#3774) Short array syntax must be used to define arrays
(#3776) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3776) Inline comments must end in full-stops, exclamation marks, or question marks
(#3777) Variable "update_config" must not contain underscores.
(#3777) Expected 1 space before "=="; 0 found
(#3777) Expected 1 space after "=="; 0 found
(#3780) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3780) Inline comments must end in full-stops, exclamation marks, or question marks
(#3789) Empty IF statement detected
(#3789) Expected 1 space before "=="; 0 found
(#3789) Expected 1 space after "=="; 0 found
(#3790) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3790) Inline comments must end in full-stops, exclamation marks, or question marks
(#3792) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3792) Inline comments must end in full-stops, exclamation marks, or question marks
(#3812) Variable "update_config" must not contain underscores.
(#3814) Expected 1 space before "==="; 0 found
(#3814) Expected 1 space after "==="; 0 found
(#3824) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3824) Inline comments must end in full-stops, exclamation marks, or question marks
(#3857) Short array syntax must be used to define arrays
(#3858) Short array syntax must be used to define arrays
(#3872) Variable "sql_compare_text_layout" must not contain underscores.
(#3873) Variable "use_quiz_slots" must not contain underscores.
(#3876) Short array syntax must be used to define arrays
(#3883) Expected 1 space before "==="; 0 found
(#3883) Expected 1 space after "==="; 0 found
(#3883) Expected 1 space before "==="; 0 found
(#3883) Expected 1 space after "==="; 0 found
(#3884) Short array syntax must be used to define arrays
(#3892) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3892) Inline comments must end in full-stops, exclamation marks, or question marks
(#3897) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3897) Inline comments must end in full-stops, exclamation marks, or question marks
(#3910) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3910) Inline comments must end in full-stops, exclamation marks, or question marks
(#3912) Variable "sql_compare_text_layout" must not contain underscores.
(#3913) Short array syntax must be used to define arrays
(#3915) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3915) Inline comments must end in full-stops, exclamation marks, or question marks
(#3916) Variable "use_quiz_slots" must not contain underscores.
(#3917) Inline comments must end in full-stops, exclamation marks, or question marks
(#3924) Inline comments must end in full-stops, exclamation marks, or question marks
(#3933) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3933) Inline comments must end in full-stops, exclamation marks, or question marks
(#3935) Short array syntax must be used to define arrays
(#3937) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3937) Inline comments must end in full-stops, exclamation marks, or question marks
(#3938) Expected 1 space before "=="; 0 found
(#3938) Expected 1 space after "=="; 0 found
(#3939) Variable "sql_compare_text_layout" must not contain underscores.
(#3940) Short array syntax must be used to define arrays
(#3942) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3942) Inline comments must end in full-stops, exclamation marks, or question marks
(#3943) Variable "sql_compare_text_layout" must not contain underscores.
(#3944) Short array syntax must be used to define arrays
(#3965) Short array syntax must be used to define arrays
(#3981) Inline comments must end in full-stops, exclamation marks, or question marks
(#3982) Short array syntax must be used to define arrays
(#3984) Inline comments must end in full-stops, exclamation marks, or question marks
(#3985) Short array syntax must be used to define arrays
(#3997) Short array syntax must be used to define arrays
(#3997) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3997) This comment is 60% valid code; is this commented out code?
(#4006) Short array syntax must be used to define arrays
(#4011) Short array syntax must be used to define arrays
(#4012) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4012) Inline comments must end in full-stops, exclamation marks, or question marks
(#4028) Short array syntax must be used to define arrays
(#4037) Missing docblock for function xmldb_reader_force_mreader_settings
(#4039) Short array syntax must be used to define arrays
(#4054) Inline comments must start with a capital letter, digit or 3-dots sequence
(#4054) Inline comments must end in full-stops, exclamation marks, or question marks
(#4055) Short array syntax must be used to define arrays
mod/reader/images.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file images.php. Expected mod_reader, found mod.
(#29) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
(#32) Variable "images_php" must not contain underscores.
(#34) Variable "images_php" must not contain underscores.
(#37) Variable "images_php" must not contain underscores.
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#46) This comment is 80% valid code; is this commented out code?
(#46) No space found before comment text; expected "// header('HTTP/1.1 500 Internal Server Error');" but found "//header('HTTP/1.1 500 Internal Server Error');"
(#51) Expected 1 space before "=="; 0 found
(#51) Expected 1 space after "=="; 0 found
mod/reader/index.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file index.php. Expected mod_reader, found mod.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Short array syntax must be used to define arrays
(#35) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#42) Short array syntax must be used to define arrays
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Short array syntax must be used to define arrays
(#60) Inline comments must start with a capital letter, digit or 3-dots sequence
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Short array syntax must be used to define arrays
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Variable "show_aggregates" must not contain underscores.
(#69) Variable "single_user" must not contain underscores.
(#71) Variable "show_aggregates" must not contain underscores.
(#72) Variable "single_user" must not contain underscores.
(#75) Variable "show_aggregates" must not contain underscores.
(#76) Short array syntax must be used to define arrays
(#79) Line exceeds maximum limit of 180 characters; contains 205 characters
(#80) Variable "single_user" must not contain underscores.
(#81) Inline comments must start with a capital letter, digit or 3-dots sequence
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Short array syntax must be used to define arrays
(#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
(#102) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) Short array syntax must be used to define arrays
(#114) Short array syntax must be used to define arrays
(#116) Short array syntax must be used to define arrays
(#117) Short array syntax must be used to define arrays
(#134) Short array syntax must be used to define arrays
(#135) Short array syntax must be used to define arrays
(#141) Inline comments must start with a capital letter, digit or 3-dots sequence
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Inline comments must start with a capital letter, digit or 3-dots sequence
(#142) Inline comments must end in full-stops, exclamation marks, or question marks
(#143) Inline comments must start with a capital letter, digit or 3-dots sequence
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Short array syntax must be used to define arrays
(#146) Short array syntax must be used to define arrays
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/js/jstimer.php
(#1) No one-line description found in phpdocs for docblock of file jstimer.php
(#1) DocBlock missing a @package tag for file jstimer.php. Expected @package mod_reader
(#2) Moodle boilerplate not found at first line
(#23) Missing @copyright tag
(#23) Missing @license tag
(#23) Missing @copyright tag
(#23) Missing @license tag
(#23) Missing @copyright tag
(#23) Missing @license tag
(#23) Missing @copyright tag
(#23) Missing @license tag
(#23) Missing @copyright tag
(#23) Missing @license tag
(#23) Missing @copyright tag
(#23) Missing @license tag
(#29) Missing docblock for file jstimer.php
(#30) Missing docblock for file jstimer.php
(#31) Missing docblock for file jstimer.php
(#37) Missing docblock for file jstimer.php
(#48) Missing docblock for file jstimer.php
(#53) Line exceeds 132 characters; contains 156 characters
(#53) Line exceeds 132 characters; contains 156 characters
(#53) Line exceeds 132 characters; contains 156 characters
(#53) Line exceeds 132 characters; contains 156 characters
(#53) Line exceeds 132 characters; contains 156 characters
(#53) Line exceeds 132 characters; contains 156 characters
mod/reader/js/protect_js.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file protect_js.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#2) Moodle boilerplate not found at first line
(#19) Expected 1 space before comment text but found 21; use block comment if you need indentation
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Expected 1 space before comment text but found 10; use block comment if you need indentation
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#38) Missing docblock for file protect_js.php
(#70) Line exceeds maximum limit of 180 characters; contains 374 characters
(#70) Line exceeds maximum limit of 180 characters; contains 374 characters
(#72) Line exceeds maximum limit of 180 characters; contains 5649 characters
(#72) Line exceeds maximum limit of 180 characters; contains 5649 characters
mod/reader/lang/en/reader.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file reader.php
(#1) Moodle boilerplate not found
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2) Inline comments must end in full-stops, exclamation marks, or question marks
(#10) Unexpected comment found. Auto-fixing will not work after this comment
(#10) Inline comments must start with a capital letter, digit or 3-dots sequence
(#10) Inline comments must end in full-stops, exclamation marks, or question marks
(#22) Unexpected comment found. Auto-fixing will not work after this comment
(#22) Inline comments must start with a capital letter, digit or 3-dots sequence
(#22) Inline comments must end in full-stops, exclamation marks, or question marks
(#23) The string key "configbookcovers" is not in the correct order, it should be before "reader:viewversion"
(#38) Whitespace found at end of line within string
(#49) Whitespace found at end of line within string
(#50) Whitespace found at end of line within string
(#63) Unexpected comment found. Auto-fixing will not work after this comment
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#158) Unexpected comment found. Auto-fixing will not work after this comment
(#158) Inline comments must start with a capital letter, digit or 3-dots sequence
(#158) Inline comments must end in full-stops, exclamation marks, or question marks
(#159) The string key "action" is not in the correct order, it should be before "event_users_imported_explanation"
(#236) Whitespace found at end of line within string
(#239) Whitespace found at end of line within string
(#245) Whitespace found at end of line within string
(#248) Whitespace found at end of line within string
(#310) Whitespace found at end of line within string
(#313) Whitespace found at end of line within string
(#320) Whitespace found at end of line within string
(#323) Whitespace found at end of line within string
(#326) Whitespace found at end of line within string
(#413) Whitespace found at end of line within string
(#416) Whitespace found at end of line within string
(#567) Whitespace found at end of line within string
(#570) Whitespace found at end of line within string
(#697) Whitespace found at end of line within string
(#700) Whitespace found at end of line within string
(#738) Whitespace found at end of line within string
(#741) Whitespace found at end of line within string
(#744) Whitespace found at end of line within string
(#747) Whitespace found at end of line within string
(#759) Whitespace found at end of line within string
(#762) Whitespace found at end of line within string
(#765) Whitespace found at end of line within string
(#800) The string key "reporteditsite" is not in the correct order, it should be before "reportquiztoreader"
(#902) Whitespace found at end of line within string
(#905) Whitespace found at end of line within string
(#910) The string key "progressbarnone" is not in the correct order, it should be before "showpointsandwordcount"
(#911) The string key "progressbarfixed" is not in the correct order, it should be before "progressbarnone"
(#912) The string key "progressbarexpanding" is not in the correct order, it should be before "progressbarfixed"
(#915) Whitespace found at end of line within string
(#918) Whitespace found at end of line within string
(#921) Whitespace found at end of line within string
(#924) Whitespace found at end of line within string
(#927) Whitespace found at end of line within string
(#981) Whitespace found at end of line within string
(#984) Whitespace found at end of line within string
(#987) Whitespace found at end of line within string
(#990) Whitespace found at end of line within string
(#993) Whitespace found at end of line within string
(#998) Whitespace found at end of line within string
(#1001) Whitespace found at end of line within string
(#1004) Whitespace found at end of line within string
(#1007) Whitespace found at end of line within string
(#1010) Whitespace found at end of line within string
(#1036) Whitespace found at end of line within string
(#1039) Whitespace found at end of line within string
(#1112) Whitespace found at end of line within string
(#1115) Whitespace found at end of line within string
(#1118) Whitespace found at end of line within string
mod/reader/lang/es/reader.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file reader.php
(#1) Moodle boilerplate not found
(#2) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2) Inline comments must end in full-stops, exclamation marks, or question marks
(#6) Unexpected comment found. Auto-fixing will not work after this comment
(#6) Inline comments must start with a capital letter, digit or 3-dots sequence
(#6) Inline comments must end in full-stops, exclamation marks, or question marks
(#7) The string key "addquiztoreader" is not in the correct order, it should be before "modulenameplural"
(#110) Unexpected comment found. Auto-fixing will not work after this comment
(#110) This comment is 71% valid code; is this commented out code?
(#111) Unexpected comment found. Auto-fixing will not work after this comment
(#112) Unexpected comment found. Auto-fixing will not work after this comment
(#113) Unexpected comment found. Auto-fixing will not work after this comment
(#114) Unexpected comment found. Auto-fixing will not work after this comment
(#115) Unexpected comment found. Auto-fixing will not work after this comment
(#116) Unexpected comment found. Auto-fixing will not work after this comment
(#117) Unexpected comment found. Auto-fixing will not work after this comment
(#118) Unexpected comment found. Auto-fixing will not work after this comment
(#119) Unexpected comment found. Auto-fixing will not work after this comment
(#120) Unexpected comment found. Auto-fixing will not work after this comment
(#121) Unexpected comment found. Auto-fixing will not work after this comment
(#122) Unexpected comment found. Auto-fixing will not work after this comment
(#123) Unexpected comment found. Auto-fixing will not work after this comment
(#124) Unexpected comment found. Auto-fixing will not work after this comment
(#125) Unexpected comment found. Auto-fixing will not work after this comment
(#126) Unexpected comment found. Auto-fixing will not work after this comment
(#127) Unexpected comment found. Auto-fixing will not work after this comment
(#128) Unexpected comment found. Auto-fixing will not work after this comment
(#129) Unexpected comment found. Auto-fixing will not work after this comment
(#130) Unexpected comment found. Auto-fixing will not work after this comment
(#131) Unexpected comment found. Auto-fixing will not work after this comment
(#132) Unexpected comment found. Auto-fixing will not work after this comment
(#133) Unexpected comment found. Auto-fixing will not work after this comment
(#134) Unexpected comment found. Auto-fixing will not work after this comment
(#135) Unexpected comment found. Auto-fixing will not work after this comment
(#136) Unexpected comment found. Auto-fixing will not work after this comment
(#137) Unexpected comment found. Auto-fixing will not work after this comment
(#138) Unexpected comment found. Auto-fixing will not work after this comment
(#139) Unexpected comment found. Auto-fixing will not work after this comment
(#140) Unexpected comment found. Auto-fixing will not work after this comment
(#141) Unexpected comment found. Auto-fixing will not work after this comment
(#142) Unexpected comment found. Auto-fixing will not work after this comment
(#143) Unexpected comment found. Auto-fixing will not work after this comment
(#144) Unexpected comment found. Auto-fixing will not work after this comment
(#145) Unexpected comment found. Auto-fixing will not work after this comment
(#146) Unexpected comment found. Auto-fixing will not work after this comment
(#147) Unexpected comment found. Auto-fixing will not work after this comment
(#148) Unexpected comment found. Auto-fixing will not work after this comment
(#149) Unexpected comment found. Auto-fixing will not work after this comment
(#150) Unexpected comment found. Auto-fixing will not work after this comment
(#151) Unexpected comment found. Auto-fixing will not work after this comment
(#152) Unexpected comment found. Auto-fixing will not work after this comment
(#153) Unexpected comment found. Auto-fixing will not work after this comment
(#154) Unexpected comment found. Auto-fixing will not work after this comment
(#155) Unexpected comment found. Auto-fixing will not work after this comment
(#156) Unexpected comment found. Auto-fixing will not work after this comment
(#157) Unexpected comment found. Auto-fixing will not work after this comment
(#158) Unexpected comment found. Auto-fixing will not work after this comment
(#159) Unexpected comment found. Auto-fixing will not work after this comment
(#160) Unexpected comment found. Auto-fixing will not work after this comment
(#161) Unexpected comment found. Auto-fixing will not work after this comment
(#162) Unexpected comment found. Auto-fixing will not work after this comment
(#163) Unexpected comment found. Auto-fixing will not work after this comment
(#164) Unexpected comment found. Auto-fixing will not work after this comment
(#165) Unexpected comment found. Auto-fixing will not work after this comment
(#166) Unexpected comment found. Auto-fixing will not work after this comment
(#167) Unexpected comment found. Auto-fixing will not work after this comment
(#168) Unexpected comment found. Auto-fixing will not work after this comment
(#169) Unexpected comment found. Auto-fixing will not work after this comment
(#170) Unexpected comment found. Auto-fixing will not work after this comment
(#171) Unexpected comment found. Auto-fixing will not work after this comment
(#172) Unexpected comment found. Auto-fixing will not work after this comment
(#173) Unexpected comment found. Auto-fixing will not work after this comment
(#174) Unexpected comment found. Auto-fixing will not work after this comment
(#175) Unexpected comment found. Auto-fixing will not work after this comment
(#176) Unexpected comment found. Auto-fixing will not work after this comment
(#177) Unexpected comment found. Auto-fixing will not work after this comment
(#178) Unexpected comment found. Auto-fixing will not work after this comment
(#179) Unexpected comment found. Auto-fixing will not work after this comment
(#180) Unexpected comment found. Auto-fixing will not work after this comment
(#180) Whitespace found at end of line
(#181) Unexpected comment found. Auto-fixing will not work after this comment
(#182) Unexpected comment found. Auto-fixing will not work after this comment
(#183) Unexpected comment found. Auto-fixing will not work after this comment
(#183) Whitespace found at end of line
(#184) Unexpected comment found. Auto-fixing will not work after this comment
(#185) Unexpected comment found. Auto-fixing will not work after this comment
(#186) Unexpected comment found. Auto-fixing will not work after this comment
(#187) Unexpected comment found. Auto-fixing will not work after this comment
(#188) Unexpected comment found. Auto-fixing will not work after this comment
(#189) Unexpected comment found. Auto-fixing will not work after this comment
(#189) Whitespace found at end of line
(#190) Unexpected comment found. Auto-fixing will not work after this comment
(#191) Unexpected comment found. Auto-fixing will not work after this comment
(#192) Unexpected comment found. Auto-fixing will not work after this comment
(#192) Whitespace found at end of line
(#193) Unexpected comment found. Auto-fixing will not work after this comment
(#194) Unexpected comment found. Auto-fixing will not work after this comment
(#195) Unexpected comment found. Auto-fixing will not work after this comment
(#196) Unexpected comment found. Auto-fixing will not work after this comment
(#197) Unexpected comment found. Auto-fixing will not work after this comment
(#198) Unexpected comment found. Auto-fixing will not work after this comment
(#199) Unexpected comment found. Auto-fixing will not work after this comment
(#200) Unexpected comment found. Auto-fixing will not work after this comment
(#201) Unexpected comment found. Auto-fixing will not work after this comment
(#202) Unexpected comment found. Auto-fixing will not work after this comment
(#203) Unexpected comment found. Auto-fixing will not work after this comment
(#204) Unexpected comment found. Auto-fixing will not work after this comment
(#205) Unexpected comment found. Auto-fixing will not work after this comment
(#206) Unexpected comment found. Auto-fixing will not work after this comment
(#207) Unexpected comment found. Auto-fixing will not work after this comment
(#208) Unexpected comment found. Auto-fixing will not work after this comment
(#209) Unexpected comment found. Auto-fixing will not work after this comment
(#210) Unexpected comment found. Auto-fixing will not work after this comment
(#211) Unexpected comment found. Auto-fixing will not work after this comment
(#212) Unexpected comment found. Auto-fixing will not work after this comment
(#213) Unexpected comment found. Auto-fixing will not work after this comment
(#214) Unexpected comment found. Auto-fixing will not work after this comment
(#215) Unexpected comment found. Auto-fixing will not work after this comment
(#216) Unexpected comment found. Auto-fixing will not work after this comment
(#217) Unexpected comment found. Auto-fixing will not work after this comment
(#218) Unexpected comment found. Auto-fixing will not work after this comment
(#219) Unexpected comment found. Auto-fixing will not work after this comment
(#220) Unexpected comment found. Auto-fixing will not work after this comment
(#221) Unexpected comment found. Auto-fixing will not work after this comment
(#222) Unexpected comment found. Auto-fixing will not work after this comment
(#223) Unexpected comment found. Auto-fixing will not work after this comment
(#224) Unexpected comment found. Auto-fixing will not work after this comment
(#225) Unexpected comment found. Auto-fixing will not work after this comment
(#226) Unexpected comment found. Auto-fixing will not work after this comment
(#227) Unexpected comment found. Auto-fixing will not work after this comment
(#228) Unexpected comment found. Auto-fixing will not work after this comment
(#229) Unexpected comment found. Auto-fixing will not work after this comment
(#230) Unexpected comment found. Auto-fixing will not work after this comment
(#231) Unexpected comment found. Auto-fixing will not work after this comment
(#232) Unexpected comment found. Auto-fixing will not work after this comment
(#233) Unexpected comment found. Auto-fixing will not work after this comment
(#234) Unexpected comment found. Auto-fixing will not work after this comment
(#235) Unexpected comment found. Auto-fixing will not work after this comment
(#236) Unexpected comment found. Auto-fixing will not work after this comment
(#237) Unexpected comment found. Auto-fixing will not work after this comment
(#238) Unexpected comment found. Auto-fixing will not work after this comment
(#239) Unexpected comment found. Auto-fixing will not work after this comment
(#240) Unexpected comment found. Auto-fixing will not work after this comment
(#241) Unexpected comment found. Auto-fixing will not work after this comment
(#242) Unexpected comment found. Auto-fixing will not work after this comment
(#243) Unexpected comment found. Auto-fixing will not work after this comment
(#244) Unexpected comment found. Auto-fixing will not work after this comment
(#244) Whitespace found at end of line
(#245) Unexpected comment found. Auto-fixing will not work after this comment
(#246) Unexpected comment found. Auto-fixing will not work after this comment
(#247) Unexpected comment found. Auto-fixing will not work after this comment
(#247) Whitespace found at end of line
(#248) Unexpected comment found. Auto-fixing will not work after this comment
(#249) Unexpected comment found. Auto-fixing will not work after this comment
(#250) Unexpected comment found. Auto-fixing will not work after this comment
(#251) Unexpected comment found. Auto-fixing will not work after this comment
(#252) Unexpected comment found. Auto-fixing will not work after this comment
(#253) Unexpected comment found. Auto-fixing will not work after this comment
(#253) Whitespace found at end of line
(#254) Unexpected comment found. Auto-fixing will not work after this comment
(#255) Unexpected comment found. Auto-fixing will not work after this comment
(#256) Unexpected comment found. Auto-fixing will not work after this comment
(#256) Whitespace found at end of line
(#257) Unexpected comment found. Auto-fixing will not work after this comment
(#258) Unexpected comment found. Auto-fixing will not work after this comment
(#259) Unexpected comment found. Auto-fixing will not work after this comment
(#259) Whitespace found at end of line
(#260) Unexpected comment found. Auto-fixing will not work after this comment
(#261) Unexpected comment found. Auto-fixing will not work after this comment
(#262) Unexpected comment found. Auto-fixing will not work after this comment
(#263) Unexpected comment found. Auto-fixing will not work after this comment
(#264) Unexpected comment found. Auto-fixing will not work after this comment
(#265) Unexpected comment found. Auto-fixing will not work after this comment
(#266) Unexpected comment found. Auto-fixing will not work after this comment
(#267) Unexpected comment found. Auto-fixing will not work after this comment
(#268) Unexpected comment found. Auto-fixing will not work after this comment
(#269) Unexpected comment found. Auto-fixing will not work after this comment
(#270) Unexpected comment found. Auto-fixing will not work after this comment
(#271) Unexpected comment found. Auto-fixing will not work after this comment
(#272) Unexpected comment found. Auto-fixing will not work after this comment
(#273) Unexpected comment found. Auto-fixing will not work after this comment
(#274) Unexpected comment found. Auto-fixing will not work after this comment
(#275) Unexpected comment found. Auto-fixing will not work after this comment
(#276) Unexpected comment found. Auto-fixing will not work after this comment
(#277) Unexpected comment found. Auto-fixing will not work after this comment
(#278) Unexpected comment found. Auto-fixing will not work after this comment
(#279) Unexpected comment found. Auto-fixing will not work after this comment
(#280) Unexpected comment found. Auto-fixing will not work after this comment
(#281) Unexpected comment found. Auto-fixing will not work after this comment
(#282) Unexpected comment found. Auto-fixing will not work after this comment
(#283) Unexpected comment found. Auto-fixing will not work after this comment
(#284) Unexpected comment found. Auto-fixing will not work after this comment
(#285) Unexpected comment found. Auto-fixing will not work after this comment
(#286) Unexpected comment found. Auto-fixing will not work after this comment
(#287) Unexpected comment found. Auto-fixing will not work after this comment
(#288) Unexpected comment found. Auto-fixing will not work after this comment
(#289) Unexpected comment found. Auto-fixing will not work after this comment
(#290) Unexpected comment found. Auto-fixing will not work after this comment
(#290) Whitespace found at end of line
(#291) Unexpected comment found. Auto-fixing will not work after this comment
(#292) Unexpected comment found. Auto-fixing will not work after this comment
(#293) Unexpected comment found. Auto-fixing will not work after this comment
(#294) Unexpected comment found. Auto-fixing will not work after this comment
(#295) Unexpected comment found. Auto-fixing will not work after this comment
(#296) Unexpected comment found. Auto-fixing will not work after this comment
(#297) Unexpected comment found. Auto-fixing will not work after this comment
(#298) Unexpected comment found. Auto-fixing will not work after this comment
(#299) Unexpected comment found. Auto-fixing will not work after this comment
(#300) Unexpected comment found. Auto-fixing will not work after this comment
(#301) Unexpected comment found. Auto-fixing will not work after this comment
(#301) Whitespace found at end of line
(#302) Unexpected comment found. Auto-fixing will not work after this comment
(#302) Whitespace found at end of line
(#303) Unexpected comment found. Auto-fixing will not work after this comment
(#304) Unexpected comment found. Auto-fixing will not work after this comment
(#305) Unexpected comment found. Auto-fixing will not work after this comment
(#306) Unexpected comment found. Auto-fixing will not work after this comment
(#307) Unexpected comment found. Auto-fixing will not work after this comment
(#308) Unexpected comment found. Auto-fixing will not work after this comment
(#309) Unexpected comment found. Auto-fixing will not work after this comment
(#310) Unexpected comment found. Auto-fixing will not work after this comment
(#311) Unexpected comment found. Auto-fixing will not work after this comment
(#312) Unexpected comment found. Auto-fixing will not work after this comment
(#313) Unexpected comment found. Auto-fixing will not work after this comment
(#314) Unexpected comment found. Auto-fixing will not work after this comment
(#315) Unexpected comment found. Auto-fixing will not work after this comment
(#316) Unexpected comment found. Auto-fixing will not work after this comment
(#317) Unexpected comment found. Auto-fixing will not work after this comment
(#318) Unexpected comment found. Auto-fixing will not work after this comment
(#319) Unexpected comment found. Auto-fixing will not work after this comment
(#320) Unexpected comment found. Auto-fixing will not work after this comment
(#321) Unexpected comment found. Auto-fixing will not work after this comment
(#322) Unexpected comment found. Auto-fixing will not work after this comment
(#323) Unexpected comment found. Auto-fixing will not work after this comment
(#324) Unexpected comment found. Auto-fixing will not work after this comment
(#325) Unexpected comment found. Auto-fixing will not work after this comment
(#326) Unexpected comment found. Auto-fixing will not work after this comment
(#327) Unexpected comment found. Auto-fixing will not work after this comment
(#328) Unexpected comment found. Auto-fixing will not work after this comment
(#329) Unexpected comment found. Auto-fixing will not work after this comment
(#330) Unexpected comment found. Auto-fixing will not work after this comment
(#331) Unexpected comment found. Auto-fixing will not work after this comment
(#332) Unexpected comment found. Auto-fixing will not work after this comment
(#333) Unexpected comment found. Auto-fixing will not work after this comment
(#334) Unexpected comment found. Auto-fixing will not work after this comment
(#335) Unexpected comment found. Auto-fixing will not work after this comment
(#336) Unexpected comment found. Auto-fixing will not work after this comment
(#337) Unexpected comment found. Auto-fixing will not work after this comment
(#338) Unexpected comment found. Auto-fixing will not work after this comment
(#339) Unexpected comment found. Auto-fixing will not work after this comment
(#340) Unexpected comment found. Auto-fixing will not work after this comment
(#341) Unexpected comment found. Auto-fixing will not work after this comment
(#342) Unexpected comment found. Auto-fixing will not work after this comment
(#343) Unexpected comment found. Auto-fixing will not work after this comment
(#344) Unexpected comment found. Auto-fixing will not work after this comment
(#345) Unexpected comment found. Auto-fixing will not work after this comment
(#346) Unexpected comment found. Auto-fixing will not work after this comment
(#347) Unexpected comment found. Auto-fixing will not work after this comment
(#348) Unexpected comment found. Auto-fixing will not work after this comment
(#349) Unexpected comment found. Auto-fixing will not work after this comment
(#350) Unexpected comment found. Auto-fixing will not work after this comment
(#351) Unexpected comment found. Auto-fixing will not work after this comment
(#352) Unexpected comment found. Auto-fixing will not work after this comment
(#353) Unexpected comment found. Auto-fixing will not work after this comment
(#354) Unexpected comment found. Auto-fixing will not work after this comment
(#355) Unexpected comment found. Auto-fixing will not work after this comment
(#356) Unexpected comment found. Auto-fixing will not work after this comment
(#357) Unexpected comment found. Auto-fixing will not work after this comment
(#358) Unexpected comment found. Auto-fixing will not work after this comment
(#359) Unexpected comment found. Auto-fixing will not work after this comment
(#360) Unexpected comment found. Auto-fixing will not work after this comment
(#361) Unexpected comment found. Auto-fixing will not work after this comment
(#362) Unexpected comment found. Auto-fixing will not work after this comment
(#363) Unexpected comment found. Auto-fixing will not work after this comment
(#364) Unexpected comment found. Auto-fixing will not work after this comment
(#365) Unexpected comment found. Auto-fixing will not work after this comment
(#366) Unexpected comment found. Auto-fixing will not work after this comment
(#367) Unexpected comment found. Auto-fixing will not work after this comment
(#368) Unexpected comment found. Auto-fixing will not work after this comment
(#369) Unexpected comment found. Auto-fixing will not work after this comment
(#370) Unexpected comment found. Auto-fixing will not work after this comment
(#371) Unexpected comment found. Auto-fixing will not work after this comment
(#372) Unexpected comment found. Auto-fixing will not work after this comment
(#373) Unexpected comment found. Auto-fixing will not work after this comment
(#374) Unexpected comment found. Auto-fixing will not work after this comment
(#375) Unexpected comment found. Auto-fixing will not work after this comment
(#376) Unexpected comment found. Auto-fixing will not work after this comment
(#377) Unexpected comment found. Auto-fixing will not work after this comment
(#378) Unexpected comment found. Auto-fixing will not work after this comment
(#379) Unexpected comment found. Auto-fixing will not work after this comment
(#380) Unexpected comment found. Auto-fixing will not work after this comment
(#380) Whitespace found at end of line
(#381) Unexpected comment found. Auto-fixing will not work after this comment
(#382) Unexpected comment found. Auto-fixing will not work after this comment
(#383) Unexpected comment found. Auto-fixing will not work after this comment
(#383) Whitespace found at end of line
(#384) Unexpected comment found. Auto-fixing will not work after this comment
(#385) Unexpected comment found. Auto-fixing will not work after this comment
(#386) Unexpected comment found. Auto-fixing will not work after this comment
(#387) Unexpected comment found. Auto-fixing will not work after this comment
(#388) Unexpected comment found. Auto-fixing will not work after this comment
(#389) Unexpected comment found. Auto-fixing will not work after this comment
(#390) Unexpected comment found. Auto-fixing will not work after this comment
(#391) Unexpected comment found. Auto-fixing will not work after this comment
(#392) Unexpected comment found. Auto-fixing will not work after this comment
(#393) Unexpected comment found. Auto-fixing will not work after this comment
(#394) Unexpected comment found. Auto-fixing will not work after this comment
(#395) Unexpected comment found. Auto-fixing will not work after this comment
(#396) Unexpected comment found. Auto-fixing will not work after this comment
(#397) Unexpected comment found. Auto-fixing will not work after this comment
(#398) Unexpected comment found. Auto-fixing will not work after this comment
(#399) Unexpected comment found. Auto-fixing will not work after this comment
(#400) Unexpected comment found. Auto-fixing will not work after this comment
(#401) Unexpected comment found. Auto-fixing will not work after this comment
(#402) Unexpected comment found. Auto-fixing will not work after this comment
(#403) Unexpected comment found. Auto-fixing will not work after this comment
(#404) Unexpected comment found. Auto-fixing will not work after this comment
(#405) Unexpected comment found. Auto-fixing will not work after this comment
(#406) Unexpected comment found. Auto-fixing will not work after this comment
(#407) Unexpected comment found. Auto-fixing will not work after this comment
(#408) Unexpected comment found. Auto-fixing will not work after this comment
(#409) Unexpected comment found. Auto-fixing will not work after this comment
(#410) Unexpected comment found. Auto-fixing will not work after this comment
(#411) Unexpected comment found. Auto-fixing will not work after this comment
(#412) Unexpected comment found. Auto-fixing will not work after this comment
(#413) Unexpected comment found. Auto-fixing will not work after this comment
(#414) Unexpected comment found. Auto-fixing will not work after this comment
(#415) Unexpected comment found. Auto-fixing will not work after this comment
(#416) Unexpected comment found. Auto-fixing will not work after this comment
(#417) Unexpected comment found. Auto-fixing will not work after this comment
(#418) Unexpected comment found. Auto-fixing will not work after this comment
(#419) Unexpected comment found. Auto-fixing will not work after this comment
(#420) Unexpected comment found. Auto-fixing will not work after this comment
(#421) Unexpected comment found. Auto-fixing will not work after this comment
(#422) Unexpected comment found. Auto-fixing will not work after this comment
(#423) Unexpected comment found. Auto-fixing will not work after this comment
(#424) Unexpected comment found. Auto-fixing will not work after this comment
(#425) Unexpected comment found. Auto-fixing will not work after this comment
(#426) Unexpected comment found. Auto-fixing will not work after this comment
(#427) Unexpected comment found. Auto-fixing will not work after this comment
(#428) Unexpected comment found. Auto-fixing will not work after this comment
(#429) Unexpected comment found. Auto-fixing will not work after this comment
(#430) Unexpected comment found. Auto-fixing will not work after this comment
(#431) Unexpected comment found. Auto-fixing will not work after this comment
(#432) Unexpected comment found. Auto-fixing will not work after this comment
(#433) Unexpected comment found. Auto-fixing will not work after this comment
(#434) Unexpected comment found. Auto-fixing will not work after this comment
(#435) Unexpected comment found. Auto-fixing will not work after this comment
(#436) Unexpected comment found. Auto-fixing will not work after this comment
(#437) Unexpected comment found. Auto-fixing will not work after this comment
(#438) Unexpected comment found. Auto-fixing will not work after this comment
(#439) Unexpected comment found. Auto-fixing will not work after this comment
(#440) Unexpected comment found. Auto-fixing will not work after this comment
(#441) Unexpected comment found. Auto-fixing will not work after this comment
(#442) Unexpected comment found. Auto-fixing will not work after this comment
(#443) Unexpected comment found. Auto-fixing will not work after this comment
(#444) Unexpected comment found. Auto-fixing will not work after this comment
(#445) Unexpected comment found. Auto-fixing will not work after this comment
(#446) Unexpected comment found. Auto-fixing will not work after this comment
(#447) Unexpected comment found. Auto-fixing will not work after this comment
(#448) Unexpected comment found. Auto-fixing will not work after this comment
(#449) Unexpected comment found. Auto-fixing will not work after this comment
(#450) Unexpected comment found. Auto-fixing will not work after this comment
(#451) Unexpected comment found. Auto-fixing will not work after this comment
(#452) Unexpected comment found. Auto-fixing will not work after this comment
(#453) Unexpected comment found. Auto-fixing will not work after this comment
(#454) Unexpected comment found. Auto-fixing will not work after this comment
(#455) Unexpected comment found. Auto-fixing will not work after this comment
(#456) Unexpected comment found. Auto-fixing will not work after this comment
(#457) Unexpected comment found. Auto-fixing will not work after this comment
(#458) Unexpected comment found. Auto-fixing will not work after this comment
(#459) Unexpected comment found. Auto-fixing will not work after this comment
(#460) Unexpected comment found. Auto-fixing will not work after this comment
(#461) Unexpected comment found. Auto-fixing will not work after this comment
(#462) Unexpected comment found. Auto-fixing will not work after this comment
(#463) Unexpected comment found. Auto-fixing will not work after this comment
(#464) Unexpected comment found. Auto-fixing will not work after this comment
(#465) Unexpected comment found. Auto-fixing will not work after this comment
(#466) Unexpected comment found. Auto-fixing will not work after this comment
(#467) Unexpected comment found. Auto-fixing will not work after this comment
(#468) Unexpected comment found. Auto-fixing will not work after this comment
(#469) Unexpected comment found. Auto-fixing will not work after this comment
(#470) Unexpected comment found. Auto-fixing will not work after this comment
(#471) Unexpected comment found. Auto-fixing will not work after this comment
(#472) Unexpected comment found. Auto-fixing will not work after this comment
(#473) Unexpected comment found. Auto-fixing will not work after this comment
(#474) Unexpected comment found. Auto-fixing will not work after this comment
(#475) Unexpected comment found. Auto-fixing will not work after this comment
(#476) Unexpected comment found. Auto-fixing will not work after this comment
(#477) Unexpected comment found. Auto-fixing will not work after this comment
(#478) Unexpected comment found. Auto-fixing will not work after this comment
(#479) Unexpected comment found. Auto-fixing will not work after this comment
(#480) Unexpected comment found. Auto-fixing will not work after this comment
(#481) Unexpected comment found. Auto-fixing will not work after this comment
(#482) Unexpected comment found. Auto-fixing will not work after this comment
(#483) Unexpected comment found. Auto-fixing will not work after this comment
(#484) Unexpected comment found. Auto-fixing will not work after this comment
(#485) Unexpected comment found. Auto-fixing will not work after this comment
(#486) Unexpected comment found. Auto-fixing will not work after this comment
(#487) Unexpected comment found. Auto-fixing will not work after this comment
(#488) Unexpected comment found. Auto-fixing will not work after this comment
(#489) Unexpected comment found. Auto-fixing will not work after this comment
(#490) Unexpected comment found. Auto-fixing will not work after this comment
(#491) Unexpected comment found. Auto-fixing will not work after this comment
(#492) Unexpected comment found. Auto-fixing will not work after this comment
(#493) Unexpected comment found. Auto-fixing will not work after this comment
(#494) Unexpected comment found. Auto-fixing will not work after this comment
(#495) Unexpected comment found. Auto-fixing will not work after this comment
(#496) Unexpected comment found. Auto-fixing will not work after this comment
(#497) Unexpected comment found. Auto-fixing will not work after this comment
(#498) Unexpected comment found. Auto-fixing will not work after this comment
(#499) Unexpected comment found. Auto-fixing will not work after this comment
(#500) Unexpected comment found. Auto-fixing will not work after this comment
(#501) Unexpected comment found. Auto-fixing will not work after this comment
(#502) Unexpected comment found. Auto-fixing will not work after this comment
(#503) Unexpected comment found. Auto-fixing will not work after this comment
(#504) Unexpected comment found. Auto-fixing will not work after this comment
(#505) Unexpected comment found. Auto-fixing will not work after this comment
(#506) Unexpected comment found. Auto-fixing will not work after this comment
(#507) Unexpected comment found. Auto-fixing will not work after this comment
(#508) Unexpected comment found. Auto-fixing will not work after this comment
(#509) Unexpected comment found. Auto-fixing will not work after this comment
(#510) Unexpected comment found. Auto-fixing will not work after this comment
(#511) Unexpected comment found. Auto-fixing will not work after this comment
(#512) Unexpected comment found. Auto-fixing will not work after this comment
(#513) Unexpected comment found. Auto-fixing will not work after this comment
(#514) Unexpected comment found. Auto-fixing will not work after this comment
(#515) Unexpected comment found. Auto-fixing will not work after this comment
(#516) Unexpected comment found. Auto-fixing will not work after this comment
(#517) Unexpected comment found. Auto-fixing will not work after this comment
(#518) Unexpected comment found. Auto-fixing will not work after this comment
(#519) Unexpected comment found. Auto-fixing will not work after this comment
(#520) Unexpected comment found. Auto-fixing will not work after this comment
(#521) Unexpected comment found. Auto-fixing will not work after this comment
(#522) Unexpected comment found. Auto-fixing will not work after this comment
(#523) Unexpected comment found. Auto-fixing will not work after this comment
(#524) Unexpected comment found. Auto-fixing will not work after this comment
(#525) Unexpected comment found. Auto-fixing will not work after this comment
(#526) Unexpected comment found. Auto-fixing will not work after this comment
(#527) Unexpected comment found. Auto-fixing will not work after this comment
(#528) Unexpected comment found. Auto-fixing will not work after this comment
(#529) Unexpected comment found. Auto-fixing will not work after this comment
(#530) Unexpected comment found. Auto-fixing will not work after this comment
(#531) Unexpected comment found. Auto-fixing will not work after this comment
(#532) Unexpected comment found. Auto-fixing will not work after this comment
(#533) Unexpected comment found. Auto-fixing will not work after this comment
(#534) Unexpected comment found. Auto-fixing will not work after this comment
(#535) Unexpected comment found. Auto-fixing will not work after this comment
(#536) Unexpected comment found. Auto-fixing will not work after this comment
(#537) Unexpected comment found. Auto-fixing will not work after this comment
(#538) Unexpected comment found. Auto-fixing will not work after this comment
(#539) Unexpected comment found. Auto-fixing will not work after this comment
(#540) Unexpected comment found. Auto-fixing will not work after this comment
(#541) Unexpected comment found. Auto-fixing will not work after this comment
(#542) Unexpected comment found. Auto-fixing will not work after this comment
(#543) Unexpected comment found. Auto-fixing will not work after this comment
(#544) Unexpected comment found. Auto-fixing will not work after this comment
(#545) Unexpected comment found. Auto-fixing will not work after this comment
(#546) Unexpected comment found. Auto-fixing will not work after this comment
(#547) Unexpected comment found. Auto-fixing will not work after this comment
(#548) Unexpected comment found. Auto-fixing will not work after this comment
(#549) Unexpected comment found. Auto-fixing will not work after this comment
(#550) Unexpected comment found. Auto-fixing will not work after this comment
(#551) Unexpected comment found. Auto-fixing will not work after this comment
(#552) Unexpected comment found. Auto-fixing will not work after this comment
(#553) Unexpected comment found. Auto-fixing will not work after this comment
(#554) Unexpected comment found. Auto-fixing will not work after this comment
(#555) Unexpected comment found. Auto-fixing will not work after this comment
(#556) Unexpected comment found. Auto-fixing will not work after this comment
(#557) Unexpected comment found. Auto-fixing will not work after this comment
(#558) Unexpected comment found. Auto-fixing will not work after this comment
(#559) Unexpected comment found. Auto-fixing will not work after this comment
(#560) Unexpected comment found. Auto-fixing will not work after this comment
(#561) Unexpected comment found. Auto-fixing will not work after this comment
(#562) Unexpected comment found. Auto-fixing will not work after this comment
(#563) Unexpected comment found. Auto-fixing will not work after this comment
(#564) Unexpected comment found. Auto-fixing will not work after this comment
(#565) Unexpected comment found. Auto-fixing will not work after this comment
(#566) Unexpected comment found. Auto-fixing will not work after this comment
(#567) Unexpected comment found. Auto-fixing will not work after this comment
(#568) Unexpected comment found. Auto-fixing will not work after this comment
(#569) Unexpected comment found. Auto-fixing will not work after this comment
(#570) Unexpected comment found. Auto-fixing will not work after this comment
(#571) Unexpected comment found. Auto-fixing will not work after this comment
(#572) Unexpected comment found. Auto-fixing will not work after this comment
(#573) Unexpected comment found. Auto-fixing will not work after this comment
(#574) Unexpected comment found. Auto-fixing will not work after this comment
(#575) Unexpected comment found. Auto-fixing will not work after this comment
(#576) Unexpected comment found. Auto-fixing will not work after this comment
(#577) Unexpected comment found. Auto-fixing will not work after this comment
(#578) Unexpected comment found. Auto-fixing will not work after this comment
(#579) Unexpected comment found. Auto-fixing will not work after this comment
(#580) Unexpected comment found. Auto-fixing will not work after this comment
(#581) Unexpected comment found. Auto-fixing will not work after this comment
(#582) Unexpected comment found. Auto-fixing will not work after this comment
(#583) Unexpected comment found. Auto-fixing will not work after this comment
(#584) Unexpected comment found. Auto-fixing will not work after this comment
(#585) Unexpected comment found. Auto-fixing will not work after this comment
(#586) Unexpected comment found. Auto-fixing will not work after this comment
(#587) Unexpected comment found. Auto-fixing will not work after this comment
(#588) Unexpected comment found. Auto-fixing will not work after this comment
(#589) Unexpected comment found. Auto-fixing will not work after this comment
(#590) Unexpected comment found. Auto-fixing will not work after this comment
(#591) Unexpected comment found. Auto-fixing will not work after this comment
(#592) Unexpected comment found. Auto-fixing will not work after this comment
(#593) Unexpected comment found. Auto-fixing will not work after this comment
(#594) Unexpected comment found. Auto-fixing will not work after this comment
(#595) Unexpected comment found. Auto-fixing will not work after this comment
(#596) Unexpected comment found. Auto-fixing will not work after this comment
(#597) Unexpected comment found. Auto-fixing will not work after this comment
(#598) Unexpected comment found. Auto-fixing will not work after this comment
(#599) Unexpected comment found. Auto-fixing will not work after this comment
(#600) Unexpected comment found. Auto-fixing will not work after this comment
(#601) Unexpected comment found. Auto-fixing will not work after this comment
(#602) Unexpected comment found. Auto-fixing will not work after this comment
(#603) Unexpected comment found. Auto-fixing will not work after this comment
(#604) Unexpected comment found. Auto-fixing will not work after this comment
(#605) Unexpected comment found. Auto-fixing will not work after this comment
(#606) Unexpected comment found. Auto-fixing will not work after this comment
(#607) Unexpected comment found. Auto-fixing will not work after this comment
(#608) Unexpected comment found. Auto-fixing will not work after this comment
(#609) Unexpected comment found. Auto-fixing will not work after this comment
(#610) Unexpected comment found. Auto-fixing will not work after this comment
(#611) Unexpected comment found. Auto-fixing will not work after this comment
(#612) Unexpected comment found. Auto-fixing will not work after this comment
(#612) Whitespace found at end of line
(#613) Unexpected comment found. Auto-fixing will not work after this comment
(#614) Unexpected comment found. Auto-fixing will not work after this comment
(#615) Unexpected comment found. Auto-fixing will not work after this comment
(#615) Whitespace found at end of line
(#616) Unexpected comment found. Auto-fixing will not work after this comment
(#617) Unexpected comment found. Auto-fixing will not work after this comment
(#618) Unexpected comment found. Auto-fixing will not work after this comment
(#619) Unexpected comment found. Auto-fixing will not work after this comment
(#620) Unexpected comment found. Auto-fixing will not work after this comment
(#621) Unexpected comment found. Auto-fixing will not work after this comment
(#622) Unexpected comment found. Auto-fixing will not work after this comment
(#623) Unexpected comment found. Auto-fixing will not work after this comment
(#624) Unexpected comment found. Auto-fixing will not work after this comment
(#625) Unexpected comment found. Auto-fixing will not work after this comment
(#626) Unexpected comment found. Auto-fixing will not work after this comment
(#627) Unexpected comment found. Auto-fixing will not work after this comment
(#628) Unexpected comment found. Auto-fixing will not work after this comment
(#629) Unexpected comment found. Auto-fixing will not work after this comment
(#630) Unexpected comment found. Auto-fixing will not work after this comment
(#631) Unexpected comment found. Auto-fixing will not work after this comment
(#632) Unexpected comment found. Auto-fixing will not work after this comment
(#633) Unexpected comment found. Auto-fixing will not work after this comment
(#634) Unexpected comment found. Auto-fixing will not work after this comment
(#635) Unexpected comment found. Auto-fixing will not work after this comment
(#636) Unexpected comment found. Auto-fixing will not work after this comment
(#637) Unexpected comment found. Auto-fixing will not work after this comment
(#638) Unexpected comment found. Auto-fixing will not work after this comment
(#639) Unexpected comment found. Auto-fixing will not work after this comment
(#640) Unexpected comment found. Auto-fixing will not work after this comment
(#641) Unexpected comment found. Auto-fixing will not work after this comment
(#642) Unexpected comment found. Auto-fixing will not work after this comment
(#643) Unexpected comment found. Auto-fixing will not work after this comment
(#644) Unexpected comment found. Auto-fixing will not work after this comment
(#645) Unexpected comment found. Auto-fixing will not work after this comment
(#646) Unexpected comment found. Auto-fixing will not work after this comment
(#647) Unexpected comment found. Auto-fixing will not work after this comment
(#648) Unexpected comment found. Auto-fixing will not work after this comment
(#649) Unexpected comment found. Auto-fixing will not work after this comment
(#650) Unexpected comment found. Auto-fixing will not work after this comment
(#651) Unexpected comment found. Auto-fixing will not work after this comment
(#652) Unexpected comment found. Auto-fixing will not work after this comment
(#653) Unexpected comment found. Auto-fixing will not work after this comment
(#654) Unexpected comment found. Auto-fixing will not work after this comment
(#655) Unexpected comment found. Auto-fixing will not work after this comment
(#656) Unexpected comment found. Auto-fixing will not work after this comment
(#657) Unexpected comment found. Auto-fixing will not work after this comment
(#658) Unexpected comment found. Auto-fixing will not work after this comment
(#659) Unexpected comment found. Auto-fixing will not work after this comment
(#660) Unexpected comment found. Auto-fixing will not work after this comment
(#661) Unexpected comment found. Auto-fixing will not work after this comment
(#662) Unexpected comment found. Auto-fixing will not work after this comment
(#663) Unexpected comment found. Auto-fixing will not work after this comment
(#664) Unexpected comment found. Auto-fixing will not work after this comment
(#665) Unexpected comment found. Auto-fixing will not work after this comment
(#666) Unexpected comment found. Auto-fixing will not work after this comment
(#667) Unexpected comment found. Auto-fixing will not work after this comment
(#668) Unexpected comment found. Auto-fixing will not work after this comment
(#669) Unexpected comment found. Auto-fixing will not work after this comment
(#670) Unexpected comment found. Auto-fixing will not work after this comment
(#671) Unexpected comment found. Auto-fixing will not work after this comment
(#672) Unexpected comment found. Auto-fixing will not work after this comment
(#673) Unexpected comment found. Auto-fixing will not work after this comment
(#674) Unexpected comment found. Auto-fixing will not work after this comment
(#675) Unexpected comment found. Auto-fixing will not work after this comment
(#676) Unexpected comment found. Auto-fixing will not work after this comment
(#677) Unexpected comment found. Auto-fixing will not work after this comment
(#678) Unexpected comment found. Auto-fixing will not work after this comment
(#679) Unexpected comment found. Auto-fixing will not work after this comment
(#680) Unexpected comment found. Auto-fixing will not work after this comment
(#681) Unexpected comment found. Auto-fixing will not work after this comment
(#682) Unexpected comment found. Auto-fixing will not work after this comment
(#683) Unexpected comment found. Auto-fixing will not work after this comment
(#684) Unexpected comment found. Auto-fixing will not work after this comment
(#685) Unexpected comment found. Auto-fixing will not work after this comment
(#686) Unexpected comment found. Auto-fixing will not work after this comment
(#687) Unexpected comment found. Auto-fixing will not work after this comment
(#688) Unexpected comment found. Auto-fixing will not work after this comment
(#689) Unexpected comment found. Auto-fixing will not work after this comment
(#690) Unexpected comment found. Auto-fixing will not work after this comment
(#691) Unexpected comment found. Auto-fixing will not work after this comment
(#692) Unexpected comment found. Auto-fixing will not work after this comment
(#693) Unexpected comment found. Auto-fixing will not work after this comment
(#694) Unexpected comment found. Auto-fixing will not work after this comment
(#695) Unexpected comment found. Auto-fixing will not work after this comment
(#696) Unexpected comment found. Auto-fixing will not work after this comment
(#697) Unexpected comment found. Auto-fixing will not work after this comment
(#698) Unexpected comment found. Auto-fixing will not work after this comment
(#699) Unexpected comment found. Auto-fixing will not work after this comment
(#700) Unexpected comment found. Auto-fixing will not work after this comment
(#701) Unexpected comment found. Auto-fixing will not work after this comment
(#702) Unexpected comment found. Auto-fixing will not work after this comment
(#703) Unexpected comment found. Auto-fixing will not work after this comment
(#704) Unexpected comment found. Auto-fixing will not work after this comment
(#705) Unexpected comment found. Auto-fixing will not work after this comment
(#706) Unexpected comment found. Auto-fixing will not work after this comment
(#707) Unexpected comment found. Auto-fixing will not work after this comment
(#708) Unexpected comment found. Auto-fixing will not work after this comment
(#709) Unexpected comment found. Auto-fixing will not work after this comment
(#710) Unexpected comment found. Auto-fixing will not work after this comment
(#711) Unexpected comment found. Auto-fixing will not work after this comment
(#712) Unexpected comment found. Auto-fixing will not work after this comment
(#713) Unexpected comment found. Auto-fixing will not work after this comment
(#714) Unexpected comment found. Auto-fixing will not work after this comment
(#715) Unexpected comment found. Auto-fixing will not work after this comment
(#716) Unexpected comment found. Auto-fixing will not work after this comment
(#717) Unexpected comment found. Auto-fixing will not work after this comment
(#718) Unexpected comment found. Auto-fixing will not work after this comment
(#719) Unexpected comment found. Auto-fixing will not work after this comment
(#720) Unexpected comment found. Auto-fixing will not work after this comment
(#721) Unexpected comment found. Auto-fixing will not work after this comment
(#722) Unexpected comment found. Auto-fixing will not work after this comment
(#722) Whitespace found at end of line
(#723) Unexpected comment found. Auto-fixing will not work after this comment
(#724) Unexpected comment found. Auto-fixing will not work after this comment
(#725) Unexpected comment found. Auto-fixing will not work after this comment
(#725) Whitespace found at end of line
(#726) Unexpected comment found. Auto-fixing will not work after this comment
(#727) Unexpected comment found. Auto-fixing will not work after this comment
(#728) Unexpected comment found. Auto-fixing will not work after this comment
(#729) Unexpected comment found. Auto-fixing will not work after this comment
(#730) Unexpected comment found. Auto-fixing will not work after this comment
(#731) Unexpected comment found. Auto-fixing will not work after this comment
(#732) Unexpected comment found. Auto-fixing will not work after this comment
(#733) Unexpected comment found. Auto-fixing will not work after this comment
(#734) Unexpected comment found. Auto-fixing will not work after this comment
(#735) Unexpected comment found. Auto-fixing will not work after this comment
(#736) Unexpected comment found. Auto-fixing will not work after this comment
(#737) Unexpected comment found. Auto-fixing will not work after this comment
(#738) Unexpected comment found. Auto-fixing will not work after this comment
(#739) Unexpected comment found. Auto-fixing will not work after this comment
(#740) Unexpected comment found. Auto-fixing will not work after this comment
(#741) Unexpected comment found. Auto-fixing will not work after this comment
(#742) Unexpected comment found. Auto-fixing will not work after this comment
(#743) Unexpected comment found. Auto-fixing will not work after this comment
(#744) Unexpected comment found. Auto-fixing will not work after this comment
(#745) Unexpected comment found. Auto-fixing will not work after this comment
(#746) Unexpected comment found. Auto-fixing will not work after this comment
(#747) Unexpected comment found. Auto-fixing will not work after this comment
(#748) Unexpected comment found. Auto-fixing will not work after this comment
(#749) Unexpected comment found. Auto-fixing will not work after this comment
(#750) Unexpected comment found. Auto-fixing will not work after this comment
(#751) Unexpected comment found. Auto-fixing will not work after this comment
(#752) Unexpected comment found. Auto-fixing will not work after this comment
(#753) Unexpected comment found. Auto-fixing will not work after this comment
(#754) Unexpected comment found. Auto-fixing will not work after this comment
(#755) Unexpected comment found. Auto-fixing will not work after this comment
(#756) Unexpected comment found. Auto-fixing will not work after this comment
(#757) Unexpected comment found. Auto-fixing will not work after this comment
(#758) Unexpected comment found. Auto-fixing will not work after this comment
(#759) Unexpected comment found. Auto-fixing will not work after this comment
(#759) Whitespace found at end of line
(#760) Unexpected comment found. Auto-fixing will not work after this comment
(#761) Unexpected comment found. Auto-fixing will not work after this comment
(#762) Unexpected comment found. Auto-fixing will not work after this comment
(#762) Whitespace found at end of line
(#763) Unexpected comment found. Auto-fixing will not work after this comment
(#764) Unexpected comment found. Auto-fixing will not work after this comment
(#765) Unexpected comment found. Auto-fixing will not work after this comment
(#765) Whitespace found at end of line
(#766) Unexpected comment found. Auto-fixing will not work after this comment
(#767) Unexpected comment found. Auto-fixing will not work after this comment
(#768) Unexpected comment found. Auto-fixing will not work after this comment
(#768) Whitespace found at end of line
(#769) Unexpected comment found. Auto-fixing will not work after this comment
(#770) Unexpected comment found. Auto-fixing will not work after this comment
(#771) Unexpected comment found. Auto-fixing will not work after this comment
(#772) Unexpected comment found. Auto-fixing will not work after this comment
(#773) Unexpected comment found. Auto-fixing will not work after this comment
(#774) Unexpected comment found. Auto-fixing will not work after this comment
(#775) Unexpected comment found. Auto-fixing will not work after this comment
(#776) Unexpected comment found. Auto-fixing will not work after this comment
(#777) Unexpected comment found. Auto-fixing will not work after this comment
(#778) Unexpected comment found. Auto-fixing will not work after this comment
(#779) Unexpected comment found. Auto-fixing will not work after this comment
(#780) Unexpected comment found. Auto-fixing will not work after this comment
(#780) Whitespace found at end of line
(#781) Unexpected comment found. Auto-fixing will not work after this comment
(#782) Unexpected comment found. Auto-fixing will not work after this comment
(#783) Unexpected comment found. Auto-fixing will not work after this comment
(#783) Whitespace found at end of line
(#784) Unexpected comment found. Auto-fixing will not work after this comment
(#785) Unexpected comment found. Auto-fixing will not work after this comment
(#786) Unexpected comment found. Auto-fixing will not work after this comment
(#786) Whitespace found at end of line
(#787) Unexpected comment found. Auto-fixing will not work after this comment
(#788) Unexpected comment found. Auto-fixing will not work after this comment
(#789) Unexpected comment found. Auto-fixing will not work after this comment
(#790) Unexpected comment found. Auto-fixing will not work after this comment
(#791) Unexpected comment found. Auto-fixing will not work after this comment
(#792) Unexpected comment found. Auto-fixing will not work after this comment
(#793) Unexpected comment found. Auto-fixing will not work after this comment
(#794) Unexpected comment found. Auto-fixing will not work after this comment
(#795) Unexpected comment found. Auto-fixing will not work after this comment
(#796) Unexpected comment found. Auto-fixing will not work after this comment
(#797) Unexpected comment found. Auto-fixing will not work after this comment
(#798) Unexpected comment found. Auto-fixing will not work after this comment
(#799) Unexpected comment found. Auto-fixing will not work after this comment
(#800) Unexpected comment found. Auto-fixing will not work after this comment
(#801) Unexpected comment found. Auto-fixing will not work after this comment
(#802) Unexpected comment found. Auto-fixing will not work after this comment
(#803) Unexpected comment found. Auto-fixing will not work after this comment
(#804) Unexpected comment found. Auto-fixing will not work after this comment
(#805) Unexpected comment found. Auto-fixing will not work after this comment
(#806) Unexpected comment found. Auto-fixing will not work after this comment
(#807) Unexpected comment found. Auto-fixing will not work after this comment
(#808) Unexpected comment found. Auto-fixing will not work after this comment
(#809) Unexpected comment found. Auto-fixing will not work after this comment
(#810) Unexpected comment found. Auto-fixing will not work after this comment
(#811) Unexpected comment found. Auto-fixing will not work after this comment
(#812) Unexpected comment found. Auto-fixing will not work after this comment
(#813) Unexpected comment found. Auto-fixing will not work after this comment
(#814) Unexpected comment found. Auto-fixing will not work after this comment
(#815) Unexpected comment found. Auto-fixing will not work after this comment
(#816) Unexpected comment found. Auto-fixing will not work after this comment
(#817) Unexpected comment found. Auto-fixing will not work after this comment
(#818) Unexpected comment found. Auto-fixing will not work after this comment
(#819) Unexpected comment found. Auto-fixing will not work after this comment
(#820) Unexpected comment found. Auto-fixing will not work after this comment
(#821) Unexpected comment found. Auto-fixing will not work after this comment
(#822) Unexpected comment found. Auto-fixing will not work after this comment
(#823) Unexpected comment found. Auto-fixing will not work after this comment
(#824) Unexpected comment found. Auto-fixing will not work after this comment
(#825) Unexpected comment found. Auto-fixing will not work after this comment
(#826) Unexpected comment found. Auto-fixing will not work after this comment
(#827) Unexpected comment found. Auto-fixing will not work after this comment
(#828) Unexpected comment found. Auto-fixing will not work after this comment
(#829) Unexpected comment found. Auto-fixing will not work after this comment
(#830) Unexpected comment found. Auto-fixing will not work after this comment
(#831) Unexpected comment found. Auto-fixing will not work after this comment
(#832) Unexpected comment found. Auto-fixing will not work after this comment
(#833) Unexpected comment found. Auto-fixing will not work after this comment
(#834) Unexpected comment found. Auto-fixing will not work after this comment
(#835) Unexpected comment found. Auto-fixing will not work after this comment
(#836) Unexpected comment found. Auto-fixing will not work after this comment
(#837) Unexpected comment found. Auto-fixing will not work after this comment
(#838) Unexpected comment found. Auto-fixing will not work after this comment
(#839) Unexpected comment found. Auto-fixing will not work after this comment
(#840) Unexpected comment found. Auto-fixing will not work after this comment
(#841) Unexpected comment found. Auto-fixing will not work after this comment
(#842) Unexpected comment found. Auto-fixing will not work after this comment
(#843) Unexpected comment found. Auto-fixing will not work after this comment
(#844) Unexpected comment found. Auto-fixing will not work after this comment
(#845) Unexpected comment found. Auto-fixing will not work after this comment
(#846) Unexpected comment found. Auto-fixing will not work after this comment
(#847) Unexpected comment found. Auto-fixing will not work after this comment
(#848) Unexpected comment found. Auto-fixing will not work after this comment
(#849) Unexpected comment found. Auto-fixing will not work after this comment
(#850) Unexpected comment found. Auto-fixing will not work after this comment
(#851) Unexpected comment found. Auto-fixing will not work after this comment
(#852) Unexpected comment found. Auto-fixing will not work after this comment
(#853) Unexpected comment found. Auto-fixing will not work after this comment
(#854) Unexpected comment found. Auto-fixing will not work after this comment
(#855) Unexpected comment found. Auto-fixing will not work after this comment
(#856) Unexpected comment found. Auto-fixing will not work after this comment
(#857) Unexpected comment found. Auto-fixing will not work after this comment
(#858) Unexpected comment found. Auto-fixing will not work after this comment
(#859) Unexpected comment found. Auto-fixing will not work after this comment
(#860) Unexpected comment found. Auto-fixing will not work after this comment
(#861) Unexpected comment found. Auto-fixing will not work after this comment
(#862) Unexpected comment found. Auto-fixing will not work after this comment
(#863) Unexpected comment found. Auto-fixing will not work after this comment
(#864) Unexpected comment found. Auto-fixing will not work after this comment
(#865) Unexpected comment found. Auto-fixing will not work after this comment
(#866) Unexpected comment found. Auto-fixing will not work after this comment
(#867) Unexpected comment found. Auto-fixing will not work after this comment
(#868) Unexpected comment found. Auto-fixing will not work after this comment
(#869) Unexpected comment found. Auto-fixing will not work after this comment
(#870) Unexpected comment found. Auto-fixing will not work after this comment
(#871) Unexpected comment found. Auto-fixing will not work after this comment
(#872) Unexpected comment found. Auto-fixing will not work after this comment
(#873) Unexpected comment found. Auto-fixing will not work after this comment
(#874) Unexpected comment found. Auto-fixing will not work after this comment
(#875) Unexpected comment found. Auto-fixing will not work after this comment
(#876) Unexpected comment found. Auto-fixing will not work after this comment
(#877) Unexpected comment found. Auto-fixing will not work after this comment
(#878) Unexpected comment found. Auto-fixing will not work after this comment
(#879) Unexpected comment found. Auto-fixing will not work after this comment
(#880) Unexpected comment found. Auto-fixing will not work after this comment
(#881) Unexpected comment found. Auto-fixing will not work after this comment
(#882) Unexpected comment found. Auto-fixing will not work after this comment
(#883) Unexpected comment found. Auto-fixing will not work after this comment
(#884) Unexpected comment found. Auto-fixing will not work after this comment
(#885) Unexpected comment found. Auto-fixing will not work after this comment
(#886) Unexpected comment found. Auto-fixing will not work after this comment
(#887) Unexpected comment found. Auto-fixing will not work after this comment
(#888) Unexpected comment found. Auto-fixing will not work after this comment
(#889) Unexpected comment found. Auto-fixing will not work after this comment
(#890) Unexpected comment found. Auto-fixing will not work after this comment
(#891) Unexpected comment found. Auto-fixing will not work after this comment
(#892) Unexpected comment found. Auto-fixing will not work after this comment
(#893) Unexpected comment found. Auto-fixing will not work after this comment
(#894) Unexpected comment found. Auto-fixing will not work after this comment
(#895) Unexpected comment found. Auto-fixing will not work after this comment
(#896) Unexpected comment found. Auto-fixing will not work after this comment
(#897) Unexpected comment found. Auto-fixing will not work after this comment
(#898) Unexpected comment found. Auto-fixing will not work after this comment
(#899) Unexpected comment found. Auto-fixing will not work after this comment
(#900) Unexpected comment found. Auto-fixing will not work after this comment
(#901) Unexpected comment found. Auto-fixing will not work after this comment
(#902) Unexpected comment found. Auto-fixing will not work after this comment
(#903) Unexpected comment found. Auto-fixing will not work after this comment
(#904) Unexpected comment found. Auto-fixing will not work after this comment
(#905) Unexpected comment found. Auto-fixing will not work after this comment
(#906) Unexpected comment found. Auto-fixing will not work after this comment
(#907) Unexpected comment found. Auto-fixing will not work after this comment
(#908) Unexpected comment found. Auto-fixing will not work after this comment
(#909) Unexpected comment found. Auto-fixing will not work after this comment
(#910) Unexpected comment found. Auto-fixing will not work after this comment
(#911) Unexpected comment found. Auto-fixing will not work after this comment
(#912) Unexpected comment found. Auto-fixing will not work after this comment
(#913) Unexpected comment found. Auto-fixing will not work after this comment
(#913) Whitespace found at end of line
(#914) Unexpected comment found. Auto-fixing will not work after this comment
(#915) Unexpected comment found. Auto-fixing will not work after this comment
(#916) Unexpected comment found. Auto-fixing will not work after this comment
(#916) Whitespace found at end of line
(#917) Unexpected comment found. Auto-fixing will not work after this comment
(#918) Unexpected comment found. Auto-fixing will not work after this comment
(#919) Unexpected comment found. Auto-fixing will not work after this comment
(#920) Unexpected comment found. Auto-fixing will not work after this comment
(#921) Unexpected comment found. Auto-fixing will not work after this comment
(#921) Whitespace found at end of line
(#922) Unexpected comment found. Auto-fixing will not work after this comment
(#923) Unexpected comment found. Auto-fixing will not work after this comment
(#924) Unexpected comment found. Auto-fixing will not work after this comment
(#924) Whitespace found at end of line
(#925) Unexpected comment found. Auto-fixing will not work after this comment
(#926) Unexpected comment found. Auto-fixing will not work after this comment
(#927) Unexpected comment found. Auto-fixing will not work after this comment
(#927) Whitespace found at end of line
(#928) Unexpected comment found. Auto-fixing will not work after this comment
(#929) Unexpected comment found. Auto-fixing will not work after this comment
(#930) Unexpected comment found. Auto-fixing will not work after this comment
(#930) Whitespace found at end of line
(#931) Unexpected comment found. Auto-fixing will not work after this comment
(#932) Unexpected comment found. Auto-fixing will not work after this comment
(#933) Unexpected comment found. Auto-fixing will not work after this comment
(#934) Unexpected comment found. Auto-fixing will not work after this comment
(#935) Unexpected comment found. Auto-fixing will not work after this comment
(#936) Unexpected comment found. Auto-fixing will not work after this comment
(#937) Unexpected comment found. Auto-fixing will not work after this comment
(#938) Unexpected comment found. Auto-fixing will not work after this comment
(#939) Unexpected comment found. Auto-fixing will not work after this comment
(#940) Unexpected comment found. Auto-fixing will not work after this comment
(#941) Unexpected comment found. Auto-fixing will not work after this comment
(#942) Unexpected comment found. Auto-fixing will not work after this comment
(#943) Unexpected comment found. Auto-fixing will not work after this comment
(#944) Unexpected comment found. Auto-fixing will not work after this comment
(#945) Unexpected comment found. Auto-fixing will not work after this comment
(#946) Unexpected comment found. Auto-fixing will not work after this comment
(#947) Unexpected comment found. Auto-fixing will not work after this comment
(#948) Unexpected comment found. Auto-fixing will not work after this comment
(#949) Unexpected comment found. Auto-fixing will not work after this comment
(#950) Unexpected comment found. Auto-fixing will not work after this comment
(#951) Unexpected comment found. Auto-fixing will not work after this comment
(#952) Unexpected comment found. Auto-fixing will not work after this comment
(#953) Unexpected comment found. Auto-fixing will not work after this comment
(#954) Unexpected comment found. Auto-fixing will not work after this comment
(#955) Unexpected comment found. Auto-fixing will not work after this comment
(#956) Unexpected comment found. Auto-fixing will not work after this comment
(#957) Unexpected comment found. Auto-fixing will not work after this comment
(#958) Unexpected comment found. Auto-fixing will not work after this comment
(#959) Unexpected comment found. Auto-fixing will not work after this comment
(#960) Unexpected comment found. Auto-fixing will not work after this comment
(#961) Unexpected comment found. Auto-fixing will not work after this comment
(#962) Unexpected comment found. Auto-fixing will not work after this comment
(#963) Unexpected comment found. Auto-fixing will not work after this comment
(#964) Unexpected comment found. Auto-fixing will not work after this comment
(#965) Unexpected comment found. Auto-fixing will not work after this comment
(#966) Unexpected comment found. Auto-fixing will not work after this comment
(#967) Unexpected comment found. Auto-fixing will not work after this comment
(#968) Unexpected comment found. Auto-fixing will not work after this comment
(#969) Unexpected comment found. Auto-fixing will not work after this comment
(#970) Unexpected comment found. Auto-fixing will not work after this comment
(#971) Unexpected comment found. Auto-fixing will not work after this comment
(#972) Unexpected comment found. Auto-fixing will not work after this comment
(#973) Unexpected comment found. Auto-fixing will not work after this comment
(#974) Unexpected comment found. Auto-fixing will not work after this comment
(#975) Unexpected comment found. Auto-fixing will not work after this comment
(#976) Unexpected comment found. Auto-fixing will not work after this comment
(#977) Unexpected comment found. Auto-fixing will not work after this comment
(#978) Unexpected comment found. Auto-fixing will not work after this comment
(#978) Whitespace found at end of line
(#979) Unexpected comment found. Auto-fixing will not work after this comment
(#980) Unexpected comment found. Auto-fixing will not work after this comment
(#981) Unexpected comment found. Auto-fixing will not work after this comment
(#981) Whitespace found at end of line
(#982) Unexpected comment found. Auto-fixing will not work after this comment
(#983) Unexpected comment found. Auto-fixing will not work after this comment
(#984) Unexpected comment found. Auto-fixing will not work after this comment
(#984) Whitespace found at end of line
(#985) Unexpected comment found. Auto-fixing will not work after this comment
(#986) Unexpected comment found. Auto-fixing will not work after this comment
(#987) Unexpected comment found. Auto-fixing will not work after this comment
(#987) Whitespace found at end of line
(#988) Unexpected comment found. Auto-fixing will not work after this comment
(#989) Unexpected comment found. Auto-fixing will not work after this comment
(#990) Unexpected comment found. Auto-fixing will not work after this comment
(#990) Whitespace found at end of line
(#991) Unexpected comment found. Auto-fixing will not work after this comment
(#992) Unexpected comment found. Auto-fixing will not work after this comment
(#993) Unexpected comment found. Auto-fixing will not work after this comment
(#994) Unexpected comment found. Auto-fixing will not work after this comment
(#995) Unexpected comment found. Auto-fixing will not work after this comment
(#995) Whitespace found at end of line
(#996) Unexpected comment found. Auto-fixing will not work after this comment
(#997) Unexpected comment found. Auto-fixing will not work after this comment
(#998) Unexpected comment found. Auto-fixing will not work after this comment
(#998) Whitespace found at end of line
(#999) Unexpected comment found. Auto-fixing will not work after this comment
(#1000) Unexpected comment found. Auto-fixing will not work after this comment
(#1001) Unexpected comment found. Auto-fixing will not work after this comment
(#1001) Whitespace found at end of line
(#1002) Unexpected comment found. Auto-fixing will not work after this comment
(#1003) Unexpected comment found. Auto-fixing will not work after this comment
(#1004) Unexpected comment found. Auto-fixing will not work after this comment
(#1004) Whitespace found at end of line
(#1005) Unexpected comment found. Auto-fixing will not work after this comment
(#1006) Unexpected comment found. Auto-fixing will not work after this comment
(#1007) Unexpected comment found. Auto-fixing will not work after this comment
(#1007) Whitespace found at end of line
(#1008) Unexpected comment found. Auto-fixing will not work after this comment
(#1009) Unexpected comment found. Auto-fixing will not work after this comment
(#1010) Unexpected comment found. Auto-fixing will not work after this comment
(#1011) Unexpected comment found. Auto-fixing will not work after this comment
(#1012) Unexpected comment found. Auto-fixing will not work after this comment
(#1013) Unexpected comment found. Auto-fixing will not work after this comment
(#1014) Unexpected comment found. Auto-fixing will not work after this comment
(#1015) Unexpected comment found. Auto-fixing will not work after this comment
(#1016) Unexpected comment found. Auto-fixing will not work after this comment
(#1017) Unexpected comment found. Auto-fixing will not work after this comment
(#1018) Unexpected comment found. Auto-fixing will not work after this comment
(#1019) Unexpected comment found. Auto-fixing will not work after this comment
(#1020) Unexpected comment found. Auto-fixing will not work after this comment
(#1021) Unexpected comment found. Auto-fixing will not work after this comment
(#1022) Unexpected comment found. Auto-fixing will not work after this comment
(#1023) Unexpected comment found. Auto-fixing will not work after this comment
(#1024) Unexpected comment found. Auto-fixing will not work after this comment
(#1025) Unexpected comment found. Auto-fixing will not work after this comment
(#1026) Unexpected comment found. Auto-fixing will not work after this comment
(#1027) Unexpected comment found. Auto-fixing will not work after this comment
(#1028) Unexpected comment found. Auto-fixing will not work after this comment
(#1029) Unexpected comment found. Auto-fixing will not work after this comment
(#1029) Whitespace found at end of line
(#1030) Unexpected comment found. Auto-fixing will not work after this comment
(#1031) Unexpected comment found. Auto-fixing will not work after this comment
(#1032) Unexpected comment found. Auto-fixing will not work after this comment
(#1032) Whitespace found at end of line
(#1033) Unexpected comment found. Auto-fixing will not work after this comment
(#1034) Unexpected comment found. Auto-fixing will not work after this comment
(#1035) Unexpected comment found. Auto-fixing will not work after this comment
(#1036) Unexpected comment found. Auto-fixing will not work after this comment
(#1037) Unexpected comment found. Auto-fixing will not work after this comment
(#1038) Unexpected comment found. Auto-fixing will not work after this comment
(#1039) Unexpected comment found. Auto-fixing will not work after this comment
(#1040) Unexpected comment found. Auto-fixing will not work after this comment
(#1041) Unexpected comment found. Auto-fixing will not work after this comment
(#1042) Unexpected comment found. Auto-fixing will not work after this comment
(#1043) Unexpected comment found. Auto-fixing will not work after this comment
(#1044) Unexpected comment found. Auto-fixing will not work after this comment
(#1045) Unexpected comment found. Auto-fixing will not work after this comment
(#1046) Unexpected comment found. Auto-fixing will not work after this comment
(#1047) Unexpected comment found. Auto-fixing will not work after this comment
(#1048) Unexpected comment found. Auto-fixing will not work after this comment
(#1049) Unexpected comment found. Auto-fixing will not work after this comment
(#1050) Unexpected comment found. Auto-fixing will not work after this comment
(#1051) Unexpected comment found. Auto-fixing will not work after this comment
(#1052) Unexpected comment found. Auto-fixing will not work after this comment
(#1053) Unexpected comment found. Auto-fixing will not work after this comment
(#1054) Unexpected comment found. Auto-fixing will not work after this comment
(#1055) Unexpected comment found. Auto-fixing will not work after this comment
(#1056) Unexpected comment found. Auto-fixing will not work after this comment
(#1057) Unexpected comment found. Auto-fixing will not work after this comment
(#1058) Unexpected comment found. Auto-fixing will not work after this comment
(#1059) Unexpected comment found. Auto-fixing will not work after this comment
(#1060) Unexpected comment found. Auto-fixing will not work after this comment
(#1061) Unexpected comment found. Auto-fixing will not work after this comment
(#1062) Unexpected comment found. Auto-fixing will not work after this comment
(#1063) Unexpected comment found. Auto-fixing will not work after this comment
(#1064) Unexpected comment found. Auto-fixing will not work after this comment
(#1065) Unexpected comment found. Auto-fixing will not work after this comment
(#1066) Unexpected comment found. Auto-fixing will not work after this comment
(#1067) Unexpected comment found. Auto-fixing will not work after this comment
(#1068) Unexpected comment found. Auto-fixing will not work after this comment
(#1069) Unexpected comment found. Auto-fixing will not work after this comment
(#1070) Unexpected comment found. Auto-fixing will not work after this comment
(#1071) Unexpected comment found. Auto-fixing will not work after this comment
(#1072) Unexpected comment found. Auto-fixing will not work after this comment
(#1073) Unexpected comment found. Auto-fixing will not work after this comment
(#1074) Unexpected comment found. Auto-fixing will not work after this comment
(#1075) Unexpected comment found. Auto-fixing will not work after this comment
(#1076) Unexpected comment found. Auto-fixing will not work after this comment
(#1077) Unexpected comment found. Auto-fixing will not work after this comment
(#1078) Unexpected comment found. Auto-fixing will not work after this comment
(#1079) Unexpected comment found. Auto-fixing will not work after this comment
(#1080) Unexpected comment found. Auto-fixing will not work after this comment
(#1081) Unexpected comment found. Auto-fixing will not work after this comment
(#1082) Unexpected comment found. Auto-fixing will not work after this comment
(#1083) Unexpected comment found. Auto-fixing will not work after this comment
(#1084) Unexpected comment found. Auto-fixing will not work after this comment
(#1085) Unexpected comment found. Auto-fixing will not work after this comment
(#1086) Unexpected comment found. Auto-fixing will not work after this comment
(#1087) Unexpected comment found. Auto-fixing will not work after this comment
(#1088) Unexpected comment found. Auto-fixing will not work after this comment
(#1089) Unexpected comment found. Auto-fixing will not work after this comment
(#1090) Unexpected comment found. Auto-fixing will not work after this comment
(#1091) Unexpected comment found. Auto-fixing will not work after this comment
(#1092) Unexpected comment found. Auto-fixing will not work after this comment
(#1093) Unexpected comment found. Auto-fixing will not work after this comment
(#1094) Unexpected comment found. Auto-fixing will not work after this comment
(#1095) Unexpected comment found. Auto-fixing will not work after this comment
(#1096) Unexpected comment found. Auto-fixing will not work after this comment
(#1097) Unexpected comment found. Auto-fixing will not work after this comment
(#1098) Unexpected comment found. Auto-fixing will not work after this comment
(#1098) Whitespace found at end of line
(#1099) Unexpected comment found. Auto-fixing will not work after this comment
(#1100) Unexpected comment found. Auto-fixing will not work after this comment
(#1101) Unexpected comment found. Auto-fixing will not work after this comment
(#1101) Whitespace found at end of line
(#1102) Unexpected comment found. Auto-fixing will not work after this comment
(#1103) Unexpected comment found. Auto-fixing will not work after this comment
(#1104) Unexpected comment found. Auto-fixing will not work after this comment
(#1104) Whitespace found at end of line
(#1105) Unexpected comment found. Auto-fixing will not work after this comment
(#1106) Unexpected comment found. Auto-fixing will not work after this comment
(#1107) Unexpected comment found. Auto-fixing will not work after this comment
(#1108) Unexpected comment found. Auto-fixing will not work after this comment
(#1109) Unexpected comment found. Auto-fixing will not work after this comment
(#1110) Unexpected comment found. Auto-fixing will not work after this comment
(#1111) Unexpected comment found. Auto-fixing will not work after this comment
(#1112) Unexpected comment found. Auto-fixing will not work after this comment
(#1113) Unexpected comment found. Auto-fixing will not work after this comment
(#1114) Unexpected comment found. Auto-fixing will not work after this comment
(#1115) Unexpected comment found. Auto-fixing will not work after this comment
(#1116) Unexpected comment found. Auto-fixing will not work after this comment
(#1117) Unexpected comment found. Auto-fixing will not work after this comment
mod/reader/lib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file lib.php. Expected mod_reader, found mod.
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#39) Expected 1 space before "*"; 0 found
(#39) Expected 1 space after "*"; 0 found
(#42) Expected 1 space before "*"; 0 found
(#42) Expected 1 space after "*"; 0 found
(#43) Expected 1 space before "*"; 0 found
(#43) Expected 1 space after "*"; 0 found
(#45) 80 slashes comments are not allowed; use "// Comment." instead
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) 80 slashes comments are not allowed; use "// Comment." instead
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) 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
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) 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
(#110) Short array syntax must be used to define arrays
(#114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#114) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#123) Expected 1 space before "=="; 0 found
(#123) Expected 1 space after "=="; 0 found
(#123) Expected 1 space before "=="; 0 found
(#123) Expected 1 space after "=="; 0 found
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#144) Short array syntax must be used to define arrays
(#144) Expected 1 space before "=>"; 0 found
(#144) Expected 1 space after "=>"; 0 found
(#144) Expected 1 space before "=>"; 0 found
(#144) Expected 1 space after "=>"; 0 found
(#147) Short array syntax must be used to define arrays
(#167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#171) Variable "can_manage_events" must not contain underscores.
(#171) Inline comments must start with a capital letter, digit or 3-dots sequence
(#171) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Variable "can_manage_events" must not contain underscores.
(#173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#173) Inline comments must end in full-stops, exclamation marks, or question marks
(#175) Variable "can_manage_events" must not contain underscores.
(#175) Inline comments must start with a capital letter, digit or 3-dots sequence
(#178) 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
(#182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#182) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Expected 1 space before "==="; 0 found
(#185) Expected 1 space after "==="; 0 found
(#188) Inline comments must start with a capital letter, digit or 3-dots sequence
(#188) Inline comments must end in full-stops, exclamation marks, or question marks
(#195) Inline comments must start with a capital letter, digit or 3-dots sequence
(#195) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Short array syntax must be used to define arrays
(#198) 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
(#200) Variable "can_manage_events" must not contain underscores.
(#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
(#210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#211) Short array syntax must be used to define arrays
(#215) There should be a comma after the last array item in a multi-line array.
(#217) Short array syntax must be used to define arrays
(#221) There should be a comma after the last array item in a multi-line array.
(#224) Inline comments must start with a capital letter, digit or 3-dots sequence
(#224) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Inline comments must start with a capital letter, digit or 3-dots sequence
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#232) Inline comments must start with a capital letter, digit or 3-dots sequence
(#232) Inline comments must end in full-stops, exclamation marks, or question marks
(#235) Inline comments must start with a capital letter, digit or 3-dots sequence
(#235) Inline comments must end in full-stops, exclamation marks, or question marks
(#238) Short array syntax must be used to define arrays
(#239) Line exceeds 132 characters; contains 134 characters
(#245) Inline comments must start with a capital letter, digit or 3-dots sequence
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#246) Short array syntax must be used to define arrays
(#253) Inline comments must start with a capital letter, digit or 3-dots sequence
(#253) Inline comments must end in full-stops, exclamation marks, or question marks
(#254) Short array syntax must be used to define arrays
(#263) Inline comments must start with a capital letter, digit or 3-dots sequence
(#263) Inline comments must end in full-stops, exclamation marks, or question marks
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#312) Short array syntax must be used to define arrays
(#313) Short array syntax must be used to define arrays
(#319) Short array syntax must be used to define arrays
(#328) Short array syntax must be used to define arrays
(#340) Short array syntax must be used to define arrays
(#343) 80 slashes comments are not allowed; use "// Comment." instead
(#345) Inline comments must end in full-stops, exclamation marks, or question marks
(#345) 80 slashes comments are not allowed; use "// Comment." instead
(#360) Inline comments must start with a capital letter, digit or 3-dots sequence
(#360) This comment is 58% valid code; is this commented out code?
(#365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#365) This comment is 58% valid code; is this commented out code?
(#366) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#367) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) This comment is 63% valid code; is this commented out code?
(#371) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#372) Inline comments must end in full-stops, exclamation marks, or question marks
(#374) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#378) Short array syntax must be used to define arrays
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#382) Short array syntax must be used to define arrays
(#389) Short array syntax must be used to define arrays
(#392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) Expected 1 space before "=="; 0 found
(#393) Expected 1 space after "=="; 0 found
(#407) Short array syntax must be used to define arrays
(#414) Inline comments must start with a capital letter, digit or 3-dots sequence
(#414) Inline comments must end in full-stops, exclamation marks, or question marks
(#417) Inline comments must start with a capital letter, digit or 3-dots sequence
(#417) Inline comments must end in full-stops, exclamation marks, or question marks
(#431) Short array syntax must be used to define arrays
(#434) Inline comments must start with a capital letter, digit or 3-dots sequence
(#457) Expected 1 space before "==="; 0 found
(#457) Expected 1 space after "==="; 0 found
(#459) Inline comments must start with a capital letter, digit or 3-dots sequence
(#459) Inline comments must end in full-stops, exclamation marks, or question marks
(#464) Short array syntax must be used to define arrays
(#466) Inline comments must start with a capital letter, digit or 3-dots sequence
(#466) Inline comments must end in full-stops, exclamation marks, or question marks
(#470) Variable "i_min" must not contain underscores.
(#472) Variable "i_min" must not contain underscores.
(#475) Variable "i_max" must not contain underscores.
(#485) Inline comments must start with a capital letter, digit or 3-dots sequence
(#485) Inline comments must end in full-stops, exclamation marks, or question marks
(#486) Variable "i_min" must not contain underscores.
(#487) Inline comments must start with a capital letter, digit or 3-dots sequence
(#487) Inline comments must end in full-stops, exclamation marks, or question marks
(#491) Inline comments must start with a capital letter, digit or 3-dots sequence
(#491) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) Variable "i_max" must not contain underscores.
(#494) Variable "i_max" must not contain underscores.
(#497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#497) Inline comments must end in full-stops, exclamation marks, or question marks
(#498) Variable "i_min" must not contain underscores.
(#506) Inline comments must start with a capital letter, digit or 3-dots sequence
(#506) Inline comments must end in full-stops, exclamation marks, or question marks
(#509) Inline comments must start with a capital letter, digit or 3-dots sequence
(#509) Inline comments must end in full-stops, exclamation marks, or question marks
(#512) Inline comments must start with a capital letter, digit or 3-dots sequence
(#512) Inline comments must end in full-stops, exclamation marks, or question marks
(#521) Inline comments must start with a capital letter, digit or 3-dots sequence
(#521) Inline comments must end in full-stops, exclamation marks, or question marks
(#522) Short array syntax must be used to define arrays
(#522) Expected 1 space before "=>"; 0 found
(#522) Expected 1 space after "=>"; 0 found
(#522) Expected 1 space before "=>"; 0 found
(#522) Expected 1 space after "=>"; 0 found
(#525) Inline comments must start with a capital letter, digit or 3-dots sequence
(#525) Inline comments must end in full-stops, exclamation marks, or question marks
(#540) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#544) Short array syntax must be used to define arrays
(#545) There should be a comma after the last array item in a multi-line array.
(#547) Expected 1 space before "==="; 0 found
(#547) Expected 1 space after "==="; 0 found
(#552) Inline comments must start with a capital letter, digit or 3-dots sequence
(#552) Inline comments must end in full-stops, exclamation marks, or question marks
(#552) No space found before comment text; expected "// cmidnumber may not be always present" but found "//cmidnumber may not be always present"
(#566) Inline comments must end in full-stops, exclamation marks, or question marks
(#579) Short array syntax must be used to define arrays
(#605) Expected 1 space before "=="; 0 found
(#605) Expected 1 space after "=="; 0 found
(#611) 80 slashes comments are not allowed; use "// Comment." instead
(#613) Inline comments must end in full-stops, exclamation marks, or question marks
(#613) 80 slashes comments are not allowed; use "// Comment." instead
(#668) Short array syntax must be used to define arrays
(#685) Short array syntax must be used to define arrays
(#688) Expected 1 space before "?"; 6 found
(#689) Expected 1 space before "?"; 7 found
(#690) Expected 1 space before "?"; 4 found
(#692) Inline comments must start with a capital letter, digit or 3-dots sequence
(#692) Inline comments must end in full-stops, exclamation marks, or question marks
(#700) Short array syntax must be used to define arrays
(#708) Short array syntax must be used to define arrays
(#715) Short array syntax must be used to define arrays
(#732) Short array syntax must be used to define arrays
(#736) Inline comments must start with a capital letter, digit or 3-dots sequence
(#737) Inline comments must end in full-stops, exclamation marks, or question marks
(#743) Expected 1 space after "="; 2 found
(#746) Short array syntax must be used to define arrays
(#749) Short array syntax must be used to define arrays
(#752) Short array syntax must be used to define arrays
(#755) Short array syntax must be used to define arrays
(#758) Short array syntax must be used to define arrays
(#768) Docblock tag "@global" is not recommended.
(#769) Docblock tag "@global" is not recommended.
(#778) Short array syntax must be used to define arrays
(#785) 80 slashes comments are not allowed; use "// Comment." instead
(#787) Inline comments must end in full-stops, exclamation marks, or question marks
(#787) 80 slashes comments are not allowed; use "// Comment." instead
(#833) Inline comments must end in full-stops, exclamation marks, or question marks
(#833) No space found before comment text; expected "// TODO: use timestamp in approved field instead of these constants" but found "//TODO: use timestamp in approved field instead of these constants"
(#841) Inline comments must start with a capital letter, digit or 3-dots sequence
(#842) Inline comments must end in full-stops, exclamation marks, or question marks
(#842) No space found before comment text; expected "// $timestart -= (52 * WEEKSECS);" but found "//$timestart -= (52 * WEEKSECS);"
(#844) Short array syntax must be used to define arrays
(#847) Expected 1 space before "=="; 0 found
(#847) Expected 1 space after "=="; 0 found
(#856) Inline comments must end in full-stops, exclamation marks, or question marks
(#860) Inline comments must end in full-stops, exclamation marks, or question marks
(#863) Inline comments must end in full-stops, exclamation marks, or question marks
(#887) Short array syntax must be used to define arrays
(#895) Inline comments must start with a capital letter, digit or 3-dots sequence
(#895) Inline comments must end in full-stops, exclamation marks, or question marks
(#896) Short array syntax must be used to define arrays
(#898) Inline comments must start with a capital letter, digit or 3-dots sequence
(#898) Inline comments must end in full-stops, exclamation marks, or question marks
(#912) Empty IF statement detected
(#912) Expected 1 space before "=="; 0 found
(#912) Expected 1 space after "=="; 0 found
(#912) Expected 1 space before "=="; 0 found
(#912) Expected 1 space after "=="; 0 found
(#913) Inline comments must start with a capital letter, digit or 3-dots sequence
(#913) Inline comments must end in full-stops, exclamation marks, or question marks
(#915) Inline comments must start with a capital letter, digit or 3-dots sequence
(#917) Inline comments must start with a capital letter, digit or 3-dots sequence
(#917) Inline comments must end in full-stops, exclamation marks, or question marks
(#918) Inline comments must start with a capital letter, digit or 3-dots sequence
(#918) Inline comments must end in full-stops, exclamation marks, or question marks
(#922) Inline comments must start with a capital letter, digit or 3-dots sequence
(#922) Inline comments must end in full-stops, exclamation marks, or question marks
(#923) Inline comments must start with a capital letter, digit or 3-dots sequence
(#923) Inline comments must end in full-stops, exclamation marks, or question marks
(#925) Inline comments must start with a capital letter, digit or 3-dots sequence
(#925) Inline comments must end in full-stops, exclamation marks, or question marks
(#926) Short array syntax must be used to define arrays
(#929) Inline comments must start with a capital letter, digit or 3-dots sequence
(#929) Inline comments must end in full-stops, exclamation marks, or question marks
(#932) Inline comments must start with a capital letter, digit or 3-dots sequence
(#932) Inline comments must end in full-stops, exclamation marks, or question marks
(#934) Short array syntax must be used to define arrays
(#936) Short array syntax must be used to define arrays
(#940) Inline comments must start with a capital letter, digit or 3-dots sequence
(#940) Inline comments must end in full-stops, exclamation marks, or question marks
(#941) Short array syntax must be used to define arrays
(#945) Inline comments must start with a capital letter, digit or 3-dots sequence
(#945) Inline comments must end in full-stops, exclamation marks, or question marks
(#948) Inline comments must start with a capital letter, digit or 3-dots sequence
(#948) Inline comments must end in full-stops, exclamation marks, or question marks
(#949) Short array syntax must be used to define arrays
(#952) Short array syntax must be used to define arrays
(#955) Inline comments must start with a capital letter, digit or 3-dots sequence
(#955) Inline comments must end in full-stops, exclamation marks, or question marks
(#956) Short array syntax must be used to define arrays
(#960) Inline comments must start with a capital letter, digit or 3-dots sequence
(#960) Inline comments must end in full-stops, exclamation marks, or question marks
(#966) Inline comments must start with a capital letter, digit or 3-dots sequence
(#966) Inline comments must end in full-stops, exclamation marks, or question marks
(#968) Inline comments must start with a capital letter, digit or 3-dots sequence
(#968) Inline comments must end in full-stops, exclamation marks, or question marks
(#976) Inline comments must start with a capital letter, digit or 3-dots sequence
(#976) Inline comments must end in full-stops, exclamation marks, or question marks
(#977) Inline comments must start with a capital letter, digit or 3-dots sequence
(#977) Inline comments must end in full-stops, exclamation marks, or question marks
(#978) Inline comments must start with a capital letter, digit or 3-dots sequence
(#978) Inline comments must end in full-stops, exclamation marks, or question marks
(#979) Inline comments must start with a capital letter, digit or 3-dots sequence
(#979) Inline comments must end in full-stops, exclamation marks, or question marks
(#980) Inline comments must start with a capital letter, digit or 3-dots sequence
(#980) Inline comments must end in full-stops, exclamation marks, or question marks
(#984) Short array syntax must be used to define arrays
(#987) Short array syntax must be used to define arrays
(#988) Short array syntax must be used to define arrays
(#989) Short array syntax must be used to define arrays
(#993) Inline comments must start with a capital letter, digit or 3-dots sequence
(#993) Inline comments must end in full-stops, exclamation marks, or question marks
(#1022) Line exceeds 132 characters; contains 139 characters
(#1037) Inline comments must end in full-stops, exclamation marks, or question marks
(#1040) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1040) Inline comments must end in full-stops, exclamation marks, or question marks
(#1043) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1043) Inline comments must end in full-stops, exclamation marks, or question marks
(#1046) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1049) Inline comments must end in full-stops, exclamation marks, or question marks
(#1053) Inline comments must end in full-stops, exclamation marks, or question marks
(#1057) Inline comments must end in full-stops, exclamation marks, or question marks
(#1058) Short array syntax must be used to define arrays
(#1063) Short array syntax must be used to define arrays
(#1063) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1063) Inline comments must end in full-stops, exclamation marks, or question marks
(#1064) Short array syntax must be used to define arrays
(#1064) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1064) Inline comments must end in full-stops, exclamation marks, or question marks
(#1064) This comment is 50% valid code; is this commented out code?
(#1067) Expected 1 space before "=="; 0 found
(#1067) Expected 1 space after "=="; 0 found
(#1067) Expected 1 space before "=="; 0 found
(#1067) Expected 1 space after "=="; 0 found
(#1067) Expected 1 space before "=="; 0 found
(#1067) Expected 1 space after "=="; 0 found
(#1068) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1068) Inline comments must end in full-stops, exclamation marks, or question marks
(#1070) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1070) Inline comments must end in full-stops, exclamation marks, or question marks
(#1071) Short array syntax must be used to define arrays
(#1073) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1073) Inline comments must end in full-stops, exclamation marks, or question marks
(#1079) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1079) Inline comments must end in full-stops, exclamation marks, or question marks
(#1083) Inline comments must end in full-stops, exclamation marks, or question marks
(#1087) Inline comments must end in full-stops, exclamation marks, or question marks
(#1090) Inline comments must end in full-stops, exclamation marks, or question marks
(#1104) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1104) Inline comments must end in full-stops, exclamation marks, or question marks
(#1110) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1110) Inline comments must end in full-stops, exclamation marks, or question marks
(#1120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1120) Inline comments must end in full-stops, exclamation marks, or question marks
(#1131) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1137) Short array syntax must be used to define arrays
(#1140) Short array syntax must be used to define arrays
(#1140) There should be a comma after the last array item in a multi-line array.
(#1146) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1146) Inline comments must end in full-stops, exclamation marks, or question marks
(#1154) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1154) Inline comments must end in full-stops, exclamation marks, or question marks
(#1157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1157) Inline comments must end in full-stops, exclamation marks, or question marks
(#1158) Variable "max_unumber" must not contain underscores.
(#1160) Short array syntax must be used to define arrays
(#1167) Short array syntax must be used to define arrays
(#1173) Variable "max_unumber" must not contain underscores.
(#1173) There should be a comma after the last array item in a multi-line array.
(#1212) Short array syntax must be used to define arrays
(#1215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1215) Inline comments must end in full-stops, exclamation marks, or question marks
(#1218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1218) Inline comments must end in full-stops, exclamation marks, or question marks
(#1219) Short array syntax must be used to define arrays
(#1231) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1231) Inline comments must end in full-stops, exclamation marks, or question marks
(#1234) Short array syntax must be used to define arrays
(#1234) Expected 1 space before "=>"; 0 found
(#1234) Expected 1 space after "=>"; 0 found
(#1238) Short array syntax must be used to define arrays
(#1238) Expected 1 space before "=>"; 0 found
(#1238) Expected 1 space after "=>"; 0 found
(#1239) Short array syntax must be used to define arrays
(#1239) Expected 1 space before "=>"; 0 found
(#1239) Expected 1 space after "=>"; 0 found
(#1239) Expected 1 space before "=>"; 0 found
(#1239) Expected 1 space after "=>"; 0 found
(#1239) Expected 1 space before "=>"; 0 found
(#1239) Expected 1 space after "=>"; 0 found
(#1243) Short array syntax must be used to define arrays
(#1243) Expected 1 space before "=>"; 0 found
(#1243) Expected 1 space after "=>"; 0 found
(#1243) Expected 1 space before "=>"; 0 found
(#1243) Expected 1 space after "=>"; 0 found
(#1257) Short array syntax must be used to define arrays
(#1257) Expected 1 space before "=>"; 0 found
(#1257) Expected 1 space after "=>"; 0 found
(#1281) Short array syntax must be used to define arrays
(#1285) Short array syntax must be used to define arrays
(#1293) There should be a comma after the last array item in a multi-line array.
(#1307) Line exceeds 132 characters; contains 135 characters
(#1318) Missing docblock for function reader_print_overview
(#1323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1323) Inline comments must end in full-stops, exclamation marks, or question marks
(#1327) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1327) Inline comments must end in full-stops, exclamation marks, or question marks
(#1334) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1334) Inline comments must end in full-stops, exclamation marks, or question marks
(#1339) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1339) Inline comments must end in full-stops, exclamation marks, or question marks
(#1340) Expected 1 space before "==="; 0 found
(#1340) Expected 1 space after "==="; 0 found
(#1341) Short array syntax must be used to define arrays
(#1344) Inline comments must end in full-stops, exclamation marks, or question marks
(#1344) This comment is 50% valid code; is this commented out code?
(#1360) There should be a comma after the last array item in a multi-line array.
(#1364) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1364) Inline comments must end in full-stops, exclamation marks, or question marks
(#1365) Short array syntax must be used to define arrays
(#1367) Inline comments must end in full-stops, exclamation marks, or question marks
(#1368) Short array syntax must be used to define arrays
(#1368) Short array syntax must be used to define arrays
(#1373) Short array syntax must be used to define arrays
(#1375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1375) This comment is 54% valid code; is this commented out code?
(#1376) No space found before comment text; expected "// if ($reader->availablefrom) {" but found "//if ($reader->availablefrom) {"
(#1377) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1378) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1379) Inline comments must end in full-stops, exclamation marks, or question marks
(#1379) No space found before comment text; expected "// }" but found "//}"
(#1381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1381) Inline comments must end in full-stops, exclamation marks, or question marks
(#1384) Short array syntax must be used to define arrays
(#1387) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1387) Inline comments must end in full-stops, exclamation marks, or question marks
(#1390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1391) Inline comments must end in full-stops, exclamation marks, or question marks
(#1392) Line exceeds 132 characters; contains 137 characters
(#1402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1402) Inline comments must end in full-stops, exclamation marks, or question marks
(#1408) Line exceeds 132 characters; contains 138 characters
(#1409) Line exceeds 132 characters; contains 138 characters
(#1437) Short array syntax must be used to define arrays
(#1454) Short array syntax must be used to define arrays
(#1457) There should be a comma after the last array item in a multi-line array.
(#1460) Short array syntax must be used to define arrays
(#1464) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1464) Inline comments must end in full-stops, exclamation marks, or question marks
(#1469) Expected 1 space before "=="; 0 found
(#1469) Expected 1 space after "=="; 0 found
(#1474) Short array syntax must be used to define arrays
(#1478) Expected "} else {\n"; found "} else {\n"
(#1480) Expected 1 space before "=="; 0 found
(#1480) Expected 1 space after "=="; 0 found
(#1487) Short array syntax must be used to define arrays
(#1510) Missing docblock for function reader_get_view_actions
(#1511) Short array syntax must be used to define arrays
(#1525) Missing docblock for function reader_get_post_actions
(#1526) Short array syntax must be used to define arrays
(#1529) 80 slashes comments are not allowed; use "// Comment." instead
(#1531) Inline comments must end in full-stops, exclamation marks, or question marks
(#1531) 80 slashes comments are not allowed; use "// Comment." instead
(#1549) 26 slashes comments are not allowed; use "// Comment." instead
(#1551) Inline comments must end in full-stops, exclamation marks, or question marks
(#1551) 26 slashes comments are not allowed; use "// Comment." instead
(#1559) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1559) This comment is 72% valid code; is this commented out code?
(#1559) No space found before comment text; expected "// $modes = array('usersummary', 'userdetailed', 'groupsummary', 'booksummary', 'bookdetailed');" but found "//$modes = array('usersummary', 'userdetailed', 'groupsummary', 'booksummary', 'bookdetailed');"
(#1562) Short array syntax must be used to define arrays
(#1573) 26 slashes comments are not allowed; use "// Comment." instead
(#1575) Inline comments must end in full-stops, exclamation marks, or question marks
(#1575) 26 slashes comments are not allowed; use "// Comment." instead
(#1583) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1583) Inline comments must end in full-stops, exclamation marks, or question marks
(#1586) Short array syntax must be used to define arrays
(#1591) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1591) Inline comments must end in full-stops, exclamation marks, or question marks
(#1594) Short array syntax must be used to define arrays
(#1599) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1599) Inline comments must end in full-stops, exclamation marks, or question marks
(#1602) Short array syntax must be used to define arrays
(#1621) Short array syntax must be used to define arrays
(#1623) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1623) Inline comments must end in full-stops, exclamation marks, or question marks
(#1628) 26 slashes comments are not allowed; use "// Comment." instead
(#1630) Inline comments must end in full-stops, exclamation marks, or question marks
(#1630) 26 slashes comments are not allowed; use "// Comment." instead
(#1634) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1634) Inline comments must end in full-stops, exclamation marks, or question marks
(#1637) Short array syntax must be used to define arrays
(#1637) Expected 1 space before "=>"; 0 found
(#1637) Expected 1 space after "=>"; 0 found
(#1637) Expected 1 space before "=>"; 0 found
(#1637) Expected 1 space after "=>"; 0 found
(#1637) Expected 1 space before "=>"; 0 found
(#1637) Expected 1 space after "=>"; 0 found
(#1639) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1639) Inline comments must end in full-stops, exclamation marks, or question marks
(#1642) Short array syntax must be used to define arrays
(#1649) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1649) Inline comments must end in full-stops, exclamation marks, or question marks
(#1652) Short array syntax must be used to define arrays
(#1659) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1659) Inline comments must end in full-stops, exclamation marks, or question marks
(#1663) Short array syntax must be used to define arrays
(#1670) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1670) Inline comments must end in full-stops, exclamation marks, or question marks
(#1674) Short array syntax must be used to define arrays
(#1684) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1684) Inline comments must end in full-stops, exclamation marks, or question marks
(#1688) 26 slashes comments are not allowed; use "// Comment." instead
(#1690) Inline comments must end in full-stops, exclamation marks, or question marks
(#1690) 26 slashes comments are not allowed; use "// Comment." instead
(#1697) Short array syntax must be used to define arrays
(#1697) Expected 1 space before "=>"; 0 found
(#1697) Expected 1 space after "=>"; 0 found
(#1697) Expected 1 space before "=>"; 0 found
(#1697) Expected 1 space after "=>"; 0 found
(#1697) Expected 1 space before "=>"; 0 found
(#1697) Expected 1 space after "=>"; 0 found
(#1701) Short array syntax must be used to define arrays
(#1711) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1711) Inline comments must end in full-stops, exclamation marks, or question marks
(#1715) 26 slashes comments are not allowed; use "// Comment." instead
(#1717) Inline comments must end in full-stops, exclamation marks, or question marks
(#1717) 26 slashes comments are not allowed; use "// Comment." instead
(#1724) Short array syntax must be used to define arrays
(#1726) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1727) Inline comments must end in full-stops, exclamation marks, or question marks
(#1731) Short array syntax must be used to define arrays
(#1731) Expected 1 space before "=>"; 0 found
(#1731) Expected 1 space after "=>"; 0 found
(#1731) Expected 1 space before "=>"; 0 found
(#1731) Expected 1 space after "=>"; 0 found
(#1731) Expected 1 space before "=>"; 0 found
(#1731) Expected 1 space after "=>"; 0 found
(#1741) Short array syntax must be used to define arrays
(#1741) Expected 1 space before "=>"; 0 found
(#1741) Expected 1 space after "=>"; 0 found
(#1741) Expected 1 space before "=>"; 0 found
(#1741) Expected 1 space after "=>"; 0 found
(#1741) Expected 1 space before "=>"; 0 found
(#1741) Expected 1 space after "=>"; 0 found
(#1747) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1747) Inline comments must end in full-stops, exclamation marks, or question marks
(#1753) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1753) Inline comments must end in full-stops, exclamation marks, or question marks
(#1756) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1757) Inline comments must end in full-stops, exclamation marks, or question marks
(#1760) Expected 1 space before "==="; 0 found
(#1760) Expected 1 space after "==="; 0 found
(#1775) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1780) Inline comments must end in full-stops, exclamation marks, or question marks
(#1783) Variable "max_i" must not contain underscores.
(#1786) Expected 1 space before "=="; 0 found
(#1786) Expected 1 space after "=="; 0 found
(#1788) Expected 1 space before "=="; 0 found
(#1788) Expected 1 space after "=="; 0 found
(#1788) Variable "max_i" must not contain underscores.
(#1788) Expected 1 space before "=="; 0 found
(#1788) Expected 1 space after "=="; 0 found
(#1818) Inline comments must end in full-stops, exclamation marks, or question marks
(#1819) Short array syntax must be used to define arrays
(#1819) Expected 1 space before "=>"; 0 found
(#1819) Expected 1 space after "=>"; 0 found
(#1819) Expected 1 space before "=>"; 0 found
(#1819) Expected 1 space after "=>"; 0 found
(#1819) Expected 1 space before "=>"; 0 found
(#1819) Expected 1 space after "=>"; 0 found
(#1819) Expected 1 space before "=>"; 0 found
(#1819) Expected 1 space after "=>"; 0 found
(#1819) Expected 1 space before "=>"; 0 found
(#1819) Expected 1 space after "=>"; 0 found
(#1821) Inline comments must end in full-stops, exclamation marks, or question marks
(#1822) Short array syntax must be used to define arrays
(#1822) Expected 1 space before "=>"; 0 found
(#1822) Expected 1 space after "=>"; 0 found
(#1822) Expected 1 space before "=>"; 0 found
(#1822) Expected 1 space after "=>"; 0 found
(#1822) Expected 1 space before "=>"; 0 found
(#1822) Expected 1 space after "=>"; 0 found
(#1822) Expected 1 space before "=>"; 0 found
(#1822) Expected 1 space after "=>"; 0 found
(#1822) Expected 1 space before "=>"; 0 found
(#1822) Expected 1 space after "=>"; 0 found
(#1822) Line exceeds 132 characters; contains 134 characters
(#1826) 80 slashes comments are not allowed; use "// Comment." instead
(#1828) Inline comments must end in full-stops, exclamation marks, or question marks
(#1828) 80 slashes comments are not allowed; use "// Comment." instead
(#1847) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1847) Inline comments must end in full-stops, exclamation marks, or question marks
(#1849) Short array syntax must be used to define arrays
(#1852) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1852) Inline comments must end in full-stops, exclamation marks, or question marks
(#1856) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1856) Inline comments must end in full-stops, exclamation marks, or question marks
(#1857) Variable "send_usage_stats" must not contain underscores.
(#1859) Variable "send_usage_stats" must not contain underscores.
(#1859) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1859) Inline comments must end in full-stops, exclamation marks, or question marks
(#1862) Inline comments must end in full-stops, exclamation marks, or question marks
(#1864) Variable "send_usage_stats" must not contain underscores.
(#1867) Inline comments must end in full-stops, exclamation marks, or question marks
(#1868) Variable "send_usage_stats" must not contain underscores.
(#1871) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1871) Inline comments must end in full-stops, exclamation marks, or question marks
(#1875) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1875) Inline comments must end in full-stops, exclamation marks, or question marks
(#1880) Empty IF statement detected
(#1882) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1885) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1885) This comment is 55% valid code; is this commented out code?
(#1888) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1889) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1890) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1891) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#1892) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#1893) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#1894) Expected 1 space before comment text but found 23; use block comment if you need indentation
(#1895) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#1896) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#1897) Line exceeds 132 characters; contains 134 characters
(#1897) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#1898) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#1899) Expected 1 space before comment text but found 21; use block comment if you need indentation
(#1900) Expected 1 space before comment text but found 21; use block comment if you need indentation
(#1901) Expected 1 space before comment text but found 25; use block comment if you need indentation
(#1902) Expected 1 space before comment text but found 21; use block comment if you need indentation
(#1903) Expected 1 space before comment text but found 21; use block comment if you need indentation
(#1904) Expected 1 space before comment text but found 17; use block comment if you need indentation
(#1905) Expected 1 space before comment text but found 13; use block comment if you need indentation
(#1906) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1907) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1908) Inline comments must end in full-stops, exclamation marks, or question marks
(#1910) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1911) Inline comments must end in full-stops, exclamation marks, or question marks
(#1913) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1913) This comment is 64% valid code; is this commented out code?
(#1913) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1914) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1915) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1916) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1918) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1918) This comment is 52% valid code; is this commented out code?
(#1918) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1919) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1921) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1921) This comment is 63% valid code; is this commented out code?
(#1921) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1922) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1923) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1924) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1926) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1926) This comment is 70% valid code; is this commented out code?
(#1926) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1927) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1929) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1929) This comment is 61% valid code; is this commented out code?
(#1929) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1930) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1931) Expected 1 space before comment text but found 9; use block comment if you need indentation
(#1932) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#1948) Closing brace must be on a line by itself
(#1949) Closing brace must be on a line by itself
(#1950) Closing brace must be on a line by itself
(#1951) Closing brace must be on a line by itself
(#1963) Visibility must be declared on method "__construct"
(#1981) 80 slashes comments are not allowed; use "// Comment." instead
(#1983) Inline comments must end in full-stops, exclamation marks, or question marks
(#1983) 80 slashes comments are not allowed; use "// Comment." instead
(#2000) Inline comments must end in full-stops, exclamation marks, or question marks
(#2003) Inline comments must end in full-stops, exclamation marks, or question marks
(#2006) Inline comments must end in full-stops, exclamation marks, or question marks
(#2011) Short array syntax must be used to define arrays
(#2030) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2031) Inline comments must end in full-stops, exclamation marks, or question marks
(#2033) Short array syntax must be used to define arrays
(#2053) Short array syntax must be used to define arrays
(#2057) Inline comments must end in full-stops, exclamation marks, or question marks
(#2060) Short array syntax must be used to define arrays
(#2060) Line exceeds 132 characters; contains 156 characters
(#2063) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2086) Short array syntax must be used to define arrays
(#2092) Short array syntax must be used to define arrays
(#2094) Short array syntax must be used to define arrays
(#2094) Line exceeds 132 characters; contains 141 characters
(#2112) Closing brace must be on a line by itself
(#2113) Closing brace must be on a line by itself
(#2114) Closing brace must be on a line by itself
(#2114) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2114) Inline comments must end in full-stops, exclamation marks, or question marks
(#2121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2121) Inline comments must end in full-stops, exclamation marks, or question marks
(#2136) Expected 1 space after asterisk; 0 found
(#2178) Expected 1 space after asterisk; 0 found
(#2183) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2183) Inline comments must end in full-stops, exclamation marks, or question marks
(#2186) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2186) Inline comments must end in full-stops, exclamation marks, or question marks
(#2188) Closing brace must be on a line by itself
(#2189) Closing brace must be on a line by itself
(#2190) Closing brace must be on a line by itself
(#2191) Closing brace must be on a line by itself
(#2192) Closing brace must be on a line by itself
(#2193) Closing brace must be on a line by itself
(#2194) Closing brace must be on a line by itself
(#2195) Closing brace must be on a line by itself
(#2196) Closing brace must be on a line by itself
(#2197) Closing brace must be on a line by itself
(#2198) Closing brace must be on a line by itself
(#2199) Closing brace must be on a line by itself
(#2200) Closing brace must be on a line by itself
(#2201) Closing brace must be on a line by itself
(#2202) Closing brace must be on a line by itself
(#2203) Closing brace must be on a line by itself
(#2204) Closing brace must be on a line by itself
(#2205) Closing brace must be on a line by itself
(#2206) Closing brace must be on a line by itself
(#2207) Closing brace must be on a line by itself
(#2208) Closing brace must be on a line by itself
(#2209) Closing brace must be on a line by itself
(#2210) Closing brace must be on a line by itself
(#2211) Closing brace must be on a line by itself
(#2212) Closing brace must be on a line by itself
(#2213) Closing brace must be on a line by itself
(#2214) Closing brace must be on a line by itself
(#2215) Closing brace must be on a line by itself
(#2216) Closing brace must be on a line by itself
(#2217) Closing brace must be on a line by itself
(#2218) Closing brace must be on a line by itself
(#2219) Closing brace must be on a line by itself
(#2220) Closing brace must be on a line by itself
(#2221) Closing brace must be on a line by itself
(#2222) Closing brace must be on a line by itself
(#2223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2223) Inline comments must end in full-stops, exclamation marks, or question marks
(#2224) Closing brace must be on a line by itself
(#2224) Closing brace must be on a line by itself
(#2237) Expected 1 space before "=="; 0 found
(#2237) Expected 1 space after "=="; 0 found
(#2237) Expected 1 space before "=="; 0 found
(#2237) Expected 1 space after "=="; 0 found
(#2238) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2238) Inline comments must end in full-stops, exclamation marks, or question marks
(#2239) Expected 1 space before "=="; 0 found
(#2239) Expected 1 space after "=="; 0 found
(#2240) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2240) Inline comments must end in full-stops, exclamation marks, or question marks
(#2244) Inline comments must end in full-stops, exclamation marks, or question marks
(#2246) Short array syntax must be used to define arrays
(#2249) Short array syntax must be used to define arrays
(#2252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2252) Inline comments must end in full-stops, exclamation marks, or question marks
(#2253) Expected 1 space before "=="; 0 found
(#2253) Expected 1 space after "=="; 0 found
(#2254) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2254) Inline comments must end in full-stops, exclamation marks, or question marks
(#2260) Inline comments must end in full-stops, exclamation marks, or question marks
(#2261) Short array syntax must be used to define arrays
(#2263) Short array syntax must be used to define arrays
(#2264) Short array syntax must be used to define arrays
(#2267) Short array syntax must be used to define arrays
(#2275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2275) Inline comments must end in full-stops, exclamation marks, or question marks
(#2276) Short array syntax must be used to define arrays
(#2288) Inline comments must end in full-stops, exclamation marks, or question marks
(#2293) 80 slashes comments are not allowed; use "// Comment." instead
(#2295) Inline comments must end in full-stops, exclamation marks, or question marks
(#2295) 80 slashes comments are not allowed; use "// Comment." instead
(#2311) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2311) Inline comments must end in full-stops, exclamation marks, or question marks
(#2314) Expected 1 space before "==="; 0 found
(#2314) Expected 1 space after "==="; 0 found
(#2316) Expected 1 space before "==="; 0 found
(#2316) Expected 1 space after "==="; 0 found
(#2322) Short array syntax must be used to define arrays
(#2328) Short array syntax must be used to define arrays
(#2331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2336) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#2338) Inline comments must end in full-stops, exclamation marks, or question marks
(#2338) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#2340) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2345) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2352) Short array syntax must be used to define arrays
(#2359) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2361) Short array syntax must be used to define arrays
(#2362) Empty IF statement detected
(#2363) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2363) Inline comments must end in full-stops, exclamation marks, or question marks
(#2365) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2365) Inline comments must end in full-stops, exclamation marks, or question marks
(#2377) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2383) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2383) Inline comments must end in full-stops, exclamation marks, or question marks
(#2390) Short array syntax must be used to define arrays
(#2407) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2408) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#2409) Inline comments must end in full-stops, exclamation marks, or question marks
(#2409) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#2411) Expected 1 space before "==="; 0 found
(#2411) Expected 1 space after "==="; 0 found
(#2415) Inline comments must end in full-stops, exclamation marks, or question marks
(#2420) Inline comments must end in full-stops, exclamation marks, or question marks
(#2425) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2429) Inline comments must end in full-stops, exclamation marks, or question marks
(#2430) Expected 1 space before "=="; 0 found
(#2430) Expected 1 space after "=="; 0 found
(#2431) Short array syntax must be used to define arrays
(#2434) Short array syntax must be used to define arrays
(#2440) Inline comments must end in full-stops, exclamation marks, or question marks
(#2441) Expected 1 space before "=="; 0 found
(#2441) Expected 1 space after "=="; 0 found
(#2442) Variable "question_attempt" must not contain underscores.
(#2442) Short array syntax must be used to define arrays
(#2446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2465) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2466) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#2467) Inline comments must end in full-stops, exclamation marks, or question marks
(#2467) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#2468) Short array syntax must be used to define arrays
(#2470) Expected 1 space before "=="; 0 found
(#2470) Expected 1 space after "=="; 0 found
(#2474) Short array syntax must be used to define arrays
(#2475) Short array syntax must be used to define arrays
(#2485) Empty IF statement detected
(#2486) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2493) Short array syntax must be used to define arrays
(#2502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2502) Inline comments must end in full-stops, exclamation marks, or question marks
(#2511) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2511) Inline comments must end in full-stops, exclamation marks, or question marks
(#2518) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2518) Inline comments must end in full-stops, exclamation marks, or question marks
(#2527) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2528) Inline comments must end in full-stops, exclamation marks, or question marks
(#2531) Short array syntax must be used to define arrays
(#2536) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2536) Inline comments must end in full-stops, exclamation marks, or question marks
(#2554) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2555) Inline comments must end in full-stops, exclamation marks, or question marks
(#2559) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2559) Inline comments must end in full-stops, exclamation marks, or question marks
(#2560) Short array syntax must be used to define arrays
(#2562) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2562) Inline comments must end in full-stops, exclamation marks, or question marks
(#2563) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2563) Inline comments must end in full-stops, exclamation marks, or question marks
(#2564) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2564) Inline comments must end in full-stops, exclamation marks, or question marks
(#2565) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2565) Inline comments must end in full-stops, exclamation marks, or question marks
(#2567) There should be a comma after the last array item in a multi-line array.
(#2569) Expected 1 space before "=="; 0 found
(#2569) Expected 1 space after "=="; 0 found
(#2591) Short array syntax must be used to define arrays
(#2602) Closing brace must be on a line by itself
(#2602) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2602) Inline comments must end in full-stops, exclamation marks, or question marks
(#2605) Expected 1 space before "=="; 0 found
(#2605) Expected 1 space after "=="; 0 found
(#2613) Short array syntax must be used to define arrays
(#2634) Short array syntax must be used to define arrays
(#2638) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2638) Inline comments must end in full-stops, exclamation marks, or question marks
(#2638) This comment is 45% valid code; is this commented out code?
(#2642) Variable "use_quiz_slots" must not contain underscores.
(#2644) Short array syntax must be used to define arrays
(#2645) Empty IF statement detected
(#2646) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2646) Inline comments must end in full-stops, exclamation marks, or question marks
(#2648) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2648) Inline comments must end in full-stops, exclamation marks, or question marks
(#2650) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2650) Inline comments must end in full-stops, exclamation marks, or question marks
(#2652) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2652) Inline comments must end in full-stops, exclamation marks, or question marks
(#2654) Variable "use_quiz_slots" must not contain underscores.
(#2655) Inline comments must end in full-stops, exclamation marks, or question marks
(#2656) Short array syntax must be used to define arrays
(#2656) Line exceeds 132 characters; contains 139 characters
(#2662) Inline comments must end in full-stops, exclamation marks, or question marks
(#2663) Short array syntax must be used to define arrays
(#2665) Expected 1 space before "==="; 0 found
(#2665) Expected 1 space after "==="; 0 found
(#2669) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2669) Inline comments must end in full-stops, exclamation marks, or question marks
(#2670) Short array syntax must be used to define arrays
(#2676) There should be a comma after the last array item in a multi-line array.
(#2694) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2694) Inline comments must end in full-stops, exclamation marks, or question marks
(#2697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2697) Inline comments must end in full-stops, exclamation marks, or question marks
(#2713) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2714) Inline comments must end in full-stops, exclamation marks, or question marks
(#2717) Short array syntax must be used to define arrays
(#2719) Variable "use_quiz_slots" must not contain underscores.
(#2720) Inline comments must end in full-stops, exclamation marks, or question marks
(#2721) Short array syntax must be used to define arrays
(#2724) Inline comments must end in full-stops, exclamation marks, or question marks
(#2725) Short array syntax must be used to define arrays
(#2729) Short array syntax must be used to define arrays
(#2732) There should be a comma after the last array item in a multi-line array.
(#2734) Empty IF statement detected
(#2735) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2753) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2753) Inline comments must end in full-stops, exclamation marks, or question marks
(#2799) Short array syntax must be used to define arrays
(#2800) Whitespace found at end of line
(#2807) Short array syntax must be used to define arrays
(#2810) Short array syntax must be used to define arrays
(#2812) Short array syntax must be used to define arrays
(#2815) Short array syntax must be used to define arrays
(#2816) Short array syntax must be used to define arrays
(#2817) Short array syntax must be used to define arrays
(#2819) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2819) Inline comments must end in full-stops, exclamation marks, or question marks
(#2820) Short array syntax must be used to define arrays
(#2828) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2828) Inline comments must end in full-stops, exclamation marks, or question marks
(#2829) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2829) Inline comments must end in full-stops, exclamation marks, or question marks
(#2830) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2830) Inline comments must end in full-stops, exclamation marks, or question marks
(#2838) Empty IF statement detected
(#2838) Expected 1 space before "=="; 0 found
(#2838) Expected 1 space after "=="; 0 found
(#2839) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2839) Inline comments must end in full-stops, exclamation marks, or question marks
(#2877) Short array syntax must be used to define arrays
(#2888) Expected 1 space before "/"; 0 found
(#2888) Expected 1 space after "/"; 0 found
(#2893) Short array syntax must be used to define arrays
(#2901) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2901) Inline comments must end in full-stops, exclamation marks, or question marks
(#2907) Expected 1 space before "=="; 0 found
(#2907) Expected 1 space after "=="; 0 found
(#2911) Short array syntax must be used to define arrays
(#2939) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2939) Inline comments must end in full-stops, exclamation marks, or question marks
(#2941) Expected 1 space before "=="; 0 found
(#2941) Expected 1 space after "=="; 0 found
(#2942) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2942) Inline comments must end in full-stops, exclamation marks, or question marks
(#2949) Short array syntax must be used to define arrays
(#2968) Short array syntax must be used to define arrays
(#3009) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3011) Short array syntax must be used to define arrays
(#3016) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3016) Inline comments must end in full-stops, exclamation marks, or question marks
(#3021) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3021) Inline comments must end in full-stops, exclamation marks, or question marks
(#3022) Short array syntax must be used to define arrays
(#3026) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3042) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3044) Short array syntax must be used to define arrays
(#3049) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3049) Inline comments must end in full-stops, exclamation marks, or question marks
(#3054) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3054) Inline comments must end in full-stops, exclamation marks, or question marks
(#3055) Short array syntax must be used to define arrays
(#3059) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3076) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3076) Inline comments must end in full-stops, exclamation marks, or question marks
(#3076) This comment is 43% valid code; is this commented out code?
(#3079) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3079) Inline comments must end in full-stops, exclamation marks, or question marks
(#3080) Short array syntax must be used to define arrays
(#3082) Short array syntax must be used to define arrays
(#3092) Short array syntax must be used to define arrays
(#3097) Variable "grade_item" must not contain underscores.
(#3098) Variable "grade_item" must not contain underscores.
(#3098) Short array syntax must be used to define arrays
(#3110) Short array syntax must be used to define arrays
(#3119) Inline comments must start with a capital letter, digit or 3-dots sequence
(#3119) Inline comments must end in full-stops, exclamation marks, or question marks
(#3120) Expected 1 space before "=="; 0 found
(#3120) Expected 1 space after "=="; 0 found
(#3120) Expected 1 space before "=="; 0 found
(#3120) Expected 1 space after "=="; 0 found
(#3123) Expected 1 space before "=="; 0 found
(#3123) Expected 1 space after "=="; 0 found
mod/reader/locallib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file locallib.php. Expected mod_reader, found mod.
(#62) Missing docblock for constant mod_reader::RATE_MIN_QUIZ_ATTEMPT
(#63) Missing docblock for constant mod_reader::RATE_MAX_QUIZ_FAILURE
(#74) Missing docblock for constant mod_reader::ACTION_BLOCK_QUIZZES
(#75) Missing docblock for constant mod_reader::ACTION_EMAIL_STUDENT
(#76) Missing docblock for constant mod_reader::ACTION_EMAIL_TEACHER
(#85) Missing docblock for constant mod_reader::PROGRESSBAR_FIXED
(#86) Missing docblock for constant mod_reader::PROGRESSBAR_EXPANDING
(#176) 80 slashes comments are not allowed; use "// Comment." instead
(#178) Inline comments must end in full-stops, exclamation marks, or question marks
(#178) 80 slashes comments are not allowed; use "// Comment." instead
(#188) The static declaration must come after the visibility declaration
(#198) Expected 1 space before opening brace; found 2
(#199) Short array syntax must be used to define arrays
(#218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#219) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Short array syntax must be used to define arrays
(#242) Inline comments must end in full-stops, exclamation marks, or question marks
(#245) Inline comments must end in full-stops, exclamation marks, or question marks
(#248) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Short array syntax must be used to define arrays
(#271) Short array syntax must be used to define arrays
(#275) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#280) Short array syntax must be used to define arrays
(#280) Line exceeds 132 characters; contains 160 characters
(#283) Inline comments must start with a capital letter, digit or 3-dots sequence
(#306) Short array syntax must be used to define arrays
(#312) Short array syntax must be used to define arrays
(#314) Short array syntax must be used to define arrays
(#314) Line exceeds 132 characters; contains 145 characters
(#329) Variable "optional_param_array" must not contain underscores.
(#332) Variable "optional_param_array" must not contain underscores.
(#332) Closing brace must be on a line by itself
(#333) Variable "optional_param_array" must not contain underscores.
(#333) Closing brace must be on a line by itself
(#336) Variable "optional_param_array" must not contain underscores.
(#342) The static declaration must come after the visibility declaration
(#356) Line indented incorrectly; expected 4 spaces, found 5
(#356) The static declaration must come after the visibility declaration
(#362) Closing brace indented incorrectly; expected 5 spaces, found 4
(#373) Line indented incorrectly; expected 4 spaces, found 5
(#373) The static declaration must come after the visibility declaration
(#379) Closing brace indented incorrectly; expected 5 spaces, found 4
(#387) The static declaration must come after the visibility declaration
(#391) Short array syntax must be used to define arrays
(#401) The static declaration must come after the visibility declaration
(#415) The static declaration must come after the visibility declaration
(#421) Short array syntax must be used to define arrays
(#431) The static declaration must come after the visibility declaration
(#448) The static declaration must come after the visibility declaration
(#453) Expected 1 space before "=="; 0 found
(#453) Expected 1 space after "=="; 0 found
(#454) Short array syntax must be used to define arrays
(#454) Short array syntax must be used to define arrays
(#469) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $requires.
(#469) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $strings.
(#470) Short array syntax must be used to define arrays
(#478) 80 slashes comments are not allowed; use "// Comment." instead
(#480) Inline comments must end in full-stops, exclamation marks, or question marks
(#480) 80 slashes comments are not allowed; use "// Comment." instead
(#485) No one-line description found in phpdocs for docblock of function url
(#487) Expected 1 space before "==="; 0 found
(#487) Expected 1 space after "==="; 0 found
(#488) Short array syntax must be used to define arrays
(#491) Empty IF statement detected
(#492) Inline comments must start with a capital letter, digit or 3-dots sequence
(#492) Inline comments must end in full-stops, exclamation marks, or question marks
(#501) Empty IF statement detected
(#502) Inline comments must start with a capital letter, digit or 3-dots sequence
(#502) Inline comments must end in full-stops, exclamation marks, or question marks
(#507) Empty IF statement detected
(#508) Inline comments must start with a capital letter, digit or 3-dots sequence
(#508) Inline comments must end in full-stops, exclamation marks, or question marks
(#519) No one-line description found in phpdocs for docblock of function attempts_url
(#526) No one-line description found in phpdocs for docblock of function books_url
(#533) No one-line description found in phpdocs for docblock of function quizzes_url
(#540) No one-line description found in phpdocs for docblock of function reports_url
(#547) No one-line description found in phpdocs for docblock of function tools_url
(#554) No one-line description found in phpdocs for docblock of function users_url
(#561) No one-line description found in phpdocs for docblock of function view_url
(#562) Expected 1 space before "==="; 0 found
(#562) Expected 1 space after "==="; 0 found
(#573) No one-line description found in phpdocs for docblock of function attempt_url
(#574) Short array syntax must be used to define arrays
(#586) No one-line description found in phpdocs for docblock of function mreader_attempt_url
(#587) Short array syntax must be used to define arrays
(#597) No one-line description found in phpdocs for docblock of function index_url
(#599) Short array syntax must be used to define arrays
(#601) Short array syntax must be used to define arrays
(#609) No one-line description found in phpdocs for docblock of function course_url
(#611) Short array syntax must be used to define arrays
(#613) Short array syntax must be used to define arrays
(#617) Inline comments must end in full-stops, exclamation marks, or question marks
(#618) Expected 1 space before "=="; 0 found
(#618) Expected 1 space after "=="; 0 found
(#624) Expected 1 space before "=="; 0 found
(#624) Expected 1 space after "=="; 0 found
(#642) No one-line description found in phpdocs for docblock of function grades_url
(#644) Short array syntax must be used to define arrays
(#646) Short array syntax must be used to define arrays
(#651) 80 slashes comments are not allowed; use "// Comment." instead
(#653) Inline comments must end in full-stops, exclamation marks, or question marks
(#653) 80 slashes comments are not allowed; use "// Comment." instead
(#658) Invalid docblock tag "@prefix".
(#659) Invalid docblock tag "@prefix".
(#660) Invalid docblock tag "@prefix".
(#664) Expected 1 space before "==="; 0 found
(#664) Expected 1 space after "==="; 0 found
(#667) Expected 1 space before "==="; 0 found
(#667) Expected 1 space after "==="; 0 found
(#670) Expected 1 space before "=="; 0 found
(#670) Expected 1 space after "=="; 0 found
(#670) Expected 1 space before "=="; 0 found
(#670) Expected 1 space after "=="; 0 found
(#686) Missing docblock for function can_addinstance
(#695) Missing docblock for function can_manageattempts
(#704) Missing docblock for function can_managebooks
(#713) Missing docblock for function can_manageremotesites
(#722) Missing docblock for function can_manageusers
(#731) Missing docblock for function can_managetools
(#740) Missing docblock for function can_viewallbooks
(#749) Missing docblock for function can_viewbooks
(#758) Missing docblock for function can_viewreports
(#767) Missing docblock for function can_viewversion
(#779) Missing docblock for function req
(#780) Empty IF statement detected
(#781) Inline comments must start with a capital letter, digit or 3-dots sequence
(#781) Inline comments must end in full-stops, exclamation marks, or question marks
(#783) Expected 1 space before "==="; 0 found
(#783) Expected 1 space after "==="; 0 found
(#786) Expected 1 space before "==="; 0 found
(#786) Expected 1 space after "==="; 0 found
(#802) Missing docblock for function get_rates
(#805) Expected 1 space before "=="; 0 found
(#805) Expected 1 space after "=="; 0 found
(#809) Expected 1 space before "=="; 0 found
(#809) Expected 1 space after "=="; 0 found
(#811) Inline comments must start with a capital letter, digit or 3-dots sequence
(#811) Inline comments must end in full-stops, exclamation marks, or question marks
(#812) Inline comments must start with a capital letter, digit or 3-dots sequence
(#812) Inline comments must end in full-stops, exclamation marks, or question marks
(#824) Inline comments must start with a capital letter, digit or 3-dots sequence
(#824) Inline comments must end in full-stops, exclamation marks, or question marks
(#825) Short array syntax must be used to define arrays
(#831) Inline comments must start with a capital letter, digit or 3-dots sequence
(#831) Inline comments must end in full-stops, exclamation marks, or question marks
(#836) Short array syntax must be used to define arrays
(#838) Inline comments must start with a capital letter, digit or 3-dots sequence
(#838) Inline comments must end in full-stops, exclamation marks, or question marks
(#857) Expected 1 space before "=="; 0 found
(#857) Expected 1 space after "=="; 0 found
(#865) Expected 1 space before "=="; 0 found
(#865) Expected 1 space after "=="; 0 found
(#874) Line indented incorrectly; expected 4 spaces, found 0
(#874) Closing brace indented incorrectly; expected 4 spaces, found 0
(#885) Missing docblock for function get_delay
(#886) Inline comments must start with a capital letter, digit or 3-dots sequence
(#886) Inline comments must end in full-stops, exclamation marks, or question marks
(#894) Inline comments must start with a capital letter, digit or 3-dots sequence
(#894) Inline comments must end in full-stops, exclamation marks, or question marks
(#938) The static declaration must come after the visibility declaration
(#939) Short array syntax must be used to define arrays
(#950) The static declaration must come after the visibility declaration
(#952) Short array syntax must be used to define arrays
(#955) Short array syntax must be used to define arrays
(#955) Inline comments must start with a capital letter, digit or 3-dots sequence
(#955) Inline comments must end in full-stops, exclamation marks, or question marks
(#961) Short array syntax must be used to define arrays
(#962) Short array syntax must be used to define arrays
(#963) Inline comments must start with a capital letter, digit or 3-dots sequence
(#963) Inline comments must end in full-stops, exclamation marks, or question marks
(#967) Inline comments must start with a capital letter, digit or 3-dots sequence
(#967) Inline comments must end in full-stops, exclamation marks, or question marks
(#970) Inline comments must start with a capital letter, digit or 3-dots sequence
(#970) Inline comments must end in full-stops, exclamation marks, or question marks
(#973) Inline comments must start with a capital letter, digit or 3-dots sequence
(#973) Inline comments must end in full-stops, exclamation marks, or question marks
(#977) Inline comments must start with a capital letter, digit or 3-dots sequence
(#977) Inline comments must end in full-stops, exclamation marks, or question marks
(#993) The static declaration must come after the visibility declaration
(#1013) The static declaration must come after the visibility declaration
(#1015) Short array syntax must be used to define arrays
(#1018) Short array syntax must be used to define arrays
(#1018) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1018) Inline comments must end in full-stops, exclamation marks, or question marks
(#1024) Short array syntax must be used to define arrays
(#1025) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1025) Inline comments must end in full-stops, exclamation marks, or question marks
(#1042) The static declaration must come after the visibility declaration
(#1063) The static declaration must come after the visibility declaration
(#1067) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1068) Inline comments must end in full-stops, exclamation marks, or question marks
(#1070) Short array syntax must be used to define arrays
(#1084) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1084) This comment is 56% valid code; is this commented out code?
(#1085) No space found before comment text; expected "// if ($DB->record_exists('quiz_attempts', array('uniqueid' => $readerattempt->uniqueid))) {" but found "//if ($DB->record_exists('quiz_attempts', array('uniqueid' => $readerattempt->uniqueid))) {"
(#1086) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1087) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1088) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1089) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#1090) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#1091) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#1092) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#1093) Inline comments must end in full-stops, exclamation marks, or question marks
(#1093) No space found before comment text; expected "// }" but found "//}"
(#1095) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1096) Inline comments must end in full-stops, exclamation marks, or question marks
(#1101) Inline comments must end in full-stops, exclamation marks, or question marks
(#1102) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1107) Inline comments must end in full-stops, exclamation marks, or question marks
(#1108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1113) Inline comments must end in full-stops, exclamation marks, or question marks
(#1114) Short array syntax must be used to define arrays
(#1129) There should be a comma after the last array item in a multi-line array.
mod/reader/mod_form.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file mod_form.php. Expected mod_reader, found mod.
(#68) Short array syntax must be used to define arrays
(#69) Short array syntax must be used to define arrays
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#75) Inline comments must start with a capital letter, digit or 3-dots sequence
(#75) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#78) Short array syntax must be used to define arrays
(#78) Expected 1 space before "=>"; 0 found
(#78) Expected 1 space after "=>"; 0 found
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) 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) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#119) Short array syntax must be used to define arrays
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#135) Short array syntax must be used to define arrays
(#152) Short array syntax must be used to define arrays
(#159) Inline comments must start with a capital letter, digit or 3-dots sequence
(#159) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#161) Inline comments must start with a capital letter, digit or 3-dots sequence
(#161) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#204) Short array syntax must be used to define arrays
(#208) Inline comments must start with a capital letter, digit or 3-dots sequence
(#208) This comment is 69% valid code; is this commented out code?
(#208) No space found before comment text; expected "// $this->set_type_default_advanced($mform, $config, $name, PARAM_INT);" but found "//$this->set_type_default_advanced($mform, $config, $name, PARAM_INT);"
(#213) Inline comments must start with a capital letter, digit or 3-dots sequence
(#213) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#215) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#219) Short array syntax must be used to define arrays
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#239) Inline comments must start with a capital letter, digit or 3-dots sequence
(#239) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#264) Inline comments must start with a capital letter, digit or 3-dots sequence
(#264) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#266) Inline comments must start with a capital letter, digit or 3-dots sequence
(#266) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#273) Inline comments must start with a capital letter, digit or 3-dots sequence
(#273) This comment is 77% valid code; is this commented out code?
(#273) No space found before comment text; expected "// $mform->addHelpButton($name, 'browsersecurity', 'quiz');" but found "//$mform->addHelpButton($name, 'browsersecurity', 'quiz');"
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) This comment is 59% valid code; is this commented out code?
(#288) No space found before comment text; expected "// $name = 'uniqueip';" but found "//$name = 'uniqueip';"
(#289) No space found before comment text; expected "// $label = get_string($name, $plugin);" but found "//$label = get_string($name, $plugin);"
(#290) No space found before comment text; expected "// $mform->addElement('selectyesno', $name, $label);" but found "//$mform->addElement('selectyesno', $name, $label);"
(#291) No space found before comment text; expected "// $this->set_type_default_advanced($mform, $config, $name, PARAM_INT);" but found "//$this->set_type_default_advanced($mform, $config, $name, PARAM_INT);"
(#292) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) No space found before comment text; expected "// $mform->addHelpButton($name, $name, $plugin);" but found "//$mform->addHelpButton($name, $name, $plugin);"
(#296) Short array syntax must be used to define arrays
(#311) Short array syntax must be used to define arrays
(#318) Short array syntax must be used to define arrays
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#325) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#335) Inline comments must end in full-stops, exclamation marks, or question marks
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#356) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#358) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#363) No space found before comment text; expected "// -----------------------------------------------------------------------------" but found "//-----------------------------------------------------------------------------"
(#375) Inline comments must start with a capital letter, digit or 3-dots sequence
(#375) Inline comments must end in full-stops, exclamation marks, or question marks
(#380) Inline comments must start with a capital letter, digit or 3-dots sequence
(#409) Variable "adv_name" must not contain underscores.
(#410) Variable "adv_name" must not contain underscores.
(#411) Variable "adv_name" must not contain underscores.
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Short array syntax must be used to define arrays
(#443) Inline comments must start with a capital letter, digit or 3-dots sequence
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#451) Inline comments must start with a capital letter, digit or 3-dots sequence
(#451) Inline comments must end in full-stops, exclamation marks, or question marks
(#454) Short array syntax must be used to define arrays
mod/reader/quiz/accessrules.php
(#2) Moodle boilerplate not found at first line
(#22) Incorrect @package tag for file accessrules.php. Expected mod_reader, found mod.
(#41) Missing member variable doc comment
(#42) Missing member variable doc comment
(#43) Missing member variable doc comment
(#44) Missing member variable doc comment
(#45) Missing member variable doc comment
(#46) Missing member variable doc comment
(#46) Short array syntax must be used to define arrays
(#121) Short array syntax must be used to define arrays
(#140) Short array syntax must be used to define arrays
(#157) Short array syntax must be used to define arrays
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#204) This comment is 67% valid code; is this commented out code?
(#204) No space found before comment text; expected "// print_r ($attempt);" but found "//print_r ($attempt);"
(#207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#207) Inline comments must end in full-stops, exclamation marks, or question marks
(#207) This comment is 67% valid code; is this commented out code?
(#207) No space found before comment text; expected "// echo $ruletimeleft."!!";" but found "//echo $ruletimeleft."!!";"
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#212) This comment is 56% valid code; is this commented out code?
(#212) No space found before comment text; expected "// $timeleft = time()+260;" but found "//$timeleft = time()+260;"
(#218) Short array syntax must be used to define arrays
(#225) No one-line description found in phpdocs for docblock of function securewindow_required
(#232) No one-line description found in phpdocs for docblock of function safebrowser_required
(#247) Inline comments must end in full-stops, exclamation marks, or question marks
(#247) No space found before comment text; expected "// TODO: Add this function to renderer" but found "//TODO: Add this function to renderer"
(#248) Missing docblock for function print_start_attempt_button
(#299) Short array syntax must be used to define arrays
(#337) No one-line description found in phpdocs for docblock of function password_required
(#366) No one-line description found in phpdocs for docblock of function confirm_start_attempt_message
(#430) Inline comments must start with a capital letter, digit or 3-dots sequence
(#430) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) Missing member variable doc comment
(#453) Missing member variable doc comment
(#454) Missing member variable doc comment
(#523) Missing docblock for function description
(#526) Missing docblock for function prevent_new_attempt
(#532) Missing docblock for function is_finished
(#541) Missing docblock for function description
(#542) Short array syntax must be used to define arrays
(#557) Missing docblock for function prevent_access
(#558) Line exceeds 132 characters; contains 147 characters
(#563) Missing docblock for function is_finished
(#566) Missing docblock for function time_left
(#574) Inline comments must end in full-stops, exclamation marks, or question marks
(#589) Missing docblock for function prevent_new_attempt
(#591) Line indented incorrectly; expected at least 12 spaces, found 8
(#591) 3 slashes comments are not allowed; use "// Comment." instead
(#595) Line indented incorrectly; expected at least 12 spaces, found 8
(#595) 3 slashes comments are not allowed; use "// Comment." instead
(#622) Expected "if (...) {\n"; found "if (...){\n"
(#635) Missing docblock for function is_finished
(#646) Missing docblock for function prevent_access
(#648) Inline comments must start with a capital letter, digit or 3-dots sequence
(#648) Inline comments must end in full-stops, exclamation marks, or question marks
(#650) Inline comments must start with a capital letter, digit or 3-dots sequence
(#650) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) Inline comments must start with a capital letter, digit or 3-dots sequence
(#652) Inline comments must end in full-stops, exclamation marks, or question marks
(#654) Inline comments must start with a capital letter, digit or 3-dots sequence
(#655) Inline comments must end in full-stops, exclamation marks, or question marks
(#656) Short array syntax must be used to define arrays
(#671) Missing docblock for function description
(#693) Line indented incorrectly; expected at least 8 spaces, found 4
(#693) 3 slashes comments are not allowed; use "// Comment." instead
(#698) Line indented incorrectly; expected at least 8 spaces, found 4
(#698) 3 slashes comments are not allowed; use "// Comment." instead
(#703) Line indented incorrectly; expected at least 8 spaces, found 4
(#703) 3 slashes comments are not allowed; use "// Comment." instead
(#709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#722) Line indented incorrectly; expected at least 8 spaces, found 4
(#722) 3 slashes comments are not allowed; use "// Comment." instead
(#725) Line indented incorrectly; expected at least 8 spaces, found 4
(#725) 3 slashes comments are not allowed; use "// Comment." instead
(#739) Line exceeds 132 characters; contains 134 characters
(#743) Line indented incorrectly; expected at least 8 spaces, found 4
(#743) 3 slashes comments are not allowed; use "// Comment." instead
(#748) Line indented incorrectly; expected at least 8 spaces, found 4
(#748) 3 slashes comments are not allowed; use "// Comment." instead
(#752) Expected 1 space before "=="; 0 found
(#752) Expected 1 space after "=="; 0 found
(#765) Line indented incorrectly; expected at least 8 spaces, found 4
(#765) 3 slashes comments are not allowed; use "// Comment." instead
(#768) Inline comments must start with a capital letter, digit or 3-dots sequence
(#768) Line indented incorrectly; expected at least 8 spaces, found 4
(#768) 3 slashes comments are not allowed; use "// Comment." instead
(#780) Missing docblock for function description
(#783) Missing docblock for function time_left
(#796) Short array syntax must be used to define arrays
(#834) Inline comments must start with a capital letter, digit or 3-dots sequence
(#834) Inline comments must end in full-stops, exclamation marks, or question marks
(#834) No space found before comment text; expected "// prevent message notifications" but found "//prevent message notifications"
(#847) Expected 1 space before asterisk; 0 found
(#849) Missing docblock for function prevent_access
(#857) Missing docblock for function description
mod/reader/quiz/attempt.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file attempt.php. Expected mod_reader, found mod.
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Line exceeds 132 characters; contains 175 characters
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) This comment is 75% valid code; is this commented out code?
(#100) No space found before comment text; expected "// echo $OUTPUT->header();" but found "//echo $OUTPUT->header();"
(#108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#108) This comment is 70% valid code; is this commented out code?
(#108) No space found before comment text; expected "// $PAGE->requires->js_init_call('M.mod_quiz.init_attempt_form', null, false, reader_get_js_module());" but found "//$PAGE->requires->js_init_call('M.mod_quiz.init_attempt_form', null, false, reader_get_js_module());"
(#206) Expected 1 space before "=="; 0 found
(#206) Expected 1 space after "=="; 0 found
mod/reader/quiz/attemptlib.php
(#2) Moodle boilerplate not found at first line
(#25) Incorrect @package tag for file attemptlib.php. Expected mod_reader, found mod.
(#79) You must use "/**" style comments for a member variable comment
(#80) Missing member variable doc comment
(#81) Missing member variable doc comment
(#82) Missing member variable doc comment
(#83) Missing member variable doc comment
(#84) Missing member variable doc comment
(#85) Missing member variable doc comment
(#88) You must use "/**" style comments for a member variable comment
(#89) Missing member variable doc comment
(#90) Missing member variable doc comment
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Line exceeds 132 characters; contains 135 characters
(#124) Inline comments must start with a capital letter, digit or 3-dots sequence
(#124) No space found before comment text; expected "// 'JOIN {question_set_references} qsr ON qsr.component = ? AND qsr.questionarea = ? AND qsr.itemid = qs.id '." but found "//'JOIN {question_set_references} qsr ON qsr.component = ? AND qsr.questionarea = ? AND qsr.itemid = qs.id '."
(#126) Line exceeds 132 characters; contains 144 characters
(#129) Short array syntax must be used to define arrays
(#130) Line indented incorrectly; expected at least 16 spaces, found 0
(#131) Line indented incorrectly; expected at least 16 spaces, found 0
(#132) Line indented incorrectly; expected 16 spaces, found 0
(#133) Line indented incorrectly; expected 20 spaces, found 4
(#134) Line indented incorrectly; expected at least 24 spaces, found 8
(#135) Line indented incorrectly; expected 20 spaces, found 4
(#136) Line indented incorrectly; expected at least 20 spaces, found 4
(#137) Line indented incorrectly; expected 16 spaces, found 0
(#138) Line indented incorrectly; expected at least 16 spaces, found 0
(#139) Line indented incorrectly; expected at least 16 spaces, found 0
(#139) The use of function print_r() is forbidden
(#140) Line indented incorrectly; expected at least 16 spaces, found 0
(#142) Line indented incorrectly; expected at least 16 spaces, found 0
(#142) The use of function print_object() is forbidden
(#143) Line indented incorrectly; expected at least 16 spaces, found 0
(#144) Inline comments must end in full-stops, exclamation marks, or question marks
(#145) Short array syntax must be used to define arrays
(#145) Line exceeds 132 characters; contains 137 characters
(#160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#160) Inline comments must end in full-stops, exclamation marks, or question marks
(#173) Short array syntax must be used to define arrays
(#174) Short array syntax must be used to define arrays
(#176) Short array syntax must be used to define arrays
(#179) Short array syntax must be used to define arrays
(#181) Short array syntax must be used to define arrays
(#183) There should be a comma after the last array item in a multi-line array.
(#197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#197) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) Inline comments must end in full-stops, exclamation marks, or question marks
(#203) No space found before comment text; expected "// $reader = reader_update_effective_access($reader, $userid);" but found "//$reader = reader_update_effective_access($reader, $userid);"
(#217) Short array syntax must be used to define arrays
(#231) Short array syntax must be used to define arrays
(#241) No one-line description found in phpdocs for docblock of function get_navigation_method
(#247) No one-line description found in phpdocs for docblock of function get_context
(#252) No one-line description found in phpdocs for docblock of function get_course
(#257) No one-line description found in phpdocs for docblock of function get_courseid
(#262) No one-line description found in phpdocs for docblock of function get_cm
(#267) No one-line description found in phpdocs for docblock of function get_cmid
(#272) No one-line description found in phpdocs for docblock of function get_reader
(#277) No one-line description found in phpdocs for docblock of function get_quiz
(#282) No one-line description found in phpdocs for docblock of function get_quizid
(#287) No one-line description found in phpdocs for docblock of function get_quiz_name
(#292) No one-line description found in phpdocs for docblock of function get_bookid
(#297) No one-line description found in phpdocs for docblock of function get_readerid
(#302) No one-line description found in phpdocs for docblock of function get_reader_name
(#307) No one-line description found in phpdocs for docblock of function get_num_attempts_allowed
(#315) No one-line description found in phpdocs for docblock of function is_preview_user
(#325) No one-line description found in phpdocs for docblock of function has_questions
(#327) Inline comments must start with a capital letter, digit or 3-dots sequence
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#330) Inline comments must start with a capital letter, digit or 3-dots sequence
(#332) Inline comments must start with a capital letter, digit or 3-dots sequence
(#332) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) No one-line description found in phpdocs for docblock of function get_question
(#346) No one-line description found in phpdocs for docblock of function get_questions
(#350) Short array syntax must be used to define arrays
(#366) No one-line description found in phpdocs for docblock of function get_access_manager
(#390) No one-line description found in phpdocs for docblock of function view_url
(#392) Short array syntax must be used to define arrays
(#399) No one-line description found in phpdocs for docblock of function edit_url
(#408) No one-line description found in phpdocs for docblock of function attempt_url
(#410) Short array syntax must be used to define arrays
(#423) No one-line description found in phpdocs for docblock of function start_attempt_url
(#425) Short array syntax must be used to define arrays
(#439) No one-line description found in phpdocs for docblock of function mreader_attempt_url
(#441) Short array syntax must be used to define arrays
(#450) No one-line description found in phpdocs for docblock of function review_url
(#452) Short array syntax must be used to define arrays
(#461) No one-line description found in phpdocs for docblock of function navigation
(#489) You must use "/**" style comments for a member variable comment
(#490) Missing member variable doc comment
(#491) Missing member variable doc comment
(#493) Inline comments must end in full-stops, exclamation marks, or question marks
(#494) You must use "/**" style comments for a member variable comment
(#495) Missing member variable doc comment
(#496) Missing member variable doc comment
(#497) Missing member variable doc comment
(#500) You must use "/**" style comments for a member variable comment
(#500) Inline comments must start with a capital letter, digit or 3-dots sequence
(#500) Inline comments must end in full-stops, exclamation marks, or question marks
(#501) You must use "/**" style comments for a member variable comment
(#526) Inline comments must end in full-stops, exclamation marks, or question marks
(#527) Short array syntax must be used to define arrays
(#532) Inline comments must end in full-stops, exclamation marks, or question marks
(#532) No space found before comment text; expected "// $this->slots = $DB->get_records('quiz_attempts', $params, 'slot', 'slot, requireprevious');" but found "//$this->slots = $DB->get_records('quiz_attempts', $params, 'slot', 'slot, requireprevious');"
(#533) Whitespace found at end of line
(#534) Inline comments must end in full-stops, exclamation marks, or question marks
(#542) Line exceeds 132 characters; contains 135 characters
(#542) Inline comments must start with a capital letter, digit or 3-dots sequence
(#542) No space found before comment text; expected "// 'JOIN {question_set_references} qsr ON qsr.component = ? AND qsr.questionarea = ? AND qsr.itemid = qs.id '." but found "//'JOIN {question_set_references} qsr ON qsr.component = ? AND qsr.questionarea = ? AND qsr.itemid = qs.id '."
(#544) Line exceeds 132 characters; contains 139 characters
(#547) Short array syntax must be used to define arrays
(#562) Variable "attempt_or_uniqueid" must not contain underscores.
(#565) Variable "attempt_or_uniqueid" must not contain underscores.
(#566) Short array syntax must be used to define arrays
(#567) Short array syntax must be used to define arrays
(#571) Inline comments must end in full-stops, exclamation marks, or question marks
(#571) No space found before comment text; expected "// $reader = reader_update_effective_access($reader, $attempt->userid);" but found "//$reader = reader_update_effective_access($reader, $attempt->userid);"
(#583) Short array syntax must be used to define arrays
(#593) Short array syntax must be used to define arrays
(#596) Missing docblock for function determine_layout
(#597) Short array syntax must be used to define arrays
(#608) Short array syntax must be used to define arrays
(#616) Expected 1 space before "==="; 0 found
(#616) Expected 1 space after "==="; 0 found
(#617) Inline comments must end in full-stops, exclamation marks, or question marks
(#620) Inline comments must end in full-stops, exclamation marks, or question marks
(#673) Short array syntax must be used to define arrays
(#687) Inline comments must start with a capital letter, digit or 3-dots sequence
(#731) No one-line description found in phpdocs for docblock of function get_course
(#736) No one-line description found in phpdocs for docblock of function get_courseid
(#741) No one-line description found in phpdocs for docblock of function get_cm
(#746) No one-line description found in phpdocs for docblock of function get_cmid
(#751) No one-line description found in phpdocs for docblock of function get_quizid
(#756) No one-line description found in phpdocs for docblock of function get_readerid
(#761) No one-line description found in phpdocs for docblock of function get_reader_name
(#769) No one-line description found in phpdocs for docblock of function is_preview_user
(#774) No one-line description found in phpdocs for docblock of function get_num_attempts_allowed
(#779) No one-line description found in phpdocs for docblock of function get_num_pages
(#788) No one-line description found in phpdocs for docblock of function get_access_manager
(#793) No one-line description found in phpdocs for docblock of function get_attemptid
(#798) No one-line description found in phpdocs for docblock of function get_uniqueid
(#803) No one-line description found in phpdocs for docblock of function get_attempt
(#808) No one-line description found in phpdocs for docblock of function get_attempt_number
(#813) No one-line description found in phpdocs for docblock of function get_userid
(#818) No one-line description found in phpdocs for docblock of function get_currentpage
(#826) No one-line description found in phpdocs for docblock of function is_finished
(#827) Expected 1 space before "=="; 0 found
(#827) Expected 1 space after "=="; 0 found
(#831) No one-line description found in phpdocs for docblock of function is_preview
(#850) No one-line description found in phpdocs for docblock of function is_own_preview
(#913) No one-line description found in phpdocs for docblock of function get_attempt_state
(#979) No one-line description found in phpdocs for docblock of function is_last_page
(#992) Short array syntax must be used to define arrays
(#1108) No one-line description found in phpdocs for docblock of function view_url
(#1115) No one-line description found in phpdocs for docblock of function start_attempt_url
(#1134) No one-line description found in phpdocs for docblock of function attempt_url
(#1141) No one-line description found in phpdocs for docblock of function summary_url
(#1143) Short array syntax must be used to define arrays
(#1150) No one-line description found in phpdocs for docblock of function processattempt_url
(#1164) No one-line description found in phpdocs for docblock of function review_url
(#1201) Short array syntax must be used to define arrays
(#1300) Short array syntax must be used to define arrays
(#1337) Visibility must be declared on method "save_best_grade"
(#1347) Inline comments must end in full-stops, exclamation marks, or question marks
(#1353) Inline comments must end in full-stops, exclamation marks, or question marks
(#1357) Inline comments must end in full-stops, exclamation marks, or question marks
(#1358) Short array syntax must be used to define arrays
(#1389) Visibility must be declared on method "calculate_best_grade"
(#1391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1391) Inline comments must end in full-stops, exclamation marks, or question marks
(#1414) Expected 1 space before "/"; 0 found
(#1414) Expected 1 space after "/"; 0 found
(#1426) Line indented incorrectly; expected 4 spaces, found 3
(#1426) Closing brace indented incorrectly; expected 4 spaces, found 3
(#1472) Line exceeds 132 characters; contains 142 characters
(#1473) Line exceeds 132 characters; contains 147 characters
(#1510) Inline comments must end in full-stops, exclamation marks, or question marks
(#1540) Short array syntax must be used to define arrays
(#1550) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1593) Short array syntax must be used to define arrays
(#1603) No one-line description found in phpdocs for docblock of function get_navigation_method
(#1632) Short array syntax must be used to define arrays
(#1635) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1639) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1655) Expected 1 space before "=="; 0 found
(#1655) Expected 1 space after "=="; 0 found
(#1669) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1669) Inline comments must end in full-stops, exclamation marks, or question marks
(#1674) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1674) Inline comments must end in full-stops, exclamation marks, or question marks
(#1679) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1679) Inline comments must end in full-stops, exclamation marks, or question marks
(#1689) Short array syntax must be used to define arrays
(#1695) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1695) Inline comments must end in full-stops, exclamation marks, or question marks
(#1721) Variable "issue_badge" must not contain underscores.
(#1722) Variable "finish_early" must not contain underscores.
(#1725) Expected 1 space before "=="; 0 found
(#1725) Expected 1 space after "=="; 0 found
(#1736) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1736) Inline comments must end in full-stops, exclamation marks, or question marks
(#1738) Variable "finish_early" must not contain underscores.
(#1738) Closing brace must be on a line by itself
(#1739) Variable "finish_early" must not contain underscores.
(#1739) Expected 1 space before "=="; 0 found
(#1739) Expected 1 space after "=="; 0 found
(#1739) Closing brace must be on a line by itself
(#1741) Variable "finish_early" must not contain underscores.
(#1746) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1746) Inline comments must end in full-stops, exclamation marks, or question marks
(#1748) Variable "issue_badge" must not contain underscores.
(#1748) Closing brace must be on a line by itself
(#1749) Variable "issue_badge" must not contain underscores.
(#1749) Closing brace must be on a line by itself
(#1751) Variable "issue_badge" must not contain underscores.
(#1766) Missing member variable doc comment
(#1767) Missing member variable doc comment
(#1768) Missing member variable doc comment
(#1769) Missing member variable doc comment
(#1770) Missing member variable doc comment
(#1771) Missing member variable doc comment
(#1772) Missing member variable doc comment
(#1788) Expected "int" but found "integer" for @var tag in member variable comment
(#1790) Expected "bool" but found "boolean" for @var tag in member variable comment
(#1793) Missing docblock for function __construct
(#1807) Short array syntax must be used to define arrays
(#1841) Missing docblock for function render_end_bits
(#1855) Short array syntax must be used to define arrays
(#1859) The abstract declaration must precede the visibility declaration
(#1859) Missing docblock for function get_question_url
(#1875) Short array syntax must be used to define arrays
(#1912) Short array syntax must be used to define arrays
(#1925) Short array syntax must be used to define arrays
(#1989) Inline comments must end in full-stops, exclamation marks, or question marks
(#1991) Short array syntax must be used to define arrays
(#1992) Short array syntax must be used to define arrays
(#2003) Inline comments must end in full-stops, exclamation marks, or question marks
(#2005) Short array syntax must be used to define arrays
(#2016) Inline comments must end in full-stops, exclamation marks, or question marks
(#2037) Short array syntax must be used to define arrays
(#2040) Short array syntax must be used to define arrays
(#2041) Short array syntax must be used to define arrays
(#2042) Short array syntax must be used to define arrays
(#2043) Short array syntax must be used to define arrays
(#2044) Short array syntax must be used to define arrays
(#2048) Inline comments must end in full-stops, exclamation marks, or question marks
(#2049) Short array syntax must be used to define arrays
(#2052) Short array syntax must be used to define arrays
(#2054) Short array syntax must be used to define arrays
(#2055) Short array syntax must be used to define arrays
(#2056) Short array syntax must be used to define arrays
(#2057) Short array syntax must be used to define arrays
(#2058) Short array syntax must be used to define arrays
(#2059) Short array syntax must be used to define arrays
(#2060) Short array syntax must be used to define arrays
(#2084) Expected 1 space after "="; 12 found
(#2085) Missing docblock for constant mod_reader_display_options::IMMEDIATELY_AFTER
(#2086) Missing docblock for constant mod_reader_display_options::LATER_WHILE_OPEN
(#2086) Expected 1 space after "="; 2 found
(#2087) Missing docblock for constant mod_reader_display_options::AFTER_CLOSE
(#2087) Expected 1 space after "="; 7 found
(#2091) Expected "bool" but found "boolean" for @var tag in member variable comment
(#2097) Expected "bool" but found "boolean" for @var tag in member variable comment
(#2142) Missing docblock for function extract
mod/reader/quiz/mreader.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file mreader.php. Expected mod_reader, found mod.
(#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
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#46) Short array syntax must be used to define arrays
(#47) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#52) Short array syntax must be used to define arrays
(#57) Inline comments must start with a capital letter, digit or 3-dots sequence
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Short array syntax must be used to define arrays
(#64) Short array syntax must be used to define arrays
(#66) Short array syntax must be used to define arrays
(#73) Inline comments must start with a capital letter, digit or 3-dots sequence
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#79) Inline comments must start with a capital letter, digit or 3-dots sequence
(#79) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Short array syntax must be used to define arrays
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Space found before semicolon; expected "};" but found "}\n ;"
(#95) Short array syntax must be used to define arrays
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Short array syntax must be used to define arrays
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Short array syntax must be used to define arrays
(#108) Short array syntax must be used to define arrays
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Short array syntax must be used to define arrays
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Expected 1 space before "=="; 0 found
(#128) Expected 1 space after "=="; 0 found
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#139) Inline comments must start with a capital letter, digit or 3-dots sequence
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Short array syntax must be used to define arrays
(#143) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Short array syntax must be used to define arrays
(#149) Inline comments must start with a capital letter, digit or 3-dots sequence
(#149) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/quiz/mreaderlib.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file mreaderlib.php. Expected mod_reader, found mod.
(#47) Missing docblock for constant reader_site::REMOTE_SITEID_SCRIPT
(#48) Missing docblock for constant reader_site::REMOTE_START_SCRIPT
(#49) Missing docblock for constant reader_site::REMOTE_CONTINUE_SCRIPT
(#50) Missing docblock for constant reader_site::REMOTE_FINISH_SCRIPT
(#58) Missing docblock for constant reader_site::LENGTH_FIRSTNAME
(#59) Missing docblock for constant reader_site::LENGTH_LASTNAME
(#61) Missing @var tag in member variable comment
(#64) Missing @var tag in member variable comment
(#67) Missing @var tag in member variable comment
(#70) Missing @var tag in member variable comment
(#73) Missing @var tag in member variable comment
(#75) Missing member variable doc comment
(#77) Missing @var tag in member variable comment
(#80) Missing @var tag in member variable comment
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 5
(#114) Spaces must be used to indent lines; tabs are not allowed
(#114) Tab found within whitespace
(#114) Line indented incorrectly; expected at least 8 spaces, found 5
(#124) Expected 1 space before "==="; 0 found
(#124) Expected 1 space after "==="; 0 found
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 12 spaces, found 9
(#125) Short array syntax must be used to define arrays
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 12 spaces, found 3
(#126) Expected 1 space before "==="; 0 found
(#126) Expected 1 space after "==="; 0 found
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 16 spaces, found 4
(#127) Short array syntax must be used to define arrays
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#130) Spaces must be used to indent lines; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 16 spaces, found 4
(#131) Spaces must be used to indent lines; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected 12 spaces, found 3
(#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 12 spaces, found 3
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 12 spaces, found 9
(#148) Short array syntax must be used to define arrays
(#149) Spaces must be used to indent lines; tabs are not allowed
(#149) Tab found within whitespace
(#149) Line indented incorrectly; expected at least 12 spaces, found 3
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected at least 12 spaces, found 9
(#182) Spaces must be used to indent lines; tabs are not allowed
(#182) Tab found within whitespace
(#182) Line indented incorrectly; expected at least 8 spaces, found 5
(#183) Spaces must be used to indent lines; tabs are not allowed
(#183) Tab found within whitespace
(#183) Line indented incorrectly; expected at least 8 spaces, found 5
(#192) Short array syntax must be used to define arrays
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 8 spaces, found 5
(#202) Spaces must be used to indent lines; tabs are not allowed
(#202) Tab found within whitespace
(#202) Line indented incorrectly; expected at least 8 spaces, found 5
(#211) Short array syntax must be used to define arrays
(#220) Spaces must be used to indent lines; tabs are not allowed
(#220) Tab found within whitespace
(#220) Line indented incorrectly; expected at least 8 spaces, found 5
(#221) Spaces must be used to indent lines; tabs are not allowed
(#221) Tab found within whitespace
(#221) Line indented incorrectly; expected at least 8 spaces, found 5
(#230) Short array syntax must be used to define arrays
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 8 spaces, found 5
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 8 spaces, found 5
(#249) Short array syntax must be used to define arrays
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 8 spaces, found 5
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Line indented incorrectly; expected at least 8 spaces, found 5
(#268) Short array syntax must be used to define arrays
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected at least 8 spaces, found 5
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected at least 8 spaces, found 5
(#287) Short array syntax must be used to define arrays
(#305) Spaces must be used to indent lines; tabs are not allowed
(#305) Tab found within whitespace
(#305) Line indented incorrectly; expected at least 8 spaces, found 5
(#305) Short array syntax must be used to define arrays
(#315) Spaces must be used to indent lines; tabs are not allowed
(#315) Tab found within whitespace
(#315) Line indented incorrectly; expected at least 8 spaces, found 5
(#315) Short array syntax must be used to define arrays
(#316) Spaces must be used to indent lines; tabs are not allowed
(#316) Tab found within whitespace
(#317) Spaces must be used to indent lines; tabs are not allowed
(#317) Tab found within whitespace
(#317) Inline comments must start with a capital letter, digit or 3-dots sequence
(#317) Inline comments must end in full-stops, exclamation marks, or question marks
(#327) Spaces must be used to indent lines; tabs are not allowed
(#327) Tab found within whitespace
(#327) Line indented incorrectly; expected at least 8 spaces, found 5
(#327) Short array syntax must be used to define arrays
(#333) Expected 5 spaces before asterisk; 6 found
(#337) Spaces must be used to indent lines; tabs are not allowed
(#337) Tab found within whitespace
(#337) Line indented incorrectly; expected at least 8 spaces, found 5
(#337) Short array syntax must be used to define arrays
(#359) Missing docblock for constant reader_site_mreader::REMOTE_SITEID_SCRIPT
(#360) Missing docblock for constant reader_site_mreader::REMOTE_START_SCRIPT
(#361) Missing docblock for constant reader_site_mreader::REMOTE_CONTINUE_SCRIPT
(#362) Missing docblock for constant reader_site_mreader::REMOTE_FINISH_SCRIPT
(#374) Whitespace found at end of line
(#375) Spaces must be used to indent lines; tabs are not allowed
(#375) Tab found within whitespace
(#376) Expected 1 space before "?"; 2 found
(#376) Expected 1 space before ":"; 2 found
(#386) Spaces must be used to indent lines; tabs are not allowed
(#386) Tab found within whitespace
(#386) Line indented incorrectly; expected at least 8 spaces, found 5
(#387) Short array syntax must be used to define arrays
(#388) Spaces must be used to indent lines; tabs are not allowed
(#388) Tab found within whitespace
(#389) Spaces must be used to indent lines; tabs are not allowed
(#389) Tab found within whitespace
(#390) Spaces must be used to indent lines; tabs are not allowed
(#390) Tab found within whitespace
(#390) Short array syntax must be used to define arrays
(#391) Spaces must be used to indent lines; tabs are not allowed
(#391) Tab found within whitespace
(#391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#391) Inline comments must end in full-stops, exclamation marks, or question marks
(#392) Spaces must be used to indent lines; tabs are not allowed
(#392) Tab found within whitespace
(#392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#393) Spaces must be used to indent lines; tabs are not allowed
(#393) Tab found within whitespace
(#393) There should be a comma after the last array item in a multi-line array.
(#403) Expected 1 space before "=="; 0 found
(#403) Expected 1 space after "=="; 0 found
(#408) Short array syntax must be used to define arrays
(#409) Spaces must be used to indent lines; tabs are not allowed
(#409) Tab found within whitespace
(#410) Spaces must be used to indent lines; tabs are not allowed
(#410) Tab found within whitespace
(#411) Spaces must be used to indent lines; tabs are not allowed
(#411) Tab found within whitespace
(#411) There should be a comma after the last array item in a multi-line array.
(#421) Expected 1 space before "=="; 0 found
(#421) Expected 1 space after "=="; 0 found
(#426) Short array syntax must be used to define arrays
(#427) Spaces must be used to indent lines; tabs are not allowed
(#427) Tab found within whitespace
(#428) Spaces must be used to indent lines; tabs are not allowed
(#428) Tab found within whitespace
(#429) Spaces must be used to indent lines; tabs are not allowed
(#429) Tab found within whitespace
(#429) There should be a comma after the last array item in a multi-line array.
(#439) Short array syntax must be used to define arrays
(#440) Spaces must be used to indent lines; tabs are not allowed
(#440) Tab found within whitespace
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#442) Spaces must be used to indent lines; tabs are not allowed
(#442) Tab found within whitespace
(#442) There should be a comma after the last array item in a multi-line array.
(#452) Short array syntax must be used to define arrays
(#453) Spaces must be used to indent lines; tabs are not allowed
(#453) Tab found within whitespace
(#454) Spaces must be used to indent lines; tabs are not allowed
(#454) Tab found within whitespace
(#455) Spaces must be used to indent lines; tabs are not allowed
(#455) Tab found within whitespace
(#456) Spaces must be used to indent lines; tabs are not allowed
(#456) Tab found within whitespace
(#456) Inline comments must start with a capital letter, digit or 3-dots sequence
(#456) Inline comments must end in full-stops, exclamation marks, or question marks
(#466) Short array syntax must be used to define arrays
(#467) Spaces must be used to indent lines; tabs are not allowed
(#467) Tab found within whitespace
(#468) Spaces must be used to indent lines; tabs are not allowed
(#468) Tab found within whitespace
(#469) Spaces must be used to indent lines; tabs are not allowed
(#469) Tab found within whitespace
(#470) Spaces must be used to indent lines; tabs are not allowed
(#470) Tab found within whitespace
(#470) Inline comments must start with a capital letter, digit or 3-dots sequence
(#470) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) Spaces must be used to indent lines; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 8 spaces, found 5
(#481) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/reader/quiz/processattempt.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file processattempt.php. Expected mod_reader, found mod.
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Inline comments must start with a capital letter, digit or 3-dots sequence
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#105) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/quiz/startattempt.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file startattempt.php. Expected mod_reader, found mod.
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#44) Short array syntax must be used to define arrays
(#44) Expected 1 space before "=>"; 0 found
(#44) Expected 1 space after "=>"; 0 found
(#45) Short array syntax must be used to define arrays
(#45) Expected 1 space before "=>"; 0 found
(#45) Expected 1 space after "=>"; 0 found
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must start with a capital letter, digit or 3-dots sequence
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) This comment is 55% valid code; is this commented out code?
(#68) No space found before comment text; expected "// require_login($readerquiz->get_courseid(), false, $readerquiz->get_cm());" but found "//require_login($readerquiz->get_courseid(), false, $readerquiz->get_cm());"
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#69) No space found before comment text; expected "// require_sesskey();" but found "//require_sesskey();"
(#79) Line exceeds 132 characters; contains 133 characters
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#84) This comment is 75% valid code; is this commented out code?
(#84) No space found before comment text; expected "// echo $OUTPUT->header();" but found "//echo $OUTPUT->header();"
(#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
(#89) This comment is 75% valid code; is this commented out code?
(#89) No space found before comment text; expected "// echo $OUTPUT->header();" but found "//echo $OUTPUT->header();"
(#92) Inline comments must start with a capital letter, digit or 3-dots sequence
(#92) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Inline comments must start with a capital letter, digit or 3-dots sequence
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Short array syntax must be used to define arrays
(#130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#130) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#138) Short array syntax must be used to define arrays
(#146) Short array syntax must be used to define arrays
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#164) Short array syntax must be used to define arrays
(#169) Line exceeds 132 characters; contains 135 characters
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Inline comments must start with a capital letter, digit or 3-dots sequence
(#185) Inline comments must end in full-stops, exclamation marks, or question marks
(#186) Short array syntax must be used to define arrays
(#200) Inline comments must start with a capital letter, digit or 3-dots sequence
(#200) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/quiz/summary.php
(#2) Moodle boilerplate not found at first line
(#22) Incorrect @package tag for file summary.php. Expected mod_reader, found mod.
(#36) Short array syntax must be used to define arrays
(#45) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#61) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Line exceeds 132 characters; contains 139 characters
(#85) Inline comments must start with a capital letter, digit or 3-dots sequence
(#85) This comment is 62% valid code; is this commented out code?
(#85) No space found before comment text; expected "// print_r ($readerattempt);" but found "//print_r ($readerattempt);"
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) No space found before comment text; expected "// print_r ($displayoptions);" but found "//print_r ($displayoptions);"
(#88) Inline comments must start with a capital letter, digit or 3-dots sequence
(#88) This comment is 71% valid code; is this commented out code?
(#88) No space found before comment text; expected "// $output = $PAGE->get_renderer('mod_quiz');" but found "//$output = $PAGE->get_renderer('mod_quiz');"
(#89) No space found before comment text; expected "// echo $output->summary_page($readerattempt, $displayoptions);" but found "//echo $output->summary_page($readerattempt, $displayoptions);"
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#91) This comment is 50% valid code; is this commented out code?
(#91) Line exceeds maximum limit of 180 characters; contains 400 characters
(#91) No space found before comment text; expected "// echo '<form method="post" action='processattempt.php'><div><input value="Submit all and finish" id="single_button4e9bafc1437fa" type="submit"><input name="attempt" value="5" type="hidden"><input name="finishattempt" value="1" type="hidden"><input name="timeup" value="0" type="hidden"><input name="slots" value="" type="hidden"><input name="sesskey" value="OMFyfrDQMO" type="hidden"></div></form>';" but found "//echo '<form method="post" action='processattempt.php'><div><input value="Submit all and finish" id="single_button4e9bafc1437fa" type="submit"><input name="attempt" value="5" type="hidden"><input name="finishattempt" value="1" type="hidden"><input name="timeup" value="0" type="hidden"><input name="slots" value="" type="hidden"><input name="sesskey" value="OMFyfrDQMO" type="hidden"></div></form>';"
(#101) Line exceeds 132 characters; contains 169 characters
(#102) Line exceeds 132 characters; contains 169 characters
(#103) Line exceeds 132 characters; contains 169 characters
(#104) Line exceeds 132 characters; contains 175 characters
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/renderer.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file renderer.php. Expected mod_reader, found mod.
(#29) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#48) Missing docblock for constant mod_reader_renderer::TAB_SETTINGS
(#49) Missing docblock for constant mod_reader_renderer::TAB_REPORTS
(#50) Missing docblock for constant mod_reader_renderer::TAB_BOOKS
(#51) Missing docblock for constant mod_reader_renderer::TAB_USERS
(#52) Missing docblock for constant mod_reader_renderer::TAB_TOOLS
(#53) Missing docblock for constant mod_reader_renderer::TAB_ADMINAREA
(#56) Missing @var tag in member variable comment
(#59) Missing @var tag in member variable comment
(#60) Short array syntax must be used to define arrays
(#67) Expected 1 space before opening brace; found 3
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) 43 slashes comments are not allowed; use "// Comment." instead
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) 43 slashes comments are not allowed; use "// Comment." instead
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#89) Inline comments must end in full-stops, exclamation marks, or question marks
(#92) Short array syntax must be used to define arrays
(#93) Short array syntax must be used to define arrays
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) 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
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#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 start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Inline comments must start with a capital letter, digit or 3-dots sequence
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Expected 1 space before "=="; 0 found
(#142) Expected 1 space after "=="; 0 found
(#172) Short array syntax must be used to define arrays
(#177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#177) This comment is 50% valid code; is this commented out code?
(#182) Short array syntax must be used to define arrays
(#187) Short array syntax must be used to define arrays
(#192) Short array syntax must be used to define arrays
(#198) Short array syntax must be used to define arrays
(#204) Short array syntax must be used to define arrays
(#210) Short array syntax must be used to define arrays
(#216) Short array syntax must be used to define arrays
(#230) Expected 1 space before "=="; 0 found
(#230) Expected 1 space after "=="; 0 found
(#237) Inline comments must start with a capital letter, digit or 3-dots sequence
(#237) 43 slashes comments are not allowed; use "// Comment." instead
(#239) Inline comments must end in full-stops, exclamation marks, or question marks
(#239) 43 slashes comments are not allowed; use "// Comment." instead
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#270) Inline comments must start with a capital letter, digit or 3-dots sequence
(#270) Inline comments must end in full-stops, exclamation marks, or question marks
(#271) Inline comments must start with a capital letter, digit or 3-dots sequence
(#271) Inline comments must end in full-stops, exclamation marks, or question marks
(#272) Inline comments must start with a capital letter, digit or 3-dots sequence
(#272) Inline comments must end in full-stops, exclamation marks, or question marks
(#273) Expected 1 space before "=="; 0 found
(#273) Expected 1 space after "=="; 0 found
(#281) Inline comments must start with a capital letter, digit or 3-dots sequence
(#281) Inline comments must end in full-stops, exclamation marks, or question marks
(#282) Expected 1 space before "=="; 0 found
(#282) Expected 1 space after "=="; 0 found
(#290) Expected 1 space before "==="; 0 found
(#290) Expected 1 space after "==="; 0 found
(#290) Expected 1 space before "=="; 0 found
(#290) Expected 1 space after "=="; 0 found
(#292) Short array syntax must be used to define arrays
(#297) Expected 1 space before "==="; 0 found
(#297) Expected 1 space after "==="; 0 found
(#297) Expected 1 space before "=="; 0 found
(#297) Expected 1 space after "=="; 0 found
(#298) Short array syntax must be used to define arrays
(#303) Expected 1 space before "==="; 0 found
(#303) Expected 1 space after "==="; 0 found
(#303) Expected 1 space before "=="; 0 found
(#303) Expected 1 space after "=="; 0 found
(#304) Short array syntax must be used to define arrays
(#325) Inline comments must start with a capital letter, digit or 3-dots sequence
(#325) Inline comments must end in full-stops, exclamation marks, or question marks
(#326) Expected 1 space before "=="; 0 found
(#326) Expected 1 space after "=="; 0 found
(#327) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Commas (,) must be followed by white space.
(#352) Line exceeds 132 characters; contains 150 characters
(#358) Inline comments must start with a capital letter, digit or 3-dots sequence
(#358) Inline comments must end in full-stops, exclamation marks, or question marks
(#359) Short array syntax must be used to define arrays
(#361) Inline comments must start with a capital letter, digit or 3-dots sequence
(#361) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) Expected 1 space before "=="; 0 found
(#362) Expected 1 space after "=="; 0 found
(#368) Short array syntax must be used to define arrays
(#370) Expected 1 space before "=="; 0 found
(#370) Expected 1 space after "=="; 0 found
(#373) Short array syntax must be used to define arrays
(#374) Short array syntax must be used to define arrays
(#377) Short array syntax must be used to define arrays
(#381) Inline comments must start with a capital letter, digit or 3-dots sequence
(#381) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) Short array syntax must be used to define arrays
(#391) Short array syntax must be used to define arrays
(#392) Expected 1 space before "=="; 0 found
(#392) Expected 1 space after "=="; 0 found
(#401) Short array syntax must be used to define arrays
(#402) Expected 1 space before "=="; 0 found
(#402) Expected 1 space after "=="; 0 found
(#402) Expected 1 space before "=="; 0 found
(#402) Expected 1 space after "=="; 0 found
(#403) Short array syntax must be used to define arrays
(#432) Short array syntax must be used to define arrays
(#434) Line exceeds 132 characters; contains 146 characters
(#440) Inline comments must start with a capital letter, digit or 3-dots sequence
(#440) Inline comments must end in full-stops, exclamation marks, or question marks
(#441) Short array syntax must be used to define arrays
(#443) Inline comments must start with a capital letter, digit or 3-dots sequence
(#443) Inline comments must end in full-stops, exclamation marks, or question marks
(#444) Expected 1 space before "=="; 0 found
(#444) Expected 1 space after "=="; 0 found
(#446) Short array syntax must be used to define arrays
(#448) Expected 1 space before "=="; 0 found
(#448) Expected 1 space after "=="; 0 found
(#451) Short array syntax must be used to define arrays
(#452) Short array syntax must be used to define arrays
(#455) Short array syntax must be used to define arrays
(#460) Inline comments must start with a capital letter, digit or 3-dots sequence
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#463) Short array syntax must be used to define arrays
(#470) Expected 1 space before "=="; 0 found
(#470) Expected 1 space after "=="; 0 found
(#470) Expected 1 space before "=="; 0 found
(#470) Expected 1 space after "=="; 0 found
(#475) Short array syntax must be used to define arrays
(#476) Expected 1 space before "=="; 0 found
(#476) Expected 1 space after "=="; 0 found
(#485) Short array syntax must be used to define arrays
(#486) Expected 1 space before "=="; 0 found
(#486) Expected 1 space after "=="; 0 found
(#486) Expected 1 space before "=="; 0 found
(#486) Expected 1 space after "=="; 0 found
(#487) Short array syntax must be used to define arrays
(#516) Short array syntax must be used to define arrays
(#524) Short array syntax must be used to define arrays
(#526) Expected 1 space before "=="; 0 found
(#526) Expected 1 space after "=="; 0 found
(#528) Short array syntax must be used to define arrays
(#530) Expected 1 space before "=="; 0 found
(#530) Expected 1 space after "=="; 0 found
(#531) Inline comments must start with a capital letter, digit or 3-dots sequence
(#531) Inline comments must end in full-stops, exclamation marks, or question marks
(#533) Short array syntax must be used to define arrays
(#534) Short array syntax must be used to define arrays
(#537) Short array syntax must be used to define arrays
(#543) Inline comments must start with a capital letter, digit or 3-dots sequence
(#543) Inline comments must end in full-stops, exclamation marks, or question marks
(#546) Short array syntax must be used to define arrays
(#553) Short array syntax must be used to define arrays
(#554) Expected 1 space before "=="; 0 found
(#554) Expected 1 space after "=="; 0 found
(#564) Short array syntax must be used to define arrays
(#565) Empty IF statement detected
(#565) Expected 1 space before "=="; 0 found
(#565) Expected 1 space after "=="; 0 found
(#565) Expected 1 space before "=="; 0 found
(#565) Expected 1 space after "=="; 0 found
(#566) Inline comments must start with a capital letter, digit or 3-dots sequence
(#566) Inline comments must end in full-stops, exclamation marks, or question marks
(#595) Short array syntax must be used to define arrays
(#598) Short array syntax must be used to define arrays
(#599) Short array syntax must be used to define arrays
(#640) global $PAGE cannot be used in renderers. Use $this->page.
(#641) global $PAGE cannot be used in renderers. Use $this->page.
(#642) Variable "image_url" must not contain underscores.
(#642) Inline comments must end in full-stops, exclamation marks, or question marks
(#644) Variable "image_url" must not contain underscores.
(#644) Inline comments must end in full-stops, exclamation marks, or question marks
(#646) global $PAGE cannot be used in renderers. Use $this->page.
(#646) Variable "image_url" must not contain underscores.
(#672) Inline comments must start with a capital letter, digit or 3-dots sequence
(#672) Inline comments must end in full-stops, exclamation marks, or question marks
(#674) Inline comments must end in full-stops, exclamation marks, or question marks
(#678) Inline comments must start with a capital letter, digit or 3-dots sequence
(#678) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#723) Inline comments must start with a capital letter, digit or 3-dots sequence
(#723) 43 slashes comments are not allowed; use "// Comment." instead
(#725) Inline comments must end in full-stops, exclamation marks, or question marks
(#725) 43 slashes comments are not allowed; use "// Comment." instead
(#739) Inline comments must start with a capital letter, digit or 3-dots sequence
(#740) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#741) Inline comments must end in full-stops, exclamation marks, or question marks
(#741) Expected 1 space before comment text but found 5; use block comment if you need indentation
(#742) Short array syntax must be used to define arrays
(#744) Expected 1 space before "=="; 0 found
(#744) Expected 1 space after "=="; 0 found
(#748) Short array syntax must be used to define arrays
(#749) Short array syntax must be used to define arrays
(#759) Empty IF statement detected
(#760) Inline comments must start with a capital letter, digit or 3-dots sequence
(#767) Short array syntax must be used to define arrays
(#798) Inline comments must start with a capital letter, digit or 3-dots sequence
(#798) Inline comments must end in full-stops, exclamation marks, or question marks
(#800) Short array syntax must be used to define arrays
(#804) Expected 1 space before "=="; 0 found
(#804) Expected 1 space after "=="; 0 found
(#808) Inline comments must start with a capital letter, digit or 3-dots sequence
(#808) Inline comments must end in full-stops, exclamation marks, or question marks
(#825) Inline comments must start with a capital letter, digit or 3-dots sequence
(#825) Inline comments must end in full-stops, exclamation marks, or question marks
(#826) Short array syntax must be used to define arrays
(#828) Inline comments must start with a capital letter, digit or 3-dots sequence
(#828) Inline comments must end in full-stops, exclamation marks, or question marks
(#829) Inline comments must start with a capital letter, digit or 3-dots sequence
(#829) Inline comments must end in full-stops, exclamation marks, or question marks
(#830) Inline comments must start with a capital letter, digit or 3-dots sequence
(#830) Inline comments must end in full-stops, exclamation marks, or question marks
(#831) There should be a comma after the last array item in a multi-line array.
(#831) Inline comments must start with a capital letter, digit or 3-dots sequence
(#831) Inline comments must end in full-stops, exclamation marks, or question marks
(#833) Expected 1 space before "=="; 0 found
(#833) Expected 1 space after "=="; 0 found
(#852) Inline comments must start with a capital letter, digit or 3-dots sequence
(#854) Short array syntax must be used to define arrays
(#859) Inline comments must start with a capital letter, digit or 3-dots sequence
(#859) Inline comments must end in full-stops, exclamation marks, or question marks
(#864) Inline comments must start with a capital letter, digit or 3-dots sequence
(#864) Inline comments must end in full-stops, exclamation marks, or question marks
(#865) Short array syntax must be used to define arrays
(#869) Inline comments must start with a capital letter, digit or 3-dots sequence
(#872) Inline comments must start with a capital letter, digit or 3-dots sequence
(#872) 43 slashes comments are not allowed; use "// Comment." instead
(#874) Inline comments must end in full-stops, exclamation marks, or question marks
(#874) 43 slashes comments are not allowed; use "// Comment." instead
(#894) global $OUTPUT cannot be used in renderers. Use $this->output.
(#897) Expected 1 space before "=="; 0 found
(#897) Expected 1 space after "=="; 0 found
(#901) Inline comments must start with a capital letter, digit or 3-dots sequence
(#901) Inline comments must end in full-stops, exclamation marks, or question marks
(#911) Inline comments must start with a capital letter, digit or 3-dots sequence
(#911) Inline comments must end in full-stops, exclamation marks, or question marks
(#915) Variable "target_div" must not contain underscores.
(#916) Variable "target_url" must not contain underscores.
(#917) Inline comments must start with a capital letter, digit or 3-dots sequence
(#917) Inline comments must end in full-stops, exclamation marks, or question marks
(#919) Inline comments must start with a capital letter, digit or 3-dots sequence
(#919) This comment is 60% valid code; is this commented out code?
(#926) Inline comments must start with a capital letter, digit or 3-dots sequence
(#926) Inline comments must end in full-stops, exclamation marks, or question marks
(#927) Short array syntax must be used to define arrays
(#931) Short array syntax must be used to define arrays
(#932) There should be a comma after the last array item in a multi-line array.
(#932) Variable "target_url" must not contain underscores.
(#932) Variable "target_div" must not contain underscores.
(#936) Short array syntax must be used to define arrays
(#937) Short array syntax must be used to define arrays
(#940) Short array syntax must be used to define arrays
(#942) Inline comments must start with a capital letter, digit or 3-dots sequence
(#942) Inline comments must end in full-stops, exclamation marks, or question marks
(#943) Inline comments must start with a capital letter, digit or 3-dots sequence
(#943) Inline comments must end in full-stops, exclamation marks, or question marks
(#944) Inline comments must start with a capital letter, digit or 3-dots sequence
(#944) Inline comments must end in full-stops, exclamation marks, or question marks
(#945) Inline comments must start with a capital letter, digit or 3-dots sequence
(#945) Inline comments must end in full-stops, exclamation marks, or question marks
(#947) Short array syntax must be used to define arrays
(#949) Short array syntax must be used to define arrays
(#949) There should be a comma after the last array item in a multi-line array.
(#951) Short array syntax must be used to define arrays
(#953) Short array syntax must be used to define arrays
(#953) There should be a comma after the last array item in a multi-line array.
(#955) Short array syntax must be used to define arrays
(#957) Short array syntax must be used to define arrays
(#957) There should be a comma after the last array item in a multi-line array.
(#960) Inline comments must start with a capital letter, digit or 3-dots sequence
(#960) Inline comments must end in full-stops, exclamation marks, or question marks
(#962) Short array syntax must be used to define arrays
(#964) Inline comments must start with a capital letter, digit or 3-dots sequence
(#964) Inline comments must end in full-stops, exclamation marks, or question marks
(#965) Short array syntax must be used to define arrays
(#967) There should be a comma after the last array item in a multi-line array.
(#970) Inline comments must start with a capital letter, digit or 3-dots sequence
(#972) Inline comments must start with a capital letter, digit or 3-dots sequence
(#972) Inline comments must end in full-stops, exclamation marks, or question marks
(#975) Inline comments must start with a capital letter, digit or 3-dots sequence
(#975) Inline comments must end in full-stops, exclamation marks, or question marks
(#981) Inline comments must start with a capital letter, digit or 3-dots sequence
(#981) Inline comments must end in full-stops, exclamation marks, or question marks
(#982) Short array syntax must be used to define arrays
(#1007) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1008) Inline comments must end in full-stops, exclamation marks, or question marks
(#1011) Short array syntax must be used to define arrays
(#1014) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1014) Inline comments must end in full-stops, exclamation marks, or question marks
(#1015) Short array syntax must be used to define arrays
(#1017) There should be a comma after the last array item in a multi-line array.
(#1020) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1020) Inline comments must end in full-stops, exclamation marks, or question marks
(#1024) Expected 1 space after ".="; 5 found
(#1028) Expected 1 space after ".="; 5 found
(#1029) Expected 1 space after ".="; 9 found
(#1030) Expected 1 space after ".="; 13 found
(#1031) Expected 1 space after ".="; 13 found
(#1032) Expected 1 space after ".="; 9 found
(#1033) Expected 1 space after ".="; 5 found
(#1035) Line exceeds 132 characters; contains 145 characters
(#1037) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1037) Inline comments must end in full-stops, exclamation marks, or question marks
(#1038) Short array syntax must be used to define arrays
(#1040) Short array syntax must be used to define arrays
(#1041) Short array syntax must be used to define arrays
(#1041) Line exceeds 132 characters; contains 141 characters
(#1041) There should be a comma after the last array item in a multi-line array.
(#1044) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1044) Inline comments must end in full-stops, exclamation marks, or question marks
(#1047) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1047) Inline comments must end in full-stops, exclamation marks, or question marks
(#1051) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1051) Inline comments must end in full-stops, exclamation marks, or question marks
(#1054) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1054) Inline comments must end in full-stops, exclamation marks, or question marks
(#1055) Short array syntax must be used to define arrays
(#1065) Short array syntax must be used to define arrays
(#1066) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1066) Inline comments must end in full-stops, exclamation marks, or question marks
(#1067) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1067) Inline comments must end in full-stops, exclamation marks, or question marks
(#1068) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1068) Inline comments must end in full-stops, exclamation marks, or question marks
(#1097) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1097) Inline comments must end in full-stops, exclamation marks, or question marks
(#1108) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1108) Inline comments must end in full-stops, exclamation marks, or question marks
(#1109) Short array syntax must be used to define arrays
(#1114) There should be a comma after the last array item in a multi-line array.
(#1117) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1117) Inline comments must end in full-stops, exclamation marks, or question marks
(#1118) Expected 1 space before "=="; 0 found
(#1118) Expected 1 space after "=="; 0 found
(#1122) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1122) Inline comments must end in full-stops, exclamation marks, or question marks
(#1127) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1127) Inline comments must end in full-stops, exclamation marks, or question marks
(#1130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1130) Inline comments must end in full-stops, exclamation marks, or question marks
(#1131) Expected 1 space before "=="; 0 found
(#1131) Expected 1 space after "=="; 0 found
(#1131) Expected 1 space before "=="; 0 found
(#1131) Expected 1 space after "=="; 0 found
(#1133) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1133) Inline comments must end in full-stops, exclamation marks, or question marks
(#1134) Short array syntax must be used to define arrays
(#1136) Expected 1 space before "=="; 0 found
(#1136) Expected 1 space after "=="; 0 found
(#1136) Expected 1 space before "=="; 0 found
(#1136) Expected 1 space after "=="; 0 found
(#1139) There should be a comma after the last array item in a multi-line array.
(#1142) Expected 1 space before "=="; 0 found
(#1142) Expected 1 space after "=="; 0 found
(#1143) Expected 1 space before "=="; 0 found
(#1143) Expected 1 space after "=="; 0 found
(#1155) Expected 1 space before "=="; 0 found
(#1155) Expected 1 space after "=="; 0 found
(#1156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1156) Inline comments must end in full-stops, exclamation marks, or question marks
(#1157) Short array syntax must be used to define arrays
(#1160) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1160) Inline comments must end in full-stops, exclamation marks, or question marks
(#1161) Short array syntax must be used to define arrays
(#1162) global $OUTPUT cannot be used in renderers. Use $this->output.
(#1167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1167) Inline comments must end in full-stops, exclamation marks, or question marks
(#1173) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1173) Inline comments must end in full-stops, exclamation marks, or question marks
(#1177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1177) Inline comments must end in full-stops, exclamation marks, or question marks
(#1187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1187) Inline comments must end in full-stops, exclamation marks, or question marks
(#1189) Short array syntax must be used to define arrays
(#1207) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1207) Inline comments must end in full-stops, exclamation marks, or question marks
(#1208) Short array syntax must be used to define arrays
(#1210) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1210) Inline comments must end in full-stops, exclamation marks, or question marks
(#1217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1217) Inline comments must end in full-stops, exclamation marks, or question marks
(#1218) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1218) Inline comments must end in full-stops, exclamation marks, or question marks
(#1219) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1219) Inline comments must end in full-stops, exclamation marks, or question marks
(#1220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1220) Inline comments must end in full-stops, exclamation marks, or question marks
(#1223) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1223) Inline comments must end in full-stops, exclamation marks, or question marks
(#1227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1227) Inline comments must end in full-stops, exclamation marks, or question marks
(#1242) The static declaration must come after the visibility declaration
(#1244) Short array syntax must be used to define arrays
(#1272) There should be a comma after the last array item in a multi-line array.
(#1275) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1275) Inline comments must end in full-stops, exclamation marks, or question marks
(#1276) Expected 1 space before "=="; 0 found
(#1276) Expected 1 space after "=="; 0 found
(#1280) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1280) Inline comments must end in full-stops, exclamation marks, or question marks
(#1288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1288) 43 slashes comments are not allowed; use "// Comment." instead
(#1290) Inline comments must end in full-stops, exclamation marks, or question marks
(#1290) 43 slashes comments are not allowed; use "// Comment." instead
(#1310) Line exceeds 132 characters; contains 138 characters
(#1316) Expected 1 space before "=="; 0 found
(#1316) Expected 1 space after "=="; 0 found
(#1319) Expected 1 space before "=="; 0 found
(#1319) Expected 1 space after "=="; 0 found
(#1324) Variable "target_div" must not contain underscores.
(#1325) Variable "target_url" must not contain underscores.
(#1327) Short array syntax must be used to define arrays
(#1331) Variable "target_url" must not contain underscores.
(#1331) Variable "target_div" must not contain underscores.
(#1335) Short array syntax must be used to define arrays
(#1335) Line exceeds 132 characters; contains 142 characters
(#1339) Expected 1 space before "=="; 0 found
(#1339) Expected 1 space after "=="; 0 found
(#1339) Expected 1 space before "=="; 0 found
(#1339) Expected 1 space after "=="; 0 found
(#1339) Expected 1 space before "=="; 0 found
(#1339) Expected 1 space after "=="; 0 found
(#1341) Short array syntax must be used to define arrays
(#1341) Variable "target_div" must not contain underscores.
(#1370) Line exceeds 132 characters; contains 143 characters
(#1376) Expected 1 space before "=="; 0 found
(#1376) Expected 1 space after "=="; 0 found
(#1378) Expected 1 space before "=="; 0 found
(#1378) Expected 1 space after "=="; 0 found
(#1381) Short array syntax must be used to define arrays
(#1384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1384) This comment is 65% valid code; is this commented out code?
(#1384) No space found before comment text; expected "// $output .= html_writer::tag('p', 'Choose a level');" but found "//$output .= html_writer::tag('p', 'Choose a level');"
(#1386) Variable "target_div" must not contain underscores.
(#1387) Variable "target_url" must not contain underscores.
(#1387) Line exceeds 132 characters; contains 144 characters
(#1389) Short array syntax must be used to define arrays
(#1393) Variable "target_url" must not contain underscores.
(#1393) Variable "target_div" must not contain underscores.
(#1397) Expected 1 space before "=="; 0 found
(#1397) Expected 1 space after "=="; 0 found
(#1397) Expected 1 space before "=="; 0 found
(#1397) Expected 1 space after "=="; 0 found
(#1402) Short array syntax must be used to define arrays
(#1402) Line exceeds 132 characters; contains 133 characters
(#1406) Expected 1 space before "=="; 0 found
(#1406) Expected 1 space after "=="; 0 found
(#1406) Expected 1 space before "=="; 0 found
(#1406) Expected 1 space after "=="; 0 found
(#1406) Expected 1 space before "=="; 0 found
(#1406) Expected 1 space after "=="; 0 found
(#1408) Short array syntax must be used to define arrays
(#1408) Variable "target_div" must not contain underscores.
(#1444) Expected 1 space before "=="; 0 found
(#1444) Expected 1 space after "=="; 0 found
(#1446) Expected 1 space before "=="; 0 found
(#1446) Expected 1 space after "=="; 0 found
(#1446) Expected 1 space before "=="; 0 found
(#1446) Expected 1 space after "=="; 0 found
(#1448) Expected 1 space before "=="; 0 found
(#1448) Expected 1 space after "=="; 0 found
(#1449) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1449) Inline comments must end in full-stops, exclamation marks, or question marks
(#1452) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1452) This comment is 65% valid code; is this commented out code?
(#1452) No space found before comment text; expected "// $output .= html_writer::tag('p', 'Book:');" but found "//$output .= html_writer::tag('p', 'Book:');"
(#1454) Variable "target_div" must not contain underscores.
(#1455) Variable "target_url" must not contain underscores.
(#1455) Line exceeds 132 characters; contains 150 characters
(#1457) Short array syntax must be used to define arrays
(#1461) Variable "target_url" must not contain underscores.
(#1461) Variable "target_div" must not contain underscores.
(#1465) Short array syntax must be used to define arrays
(#1469) Expected 1 space before "=="; 0 found
(#1469) Expected 1 space after "=="; 0 found
(#1469) Expected 1 space before "=="; 0 found
(#1469) Expected 1 space after "=="; 0 found
(#1469) Expected 1 space before "="; 0 found
(#1469) Expected 1 space after "="; 0 found
(#1470) Short array syntax must be used to define arrays
(#1470) Variable "target_div" must not contain underscores.
(#1488) global $OUTPUT cannot be used in renderers. Use $this->output.
(#1491) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1491) Inline comments must end in full-stops, exclamation marks, or question marks
(#1492) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1492) Inline comments must end in full-stops, exclamation marks, or question marks
(#1493) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1493) Inline comments must end in full-stops, exclamation marks, or question marks
(#1494) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1494) Inline comments must end in full-stops, exclamation marks, or question marks
(#1497) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1497) Inline comments must end in full-stops, exclamation marks, or question marks
(#1498) Expected 1 space before "=="; 0 found
(#1498) Expected 1 space after "=="; 0 found
(#1500) Expected 1 space before "=="; 0 found
(#1500) Expected 1 space after "=="; 0 found
(#1500) Expected 1 space before "=="; 0 found
(#1500) Expected 1 space after "=="; 0 found
(#1508) Expected 1 space before "==="; 0 found
(#1508) Expected 1 space after "==="; 0 found
(#1514) Expected 1 space before "=="; 0 found
(#1514) Expected 1 space after "=="; 0 found
(#1518) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1518) Inline comments must end in full-stops, exclamation marks, or question marks
(#1522) Expected 1 space before "==="; 0 found
(#1522) Expected 1 space after "==="; 0 found
(#1528) Expected 1 space before "=="; 0 found
(#1528) Expected 1 space after "=="; 0 found
(#1532) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1532) Inline comments must end in full-stops, exclamation marks, or question marks
(#1537) Expected 1 space before "==="; 0 found
(#1537) Expected 1 space after "==="; 0 found
(#1537) Expected 1 space before "==="; 0 found
(#1537) Expected 1 space after "==="; 0 found
(#1543) Expected 1 space before "=="; 0 found
(#1543) Expected 1 space after "=="; 0 found
(#1547) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1547) Inline comments must end in full-stops, exclamation marks, or question marks
(#1551) Expected 1 space before "==="; 0 found
(#1551) Expected 1 space after "==="; 0 found
(#1552) Short array syntax must be used to define arrays
(#1553) Expected 1 space before "==="; 0 found
(#1553) Expected 1 space after "==="; 0 found
(#1558) Expected 1 space before "=="; 0 found
(#1558) Expected 1 space after "=="; 0 found
(#1560) Short array syntax must be used to define arrays
(#1564) Short array syntax must be used to define arrays
(#1567) Short array syntax must be used to define arrays
(#1570) Short array syntax must be used to define arrays
(#1571) global $OUTPUT cannot be used in renderers. Use $this->output.
(#1583) Expected 1 space before "=="; 0 found
(#1583) Expected 1 space after "=="; 0 found
(#1585) Short array syntax must be used to define arrays
(#1586) Short array syntax must be used to define arrays
(#1589) Expected 1 space before "=="; 0 found
(#1589) Expected 1 space after "=="; 0 found
(#1591) Short array syntax must be used to define arrays
(#1609) global $OUTPUT cannot be used in renderers. Use $this->output.
(#1612) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1612) Inline comments must end in full-stops, exclamation marks, or question marks
(#1617) Expected 1 space before "==="; 0 found
(#1617) Expected 1 space after "==="; 0 found
(#1620) Short array syntax must be used to define arrays
(#1627) Variable "has_groupings" must not contain underscores.
(#1629) Variable "has_groupings" must not contain underscores.
(#1630) Short array syntax must be used to define arrays
(#1638) Variable "has_groups" must not contain underscores.
(#1640) Variable "has_groups" must not contain underscores.
(#1641) Short array syntax must be used to define arrays
(#1646) Variable "has_groups" must not contain underscores.
(#1657) Variable "has_groupings" must not contain underscores.
(#1668) Expected 1 space before "=="; 0 found
(#1668) Expected 1 space after "=="; 0 found
(#1670) Expected 1 space before "=="; 0 found
(#1670) Expected 1 space after "=="; 0 found
(#1676) Variable "target_div" must not contain underscores.
(#1677) Variable "target_url" must not contain underscores.
(#1679) Short array syntax must be used to define arrays
(#1683) Variable "target_url" must not contain underscores.
(#1683) Variable "target_div" must not contain underscores.
(#1686) Short array syntax must be used to define arrays
(#1688) Short array syntax must be used to define arrays
(#1693) Short array syntax must be used to define arrays
(#1693) Variable "target_div" must not contain underscores.
(#1696) Expected 1 space before "==="; 0 found
(#1696) Expected 1 space after "==="; 0 found
(#1701) Expected 1 space before "==="; 0 found
(#1701) Expected 1 space after "==="; 0 found
(#1702) Short array syntax must be used to define arrays
(#1703) Expected 1 space before "=="; 0 found
(#1703) Expected 1 space after "=="; 0 found
(#1704) Expected 1 space before "=="; 0 found
(#1704) Expected 1 space after "=="; 0 found
(#1717) Expected 1 space before "=="; 0 found
(#1717) Expected 1 space after "=="; 0 found
(#1717) Expected 1 space before "=="; 0 found
(#1717) Expected 1 space after "=="; 0 found
(#1718) Short array syntax must be used to define arrays
(#1721) Short array syntax must be used to define arrays
(#1726) Expected 1 space before "=="; 0 found
(#1726) Expected 1 space after "=="; 0 found
(#1729) Expected 1 space before "=="; 0 found
(#1729) Expected 1 space after "=="; 0 found
(#1733) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1733) This comment is 56% valid code; is this commented out code?
(#1738) Variable "target_div" must not contain underscores.
(#1739) Variable "target_url" must not contain underscores.
(#1741) Short array syntax must be used to define arrays
(#1753) Variable "target_url" must not contain underscores.
(#1753) Variable "target_div" must not contain underscores.
(#1756) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1756) Inline comments must end in full-stops, exclamation marks, or question marks
(#1763) Short array syntax must be used to define arrays
(#1767) Expected 1 space before "=="; 0 found
(#1767) Expected 1 space after "=="; 0 found
(#1768) Short array syntax must be used to define arrays
(#1768) Variable "target_div" must not contain underscores.
(#1777) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1777) Inline comments must end in full-stops, exclamation marks, or question marks
(#1780) Short array syntax must be used to define arrays
(#1780) Line exceeds 132 characters; contains 145 characters
(#1793) Visibility must be declared on method "cheatsheet_init"
(#1799) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1799) Inline comments must end in full-stops, exclamation marks, or question marks
(#1800) Expected 1 space before "=="; 0 found
(#1800) Expected 1 space after "=="; 0 found
(#1807) Short array syntax must be used to define arrays
(#1820) Visibility must be declared on method "cheatsheet_link"
(#1821) Short array syntax must be used to define arrays
(#1822) Short array syntax must be used to define arrays
(#1826) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1826) 43 slashes comments are not allowed; use "// Comment." instead
(#1828) Inline comments must end in full-stops, exclamation marks, or question marks
(#1828) 43 slashes comments are not allowed; use "// Comment." instead
(#1839) Visibility must be declared on method "progressbar_expanding"
(#1842) Short array syntax must be used to define arrays
(#1849) Short array syntax must be used to define arrays
(#1863) Short array syntax must be used to define arrays
(#1866) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1866) Inline comments must end in full-stops, exclamation marks, or question marks
(#1869) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1869) Inline comments must end in full-stops, exclamation marks, or question marks
(#1921) Short array syntax must be used to define arrays
(#1923) There should be a comma after the last array item in a multi-line array.
(#1926) Short array syntax must be used to define arrays
(#1939) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1965) Visibility must be declared on method "progressbar_html"
(#1985) Short array syntax must be used to define arrays
(#1986) Short array syntax must be used to define arrays
(#1992) Inline comments must end in full-stops, exclamation marks, or question marks
(#1993) Short array syntax must be used to define arrays
(#1995) Inline comments must end in full-stops, exclamation marks, or question marks
(#1996) Short array syntax must be used to define arrays
(#1998) Inline comments must end in full-stops, exclamation marks, or question marks
(#1999) Short array syntax must be used to define arrays
(#2001) Inline comments must end in full-stops, exclamation marks, or question marks
(#2002) Short array syntax must be used to define arrays
(#2099) Visibility must be declared on method "progressbar_fixed"
(#2102) Short array syntax must be used to define arrays
(#2109) Short array syntax must be used to define arrays
(#2123) Short array syntax must be used to define arrays
(#2126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2126) Inline comments must end in full-stops, exclamation marks, or question marks
(#2129) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2129) Inline comments must end in full-stops, exclamation marks, or question marks
(#2159) Inline comments must end in full-stops, exclamation marks, or question marks
(#2162) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2162) Inline comments must end in full-stops, exclamation marks, or question marks
(#2167) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2167) Inline comments must end in full-stops, exclamation marks, or question marks
(#2172) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2172) Inline comments must end in full-stops, exclamation marks, or question marks
(#2177) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2177) Inline comments must end in full-stops, exclamation marks, or question marks
(#2182) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2182) Inline comments must end in full-stops, exclamation marks, or question marks
(#2187) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2187) Inline comments must end in full-stops, exclamation marks, or question marks
(#2192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2192) Inline comments must end in full-stops, exclamation marks, or question marks
(#2197) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2197) Inline comments must end in full-stops, exclamation marks, or question marks
(#2202) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2202) Inline comments must end in full-stops, exclamation marks, or question marks
(#2206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2208) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#2209) Inline comments must end in full-stops, exclamation marks, or question marks
(#2209) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#2220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2221) Inline comments must end in full-stops, exclamation marks, or question marks
(#2227) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2227) Inline comments must end in full-stops, exclamation marks, or question marks
(#2230) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2231) Inline comments must end in full-stops, exclamation marks, or question marks
(#2235) Short array syntax must be used to define arrays
(#2237) Short array syntax must be used to define arrays
(#2239) Inline comments must end in full-stops, exclamation marks, or question marks
(#2241) Inline comments must end in full-stops, exclamation marks, or question marks
(#2242) Short array syntax must be used to define arrays
(#2247) Closing brace must be on a line by itself
(#2248) Closing brace must be on a line by itself
(#2249) Closing brace must be on a line by itself
(#2250) Closing brace must be on a line by itself
(#2251) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2251) Inline comments must end in full-stops, exclamation marks, or question marks
(#2254) Short array syntax must be used to define arrays
(#2254) Line exceeds 132 characters; contains 142 characters
(#2255) Short array syntax must be used to define arrays
(#2257) Short array syntax must be used to define arrays
(#2260) Short array syntax must be used to define arrays
(#2260) Line exceeds 132 characters; contains 139 characters
(#2262) Short array syntax must be used to define arrays
(#2263) Short array syntax must be used to define arrays
(#2268) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2268) 43 slashes comments are not allowed; use "// Comment." instead
(#2270) Inline comments must end in full-stops, exclamation marks, or question marks
(#2270) 43 slashes comments are not allowed; use "// Comment." instead
(#2281) Visibility must be declared on method "message"
(#2283) Variable "started_list" must not contain underscores.
(#2287) Variable "started_list" must not contain underscores.
(#2287) Expected 1 space before "=="; 0 found
(#2287) Expected 1 space after "=="; 0 found
(#2288) Variable "started_list" must not contain underscores.
(#2288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2288) Inline comments must end in full-stops, exclamation marks, or question marks
(#2290) Short array syntax must be used to define arrays
(#2293) Short array syntax must be used to define arrays
(#2295) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2295) Inline comments must end in full-stops, exclamation marks, or question marks
(#2301) Short array syntax must be used to define arrays
(#2303) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2303) Inline comments must end in full-stops, exclamation marks, or question marks
(#2304) Short array syntax must be used to define arrays
(#2305) Short array syntax must be used to define arrays
(#2306) Short array syntax must be used to define arrays
(#2308) Short array syntax must be used to define arrays
(#2316) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2316) 43 slashes comments are not allowed; use "// Comment." instead
(#2318) Inline comments must end in full-stops, exclamation marks, or question marks
(#2318) 43 slashes comments are not allowed; use "// Comment." instead
(#2333) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2338) Short array syntax must be used to define arrays
(#2339) There should be a comma after the last array item in a multi-line array.
(#2341) Short array syntax must be used to define arrays
(#2342) There should be a comma after the last array item in a multi-line array.
(#2345) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2345) Inline comments must end in full-stops, exclamation marks, or question marks
(#2348) Short array syntax must be used to define arrays
(#2366) Closing brace must be on a line by itself
(#2367) Closing brace must be on a line by itself
(#2368) Closing brace must be on a line by itself
(#2388) Expected 1 space before "=="; 0 found
(#2388) Expected 1 space after "=="; 0 found
(#2388) Closing brace must be on a line by itself
(#2389) Closing brace must be on a line by itself
(#2390) Closing brace must be on a line by itself
(#2391) Closing brace must be on a line by itself
(#2391) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2391) Inline comments must end in full-stops, exclamation marks, or question marks
(#2393) Short array syntax must be used to define arrays
(#2395) There should be a comma after the last array item in a multi-line array.
(#2407) Short array syntax must be used to define arrays
(#2408) Short array syntax must be used to define arrays
(#2412) There should be a comma after the last array item in a multi-line array.
(#2420) Short array syntax must be used to define arrays
(#2425) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2425) Line indented incorrectly; expected at least 4 spaces, found 0
(#2425) 43 slashes comments are not allowed; use "// Comment." instead
(#2427) Inline comments must end in full-stops, exclamation marks, or question marks
(#2427) 43 slashes comments are not allowed; use "// Comment." instead
(#2446) Short array syntax must be used to define arrays
(#2461) Short array syntax must be used to define arrays
(#2500) Expected 1 space before "=="; 0 found
(#2500) Expected 1 space after "=="; 0 found
(#2520) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2520) Inline comments must end in full-stops, exclamation marks, or question marks
(#2524) Short array syntax must be used to define arrays
(#2538) Expected 1 space before "=="; 0 found
(#2538) Expected 1 space after "=="; 0 found
(#2556) Short array syntax must be used to define arrays
(#2557) Short array syntax must be used to define arrays
mod/reader/settings.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file settings.php. Expected mod_reader, found mod.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#29) Short array syntax must be used to define arrays
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) There should be a comma after the last array item in a multi-line array.
(#77) Inline comments must start with a capital letter, digit or 3-dots sequence
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) Short array syntax must be used to define arrays
(#83) There should be a comma after the last array item in a multi-line array.
(#91) Inline comments must start with a capital letter, digit or 3-dots sequence
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) Inline doc block comments are not allowed; use "// Comment." instead
(#101) Inline comments must end in full-stops, exclamation marks, or question marks
(#102) Short array syntax must be used to define arrays
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Short array syntax must be used to define arrays
(#112) Inline comments must start with a capital letter, digit or 3-dots sequence
(#112) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Short array syntax must be used to define arrays
(#120) Inline comments must start with a capital letter, digit or 3-dots sequence
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) Short array syntax must be used to define arrays
(#128) Inline comments must start with a capital letter, digit or 3-dots sequence
(#128) Inline comments must end in full-stops, exclamation marks, or question marks
(#132) Short array syntax must be used to define arrays
(#136) Inline comments must start with a capital letter, digit or 3-dots sequence
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Short array syntax must be used to define arrays
(#141) Short array syntax must be used to define arrays
(#144) There should be a comma after the last array item in a multi-line array.
(#149) 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
(#157) Short array syntax must be used to define arrays
(#159) Expected 1 space before "=="; 0 found
(#159) Expected 1 space after "=="; 0 found
(#162) Short array syntax must be used to define arrays
(#168) Short array syntax must be used to define arrays
(#174) Inline comments must start with a capital letter, digit or 3-dots sequence
(#174) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Inline comments must start with a capital letter, digit or 3-dots sequence
(#176) Inline comments must end in full-stops, exclamation marks, or question marks
(#180) Short array syntax must be used to define arrays
(#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
(#188) Short array syntax must be used to define arrays
(#192) Inline comments must start with a capital letter, digit or 3-dots sequence
(#192) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Short array syntax must be used to define arrays
(#197) Short array syntax must be used to define arrays
(#204) Inline comments must start with a capital letter, digit or 3-dots sequence
(#204) Inline comments must end in full-stops, exclamation marks, or question marks
(#208) Short array syntax must be used to define arrays
(#212) Inline comments must start with a capital letter, digit or 3-dots sequence
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#217) Inline comments must start with a capital letter, digit or 3-dots sequence
(#217) Inline comments must end in full-stops, exclamation marks, or question marks
(#221) Short array syntax must be used to define arrays
(#225) Inline comments must start with a capital letter, digit or 3-dots sequence
(#225) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) Short array syntax must be used to define arrays
(#233) Inline comments must start with a capital letter, digit or 3-dots sequence
(#233) Inline comments must end in full-stops, exclamation marks, or question marks
(#244) Inline comments must start with a capital letter, digit or 3-dots sequence
(#244) Inline comments must end in full-stops, exclamation marks, or question marks
(#261) Inline comments must start with a capital letter, digit or 3-dots sequence
(#261) Inline comments must end in full-stops, exclamation marks, or question marks
(#269) Inline comments must start with a capital letter, digit or 3-dots sequence
(#269) Inline comments must end in full-stops, exclamation marks, or question marks
(#277) Inline comments must start with a capital letter, digit or 3-dots sequence
(#277) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Inline comments must start with a capital letter, digit or 3-dots sequence
(#285) Inline comments must end in full-stops, exclamation marks, or question marks
(#299) Inline comments must start with a capital letter, digit or 3-dots sequence
(#299) Inline comments must end in full-stops, exclamation marks, or question marks
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#315) Inline comments must start with a capital letter, digit or 3-dots sequence
(#315) Inline comments must end in full-stops, exclamation marks, or question marks
(#323) Inline comments must start with a capital letter, digit or 3-dots sequence
(#323) Inline comments must end in full-stops, exclamation marks, or question marks
(#331) Inline comments must start with a capital letter, digit or 3-dots sequence
(#331) Inline comments must end in full-stops, exclamation marks, or question marks
(#339) Inline comments must start with a capital letter, digit or 3-dots sequence
mod/reader/styles.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file styles.php. Expected mod_reader, found mod.
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/reader/version.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file version.php. Expected mod_reader, found mod.
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#41) This comment is 50% valid code; is this commented out code?
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#47) Short array syntax must be used to define arrays
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#52) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Inline comments must end in full-stops, exclamation marks, or question marks
mod/reader/view.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file view.php. Expected mod_reader, found mod.
(#35) Inline comments must start with a capital letter, digit or 3-dots sequence
(#35) Inline comments must end in full-stops, exclamation marks, or question marks
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#41) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#42) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#43) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#47) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#51) Short array syntax must be used to define arrays
(#53) Short array syntax must be used to define arrays
(#57) Inline comments must end in full-stops, exclamation marks, or question marks
(#58) Short array syntax must be used to define arrays
(#84) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#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
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#98) No space found before comment text; expected "// Check access restrictions (permissions, IP, time open/close)" but found "//Check access restrictions (permissions, IP, time open/close)"
(#99) Expected 1 space before "=="; 0 found
(#99) Expected 1 space after "=="; 0 found
(#110) Short array syntax must be used to define arrays
(#112) Short array syntax must be used to define arrays
(#115) Expected 1 space before "=="; 0 found
(#115) Expected 1 space after "=="; 0 found
(#127) Short array syntax must be used to define arrays
(#131) Inline comments must end in full-stops, exclamation marks, or question marks
(#133) Short array syntax must be used to define arrays
(#157) Inline comments must start with a capital letter, digit or 3-dots sequence
(#157) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Short array syntax must be used to define arrays
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#186) Short array syntax must be used to define arrays
(#189) Short array syntax must be used to define arrays
(#189) Line exceeds 132 characters; contains 170 characters
(#198) Short array syntax must be used to define arrays
(#216) Expected 1 space before "=="; 0 found
(#216) Expected 1 space after "=="; 0 found
(#216) Inline comments must start with a capital letter, digit or 3-dots sequence
(#216) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) Inline comments must start with a capital letter, digit or 3-dots sequence
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#234) Short array syntax must be used to define arrays
(#237) Short array syntax must be used to define arrays
(#241) Expected 1 space before "=="; 0 found
(#241) Expected 1 space after "=="; 0 found
(#241) Expected 1 space before "=="; 0 found
(#241) Expected 1 space after "=="; 0 found
(#249) Short array syntax must be used to define arrays
(#274) Inline comments must start with a capital letter, digit or 3-dots sequence
(#274) Inline comments must end in full-stops, exclamation marks, or question marks
(#279) Inline comments must start with a capital letter, digit or 3-dots sequence
(#279) Inline comments must end in full-stops, exclamation marks, or question marks
(#284) Inline comments must start with a capital letter, digit or 3-dots sequence
(#284) Inline comments must end in full-stops, exclamation marks, or question marks
(#285) Short array syntax must be used to define arrays
(#288) Inline comments must start with a capital letter, digit or 3-dots sequence
(#288) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) Short array syntax must be used to define arrays
(#303) Short array syntax must be used to define arrays
(#304) Short array syntax must be used to define arrays
(#306) Expected 1 space after "="; 2 found
(#307) Commas (,) must be followed by white space.
(#314) Inline comments must start with a capital letter, digit or 3-dots sequence
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#318) Inline comments must start with a capital letter, digit or 3-dots sequence
(#318) Inline comments must end in full-stops, exclamation marks, or question marks
(#319) Short array syntax must be used to define arrays
(#325) Variable "is_loggedinas" must not contain underscores.
(#327) Variable "is_loggedinas" must not contain underscores.
(#329) Variable "is_loggedinas" must not contain underscores.
(#330) Short array syntax must be used to define arrays
(#331) Short array syntax must be used to define arrays
(#333) Short array syntax must be used to define arrays
(#335) Short array syntax must be used to define arrays
(#343) Short array syntax must be used to define arrays
(#346) Inline comments must start with a capital letter, digit or 3-dots sequence
(#346) Inline comments must end in full-stops, exclamation marks, or question marks
(#356) Inline comments must start with a capital letter, digit or 3-dots sequence
(#356) Inline comments must end in full-stops, exclamation marks, or question marks
(#362) Short array syntax must be used to define arrays
(#364) There should be a comma after the last array item in a multi-line array.
(#367) Inline comments must start with a capital letter, digit or 3-dots sequence
(#367) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#373) Short array syntax must be used to define arrays
(#378) Short array syntax must be used to define arrays
(#382) Inline comments must start with a capital letter, digit or 3-dots sequence
(#382) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) Short array syntax must be used to define arrays
(#388) Expected 1 space before "=="; 0 found
(#388) Expected 1 space after "=="; 0 found
(#392) Inline comments must start with a capital letter, digit or 3-dots sequence
(#392) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) Short array syntax must be used to define arrays
(#398) Expected 1 space before "=="; 0 found
(#398) Expected 1 space after "=="; 0 found
(#402) Inline comments must start with a capital letter, digit or 3-dots sequence
(#402) Inline comments must end in full-stops, exclamation marks, or question marks
(#404) Short array syntax must be used to define arrays
(#408) Expected 1 space before "=="; 0 found
(#408) Expected 1 space after "=="; 0 found
(#412) Expected 1 space before "=="; 0 found
(#412) Expected 1 space after "=="; 0 found
(#413) Inline comments must start with a capital letter, digit or 3-dots sequence
(#413) Inline comments must end in full-stops, exclamation marks, or question marks
(#418) Inline comments must start with a capital letter, digit or 3-dots sequence
(#418) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Short array syntax must be used to define arrays
(#424) There should be a comma after the last array item in a multi-line array.
(#434) Inline comments must start with a capital letter, digit or 3-dots sequence
(#434) Inline comments must end in full-stops, exclamation marks, or question marks
(#436) Inline comments must start with a capital letter, digit or 3-dots sequence
(#436) This comment is 55% valid code; is this commented out code?
(#436) No space found before comment text; expected "// $params = array('readerid' => $cm->instance, 'userid' => $USER->id, 'timefinish' => 0);" but found "//$params = array('readerid' => $cm->instance, 'userid' => $USER->id, 'timefinish' => 0);"
(#437) No space found before comment text; expected "// if ($attempts = $DB->get_records('reader_attempts', $params, 'timestart DESC')) {" but found "//if ($attempts = $DB->get_records('reader_attempts', $params, 'timestart DESC')) {"
(#438) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#439) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#440) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#441) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#442) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#443) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#444) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#445) Expected 1 space before comment text but found 12; use block comment if you need indentation
(#446) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#447) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#448) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#449) No space found before comment text; expected "// } else {" but found "//} else {"
(#450) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#451) No space found before comment text; expected "// }" but found "//}"
(#455) Short array syntax must be used to define arrays
(#463) Whitespace found at end of line
(#476) Whitespace found at end of line
(#495) Whitespace found at end of line
(#511) Inline comments must start with a capital letter, digit or 3-dots sequence
(#511) Inline comments must end in full-stops, exclamation marks, or question marks
(#513) Inline comments must start with a capital letter, digit or 3-dots sequence
(#513) Inline comments must end in full-stops, exclamation marks, or question marks
(#520) Short array syntax must be used to define arrays
(#524) Short array syntax must be used to define arrays
(#529) Short array syntax must be used to define arrays
(#540) Short array syntax must be used to define arrays
(#541) Short array syntax must be used to define arrays
(#552) Short array syntax must be used to define arrays
(#555) Short array syntax must be used to define arrays
(#567) Inline comments must start with a capital letter, digit or 3-dots sequence
(#567) Inline comments must end in full-stops, exclamation marks, or question marks
(#582) Inline comments must start with a capital letter, digit or 3-dots sequence
(#582) This comment is 51% valid code; is this commented out code?
(#582) No space found before comment text; expected "// if (isset($SESSION->reader_changetostudentview)) {" but found "//if (isset($SESSION->reader_changetostudentview)) {"
(#583) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#584) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#585) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#586) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#587) Inline comments must end in full-stops, exclamation marks, or question marks
(#587) No space found before comment text; expected "// }" but found "//}"
(#596) Short array syntax must be used to define arrays
(#598) Short array syntax must be used to define arrays
(#601) Short array syntax must be used to define arrays
(#601) Expected 1 space before "=>"; 0 found
(#601) Expected 1 space after "=>"; 0 found
(#618) Inline comments must start with a capital letter, digit or 3-dots sequence
(#618) Inline comments must end in full-stops, exclamation marks, or question marks
(#623) Inline comments must start with a capital letter, digit or 3-dots sequence
(#623) Inline comments must end in full-stops, exclamation marks, or question marks
(#628) Inline comments must start with a capital letter, digit or 3-dots sequence
(#628) Inline comments must end in full-stops, exclamation marks, or question marks
(#633) Inline comments must start with a capital letter, digit or 3-dots sequence
(#633) Inline comments must end in full-stops, exclamation marks, or question marks
(#634) Variable "i_max" must not contain underscores.
(#635) Variable "i_max" must not contain underscores.
(#637) Inline comments must start with a capital letter, digit or 3-dots sequence
(#637) Inline comments must end in full-stops, exclamation marks, or question marks
(#638) Variable "i_max" must not contain underscores.
(#642) Expected 1 space before "/"; 0 found
(#642) Expected 1 space after "/"; 0 found
(#642) Variable "i_max" must not contain underscores.
(#646) Inline comments must start with a capital letter, digit or 3-dots sequence
(#646) Inline comments must end in full-stops, exclamation marks, or question marks
(#647) Short array syntax must be used to define arrays
(#647) Line exceeds 132 characters; contains 166 characters
(#648) Short array syntax must be used to define arrays
(#648) Line exceeds 132 characters; contains 166 characters
(#649) Short array syntax must be used to define arrays
(#649) Line exceeds 132 characters; contains 166 characters
(#650) Short array syntax must be used to define arrays
(#651) Short array syntax must be used to define arrays
(#652) Short array syntax must be used to define arrays
(#654) Inline comments must start with a capital letter, digit or 3-dots sequence
(#654) Inline comments must end in full-stops, exclamation marks, or question marks
(#656) Expected 1 space before "=="; 0 found
(#656) Expected 1 space after "=="; 0 found
(#661) Short array syntax must be used to define arrays
(#663) Inline comments must start with a capital letter, digit or 3-dots sequence
(#663) Inline comments must end in full-stops, exclamation marks, or question marks
(#664) Short array syntax must be used to define arrays
(#670) Inline comments must start with a capital letter, digit or 3-dots sequence
(#670) Inline comments must end in full-stops, exclamation marks, or question marks
(#671) Variable "i_max" must not contain underscores.
(#673) Inline comments must start with a capital letter, digit or 3-dots sequence
(#673) Inline comments must end in full-stops, exclamation marks, or question marks
(#674) Empty IF statement detected
(#675) Inline comments must start with a capital letter, digit or 3-dots sequence
(#675) Inline comments must end in full-stops, exclamation marks, or question marks
(#684) Inline comments must start with a capital letter, digit or 3-dots sequence
(#684) Inline comments must end in full-stops, exclamation marks, or question marks
(#685) Empty IF statement detected
(#686) Inline comments must start with a capital letter, digit or 3-dots sequence
(#686) Inline comments must end in full-stops, exclamation marks, or question marks
(#695) Inline comments must start with a capital letter, digit or 3-dots sequence
(#695) Inline comments must end in full-stops, exclamation marks, or question marks
(#696) Empty IF statement detected
(#697) Inline comments must start with a capital letter, digit or 3-dots sequence
(#697) Inline comments must end in full-stops, exclamation marks, or question marks
(#709) Inline comments must start with a capital letter, digit or 3-dots sequence
(#709) Inline comments must end in full-stops, exclamation marks, or question marks
(#714) Inline comments must start with a capital letter, digit or 3-dots sequence
(#714) Inline comments must end in full-stops, exclamation marks, or question marks
(#732) Inline comments must start with a capital letter, digit or 3-dots sequence
(#732) Inline comments must end in full-stops, exclamation marks, or question marks
(#733) Short array syntax must be used to define arrays
(#736) There should be a comma after the last array item in a multi-line array.
(#740) Inline comments must start with a capital letter, digit or 3-dots sequence
(#740) Inline comments must end in full-stops, exclamation marks, or question marks
(#744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#744) Inline comments must end in full-stops, exclamation marks, or question marks
(#745) Short array syntax must be used to define arrays
(#760) Short array syntax must be used to define arrays
(#775) Short array syntax must be used to define arrays
mod/reader/view_attempts.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file view_attempts.php. Expected mod_reader, found mod.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#37) Short array syntax must be used to define arrays
(#38) Short array syntax must be used to define arrays
(#41) Short array syntax must be used to define arrays
(#43) Short array syntax must be used to define arrays
(#53) Short array syntax must be used to define arrays
(#55) Short array syntax must be used to define arrays
(#56) Expected "foreach (...) {\n"; found "foreach (...){\n"
(#60) Short array syntax must be used to define arrays
(#63) Inline comments must start with a capital letter, digit or 3-dots sequence
(#63) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#76) Short array syntax must be used to define arrays
(#80) Short array syntax must be used to define arrays
mod/reader/view_books.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file view_books.php. Expected mod_reader, found mod.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Short array syntax must be used to define arrays
(#39) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Inline comments must start with a capital letter, digit or 3-dots sequence
(#56) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Inline comments must start with a capital letter, digit or 3-dots sequence
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Inline comments must start with a capital letter, digit or 3-dots sequence
(#70) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Short array syntax must be used to define arrays
(#82) Inline comments must start with a capital letter, digit or 3-dots sequence
(#84) Short array syntax must be used to define arrays
mod/reader/view_loginas.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file view_loginas.php. Expected mod_reader, found mod.
(#36) Inline comments must start with a capital letter, digit or 3-dots sequence
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) 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
(#38) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Inline comments must end in full-stops, exclamation marks, or question marks
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#40) Inline comments must start with a capital letter, digit or 3-dots sequence
(#40) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#48) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#54) Short array syntax must be used to define arrays
(#65) Inline comments must start with a capital letter, digit or 3-dots sequence
(#65) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Short array syntax must be used to define arrays
(#69) Inline comments must start with a capital letter, digit or 3-dots sequence
(#69) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Short array syntax must be used to define arrays
(#82) Short array syntax must be used to define arrays
mod/reader/view_users.php
(#2) Moodle boilerplate not found at first line
(#21) Incorrect @package tag for file view_users.php. Expected mod_reader, found mod.
(#32) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#34) Inline comments must start with a capital letter, digit or 3-dots sequence
(#38) Short array syntax must be used to define arrays
(#39) Short array syntax must be used to define arrays
(#42) Short array syntax must be used to define arrays
(#44) Short array syntax must be used to define arrays

Javascript coding style problems

(89 errors, 50 warnings)

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

mod/reader/js/ajax.js
(#6) 'request' is defined but never used. (no-unused-vars)
(#7) Unexpected tab character. (no-tabs)
(#8) Unexpected tab character. (no-tabs)
(#9) 'loading' is not defined. (no-undef)
(#10) 'loading' is not defined. (no-undef)
(#12) Unexpected tab character. (no-tabs)
(#12) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#15) 'req' is not defined. (no-undef)
(#15) 'ActiveXObject' is not defined. (no-undef)
(#17) 'req' is not defined. (no-undef)
(#20) 'req' is not defined. (no-undef)
(#22) 'req' is not defined. (no-undef)
(#22) eval can be harmful. (no-eval)
(#24) 'req' is not defined. (no-undef)
(#24) Statement inside of curly braces should be on next line. (brace-style)
(#24) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#24) Missing semicolon. (semi)
(#26) 'req' is not defined. (no-undef)
(#27) 'req' is not defined. (no-undef)
(#29) Unexpected tab character. (no-tabs)
(#33) Unexpected tab character. (no-tabs)
(#34) Unexpected tab character. (no-tabs)
(#35) 'req' is not defined. (no-undef)
(#36) 'req' is not defined. (no-undef)
(#36) Operator '==' must be spaced. (space-infix-ops)
(#36) 'req' is not defined. (no-undef)
(#36) 'req' is not defined. (no-undef)
(#38) Unexpected tab character. (no-tabs)
(#38) Mixed spaces and tabs. (no-mixed-spaces-and-tabs)
(#39) Unexpected tab character. (no-tabs)
(#42) 'setLoadMessage' is defined but never used. (no-unused-vars)
(#43) Unexpected tab character. (no-tabs)
(#43) 'loading' is not defined. (no-undef)
mod/reader/js/dlquizzes.js
(#1) '$' is not defined. (no-undef)
(#1) Missing space before opening brace. (space-before-blocks)
(#1) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#2) '$' is not defined. (no-undef)
(#2) There should be no space after this paren. (space-in-parens)
(#2) Missing space before opening brace. (space-before-blocks)
(#2) Trailing spaces not allowed. (no-trailing-spaces)
(#2) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#3) '$' is not defined. (no-undef)
(#3) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#4) '$' is not defined. (no-undef)
(#4) '$' is not defined. (no-undef)
(#4) Missing space before opening brace. (space-before-blocks)
(#4) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#5) '$' is not defined. (no-undef)
(#5) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#6) '$' is not defined. (no-undef)
(#6) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#7) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#8) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#9) Trailing spaces not allowed. (no-trailing-spaces)
(#9) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#10) '$' is not defined. (no-undef)
(#10) There should be no space after this paren. (space-in-parens)
(#10) Missing space before opening brace. (space-before-blocks)
(#10) Trailing spaces not allowed. (no-trailing-spaces)
(#10) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#11) '$' is not defined. (no-undef)
(#11) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
(#12) Expected linebreaks to be 'LF' but found 'CRLF'. (linebreak-style)
mod/reader/js/hide.js
(#1) Parsing error: Unexpected token <
mod/reader/js/quiz.js
(#10) 'navigate' is defined but never used. (no-unused-vars)
(#19) Trailing spaces not allowed. (no-trailing-spaces)
(#21) Identifier 'check_enter' is not in camel case. (camelcase)
(#21) 'check_enter' is defined but never used. (no-unused-vars)
(#25) Expected space(s) after "if". (keyword-spacing)
(#25) Operator '==' must be spaced. (space-infix-ops)
(#25) Operator '!=' must be spaced. (space-infix-ops)
(#25) Operator '!=' must be spaced. (space-infix-ops)
(#26) Expected { after 'if' condition. (curly)
(#28) Expected { after 'else'. (curly)
(#32) Identifier 'countdown_clock' is not in camel case. (camelcase)
(#32) 'countdown_clock' is defined but never used. (no-unused-vars)
(#33) Identifier 'timeout_id' is not in camel case. (camelcase)
(#35) 'quizTimerValue' is not defined. (no-undef)
(#35) Identifier 'ec_quiz_finish' is not in camel case. (camelcase)
(#35) 'ec_quiz_finish' is not defined. (no-undef)
(#35) Operator '/' must be spaced. (space-infix-ops)
(#37) Expected space(s) after "if". (keyword-spacing)
(#37) 'quizTimerValue' is not defined. (no-undef)
(#41) Trailing spaces not allowed. (no-trailing-spaces)
(#48) 'now' is not defined. (no-undef)
(#48) 'quizTimerValue' is not defined. (no-undef)
(#49) 'now' is not defined. (no-undef)
(#49) Operator '/' must be spaced. (space-infix-ops)
(#50) 'now' is not defined. (no-undef)
(#50) 'now' is not defined. (no-undef)
(#50) Operator '*' must be spaced. (space-infix-ops)
(#51) 'now' is not defined. (no-undef)
(#51) Operator '/' must be spaced. (space-infix-ops)
(#52) 'now' is not defined. (no-undef)
(#52) 'now' is not defined. (no-undef)
(#52) Operator '*' must be spaced. (space-infix-ops)
(#53) 'now' is not defined. (no-undef)
(#60) Expected space(s) after "if". (keyword-spacing)
(#61) Comments should not begin with a lowercase character. (capitalized-comments)
(#61) Expected space or tab after '//' in comment. (spaced-comment)
(#67) Identifier 'timeout_id' is not in camel case. (camelcase)
(#67) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#71) 'movecounter' is defined but never used. (no-unused-vars)
(#75) Missing semicolon. (semi)
(#77) Missing semicolon. (semi)
(#79) Missing semicolon. (semi)
(#82) 'theTop' is not defined. (no-undef)
(#83) 'theTop' is not defined. (no-undef)
(#87) 'old' is not defined. (no-undef)
(#90) 'old' is not defined. (no-undef)
(#91) 'temp' is not defined. (no-undef)
(#91) Implied eval. Consider passing a function instead of a string. (no-implied-eval)
(#91) A space is required after ','. (comma-spacing)
mod/reader/module.js
(#25) Identifier 'mod_quiz' is not in camel case. (camelcase)
(#27) Identifier 'init_attempt_form' is not in camel case. (camelcase)
(#32) Identifier 'init_review_form' is not in camel case. (camelcase)
(#34) Statement inside of curly braces should be on next line. (brace-style)
(#34) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#55) Operator '*' must be spaced. (space-infix-ops)
(#63) 'e' is defined but never used. (no-unused-vars)
(#72) Identifier 'two_digit' is not in camel case. (camelcase)
(#83) Operator '/' must be spaced. (space-infix-ops)
(#88) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#103) Operator '/' must be spaced. (space-infix-ops)
(#104) Operator '*' must be spaced. (space-infix-ops)
(#105) Operator '/' must be spaced. (space-infix-ops)
(#106) Operator '*' must be spaced. (space-infix-ops)
(#119) Identifier 'update_flag_state' is not in camel case. (camelcase)
(#125) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#176) Identifier 'secure_window' is not in camel case. (camelcase)
(#186) Expected an assignment or function call and instead saw an expression. (no-unused-expressions)
(#201) Identifier 'clear_status' is not in camel case. (camelcase)
(#207) Unexpected alert. (no-alert)
(#207) 'M.str' is restricted from being used. Use "core/str" module or M.util.get_string() (no-restricted-properties)
(#211) Identifier 'prevent_mouse' is not in camel case. (camelcase)
(#219) Identifier 'init_close_button' is not in camel case. (camelcase)
(#220) 'e' is defined but never used. (no-unused-vars)
(#221) Missing semicolon. (semi)
(#233) Operator '*' must be spaced. (space-infix-ops)

CSS problems

(524 errors, 126 warnings)

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

mod/reader/styles.css
(#124) Invalid value for "padding" (csstree/validator)
(#333) Invalid value for "padding" (csstree/validator)
(#334) Invalid value for "padding" (csstree/validator)
(#446) Invalid value for "margin-top" (csstree/validator)
(#54) Expected newline before "}" (block-closing-brace-newline-before)
(#55) Expected newline before "}" (block-closing-brace-newline-before)
(#57) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected newline before "}" (block-closing-brace-newline-before)
(#61) Expected newline before "}" (block-closing-brace-newline-before)
(#280) Expected newline before "}" (block-closing-brace-newline-before)
(#281) Expected newline before "}" (block-closing-brace-newline-before)
(#282) Expected newline before "}" (block-closing-brace-newline-before)
(#283) Expected newline before "}" (block-closing-brace-newline-before)
(#284) Expected newline before "}" (block-closing-brace-newline-before)
(#285) Expected newline before "}" (block-closing-brace-newline-before)
(#317) Expected newline before "}" (block-closing-brace-newline-before)
(#318) Expected newline before "}" (block-closing-brace-newline-before)
(#320) Expected newline before "}" (block-closing-brace-newline-before)
(#323) Expected newline before "}" (block-closing-brace-newline-before)
(#325) Expected newline before "}" (block-closing-brace-newline-before)
(#332) Expected newline before "}" (block-closing-brace-newline-before)
(#333) Expected newline before "}" (block-closing-brace-newline-before)
(#334) Expected newline before "}" (block-closing-brace-newline-before)
(#336) Expected newline before "}" (block-closing-brace-newline-before)
(#345) Expected newline before "}" (block-closing-brace-newline-before)
(#346) Expected newline before "}" (block-closing-brace-newline-before)
(#347) Expected newline before "}" (block-closing-brace-newline-before)
(#348) Expected newline before "}" (block-closing-brace-newline-before)
(#349) Expected newline before "}" (block-closing-brace-newline-before)
(#352) Expected newline before "}" (block-closing-brace-newline-before)
(#357) Expected newline before "}" (block-closing-brace-newline-before)
(#362) Expected newline before "}" (block-closing-brace-newline-before)
(#371) Expected newline before "}" (block-closing-brace-newline-before)
(#372) Expected newline before "}" (block-closing-brace-newline-before)
(#373) Expected newline before "}" (block-closing-brace-newline-before)
(#375) Expected newline before "}" (block-closing-brace-newline-before)
(#376) Expected newline before "}" (block-closing-brace-newline-before)
(#377) Expected newline before "}" (block-closing-brace-newline-before)
(#378) Expected newline before "}" (block-closing-brace-newline-before)
(#380) Expected newline before "}" (block-closing-brace-newline-before)
(#382) Expected newline before "}" (block-closing-brace-newline-before)
(#384) Expected newline before "}" (block-closing-brace-newline-before)
(#385) Expected newline before "}" (block-closing-brace-newline-before)
(#387) Expected newline before "}" (block-closing-brace-newline-before)
(#390) Expected newline before "}" (block-closing-brace-newline-before)
(#391) Expected newline before "}" (block-closing-brace-newline-before)
(#392) Expected newline before "}" (block-closing-brace-newline-before)
(#407) Expected newline before "}" (block-closing-brace-newline-before)
(#410) Expected newline before "}" (block-closing-brace-newline-before)
(#411) Expected newline before "}" (block-closing-brace-newline-before)
(#412) Expected newline before "}" (block-closing-brace-newline-before)
(#413) Expected newline before "}" (block-closing-brace-newline-before)
(#414) Expected newline before "}" (block-closing-brace-newline-before)
(#415) Expected newline before "}" (block-closing-brace-newline-before)
(#416) Expected newline before "}" (block-closing-brace-newline-before)
(#417) Expected newline before "}" (block-closing-brace-newline-before)
(#420) Expected newline before "}" (block-closing-brace-newline-before)
(#422) Expected newline before "}" (block-closing-brace-newline-before)
(#425) Expected newline before "}" (block-closing-brace-newline-before)
(#427) Expected newline before "}" (block-closing-brace-newline-before)
(#431) Expected newline before "}" (block-closing-brace-newline-before)
(#433) Expected newline before "}" (block-closing-brace-newline-before)
(#435) Expected newline before "}" (block-closing-brace-newline-before)
(#436) Expected newline before "}" (block-closing-brace-newline-before)
(#437) Expected newline before "}" (block-closing-brace-newline-before)
(#439) Expected newline before "}" (block-closing-brace-newline-before)
(#442) Expected newline before "}" (block-closing-brace-newline-before)
(#443) Expected newline before "}" (block-closing-brace-newline-before)
(#450) Expected newline before "}" (block-closing-brace-newline-before)
(#451) Expected newline before "}" (block-closing-brace-newline-before)
(#457) Expected newline before "}" (block-closing-brace-newline-before)
(#460) Expected newline before "}" (block-closing-brace-newline-before)
(#462) Expected newline before "}" (block-closing-brace-newline-before)
(#463) Expected newline before "}" (block-closing-brace-newline-before)
(#464) Expected newline before "}" (block-closing-brace-newline-before)
(#466) Expected newline before "}" (block-closing-brace-newline-before)
(#537) Expected newline before "}" (block-closing-brace-newline-before)
(#539) Expected newline before "}" (block-closing-brace-newline-before)
(#546) Expected newline before "}" (block-closing-brace-newline-before)
(#548) Expected newline before "}" (block-closing-brace-newline-before)
(#549) Expected newline before "}" (block-closing-brace-newline-before)
(#556) Expected newline before "}" (block-closing-brace-newline-before)
(#558) Expected newline before "}" (block-closing-brace-newline-before)
(#560) Expected newline before "}" (block-closing-brace-newline-before)
(#561) Expected newline before "}" (block-closing-brace-newline-before)
(#563) Expected newline before "}" (block-closing-brace-newline-before)
(#564) Expected newline before "}" (block-closing-brace-newline-before)
(#566) Expected newline before "}" (block-closing-brace-newline-before)
(#567) Expected newline before "}" (block-closing-brace-newline-before)
(#568) Expected newline before "}" (block-closing-brace-newline-before)
(#569) Expected newline before "}" (block-closing-brace-newline-before)
(#571) Expected newline before "}" (block-closing-brace-newline-before)
(#572) Expected newline before "}" (block-closing-brace-newline-before)
(#573) Expected newline before "}" (block-closing-brace-newline-before)
(#575) Expected newline before "}" (block-closing-brace-newline-before)
(#576) Expected newline before "}" (block-closing-brace-newline-before)
(#577) Expected newline before "}" (block-closing-brace-newline-before)
(#578) Expected newline before "}" (block-closing-brace-newline-before)
(#580) Expected newline before "}" (block-closing-brace-newline-before)
(#581) Expected newline before "}" (block-closing-brace-newline-before)
(#582) Expected newline before "}" (block-closing-brace-newline-before)
(#583) Expected newline before "}" (block-closing-brace-newline-before)
(#585) Expected newline before "}" (block-closing-brace-newline-before)
(#586) Expected newline before "}" (block-closing-brace-newline-before)
(#587) Expected newline before "}" (block-closing-brace-newline-before)
(#588) Expected newline before "}" (block-closing-brace-newline-before)
(#589) Expected newline before "}" (block-closing-brace-newline-before)
(#590) Expected newline before "}" (block-closing-brace-newline-before)
(#592) Expected newline before "}" (block-closing-brace-newline-before)
(#595) Expected newline before "}" (block-closing-brace-newline-before)
(#60) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#61) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#349) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#410) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#442) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#443) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#548) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#568) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#569) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#588) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#589) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#590) Expected single space before "}" of a single-line block (block-closing-brace-space-before)
(#270) Unexpected empty block (block-no-empty)
(#324) Unexpected empty block (block-no-empty)
(#458) Unexpected empty block (block-no-empty)
(#459) Unexpected empty block (block-no-empty)
(#461) Unexpected empty block (block-no-empty)
(#538) Unexpected empty block (block-no-empty)
(#54) Expected newline after "{" (block-opening-brace-newline-after)
(#55) Expected newline after "{" (block-opening-brace-newline-after)
(#57) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected newline after "{" (block-opening-brace-newline-after)
(#61) Expected newline after "{" (block-opening-brace-newline-after)
(#280) Expected newline after "{" (block-opening-brace-newline-after)
(#281) Expected newline after "{" (block-opening-brace-newline-after)
(#282) Expected newline after "{" (block-opening-brace-newline-after)
(#283) Expected newline after "{" (block-opening-brace-newline-after)
(#284) Expected newline after "{" (block-opening-brace-newline-after)
(#285) Expected newline after "{" (block-opening-brace-newline-after)
(#317) Expected newline after "{" (block-opening-brace-newline-after)
(#318) Expected newline after "{" (block-opening-brace-newline-after)
(#320) Expected newline after "{" (block-opening-brace-newline-after)
(#323) Expected newline after "{" (block-opening-brace-newline-after)
(#325) Expected newline after "{" (block-opening-brace-newline-after)
(#326) Expected newline after "{" (block-opening-brace-newline-after)
(#333) Expected newline after "{" (block-opening-brace-newline-after)
(#334) Expected newline after "{" (block-opening-brace-newline-after)
(#336) Expected newline after "{" (block-opening-brace-newline-after)
(#345) Expected newline after "{" (block-opening-brace-newline-after)
(#346) Expected newline after "{" (block-opening-brace-newline-after)
(#347) Expected newline after "{" (block-opening-brace-newline-after)
(#348) Expected newline after "{" (block-opening-brace-newline-after)
(#349) Expected newline after "{" (block-opening-brace-newline-after)
(#352) Expected newline after "{" (block-opening-brace-newline-after)
(#357) Expected newline after "{" (block-opening-brace-newline-after)
(#362) Expected newline after "{" (block-opening-brace-newline-after)
(#371) Expected newline after "{" (block-opening-brace-newline-after)
(#372) Expected newline after "{" (block-opening-brace-newline-after)
(#373) Expected newline after "{" (block-opening-brace-newline-after)
(#375) Expected newline after "{" (block-opening-brace-newline-after)
(#376) Expected newline after "{" (block-opening-brace-newline-after)
(#377) Expected newline after "{" (block-opening-brace-newline-after)
(#378) Expected newline after "{" (block-opening-brace-newline-after)
(#380) Expected newline after "{" (block-opening-brace-newline-after)
(#382) Expected newline after "{" (block-opening-brace-newline-after)
(#384) Expected newline after "{" (block-opening-brace-newline-after)
(#385) Expected newline after "{" (block-opening-brace-newline-after)
(#387) Expected newline after "{" (block-opening-brace-newline-after)
(#390) Expected newline after "{" (block-opening-brace-newline-after)
(#391) Expected newline after "{" (block-opening-brace-newline-after)
(#392) Expected newline after "{" (block-opening-brace-newline-after)
(#407) Expected newline after "{" (block-opening-brace-newline-after)
(#410) Expected newline after "{" (block-opening-brace-newline-after)
(#411) Expected newline after "{" (block-opening-brace-newline-after)
(#412) Expected newline after "{" (block-opening-brace-newline-after)
(#413) Expected newline after "{" (block-opening-brace-newline-after)
(#414) Expected newline after "{" (block-opening-brace-newline-after)
(#415) Expected newline after "{" (block-opening-brace-newline-after)
(#416) Expected newline after "{" (block-opening-brace-newline-after)
(#417) Expected newline after "{" (block-opening-brace-newline-after)
(#420) Expected newline after "{" (block-opening-brace-newline-after)
(#422) Expected newline after "{" (block-opening-brace-newline-after)
(#425) Expected newline after "{" (block-opening-brace-newline-after)
(#427) Expected newline after "{" (block-opening-brace-newline-after)
(#431) Expected newline after "{" (block-opening-brace-newline-after)
(#433) Expected newline after "{" (block-opening-brace-newline-after)
(#435) Expected newline after "{" (block-opening-brace-newline-after)
(#436) Expected newline after "{" (block-opening-brace-newline-after)
(#437) Expected newline after "{" (block-opening-brace-newline-after)
(#439) Expected newline after "{" (block-opening-brace-newline-after)
(#442) Expected newline after "{" (block-opening-brace-newline-after)
(#443) Expected newline after "{" (block-opening-brace-newline-after)
(#445) Expected newline after "{" (block-opening-brace-newline-after)
(#451) Expected newline after "{" (block-opening-brace-newline-after)
(#452) Expected newline after "{" (block-opening-brace-newline-after)
(#460) Expected newline after "{" (block-opening-brace-newline-after)
(#462) Expected newline after "{" (block-opening-brace-newline-after)
(#463) Expected newline after "{" (block-opening-brace-newline-after)
(#464) Expected newline after "{" (block-opening-brace-newline-after)
(#466) Expected newline after "{" (block-opening-brace-newline-after)
(#537) Expected newline after "{" (block-opening-brace-newline-after)
(#539) Expected newline after "{" (block-opening-brace-newline-after)
(#540) Expected newline after "{" (block-opening-brace-newline-after)
(#548) Expected newline after "{" (block-opening-brace-newline-after)
(#549) Expected newline after "{" (block-opening-brace-newline-after)
(#551) Expected newline after "{" (block-opening-brace-newline-after)
(#558) Expected newline after "{" (block-opening-brace-newline-after)
(#560) Expected newline after "{" (block-opening-brace-newline-after)
(#561) Expected newline after "{" (block-opening-brace-newline-after)
(#563) Expected newline after "{" (block-opening-brace-newline-after)
(#564) Expected newline after "{" (block-opening-brace-newline-after)
(#566) Expected newline after "{" (block-opening-brace-newline-after)
(#567) Expected newline after "{" (block-opening-brace-newline-after)
(#568) Expected newline after "{" (block-opening-brace-newline-after)
(#569) Expected newline after "{" (block-opening-brace-newline-after)
(#571) Expected newline after "{" (block-opening-brace-newline-after)
(#572) Expected newline after "{" (block-opening-brace-newline-after)
(#573) Expected newline after "{" (block-opening-brace-newline-after)
(#575) Expected newline after "{" (block-opening-brace-newline-after)
(#576) Expected newline after "{" (block-opening-brace-newline-after)
(#577) Expected newline after "{" (block-opening-brace-newline-after)
(#578) Expected newline after "{" (block-opening-brace-newline-after)
(#580) Expected newline after "{" (block-opening-brace-newline-after)
(#581) Expected newline after "{" (block-opening-brace-newline-after)
(#582) Expected newline after "{" (block-opening-brace-newline-after)
(#583) Expected newline after "{" (block-opening-brace-newline-after)
(#585) Expected newline after "{" (block-opening-brace-newline-after)
(#586) Expected newline after "{" (block-opening-brace-newline-after)
(#587) Expected newline after "{" (block-opening-brace-newline-after)
(#588) Expected newline after "{" (block-opening-brace-newline-after)
(#589) Expected newline after "{" (block-opening-brace-newline-after)
(#590) Expected newline after "{" (block-opening-brace-newline-after)
(#592) Expected newline after "{" (block-opening-brace-newline-after)
(#595) Expected newline after "{" (block-opening-brace-newline-after)
(#60) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#61) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#407) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#410) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#442) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#443) Expected single space after "{" of a single-line block (block-opening-brace-space-after)
(#284) Expected single space before "{" (block-opening-brace-space-before)
(#73) Expected "#FFCC80" to be "#ffcc80" (color-hex-case)
(#175) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#190) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#256) Expected "#FFFFFF" to be "#ffffff" (color-hex-case)
(#257) Expected "#CCCCCC" to be "#cccccc" (color-hex-case)
(#268) Expected "#F0FFF0" to be "#f0fff0" (color-hex-case)
(#414) Expected "#00CC00" to be "#00cc00" (color-hex-case)
(#415) Expected "#CC0000" to be "#cc0000" (color-hex-case)
(#416) Expected "#FF6600" to be "#ff6600" (color-hex-case)
(#445) Expected "#CCFFCC" to be "#ccffcc" (color-hex-case)
(#452) Expected "#EEFFEE" to be "#eeffee" (color-hex-case)
(#167) Expected "#009933" to be "#093" (color-hex-length)
(#168) Expected "#336600" to be "#360" (color-hex-length)
(#175) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#183) Expected "#999999" to be "#999" (color-hex-length)
(#190) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#256) Expected "#FFFFFF" to be "#FFF" (color-hex-length)
(#257) Expected "#CCCCCC" to be "#CCC" (color-hex-length)
(#283) Expected "#ccff99" to be "#cf9" (color-hex-length)
(#328) Expected "#ddddff" to be "#ddf" (color-hex-length)
(#336) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#375) Expected "#eeeeff" to be "#eef" (color-hex-length)
(#375) Expected "#ddddff" to be "#ddf" (color-hex-length)
(#376) Expected "#eeffee" to be "#efe" (color-hex-length)
(#376) Expected "#ddffdd" to be "#dfd" (color-hex-length)
(#377) Expected "#ffeeee" to be "#fee" (color-hex-length)
(#377) Expected "#ffdddd" to be "#fdd" (color-hex-length)
(#378) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#378) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#382) Expected "#ffffcc" to be "#ffc" (color-hex-length)
(#395) Expected "#dddddd" to be "#ddd" (color-hex-length)
(#396) Expected "#000000" to be "#000" (color-hex-length)
(#407) Expected "#cc3333" to be "#c33" (color-hex-length)
(#407) Expected "#eeeeee" to be "#eee" (color-hex-length)
(#414) Expected "#00CC00" to be "#0C0" (color-hex-length)
(#415) Expected "#CC0000" to be "#C00" (color-hex-length)
(#416) Expected "#FF6600" to be "#F60" (color-hex-length)
(#445) Expected "#CCFFCC" to be "#CFC" (color-hex-length)
(#452) Expected "#EEFFEE" to be "#EFE" (color-hex-length)
(#475) Expected "#99ff99" to be "#9f9" (color-hex-length)
(#476) Expected "#99ff99" to be "#9f9" (color-hex-length)
(#480) Expected "#99ff99" to be "#9f9" (color-hex-length)
(#481) Expected "#99ff99" to be "#9f9" (color-hex-length)
(#484) Expected "#99ff99" to be "#9f9" (color-hex-length)
(#489) Expected "#9999ff" to be "#99f" (color-hex-length)
(#490) Expected "#9999ff" to be "#99f" (color-hex-length)
(#494) Expected "#9999ff" to be "#99f" (color-hex-length)
(#495) Expected "#9999ff" to be "#99f" (color-hex-length)
(#498) Expected "#9999ff" to be "#99f" (color-hex-length)
(#542) Expected "#ddddff" to be "#ddf" (color-hex-length)
(#566) Expected "#999999" to be "#999" (color-hex-length)
(#567) Expected "#999999" to be "#999" (color-hex-length)
(#568) Expected "#999999" to be "#999" (color-hex-length)
(#569) Expected "#999999" to be "#999" (color-hex-length)
(#571) Expected "#999999" to be "#999" (color-hex-length)
(#572) Expected "#999999" to be "#999" (color-hex-length)
(#573) Expected "#999999" to be "#999" (color-hex-length)
(#575) Expected "#999999" to be "#999" (color-hex-length)
(#576) Expected "#999999" to be "#999" (color-hex-length)
(#577) Expected "#999999" to be "#999" (color-hex-length)
(#578) Expected "#999999" to be "#999" (color-hex-length)
(#580) Expected "#999999" to be "#999" (color-hex-length)
(#581) Expected "#999999" to be "#999" (color-hex-length)
(#582) Expected "#999999" to be "#999" (color-hex-length)
(#583) Expected "#999999" to be "#999" (color-hex-length)
(#585) Expected "#999999" to be "#999" (color-hex-length)
(#586) Expected "#999999" to be "#999" (color-hex-length)
(#587) Expected "#999999" to be "#999" (color-hex-length)
(#588) Expected "#999999" to be "#999" (color-hex-length)
(#589) Expected "#999999" to be "#999" (color-hex-length)
(#590) Expected "#999999" to be "#999" (color-hex-length)
(#135) Unexpected duplicate "display" (declaration-block-no-duplicate-properties)
(#75) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#77) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#77) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#78) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#78) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#79) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#79) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#80) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#91) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#247) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#249) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#249) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#250) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#250) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#251) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#251) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#252) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#260) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#262) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#262) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#263) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#263) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#264) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#264) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#265) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#326) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#326) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#327) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#327) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#327) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#328) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#342) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#399) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#401) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#401) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#401) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#401) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#402) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#402) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#402) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#402) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#403) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#403) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#403) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#403) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#404) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#404) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#404) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#446) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#453) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#453) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#512) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#514) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#514) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#515) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#515) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#516) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#516) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#517) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#523) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#523) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#524) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#524) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#525) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#525) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#526) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#540) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#540) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#540) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#541) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#541) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#541) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#542) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#542) Expected newline after ";" in a multi-line declaration block (declaration-block-semicolon-newline-after)
(#57) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#60) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#283) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#284) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#320) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#333) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#334) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#346) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#352) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#357) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#362) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#372) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#375) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#376) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#377) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#378) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#380) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#382) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#390) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#391) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#407) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#431) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#435) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#437) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#439) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#443) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#451) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#462) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#463) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#466) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#539) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#568) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#569) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#588) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#589) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#590) Expected no more than 1 declaration (declaration-block-single-line-max-declarations)
(#436) Expected a trailing semicolon (declaration-block-trailing-semicolon)
(#31) Unexpected whitespace before ":" (declaration-colon-space-before)
(#32) Unexpected whitespace before ":" (declaration-colon-space-before)
(#39) Unexpected whitespace before ":" (declaration-colon-space-before)
(#40) Unexpected whitespace before ":" (declaration-colon-space-before)
(#43) Unexpected whitespace before ":" (declaration-colon-space-before)
(#44) Unexpected whitespace before ":" (declaration-colon-space-before)
(#47) Unexpected whitespace before ":" (declaration-colon-space-before)
(#50) Unexpected whitespace before ":" (declaration-colon-space-before)
(#69) Unexpected whitespace before ":" (declaration-colon-space-before)
(#70) Unexpected whitespace before ":" (declaration-colon-space-before)
(#73) Unexpected whitespace before ":" (declaration-colon-space-before)
(#75) Unexpected whitespace before ":" (declaration-colon-space-before)
(#83) Unexpected whitespace before ":" (declaration-colon-space-before)
(#84) Unexpected whitespace before ":" (declaration-colon-space-before)
(#85) Unexpected whitespace before ":" (declaration-colon-space-before)
(#86) Unexpected whitespace before ":" (declaration-colon-space-before)
(#89) Unexpected whitespace before ":" (declaration-colon-space-before)
(#90) Unexpected whitespace before ":" (declaration-colon-space-before)
(#91) Unexpected whitespace before ":" (declaration-colon-space-before)
(#92) Unexpected whitespace before ":" (declaration-colon-space-before)
(#96) Unexpected whitespace before ":" (declaration-colon-space-before)
(#100) Unexpected whitespace before ":" (declaration-colon-space-before)
(#101) Unexpected whitespace before ":" (declaration-colon-space-before)
(#102) Unexpected whitespace before ":" (declaration-colon-space-before)
(#103) Unexpected whitespace before ":" (declaration-colon-space-before)
(#104) Unexpected whitespace before ":" (declaration-colon-space-before)
(#107) Unexpected whitespace before ":" (declaration-colon-space-before)
(#113) Unexpected whitespace before ":" (declaration-colon-space-before)
(#116) Unexpected whitespace before ":" (declaration-colon-space-before)
(#119) Unexpected whitespace before ":" (declaration-colon-space-before)
(#120) Unexpected whitespace before ":" (declaration-colon-space-before)
(#123) Unexpected whitespace before ":" (declaration-colon-space-before)
(#124) Unexpected whitespace before ":" (declaration-colon-space-before)
(#125) Unexpected whitespace before ":" (declaration-colon-space-before)
(#128) Unexpected whitespace before ":" (declaration-colon-space-before)
(#129) Unexpected whitespace before ":" (declaration-colon-space-before)
(#132) Unexpected whitespace before ":" (declaration-colon-space-before)
(#133) Unexpected whitespace before ":" (declaration-colon-space-before)
(#134) Unexpected whitespace before ":" (declaration-colon-space-before)
(#135) Unexpected whitespace before ":" (declaration-colon-space-before)
(#136) Unexpected whitespace before ":" (declaration-colon-space-before)
(#137) Unexpected whitespace before ":" (declaration-colon-space-before)
(#138) Unexpected whitespace before ":" (declaration-colon-space-before)
(#139) Unexpected whitespace before ":" (declaration-colon-space-before)
(#140) Unexpected whitespace before ":" (declaration-colon-space-before)
(#142) Unexpected whitespace before ":" (declaration-colon-space-before)
(#163) Unexpected whitespace before ":" (declaration-colon-space-before)
(#164) Unexpected whitespace before ":" (declaration-colon-space-before)
(#167) Unexpected whitespace before ":" (declaration-colon-space-before)
(#168) Unexpected whitespace before ":" (declaration-colon-space-before)
(#171) Unexpected whitespace before ":" (declaration-colon-space-before)
(#172) Unexpected whitespace before ":" (declaration-colon-space-before)
(#175) Unexpected whitespace before ":" (declaration-colon-space-before)
(#176) Unexpected whitespace before ":" (declaration-colon-space-before)
(#180) Unexpected whitespace before ":" (declaration-colon-space-before)
(#183) Unexpected whitespace before ":" (declaration-colon-space-before)
(#184) Unexpected whitespace before ":" (declaration-colon-space-before)
(#185) Unexpected whitespace before ":" (declaration-colon-space-before)
(#186) Unexpected whitespace before ":" (declaration-colon-space-before)
(#187) Unexpected whitespace before ":" (declaration-colon-space-before)
(#190) Unexpected whitespace before ":" (declaration-colon-space-before)
(#191) Unexpected whitespace before ":" (declaration-colon-space-before)
(#192) Unexpected whitespace before ":" (declaration-colon-space-before)
(#193) Unexpected whitespace before ":" (declaration-colon-space-before)
(#194) Unexpected whitespace before ":" (declaration-colon-space-before)
(#195) Unexpected whitespace before ":" (declaration-colon-space-before)
(#196) Unexpected whitespace before ":" (declaration-colon-space-before)
(#197) Unexpected whitespace before ":" (declaration-colon-space-before)
(#198) Unexpected whitespace before ":" (declaration-colon-space-before)
(#199) Unexpected whitespace before ":" (declaration-colon-space-before)
(#202) Unexpected whitespace before ":" (declaration-colon-space-before)
(#203) Unexpected whitespace before ":" (declaration-colon-space-before)
(#204) Unexpected whitespace before ":" (declaration-colon-space-before)
(#205) Unexpected whitespace before ":" (declaration-colon-space-before)
(#206) Unexpected whitespace before ":" (declaration-colon-space-before)
(#207) Unexpected whitespace before ":" (declaration-colon-space-before)
(#208) Unexpected whitespace before ":" (declaration-colon-space-before)
(#211) Unexpected whitespace before ":" (declaration-colon-space-before)
(#212) Unexpected whitespace before ":" (declaration-colon-space-before)
(#213) Unexpected whitespace before ":" (declaration-colon-space-before)
(#214) Unexpected whitespace before ":" (declaration-colon-space-before)
(#215) Unexpected whitespace before ":" (declaration-colon-space-before)
(#216) Unexpected whitespace before ":" (declaration-colon-space-before)
(#217) Unexpected whitespace before ":" (declaration-colon-space-before)
(#220) Unexpected whitespace before ":" (declaration-colon-space-before)
(#221) Unexpected whitespace before ":" (declaration-colon-space-before)
(#222) Unexpected whitespace before ":" (declaration-colon-space-before)
(#223) Unexpected whitespace before ":" (declaration-colon-space-before)
(#226) Unexpected whitespace before ":" (declaration-colon-space-before)
(#227) Unexpected whitespace before ":" (declaration-colon-space-before)
(#228) Unexpected whitespace before ":" (declaration-colon-space-before)
(#229) Unexpected whitespace before ":" (declaration-colon-space-before)
(#230) Unexpected whitespace before ":" (declaration-colon-space-before)
(#231) Unexpected whitespace before ":" (declaration-colon-space-before)
(#234) Unexpected whitespace before ":" (declaration-colon-space-before)
(#235) Unexpected whitespace before ":" (declaration-colon-space-before)
(#236) Unexpected whitespace before ":" (declaration-colon-space-before)
(#237) Unexpected whitespace before ":" (declaration-colon-space-before)
(#240) Unexpected whitespace before ":" (declaration-colon-space-before)
(#241) Unexpected whitespace before ":" (declaration-colon-space-before)
(#242) Unexpected whitespace before ":" (declaration-colon-space-before)
(#243) Unexpected whitespace before ":" (declaration-colon-space-before)
(#244) Unexpected whitespace before ":" (declaration-colon-space-before)
(#245) Unexpected whitespace before ":" (declaration-colon-space-before)
(#246) Unexpected whitespace before ":" (declaration-colon-space-before)
(#247) Unexpected whitespace before ":" (declaration-colon-space-before)
(#257) Unexpected whitespace before ":" (declaration-colon-space-before)
(#258) Unexpected whitespace before ":" (declaration-colon-space-before)
(#259) Unexpected whitespace before ":" (declaration-colon-space-before)
(#260) Unexpected whitespace before ":" (declaration-colon-space-before)
(#273) Unexpected whitespace before ":" (declaration-colon-space-before)
(#277) Unexpected whitespace before ":" (declaration-colon-space-before)
(#340) Unexpected whitespace before ":" (declaration-colon-space-before)
(#341) Unexpected whitespace before ":" (declaration-colon-space-before)
(#342) Unexpected whitespace before ":" (declaration-colon-space-before)
(#343) Unexpected whitespace before ":" (declaration-colon-space-before)
(#395) Unexpected whitespace before ":" (declaration-colon-space-before)
(#396) Unexpected whitespace before ":" (declaration-colon-space-before)
(#397) Unexpected whitespace before ":" (declaration-colon-space-before)
(#398) Unexpected whitespace before ":" (declaration-colon-space-before)
(#399) Unexpected whitespace before ":" (declaration-colon-space-before)
(#470) Unexpected whitespace before ":" (declaration-colon-space-before)
(#474) Unexpected whitespace before ":" (declaration-colon-space-before)
(#475) Unexpected whitespace before ":" (declaration-colon-space-before)
(#476) Unexpected whitespace before ":" (declaration-colon-space-before)
(#479) Unexpected whitespace before ":" (declaration-colon-space-before)
(#480) Unexpected whitespace before ":" (declaration-colon-space-before)
(#481) Unexpected whitespace before ":" (declaration-colon-space-before)
(#484) Unexpected whitespace before ":" (declaration-colon-space-before)
(#488) Unexpected whitespace before ":" (declaration-colon-space-before)
(#489) Unexpected whitespace before ":" (declaration-colon-space-before)
(#490) Unexpected whitespace before ":" (declaration-colon-space-before)
(#493) Unexpected whitespace before ":" (declaration-colon-space-before)
(#494) Unexpected whitespace before ":" (declaration-colon-space-before)
(#495) Unexpected whitespace before ":" (declaration-colon-space-before)
(#498) Unexpected whitespace before ":" (declaration-colon-space-before)
(#503) Unexpected whitespace before ":" (declaration-colon-space-before)
(#504) Unexpected whitespace before ":" (declaration-colon-space-before)
(#505) Unexpected whitespace before ":" (declaration-colon-space-before)
(#506) Unexpected whitespace before ":" (declaration-colon-space-before)
(#511) Unexpected whitespace before ":" (declaration-colon-space-before)
(#512) Unexpected whitespace before ":" (declaration-colon-space-before)
(#531) Unexpected whitespace before ":" (declaration-colon-space-before)
(#532) Unexpected whitespace before ":" (declaration-colon-space-before)
(#31) Unexpected unit (length-zero-no-unit)
(#32) Unexpected unit (length-zero-no-unit)
(#36) Unexpected unit (length-zero-no-unit)
(#69) Unexpected unit (length-zero-no-unit)
(#116) Unexpected unit (length-zero-no-unit)
(#119) Unexpected unit (length-zero-no-unit)
(#119) Unexpected unit (length-zero-no-unit)
(#137) Unexpected unit (length-zero-no-unit)
(#139) Unexpected unit (length-zero-no-unit)
(#194) Unexpected unit (length-zero-no-unit)
(#196) Unexpected unit (length-zero-no-unit)
(#204) Unexpected unit (length-zero-no-unit)
(#206) Unexpected unit (length-zero-no-unit)
(#213) Unexpected unit (length-zero-no-unit)
(#215) Unexpected unit (length-zero-no-unit)
(#221) Unexpected unit (length-zero-no-unit)
(#227) Unexpected unit (length-zero-no-unit)
(#228) Unexpected unit (length-zero-no-unit)
(#229) Unexpected unit (length-zero-no-unit)
(#230) Unexpected unit (length-zero-no-unit)
(#245) Unexpected unit (length-zero-no-unit)
(#245) Unexpected unit (length-zero-no-unit)
(#280) Unexpected unit (length-zero-no-unit)
(#293) Unexpected unit (length-zero-no-unit)
(#317) Unexpected unit (length-zero-no-unit)
(#318) Unexpected unit (length-zero-no-unit)
(#323) Unexpected unit (length-zero-no-unit)
(#357) Unexpected unit (length-zero-no-unit)
(#392) Unexpected unit (length-zero-no-unit)
(#431) Unexpected unit (length-zero-no-unit)
(#435) Unexpected unit (length-zero-no-unit)
(#435) Unexpected unit (length-zero-no-unit)
(#437) Unexpected unit (length-zero-no-unit)
(#439) Unexpected unit (length-zero-no-unit)
(#439) Unexpected unit (length-zero-no-unit)
(#451) Unexpected unit (length-zero-no-unit)
(#463) Unexpected unit (length-zero-no-unit)
(#466) Unexpected unit (length-zero-no-unit)
(#503) Unexpected unit (length-zero-no-unit)
(#504) Unexpected unit (length-zero-no-unit)
(#537) Unexpected unit (length-zero-no-unit)
(#548) Unexpected unit (length-zero-no-unit)
(#549) Unexpected unit (length-zero-no-unit)
(#549) Unexpected unit (length-zero-no-unit)
(#558) Unexpected unit (length-zero-no-unit)
(#382) Expected line length to be no more than 132 characters (max-line-length)
(#391) Expected line length to be no more than 132 characters (max-line-length)
(#401) Expected line length to be no more than 132 characters (max-line-length)
(#402) Expected line length to be no more than 132 characters (max-line-length)
(#403) Expected line length to be no more than 132 characters (max-line-length)
(#404) Expected line length to be no more than 132 characters (max-line-length)
(#435) Expected line length to be no more than 132 characters (max-line-length)
(#443) Expected line length to be no more than 132 characters (max-line-length)
(#91) Unexpected extra semicolon (no-extra-semicolons)
(#342) Unexpected extra semicolon (no-extra-semicolons)
(#327) Expected indentation of 4 spaces (indentation)
(#328) Expected indentation of 4 spaces (indentation)
(#329) Expected indentation of 4 spaces (indentation)
(#330) Expected indentation of 4 spaces (indentation)
(#331) Expected indentation of 4 spaces (indentation)
(#332) Expected indentation of 4 spaces (indentation)
(#446) Expected indentation of 4 spaces (indentation)
(#447) Expected indentation of 4 spaces (indentation)
(#448) Expected indentation of 4 spaces (indentation)
(#449) Expected indentation of 4 spaces (indentation)
(#450) Expected indentation of 4 spaces (indentation)
(#453) Expected indentation of 4 spaces (indentation)
(#454) Expected indentation of 4 spaces (indentation)
(#455) Expected indentation of 4 spaces (indentation)
(#456) Expected indentation of 4 spaces (indentation)
(#457) Expected indentation of 4 spaces (indentation)
(#541) Expected indentation of 4 spaces (indentation)
(#542) Expected indentation of 4 spaces (indentation)
(#543) Expected indentation of 4 spaces (indentation)
(#544) Expected indentation of 4 spaces (indentation)
(#545) Expected indentation of 4 spaces (indentation)
(#546) Expected indentation of 4 spaces (indentation)
(#552) Expected indentation of 4 spaces (indentation)
(#553) Expected indentation of 4 spaces (indentation)
(#554) Expected indentation of 4 spaces (indentation)
(#555) Expected indentation of 4 spaces (indentation)
(#556) Expected indentation of 4 spaces (indentation)

PHPDocs style problems

(361 errors, 0 warnings)

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

mod/reader/admin.php
(#999) Found comment starting with three or more slashes
(#2798) Phpdocs for function mod_reader_message_form::get_all_groups has incomplete parameters list
mod/reader/admin/books/download/downloader.php
(#178) Phpdocs for function reader_downloader::__construct has incomplete parameters list
(#316) Phpdocs for function reader_downloader::get_default_recordid has incomplete parameters list
(#347) Phpdocs for function reader_downloader::check_categorytype has incomplete parameters list
(#819) Phpdocs for function reader_downloader::check_selected_itemids has incomplete parameters list
(#1218) Phpdocs for function reader_downloader::set_quiz_courseid has incomplete parameters list
(#1275) Phpdocs for function reader_downloader::get_course_categorytype has incomplete parameters list
(#1290) Phpdocs for function reader_downloader::get_course_categoryid has incomplete parameters list
(#1315) Phpdocs for function reader_downloader::get_quiz_coursetype has incomplete parameters list
(#1525) Phpdocs for function reader_downloader::get_unique_name has incomplete parameters list
(#1619) Phpdocs for function reader_downloader::get_quiz_sectiontype has incomplete parameters list
(#2180) Phpdocs for function reader_downloader::question_has_correct_answer has incomplete parameters list
(#2338) Phpdocs for function reader_downloader::add_question_category has incomplete parameters list
(#2923) Phpdocs for function reader_downloader::add_question_options has incomplete parameters list
(#2957) Phpdocs for function reader_downloader::get_question_options_table has incomplete parameters list
(#3011) Phpdocs for function reader_downloader::get_best_match_questions has incomplete parameters list
(#3363) Phpdocs for function reader_downloader::add_question_postprocessing_attempts has incomplete parameters list
(#3455) Phpdocs for function reader_downloader::add_question_postprocessing_multianswer has incomplete parameters list
(#3477) Phpdocs for function reader_downloader::add_question_postprocessing_multichoice has incomplete parameters list
(#3501) Phpdocs for function reader_downloader::add_question_postprocessing_match has incomplete parameters list
mod/reader/admin/books/download/progress.php
(#118) Phpdocs for function reader_download_progress_task::get_task has incomplete parameters list
(#154) Phpdocs for function reader_download_progress_task::finish has incomplete parameters list
(#167) Phpdocs for function reader_download_progress_task::set_percent has incomplete parameters list
(#178) Phpdocs for function reader_download_progress_task::checktasks has incomplete parameters list
(#441) Phpdocs for function reader_download_progress_bar::set_percent has incomplete parameters list
(#450) Phpdocs for function reader_download_progress_bar::set_title has incomplete parameters list
(#477) Phpdocs for function reader_download_progress_bar::reset_timeout has incomplete parameters list
(#641) Phpdocs for function reader_download_progress_bar::finish_item has incomplete parameters list
(#653) Phpdocs for function reader_download_progress_bar::finish_instance has incomplete parameters list
(#685) Phpdocs for function reader_download_progress_bar::finish_options has incomplete parameters list
mod/reader/admin/books/download/remotesite.php
(#77) Phpdocs for function reader_remotesite::__construct has incomplete parameters list
mod/reader/admin/books/download/renderer.php
(#967) Phpdocs for function mod_reader_admin_books_download_renderer::form_start has incomplete parameters list
(#1283) Phpdocs for function mod_reader_admin_books_download_renderer::available_list_name has incomplete parameters list
(#1403) Phpdocs for function mod_reader_admin_books_download_renderer::get_mycourses has incomplete parameters list
(#1763) Phpdocs for function mod_reader_admin_books_download_renderer::formitem has incomplete parameters list
mod/reader/admin/books/editcourse/tablelib.php
(#107) Found comment starting with three or more slashes
(#109) Found comment starting with three or more slashes
mod/reader/admin/books/editsite/tablelib.php
(#136) Found comment starting with three or more slashes
(#138) Found comment starting with three or more slashes
(#185) Found comment starting with three or more slashes
(#187) Found comment starting with three or more slashes
(#252) Found comment starting with three or more slashes
(#254) Found comment starting with three or more slashes
(#435) Phpdocs for function reader_admin_books_editsite_table::execute_action_settext has incomplete parameters list
mod/reader/admin/books/tablelib.php
(#59) Found comment starting with three or more slashes
(#61) Found comment starting with three or more slashes
mod/reader/admin/filtering.php
(#71) Phpdocs for function reader_admin_filtering::__construct has incomplete parameters list
(#126) Phpdocs for function reader_admin_filtering::get_sql has incomplete parameters list
(#172) Phpdocs for function reader_admin_filtering::get_sql_filter has incomplete parameters list
(#209) Phpdocs for function reader_admin_filtering::get_sql_where has incomplete parameters list
(#219) Phpdocs for function reader_admin_filtering::get_sql_having has incomplete parameters list
(#236) Phpdocs for function reader_admin_filtering::get_optionvalue has incomplete parameters list
(#284) Phpdocs for function reader_admin_options::__construct has incomplete parameters list
(#370) Phpdocs for function reader_admin_options::reorder_sortfields has incomplete parameters list
(#591) Phpdocs for function reader_admin_options::get_value has incomplete parameters list
mod/reader/admin/filters/group.php
(#55) Phpdocs for function reader_admin_filter_group::__construct has incomplete parameters list
mod/reader/admin/filters/select.php
(#58) Phpdocs for function reader_admin_filter_select::__construct has incomplete parameters list
mod/reader/admin/renderer.php
(#262) Phpdocs for function mod_reader_admin_renderer::list_actions has incomplete parameters list
(#280) Phpdocs for function mod_reader_admin_renderer::continue_button has incomplete parameters list
(#291) Phpdocs for function mod_reader_admin_renderer::available_booktypes has incomplete parameters list
mod/reader/admin/reports.php
(#63) Found comment starting with three or more slashes
(#65) Found comment starting with three or more slashes
mod/reader/admin/reports/bookdetailed/tablelib.php
(#104) Found comment starting with three or more slashes
(#106) Found comment starting with three or more slashes
(#211) Found comment starting with three or more slashes
(#213) Found comment starting with three or more slashes
(#224) Found comment starting with three or more slashes
(#226) Found comment starting with three or more slashes
(#111) Phpdocs for function reader_admin_reports_bookdetailed_table::__construct has incomplete parameters list
mod/reader/admin/reports/booksummary/tablelib.php
(#114) Found comment starting with three or more slashes
(#116) Found comment starting with three or more slashes
(#208) Found comment starting with three or more slashes
(#210) Found comment starting with three or more slashes
(#230) Found comment starting with three or more slashes
(#232) Found comment starting with three or more slashes
(#98) Phpdocs for function reader_admin_reports_booksummary_table::__construct has incomplete parameters list
mod/reader/admin/reports/groupsummary/tablelib.php
(#110) Found comment starting with three or more slashes
(#112) Found comment starting with three or more slashes
(#219) Found comment starting with three or more slashes
(#221) Found comment starting with three or more slashes
(#364) Found comment starting with three or more slashes
(#366) Found comment starting with three or more slashes
(#117) Phpdocs for function reader_admin_reports_groupsummary_table::__construct has incomplete parameters list
mod/reader/admin/reports/tablelib.php
(#100) Found comment starting with three or more slashes
(#102) Found comment starting with three or more slashes
(#395) Found comment starting with three or more slashes
(#397) Found comment starting with three or more slashes
(#491) Found comment starting with three or more slashes
(#493) Found comment starting with three or more slashes
(#655) Found comment starting with three or more slashes
(#657) Found comment starting with three or more slashes
(#974) Found comment starting with three or more slashes
(#976) Found comment starting with three or more slashes
(#191) Phpdocs for function reader_admin_reports_table::select_sql_attempts has incomplete parameters list
(#330) Phpdocs for function reader_admin_reports_table::select_sql_attempts_exclude has incomplete parameters list
(#349) Phpdocs for function reader_admin_reports_table::select_sql_attempts_include has incomplete parameters list
(#824) Phpdocs for function reader_admin_reports_table::col_time has incomplete parameters list
(#852) Phpdocs for function reader_admin_reports_table::col_duration has incomplete parameters list
(#917) Phpdocs for function reader_admin_reports_table::img_bookrating has incomplete parameters list
(#1107) Phpdocs for function reader_admin_reports_table::execute_action_updateattempts has incomplete parameters list
mod/reader/admin/reports/userdetailed/tablelib.php
(#120) Found comment starting with three or more slashes
(#122) Found comment starting with three or more slashes
(#248) Found comment starting with three or more slashes
(#250) Found comment starting with three or more slashes
(#292) Found comment starting with three or more slashes
(#294) Found comment starting with three or more slashes
(#102) Phpdocs for function reader_admin_reports_userdetailed_table::__construct has incomplete parameters list
mod/reader/admin/reports/usersummary/tablelib.php
(#161) Found comment starting with three or more slashes
(#163) Found comment starting with three or more slashes
(#267) Found comment starting with three or more slashes
(#269) Found comment starting with three or more slashes
(#374) Found comment starting with three or more slashes
(#376) Found comment starting with three or more slashes
(#485) Found comment starting with three or more slashes
(#487) Found comment starting with three or more slashes
(#105) Phpdocs for function reader_admin_reports_usersummary_table::__construct has incomplete parameters list
(#871) Phpdocs for function reader_admin_reports_usersummary_table::get_extrapoints_book has incomplete parameters list
mod/reader/admin/tablelib.php
(#175) Found comment starting with three or more slashes
(#177) Found comment starting with three or more slashes
(#347) Found comment starting with three or more slashes
(#349) Found comment starting with three or more slashes
(#488) Found comment starting with three or more slashes
(#490) Found comment starting with three or more slashes
(#663) Found comment starting with three or more slashes
(#665) Found comment starting with three or more slashes
(#837) Found comment starting with three or more slashes
(#839) Found comment starting with three or more slashes
(#875) Found comment starting with three or more slashes
(#877) Found comment starting with three or more slashes
(#1025) Found comment starting with three or more slashes
(#1027) Found comment starting with three or more slashes
(#1116) Found comment starting with three or more slashes
(#1118) Found comment starting with three or more slashes
(#1179) Found comment starting with three or more slashes
(#1181) Found comment starting with three or more slashes
(#1238) Found comment starting with three or more slashes
(#1240) Found comment starting with three or more slashes
(#1263) Found comment starting with three or more slashes
(#1265) Found comment starting with three or more slashes
(#578) Phpdocs for function reader_admin_table::add_filter_params has incomplete parameters list
(#618) Phpdocs for function reader_admin_table::get_table_names_and_aliases has incomplete parameters list
(#1016) Phpdocs for function reader_admin_table::header_other has incomplete parameters list
(#1209) Inline phpdocs tag {@link print_headers()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/reader/admin/tools/detect_cheating.php
(#88) Found comment starting with three or more slashes
(#90) Found comment starting with three or more slashes
(#1074) Phpdocs for function reader_print_action has incomplete parameters list
mod/reader/admin/tools/export_reader_tables.php
(#94) Found comment starting with three or more slashes
(#96) Found comment starting with three or more slashes
mod/reader/admin/tools/fix_bookcovers.php
(#107) Phpdocs for function reader_fetch_all_book_images has incomplete parameters list
(#157) Phpdocs for function reader_fetch_installed_book_images has incomplete parameters list
(#191) Phpdocs for function reader_fetch_attempted_book_images has incomplete parameters list
(#234) Phpdocs for function reader_fetch_book_image has incomplete parameters list
(#348) Phpdocs for function reader_get_itemids has incomplete parameters list
mod/reader/admin/tools/fix_coursesections.php
(#104) Found comment starting with three or more slashes
(#106) Found comment starting with three or more slashes
(#405) Phpdocs for function reader_locate_section_by_name has incomplete parameters list
mod/reader/admin/tools/lib.php
(#346) Phpdocs for function reader_print_continue has incomplete parameters list
mod/reader/admin/tools/move_quizzes.php
(#114) Phpdocs for function reader_move_quizzes has incomplete parameters list
mod/reader/admin/users/setgoals/form.php
(#228) Phpdocs for function mod_reader_admin_users_setgoals_form::set_data has incomplete parameters list
(#275) Phpdocs for function mod_reader_admin_users_setgoals_form::get_next_goal has incomplete parameters list
mod/reader/admin/users/setlevels/form.php
(#147) Phpdocs for function mod_reader_admin_users_setlevels_form::get_group_options has incomplete parameters list
mod/reader/admin/users/setmessage/form.php
(#129) Phpdocs for function mod_reader_admin_users_setmessage_form::format_messages has incomplete parameters list
(#241) Phpdocs for function mod_reader_admin_users_setmessage_form::set_data has incomplete parameters list
mod/reader/admin/users/setrates/form.php
(#208) Phpdocs for function mod_reader_admin_users_setrates_form::define_action_elements has incomplete parameters list
(#265) Phpdocs for function mod_reader_admin_users_setrates_form::set_data has incomplete parameters list
mod/reader/adminlib.php
(#1449) Found comment starting with three or more slashes
(#1451) Found comment starting with three or more slashes
(#71) Phpdocs for function reader_format_passed has incomplete parameters list
(#134) Phpdocs for function reader_change_to_studentview has incomplete parameters list
(#155) Phpdocs for function reader_ajax_textbox_title has incomplete parameters list
(#181) Phpdocs for function reader_setbookinstances has incomplete parameters list
(#334) Phpdocs for function reader_datetime_selector has incomplete parameters list
(#405) Phpdocs for function reader_grade_selector has incomplete parameters list
(#421) Phpdocs for function reader_duration_selector has incomplete parameters list
(#484) Phpdocs for function reader_make_table_headers has incomplete parameters list
(#817) Phpdocs for function reader_print_search_form has incomplete parameters list
mod/reader/classes/event/base.php
(#60) Phpdocs for function base::__call has incomplete parameters list
(#70) Phpdocs for function base::__callStatic has incomplete parameters list
mod/reader/db/upgradelib.php
(#59) Found comment starting with three or more slashes
(#62) Found comment starting with three or more slashes
(#1170) Phpdocs for function xmldb_reader_fix_uniqueid has incomplete parameters list
(#3398) Phpdocs for function xmldb_reader_fix_slots_stepdata has incomplete parameters list
(#3629) Phpdocs for function xmldb_reader_fix_config_names has incomplete parameters list
(#3647) Phpdocs for function xmldb_reader_migrate_logs has incomplete parameters list
(#3828) Phpdocs for function xmldb_reader_rename_table has incomplete parameters list
(#3845) Phpdocs for function xmldb_reader_fix_sumgrades has incomplete parameters list
mod/reader/lib.php
(#45) Found comment starting with three or more slashes
(#47) Found comment starting with three or more slashes
(#343) Found comment starting with three or more slashes
(#345) Found comment starting with three or more slashes
(#611) Found comment starting with three or more slashes
(#613) Found comment starting with three or more slashes
(#785) Found comment starting with three or more slashes
(#787) Found comment starting with three or more slashes
(#1529) Found comment starting with three or more slashes
(#1531) Found comment starting with three or more slashes
(#1549) Found comment starting with three or more slashes
(#1551) Found comment starting with three or more slashes
(#1573) Found comment starting with three or more slashes
(#1575) Found comment starting with three or more slashes
(#1628) Found comment starting with three or more slashes
(#1630) Found comment starting with three or more slashes
(#1688) Found comment starting with three or more slashes
(#1690) Found comment starting with three or more slashes
(#1715) Found comment starting with three or more slashes
(#1717) Found comment starting with three or more slashes
(#1826) Found comment starting with three or more slashes
(#1828) Found comment starting with three or more slashes
(#1981) Found comment starting with three or more slashes
(#1983) Found comment starting with three or more slashes
(#2293) Found comment starting with three or more slashes
(#2295) Found comment starting with three or more slashes
(#55) Phpdocs for function reader_add_instance has incomplete parameters list
(#89) Phpdocs for function reader_update_instance has incomplete parameters list
(#536) Phpdocs for function reader_grade_item_update has incomplete parameters list
(#679) Phpdocs for function reader_reset_userdata has incomplete parameters list
(#770) Phpdocs for function reader_reset_gradebook has incomplete parameters list
(#1538) Phpdocs for function reader_extend_navigation has incomplete parameters list
(#1808) Phpdocs for function reader_navigation_add_node has incomplete parameters list
(#1993) Phpdocs for function reader_textlib has incomplete parameters list
(#2455) Phpdocs for function reader_get_level_data has incomplete parameters list
(#2623) Phpdocs for function reader_create_attempt has incomplete parameters list
(#2774) Phpdocs for function reader_get_student_attempts has incomplete parameters list
(#1005) Inline phpdocs tag {@link course/recent.php} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1022) Inline phpdocs tag {@link print_recent_mod_activity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1030) Inline phpdocs tag {@link lib/moodlelib.php} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#999) Inline phpdocs tag {@link fullname()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1182) Inline phpdocs tag {@link course/recent.php} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1184) Inline phpdocs tag {@link get_recent_mod_activity()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1304) Inline phpdocs tag {@link course/lib.php} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1615) Inline phpdocs tag {@link settings_navigation} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1616) Inline phpdocs tag {@link navigation_node} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/reader/locallib.php
(#176) Found comment starting with three or more slashes
(#178) Found comment starting with three or more slashes
(#478) Found comment starting with three or more slashes
(#480) Found comment starting with three or more slashes
(#651) Found comment starting with three or more slashes
(#653) Found comment starting with three or more slashes
(#183) Phpdocs for function mod_reader::create has incomplete parameters list
(#235) Phpdocs for function mod_reader::textlib has incomplete parameters list
(#460) Phpdocs for function mod_reader::get_js_module has incomplete parameters list
(#482) Phpdocs for function mod_reader::url has incomplete parameters list
(#516) Phpdocs for function mod_reader::attempts_url has incomplete parameters list
(#523) Phpdocs for function mod_reader::books_url has incomplete parameters list
(#530) Phpdocs for function mod_reader::quizzes_url has incomplete parameters list
(#537) Phpdocs for function mod_reader::reports_url has incomplete parameters list
(#544) Phpdocs for function mod_reader::tools_url has incomplete parameters list
(#551) Phpdocs for function mod_reader::users_url has incomplete parameters list
(#558) Phpdocs for function mod_reader::view_url has incomplete parameters list
(#570) Phpdocs for function mod_reader::attempt_url has incomplete parameters list
(#582) Phpdocs for function mod_reader::mreader_attempt_url has incomplete parameters list
(#594) Phpdocs for function mod_reader::index_url has incomplete parameters list
(#606) Phpdocs for function mod_reader::course_url has incomplete parameters list
(#639) Phpdocs for function mod_reader::grades_url has incomplete parameters list
(#655) Phpdocs for function mod_reader::can has incomplete parameters list
(#117) Inline phpdocs tag {@link get_coursemodule_from_id()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/reader/mod_form.php
(#370) Phpdocs for function mod_reader_mod_form::data_preprocessing has incomplete parameters list
(#395) Phpdocs for function mod_reader_mod_form::set_type_default_advanced has incomplete parameters list
(#419) Phpdocs for function mod_reader_mod_form::get_originalvalue has incomplete parameters list
mod/reader/quiz/accessrules.php
(#591) Found comment starting with three or more slashes
(#595) Found comment starting with three or more slashes
(#693) Found comment starting with three or more slashes
(#698) Found comment starting with three or more slashes
(#703) Found comment starting with three or more slashes
(#722) Found comment starting with three or more slashes
(#725) Found comment starting with three or more slashes
(#743) Found comment starting with three or more slashes
(#748) Found comment starting with three or more slashes
(#765) Found comment starting with three or more slashes
(#768) Found comment starting with three or more slashes
(#133) Phpdocs for function reader_access_manager::prevent_new_attempt has incomplete parameters list
(#169) Phpdocs for function reader_access_manager::is_finished has incomplete parameters list
(#222) Phpdocs for function reader_access_manager::securewindow_required has incomplete parameters list
(#229) Phpdocs for function reader_access_manager::safebrowser_required has incomplete parameters list
(#282) Phpdocs for function reader_access_manager::back_to_view_page has incomplete parameters list
(#312) Phpdocs for function reader_access_manager::print_finish_review_link has incomplete parameters list
(#383) Phpdocs for function reader_access_manager::make_review_link has incomplete parameters list
(#457) Phpdocs for function readerquiz_access_rule_base::__construct has incomplete parameters list
(#466) Phpdocs for function readerquiz_access_rule_base::prevent_new_attempt has incomplete parameters list
(#497) Phpdocs for function readerquiz_access_rule_base::is_finished has incomplete parameters list
mod/reader/quiz/attemptlib.php
(#166) Phpdocs for function reader_quiz::create has incomplete parameters list
(#373) Phpdocs for function reader_quiz::has_capability has incomplete parameters list
(#380) Phpdocs for function reader_quiz::require_capability has incomplete parameters list
(#420) Phpdocs for function reader_quiz::start_attempt_url has incomplete parameters list
(#435) Phpdocs for function reader_quiz::mreader_attempt_url has incomplete parameters list
(#469) Phpdocs for function reader_quiz::ensure_question_loaded has incomplete parameters list
(#880) Phpdocs for function reader_attempt::get_overall_feedback has incomplete parameters list
(#887) Phpdocs for function reader_attempt::has_capability has incomplete parameters list
(#894) Phpdocs for function reader_attempt::require_capability has incomplete parameters list
(#917) Phpdocs for function reader_attempt::get_display_options has incomplete parameters list
(#1089) Phpdocs for function reader_attempt::get_question_mark has incomplete parameters list
(#1112) Phpdocs for function reader_attempt::start_attempt_url has incomplete parameters list
(#1125) Phpdocs for function reader_attempt::attempt_url has incomplete parameters list
(#1170) Phpdocs for function reader_attempt::get_html_head_contributions has incomplete parameters list
(#1186) Phpdocs for function reader_attempt::get_question_html_head_contributions has incomplete parameters list
(#1212) Phpdocs for function reader_attempt::render_question has incomplete parameters list
(#1227) Phpdocs for function reader_attempt::render_question_at_step has incomplete parameters list
(#1242) Phpdocs for function reader_attempt::render_question_for_commenting has incomplete parameters list
(#1255) Phpdocs for function reader_attempt::check_file_access has incomplete parameters list
(#1268) Phpdocs for function reader_attempt::get_navigation_panel has incomplete parameters list
(#1384) Phpdocs for function reader_attempt::calculate_best_grade has incomplete parameters list
(#1480) Phpdocs for function reader_attempt::question_print_comment_fields has incomplete parameters list
(#1499) Phpdocs for function reader_attempt::page_and_question_url has incomplete parameters list
(#1832) Phpdocs for function reader_nav_panel_base::render_before_button_bits has incomplete parameters list
(#1905) Phpdocs for function reader_attempt_nav_panel::render_before_button_bits has incomplete parameters list
(#1918) Phpdocs for function reader_attempt_nav_panel::render_end_bits has incomplete parameters list
(#1954) Phpdocs for function reader_review_nav_panel::render_end_bits has incomplete parameters list
(#2104) Phpdocs for function mod_reader_display_options::make_from_reader has incomplete parameters list
(#223) Inline phpdocs tag {@link preload_questions()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#857) Inline phpdocs tag {@link is_own_attempt()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1224) Inline phpdocs tag {@link render_question()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1497) Inline phpdocs tag {@link attempt_url()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1497) Inline phpdocs tag {@link review_url()} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1776) Inline phpdocs tag {@link block_contents} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1883) Inline phpdocs tag {@link reader_nav_panel_base} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#1932) Inline phpdocs tag {@link reader_nav_panel_base} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2105) Inline phpdocs tag {@link DURING} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2105) Inline phpdocs tag {@link IMMEDIATELY_AFTER} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2106) Inline phpdocs tag {@link LATER_WHILE_OPEN} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#2106) Inline phpdocs tag {@link AFTER_CLOSE} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
mod/reader/quiz/mreaderlib.php
(#86) Phpdocs for function reader_site::__construct has incomplete parameters list
(#117) Phpdocs for function reader_site::get_user has incomplete parameters list
(#163) Phpdocs for function reader_site::tokenized_url has incomplete parameters list
(#195) Phpdocs for function reader_site::get_items_url has incomplete parameters list
(#205) Phpdocs for function reader_site::get_items_params has incomplete parameters list
(#214) Phpdocs for function reader_site::get_image_url has incomplete parameters list
(#224) Phpdocs for function reader_site::get_image_params has incomplete parameters list
(#290) Phpdocs for function reader_site::generate_token has incomplete parameters list
(#331) Phpdocs for function reader_site::siteid_url has incomplete parameters list
(#367) Phpdocs for function reader_site_mreader::__construct has incomplete parameters list
(#397) Phpdocs for function reader_site_mreader::get_items_params has incomplete parameters list
(#415) Phpdocs for function reader_site_mreader::get_image_params has incomplete parameters list
(#475) Phpdocs for function reader_site_mreader::generate_token has incomplete parameters list
mod/reader/renderer.php
(#71) Found comment starting with three or more slashes
(#73) Found comment starting with three or more slashes
(#237) Found comment starting with three or more slashes
(#239) Found comment starting with three or more slashes
(#723) Found comment starting with three or more slashes
(#725) Found comment starting with three or more slashes
(#872) Found comment starting with three or more slashes
(#874) Found comment starting with three or more slashes
(#1288) Found comment starting with three or more slashes
(#1290) Found comment starting with three or more slashes
(#1826) Found comment starting with three or more slashes
(#1828) Found comment starting with three or more slashes
(#2268) Found comment starting with three or more slashes
(#2270) Found comment starting with three or more slashes
(#2316) Found comment starting with three or more slashes
(#2318) Found comment starting with three or more slashes
(#2425) Found comment starting with three or more slashes
(#2427) Found comment starting with three or more slashes
(#75) Phpdocs for function mod_reader_renderer::tabs has incomplete parameters list
(#101) Phpdocs for function mod_reader_renderer::set_active_tabs has incomplete parameters list
(#223) Phpdocs for function mod_reader_renderer::attach_tabs_subtree has incomplete parameters list
(#245) Phpdocs for function mod_reader_renderer::available_sql has incomplete parameters list
(#337) Phpdocs for function mod_reader_renderer::select_publishers has incomplete parameters list
(#727) Phpdocs for function mod_reader_renderer::get_level_data has incomplete parameters list
(#1237) Phpdocs for function mod_reader_renderer::valid_genres has incomplete parameters list
(#2094) Phpdocs for function mod_reader_renderer::progressbar_fixed has incomplete parameters list
mod/reader/view.php
(#751) Phpdocs for function reader_view_readingtotals has incomplete parameters list

Update savepoints problems

(1 errors, 0 warnings)

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

mod/reader/db/upgrade.php
'return true;' not found

Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(1 errors, 1 warnings)

This section shows files built by grunt and not commited [More info]

Problems running grunt
Task "stylelint:css" failed. Use --force to continue.

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]