Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(1657 errors, 349 warnings)

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

enrol/waitlist/db/access.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
enrol/waitlist/edit.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#19) Inline comments must start with a capital letter, digit or 3-dots sequence
(#19) Inline comments must end in full-stops, exclamation marks, or question marks
(#19) This comment is 48% valid code; is this commented out code?
(#19) No space found before comment text; expected "// $context = get_context_instance(CONTEXT_COURSE, $course->id, MUST_EXIST);" but found "//$context = get_context_instance(CONTEXT_COURSE, $course->id, MUST_EXIST);"
(#25) Expected 1 space before "=>"; 0 found
(#25) Expected 1 space after "=>"; 0 found
(#25) Expected 1 space before "=>"; 0 found
(#25) Expected 1 space after "=>"; 0 found
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#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) Expected 1 space before "=>"; 0 found
(#40) Expected 1 space after "=>"; 0 found
(#46) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 8 spaces, found 2
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#71) Line exceeds 132 characters; contains 164 characters
(#72) Expected 1 space before "=>"; 0 found
(#72) Expected 1 space after "=>"; 0 found
(#72) Expected 1 space before "=>"; 0 found
(#72) Expected 1 space after "=>"; 0 found
(#72) Expected 1 space before "=>"; 0 found
(#72) Expected 1 space after "=>"; 0 found
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#73) Commas (,) must be followed by white space.
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#73) Commas (,) must be followed by white space.
(#73) Expected 1 space before "=>"; 0 found
(#73) Expected 1 space after "=>"; 0 found
(#73) Line exceeds maximum limit of 180 characters; contains 230 characters
enrol/waitlist/edit_form.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#18) Visibility must be declared on method "definition"
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Whitespace found at end of line
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Whitespace found at end of line
(#54) Line exceeds 132 characters; contains 150 characters
(#58) Line exceeds 132 characters; contains 137 characters
(#62) Line exceeds 132 characters; contains 133 characters
(#65) Whitespace found at end of line
(#66) Expected 1 space before "?"; 0 found
(#66) Expected 1 space after "?"; 0 found
(#66) Variable "customchar1_val" must not contain underscores.
(#66) Expected 1 space before ":"; 0 found
(#66) Expected 1 space after ":"; 0 found
(#66) Variable "customchar1_val" must not contain underscores.
(#67) Expected 1 space before "?"; 0 found
(#67) Expected 1 space after "?"; 0 found
(#67) Variable "customchar2_val" must not contain underscores.
(#67) Expected 1 space before ":"; 0 found
(#67) Expected 1 space after ":"; 0 found
(#67) Variable "customchar2_val" must not contain underscores.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#69) Commas (,) must be followed by white space.
(#71) Variable "faculty_html" must not contain underscores.
(#71) Line exceeds maximum limit of 180 characters; contains 227 characters
(#72) Variable "faculty_html" must not contain underscores.
(#72) Expected 1 space before ".="; 0 found
(#74) Expected "if (...) {\n"; found "if(...){\n"
(#74) Variable "customchar1_val" must not contain underscores.
(#75) Variable "faculty_html" must not contain underscores.
(#75) Expected 1 space before ".="; 0 found
(#76) Expected "} else {\n"; found "}else{\n"
(#77) Variable "faculty_html" must not contain underscores.
(#77) Expected 1 space before ".="; 0 found
(#80) Variable "faculty_html" must not contain underscores.
(#80) Expected 1 space before ".="; 0 found
(#81) Variable "faculty_html" must not contain underscores.
(#81) Expected 1 space before ".="; 0 found
(#82) Variable "faculty_html" must not contain underscores.
(#82) Expected 1 space before ".="; 0 found
(#83) Variable "faculty_html" must not contain underscores.
(#83) Expected 1 space before ".="; 0 found
(#83) Variable "customchar2_val" must not contain underscores.
(#84) Variable "faculty_html" must not contain underscores.
(#84) Expected 1 space before ".="; 0 found
(#85) Variable "faculty_html" must not contain underscores.
(#85) Expected 1 space before ".="; 0 found
(#86) Whitespace found at end of line
(#87) Commas (,) must be followed by white space.
(#87) Variable "faculty_html" must not contain underscores.
(#88) Variable "customchar1_val" must not contain underscores.
(#90) Variable "customchar2_val" must not contain underscores.
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Line exceeds 132 characters; contains 142 characters
(#131) Visibility must be declared on method "validation"
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) No space found before comment text; expected "// prevent eclipse warning" but found "//prevent eclipse warning"
enrol/waitlist/enroluser.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#20) Expected 1 space before "=>"; 0 found
(#20) Expected 1 space after "=>"; 0 found
(#20) Expected 1 space before "=>"; 0 found
(#20) Expected 1 space after "=>"; 0 found
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#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
(#22) This comment is 48% valid code; is this commented out code?
(#22) No space found before comment text; expected "// $context = get_context_instance(CONTEXT_COURSE, $course->id, MUST_EXIST);" but found "//$context = get_context_instance(CONTEXT_COURSE, $course->id, MUST_EXIST);"
(#26) This comment is 70% valid code; is this commented out code?
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) No space found before comment text; expected "// require_capability('enrol/manual:enrol', $context);" but found "//require_capability('enrol/manual:enrol', $context);"
(#27) No space found before comment text; expected "// require_capability('enrol/manual:manage', $context);" but found "//require_capability('enrol/manual:manage', $context);"
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) No space found before comment text; expected "// require_capability('enrol/manual:unenrol', $context);" but found "//require_capability('enrol/manual:unenrol', $context);"
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) Variable "enrol_manual" must not contain underscores.
(#45) Variable "enrol_manual" must not contain underscores.
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
(#49) Variable "enrol_manual" must not contain underscores.
(#51) Expected 1 space before "=>"; 0 found
(#51) Expected 1 space after "=>"; 0 found
(#62) Expected 1 space before "="; 0 found
(#62) Expected 1 space after "="; 0 found
(#62) Expected 1 space before "<="; 0 found
(#62) Expected 1 space after "<="; 0 found
(#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
(#83) Space found before semicolon; expected "')';" but found "')' ;"
(#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) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#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 85% valid code; is this commented out code?
(#105) No space found before comment text; expected "// echo "<pre>";print_r($instance);exit();" but found "//echo "<pre>";print_r($instance);exit();"
(#106) Variable "enrol_manual" must not contain underscores.
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Inline comments must start with a capital letter, digit or 3-dots sequence
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) Line exceeds 132 characters; contains 142 characters
(#107) No space found before comment text; expected "// there should be userid somewhere!" but found "//there should be userid somewhere!"
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) No space found before comment text; expected "// TODO: log" but found "//TODO: log"
(#117) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#122) Variable "enrol_manual" must not contain underscores.
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Inline comments must start with a capital letter, digit or 3-dots sequence
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) Line exceeds 132 characters; contains 144 characters
(#123) No space found before comment text; expected "// there should be userid somewhere!" but found "//there should be userid somewhere!"
(#129) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) No space found before comment text; expected "// TODO: log" but found "//TODO: log"
(#145) Line indented incorrectly; expected 12 spaces, found 10
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#149) Line exceeds 132 characters; contains 169 characters
(#154) Line indented incorrectly; expected 16 spaces, found 14
(#157) Line indented incorrectly; expected 16 spaces, found 14
(#160) Line indented incorrectly; expected 16 spaces, found 14
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#166) Line exceeds 132 characters; contains 175 characters
(#171) Line indented incorrectly; expected 12 spaces, found 10
enrol/waitlist/faculty - old.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#2) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
enrol/waitlist/faculty.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#2) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#2) Line 12 of the opening comment must start "//".
(#2) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#2) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#2) Line exceeds maximum limit of 180 characters; contains 192 characters
enrol/waitlist/lang/de/enrol_waitlist.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#59) Whitespace found at end of line within string
(#104) Whitespace found at end of line
enrol/waitlist/lang/en/enrol_waitlist.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#70) Whitespace found at end of line within string
enrol/waitlist/lib.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#56) Expected 1 space before "=>"; 0 found
(#56) Expected 1 space after "=>"; 0 found
(#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
(#57) This comment is 45% valid code; is this commented out code?
(#57) Line indented incorrectly; expected at least 16 spaces, found 15
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected at least 16 spaces, found 4
(#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
(#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
(#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
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) This comment is 59% valid code; is this commented out code?
(#94) Line indented incorrectly; expected at least 4 spaces, found 2
(#106) Line indented incorrectly; expected at least 4 spaces, found 1
(#107) Spaces must be used to indent lines; tabs are not allowed
(#107) Tab found within whitespace
(#107) Whitespace found at end of line
(#108) Spaces must be used to indent lines; tabs are not allowed
(#108) Tab found within whitespace
(#108) Line indented incorrectly; expected at least 4 spaces, found 1
(#109) Expected 2 space(s) before asterisk; 5 found
(#110) Expected 2 space(s) before asterisk; 5 found
(#111) Expected 2 space(s) before asterisk; 5 found
(#112) Expected 2 space(s) before asterisk; 5 found
(#113) Expected 2 space(s) before asterisk; 5 found
(#114) Expected 2 space(s) before asterisk; 5 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#122) Expected 1 space before "=>"; 0 found
(#122) Expected 1 space after "=>"; 0 found
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Whitespace found at end of line
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Whitespace found at end of line
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) This comment is 64% valid code; is this commented out code?
(#128) Line indented incorrectly; expected at least 4 spaces, found 1
(#129) Line indented incorrectly; expected at least 4 spaces, found 1
(#130) Line indented incorrectly; expected at least 4 spaces, found 2
(#131) Line indented incorrectly; expected at least 4 spaces, found 2
(#133) Line indented incorrectly; expected at least 4 spaces, found 2
(#134) Line indented incorrectly; expected at least 4 spaces, found 2
(#136) Line indented incorrectly; expected at least 4 spaces, found 2
(#137) Line indented incorrectly; expected at least 4 spaces, found 2
(#138) Line indented incorrectly; expected at least 4 spaces, found 2
(#139) Line indented incorrectly; expected at least 4 spaces, found 2
(#140) Line indented incorrectly; expected at least 4 spaces, found 3
(#141) Line indented incorrectly; expected at least 4 spaces, found 2
(#142) Line indented incorrectly; expected at least 4 spaces, found 1
(#143) Line indented incorrectly; expected at least 4 spaces, found 1
(#156) Inline comments must start with a capital letter, digit or 3-dots sequence
(#156) Inline comments must end in full-stops, exclamation marks, or question marks
(#156) This comment is 50% valid code; is this commented out code?
(#156) No space found before comment text; expected "// $context = get_context_instance(CONTEXT_COURSE, $instance->courseid);" but found "//$context = get_context_instance(CONTEXT_COURSE, $instance->courseid);"
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 8 spaces, found 2
(#161) Spaces must be used to indent lines; tabs are not allowed
(#161) Tab found within whitespace
(#161) Line indented incorrectly; expected 8 spaces, found 2
(#162) Expected 1 space before "=>"; 0 found
(#162) Expected 1 space after "=>"; 0 found
(#163) Spaces must be used to indent lines; tabs are not allowed
(#163) Tab found within whitespace
(#163) Line indented incorrectly; expected at least 12 spaces, found 3
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Line exceeds 132 characters; contains 159 characters
(#164) Closing brace indented incorrectly; expected 2 spaces, found 8
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#168) Line exceeds 132 characters; contains 136 characters
(#171) Spaces must be used to indent lines; tabs are not allowed
(#171) Tab found within whitespace
(#171) Line indented incorrectly; expected 8 spaces, found 2
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#173) Commas (,) must be followed by white space.
(#173) Expected 1 space before "=>"; 0 found
(#173) Expected 1 space after "=>"; 0 found
(#173) Line exceeds 132 characters; contains 171 characters
(#174) Closing brace indented incorrectly; expected 2 spaces, found 8
(#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
(#185) This comment is 47% valid code; is this commented out code?
(#185) No space found before comment text; expected "// $context = get_context_instance(CONTEXT_COURSE, $courseid, MUST_EXIST);" but found "//$context = get_context_instance(CONTEXT_COURSE, $courseid, MUST_EXIST);"
(#186) Spaces must be used to indent lines; tabs are not allowed
(#186) Tab found within whitespace
(#186) Line indented incorrectly; expected at least 8 spaces, found 2
(#189) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#191) Inline comments must start with a capital letter, digit or 3-dots sequence
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Expected 1 space before "=>"; 0 found
(#192) Expected 1 space after "=>"; 0 found
(#206) Inline comments must start with a capital letter, digit or 3-dots sequence
(#209) Expected 1 space before "=>"; 0 found
(#209) Expected 1 space after "=>"; 0 found
(#209) Expected 1 space before "=>"; 0 found
(#209) Expected 1 space after "=>"; 0 found
(#210) Inline comments must end in full-stops, exclamation marks, or question marks
(#210) No space found before comment text; expected "// TODO: maybe we should tell them they are already enrolled, but can not access the course" but found "//TODO: maybe we should tell them they are already enrolled, but can not access the course"
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Whitespace found at end of line
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected 8 spaces, found 2
(#215) Expected "if (...) {\n"; found "if(...){\n"
(#215) Expected 1 space before "=>"; 0 found
(#215) Expected 1 space after "=>"; 0 found
(#215) Expected 1 space before "=>"; 0 found
(#215) Expected 1 space after "=>"; 0 found
(#216) Spaces must be used to indent lines; tabs are not allowed
(#216) Tab found within whitespace
(#216) Line indented incorrectly; expected at least 12 spaces, found 3
(#217) Spaces must be used to indent lines; tabs are not allowed
(#217) Tab found within whitespace
(#217) Line indented incorrectly; expected 8 spaces, found 2
(#220) Inline comments must end in full-stops, exclamation marks, or question marks
(#220) No space found before comment text; expected "// TODO: inform that we can not enrol yet" but found "//TODO: inform that we can not enrol yet"
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) This comment is 41% valid code; is this commented out code?
(#223) Line indented incorrectly; expected at least 8 spaces, found 2
(#228) Whitespace found at end of line
(#237) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 2
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 8 spaces, found 2
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Whitespace found at end of line
(#244) Spaces must be used to indent lines; tabs are not allowed
(#244) Tab found within whitespace
(#244) This comment is 73% valid code; is this commented out code?
(#244) Line indented incorrectly; expected at least 8 spaces, found 2
(#245) Line indented incorrectly; expected at least 8 spaces, found 2
(#246) Line indented incorrectly; expected at least 8 spaces, found 3
(#247) Line indented incorrectly; expected at least 8 spaces, found 2
(#248) Line indented incorrectly; expected at least 8 spaces, found 2
(#250) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#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
(#263) This comment is 70% valid code; is this commented out code?
(#263) No space found before comment text; expected "// $this->enrol_user($instance, $USER->id, $instance->roleid, $timestart, $timeend);" but found "//$this->enrol_user($instance, $USER->id, $instance->roleid, $timestart, $timeend);"
(#264) Spaces must be used to indent lines; tabs are not allowed
(#264) Tab found within whitespace
(#264) Line indented incorrectly; expected at least 16 spaces, found 4
(#264) Variable "enroledCount" must be all lower-case
(#264) Expected 1 space before "=>"; 0 found
(#264) Expected 1 space after "=>"; 0 found
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected at least 16 spaces, found 4
(#266) Variable "canEnrol" must be all lower-case
(#267) Expected "if (...) {\n"; found "if(...){\n"
(#268) Variable "canEnrol" must be all lower-case
(#269) Usage of ELSEIF not allowed; use ELSE IF instead
(#269) Variable "enroledCount" must be all lower-case
(#269) Expected 1 space before "<"; 0 found
(#269) Expected 1 space after "<"; 0 found
(#270) Variable "canEnrol" must be all lower-case
(#271) Expected "if (...) {\n"; found "if(...){\n"
(#272) Expected "if (...) {\n"; found "if(...){\n"
(#272) Expected 1 space before ">"; 0 found
(#272) Expected 1 space after ">"; 0 found
(#273) Variable "canEnrol" must be all lower-case
(#278) Spaces must be used to indent lines; tabs are not allowed
(#278) Tab found within whitespace
(#278) Line indented incorrectly; expected 16 spaces, found 4
(#278) Expected "if (...) {\n"; found "if(...){\n"
(#278) Variable "canEnrol" must be all lower-case
(#279) Spaces must be used to indent lines; tabs are not allowed
(#279) Tab found within whitespace
(#279) Line indented incorrectly; expected at least 20 spaces, found 5
(#280) Spaces must be used to indent lines; tabs are not allowed
(#280) Tab found within whitespace
(#280) Line indented incorrectly; expected 20 spaces, found 5
(#281) Spaces must be used to indent lines; tabs are not allowed
(#281) Tab found within whitespace
(#281) Line indented incorrectly; expected at least 24 spaces, found 6
(#281) Expected 1 space after "="; 2 found
(#282) Spaces must be used to indent lines; tabs are not allowed
(#282) Tab found within whitespace
(#282) Line indented incorrectly; expected at least 24 spaces, found 6
(#283) Spaces must be used to indent lines; tabs are not allowed
(#283) Tab found within whitespace
(#283) Line indented incorrectly; expected 20 spaces, found 5
(#284) Spaces must be used to indent lines; tabs are not allowed
(#284) Tab found within whitespace
(#284) Line indented incorrectly; expected 16 spaces, found 4
(#284) Expected "} else {\n"; found "}else{\n"
(#285) Spaces must be used to indent lines; tabs are not allowed
(#285) Tab found within whitespace
(#285) Line indented incorrectly; expected at least 20 spaces, found 5
(#286) Spaces must be used to indent lines; tabs are not allowed
(#286) Tab found within whitespace
(#286) Line indented incorrectly; expected 16 spaces, found 4
(#287) Inline comments must start with a capital letter, digit or 3-dots sequence
(#287) No space found before comment text; expected "// there should be userid somewhere!" but found "//there should be userid somewhere!"
(#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
(#291) Expected 1 space before "=>"; 0 found
(#291) Expected 1 space after "=>"; 0 found
(#302) Inline comments must start with a capital letter, digit or 3-dots sequence
(#303) This comment is 67% valid code; is this commented out code?
(#303) No space found before comment text; expected "// if ($instance->customint4) {" but found "//if ($instance->customint4) {"
(#304) This comment is 80% valid code; is this commented out code?
(#304) No space found before comment text; expected "// $this->email_welcome_message($instance, $USER);" but found "//$this->email_welcome_message($instance, $USER);"
(#305) Inline comments must end in full-stops, exclamation marks, or question marks
(#305) This comment is 100% valid code; is this commented out code?
(#305) No space found before comment text; expected "// }" but found "//}"
(#306) Spaces must be used to indent lines; tabs are not allowed
(#306) Tab found within whitespace
(#306) Line indented incorrectly; expected at least 16 spaces, found 4
(#348) Expected 1 space before "=>"; 0 found
(#348) Expected 1 space after "=>"; 0 found
(#353) Spaces must be used to indent lines; tabs are not allowed
(#353) Tab found within whitespace
(#353) Line indented incorrectly; expected at least 8 spaces, found 2
(#354) Spaces must be used to indent lines; tabs are not allowed
(#354) Tab found within whitespace
(#354) Line indented incorrectly; expected at least 8 spaces, found 2
(#355) Spaces must be used to indent lines; tabs are not allowed
(#355) Tab found within whitespace
(#355) Line indented incorrectly; expected 8 spaces, found 2
(#355) Expected "if (...) {\n"; found "if(...){\n"
(#356) Spaces must be used to indent lines; tabs are not allowed
(#356) Tab found within whitespace
(#356) Line indented incorrectly; expected at least 12 spaces, found 3
(#356) Commas (,) must be followed by white space.
(#357) Spaces must be used to indent lines; tabs are not allowed
(#357) Tab found within whitespace
(#357) Line indented incorrectly; expected 8 spaces, found 2
(#363) Spaces must be used to indent lines; tabs are not allowed
(#363) Tab found within whitespace
(#363) Line indented incorrectly; expected at least 12 spaces, found 3
(#364) Spaces must be used to indent lines; tabs are not allowed
(#364) Tab found within whitespace
(#364) Line indented incorrectly; expected at least 12 spaces, found 3
(#371) Inline comments must start with a capital letter, digit or 3-dots sequence
(#371) Inline comments must end in full-stops, exclamation marks, or question marks
(#371) This comment is 50% valid code; is this commented out code?
(#371) No space found before comment text; expected "// $context = get_context_instance(CONTEXT_COURSE, $course->id);" but found "//$context = get_context_instance(CONTEXT_COURSE, $course->id);"
(#372) Spaces must be used to indent lines; tabs are not allowed
(#372) Tab found within whitespace
(#372) Line indented incorrectly; expected at least 8 spaces, found 2
(#384) Inline comments must start with a capital letter, digit or 3-dots sequence
(#384) Inline comments must end in full-stops, exclamation marks, or question marks
(#384) No space found before comment text; expected "// directly emailing welcome message rather than using messaging" but found "//directly emailing welcome message rather than using messaging"
(#385) Commas (,) must be followed by white space.
(#403) Inline comments must start with a capital letter, digit or 3-dots sequence
(#403) No space found before comment text; expected "// note: the logic of waitlist enrolment guarantees that user logged in at least once (=== u.lastaccess set)" but found "//note: the logic of waitlist enrolment guarantees that user logged in at least once (=== u.lastaccess set)"
(#404) Inline comments must end in full-stops, exclamation marks, or question marks
(#404) Expected 1 space before comment text but found 6; use block comment if you need indentation
(#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
(#412) Expected 1 space before "=>"; 0 found
(#412) Expected 1 space after "=>"; 0 found
(#417) Line exceeds 132 characters; contains 138 characters
(#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
(#427) Expected 1 space before "=>"; 0 found
(#427) Expected 1 space after "=>"; 0 found
(#432) Line exceeds 132 characters; contains 145 characters
(#436) Spaces must be used to indent lines; tabs are not allowed
(#436) Tab found within whitespace
(#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
(#436) Line indented incorrectly; expected at least 8 spaces, found 2
(#436) No space found before comment text; expected "// wait list" but found "//wait list"
(#437) Spaces must be used to indent lines; tabs are not allowed
(#437) Tab found within whitespace
(#437) Line indented incorrectly; expected at least 8 spaces, found 2
(#442) Spaces must be used to indent lines; tabs are not allowed
(#442) Tab found within whitespace
(#442) Line indented incorrectly; expected 4 spaces, found 1
(#450) Expected 1 space before "=>"; 0 found
(#450) Expected 1 space after "=>"; 0 found
(#450) Expected 1 space before "=>"; 0 found
(#450) Expected 1 space after "=>"; 0 found
(#450) Line exceeds 132 characters; contains 166 characters
(#454) Expected 1 space before "=>"; 0 found
(#454) Expected 1 space after "=>"; 0 found
(#454) Expected 1 space before "=>"; 0 found
(#454) Expected 1 space after "=>"; 0 found
(#454) Line exceeds 132 characters; contains 154 characters
(#457) Closing brace indented incorrectly; expected 1 spaces, found 4
(#459) Line indented incorrectly; expected at least 4 spaces, found 0
(#465) Line indented incorrectly; expected 4 spaces, found 0
(#466) Line indented incorrectly; expected at least 8 spaces, found 4
(#467) Line indented incorrectly; expected at least 8 spaces, found 4
(#468) Line indented incorrectly; expected 4 spaces, found 0
(#470) Line indented incorrectly; expected at least 4 spaces, found 0
(#476) Line indented incorrectly; expected 4 spaces, found 0
(#477) Line indented incorrectly; expected at least 8 spaces, found 4
(#478) Line indented incorrectly; expected at least 8 spaces, found 4
(#479) Line indented incorrectly; expected 4 spaces, found 0
(#480) Spaces must be used to indent lines; tabs are not allowed
(#480) Tab found within whitespace
(#480) Whitespace found at end of line
(#481) Spaces must be used to indent lines; tabs are not allowed
(#481) Tab found within whitespace
(#481) Inline comments must start with a capital letter, digit or 3-dots sequence
(#481) Inline comments must end in full-stops, exclamation marks, or question marks
(#481) Line indented incorrectly; expected at least 4 spaces, found 1
(#481) No space found before comment text; expected "// cron process waitlist - 2012-11-01" but found "//cron process waitlist - 2012-11-01"
(#482) Spaces must be used to indent lines; tabs are not allowed
(#482) Tab found within whitespace
(#482) Line indented incorrectly; expected 4 spaces, found 1
(#482) Expected 1 space after closing parenthesis; found 0
(#483) Spaces must be used to indent lines; tabs are not allowed
(#483) Tab found within whitespace
(#483) Line indented incorrectly; expected at least 8 spaces, found 2
(#484) Spaces must be used to indent lines; tabs are not allowed
(#484) Tab found within whitespace
(#484) Line indented incorrectly; expected at least 8 spaces, found 2
(#485) Spaces must be used to indent lines; tabs are not allowed
(#485) Tab found within whitespace
(#485) Line indented incorrectly; expected at least 8 spaces, found 2
(#486) Spaces must be used to indent lines; tabs are not allowed
(#486) Tab found within whitespace
(#486) Line indented incorrectly; expected at least 8 spaces, found 2
(#488) Spaces must be used to indent lines; tabs are not allowed
(#488) Tab found within whitespace
(#488) Line indented incorrectly; expected at least 8 spaces, found 2
(#489) Spaces must be used to indent lines; tabs are not allowed
(#489) Tab found within whitespace
(#489) Line indented incorrectly; expected 8 spaces, found 2
(#489) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#490) Spaces must be used to indent lines; tabs are not allowed
(#490) Tab found within whitespace
(#490) Line indented incorrectly; expected at least 12 spaces, found 3
(#490) Variable "userCount" must be all lower-case
(#490) Expected 1 space before "=>"; 0 found
(#490) Expected 1 space after "=>"; 0 found
(#490) Commas (,) must be followed by white space.
(#490) Expected 1 space before "=>"; 0 found
(#490) Expected 1 space after "=>"; 0 found
(#491) Spaces must be used to indent lines; tabs are not allowed
(#491) Tab found within whitespace
(#491) Line indented incorrectly; expected 12 spaces, found 3
(#491) Expected "if (...) {\n"; found "if(...){\n"
(#491) Variable "userCount" must be all lower-case
(#492) Spaces must be used to indent lines; tabs are not allowed
(#492) Tab found within whitespace
(#492) Line indented incorrectly; expected at least 16 spaces, found 4
(#492) Commas (,) must be followed by white space.
(#492) Expected 1 space before "=>"; 0 found
(#492) Expected 1 space after "=>"; 0 found
(#493) Spaces must be used to indent lines; tabs are not allowed
(#493) Tab found within whitespace
(#493) Line indented incorrectly; expected at least 16 spaces, found 4
(#494) Spaces must be used to indent lines; tabs are not allowed
(#494) Tab found within whitespace
(#494) Line indented incorrectly; expected 12 spaces, found 3
(#496) Spaces must be used to indent lines; tabs are not allowed
(#496) Tab found within whitespace
(#496) Line indented incorrectly; expected at least 12 spaces, found 3
(#496) Variable "instanceCount" must be all lower-case
(#496) Expected 1 space before "=>"; 0 found
(#496) Expected 1 space after "=>"; 0 found
(#497) Spaces must be used to indent lines; tabs are not allowed
(#497) Tab found within whitespace
(#497) Line indented incorrectly; expected 12 spaces, found 3
(#497) Expected "if (...) {\n"; found "if(...){\n"
(#497) Variable "instanceCount" must be all lower-case
(#498) Spaces must be used to indent lines; tabs are not allowed
(#498) Tab found within whitespace
(#498) Line indented incorrectly; expected at least 16 spaces, found 4
(#498) Commas (,) must be followed by white space.
(#498) Expected 1 space before "=>"; 0 found
(#498) Expected 1 space after "=>"; 0 found
(#499) Spaces must be used to indent lines; tabs are not allowed
(#499) Tab found within whitespace
(#499) Line indented incorrectly; expected at least 16 spaces, found 4
(#500) Spaces must be used to indent lines; tabs are not allowed
(#500) Tab found within whitespace
(#500) Line indented incorrectly; expected 12 spaces, found 3
(#501) Spaces must be used to indent lines; tabs are not allowed
(#501) Tab found within whitespace
(#501) Line indented incorrectly; expected at least 12 spaces, found 3
(#503) Spaces must be used to indent lines; tabs are not allowed
(#503) Tab found within whitespace
(#503) Line indented incorrectly; expected 12 spaces, found 3
(#503) Expected "if (...) {\n"; found "if(...){\n"
(#504) Spaces must be used to indent lines; tabs are not allowed
(#504) Tab found within whitespace
(#504) Line indented incorrectly; expected 16 spaces, found 4
(#504) Expected "if (...) {\n"; found "if(...){\n"
(#505) Spaces must be used to indent lines; tabs are not allowed
(#505) Tab found within whitespace
(#505) Line indented incorrectly; expected at least 20 spaces, found 5
(#506) Spaces must be used to indent lines; tabs are not allowed
(#506) Tab found within whitespace
(#506) Line indented incorrectly; expected 16 spaces, found 4
(#507) Spaces must be used to indent lines; tabs are not allowed
(#507) Tab found within whitespace
(#507) Line indented incorrectly; expected at least 16 spaces, found 4
(#507) Variable "enroledCount" must be all lower-case
(#507) Expected 1 space before "=>"; 0 found
(#507) Expected 1 space after "=>"; 0 found
(#508) Spaces must be used to indent lines; tabs are not allowed
(#508) Tab found within whitespace
(#508) Line indented incorrectly; expected 16 spaces, found 4
(#508) Expected "if (...) {\n"; found "if(...){\n"
(#508) Variable "enroledCount" must be all lower-case
(#508) Expected 1 space before "<"; 0 found
(#508) Expected 1 space after "<"; 0 found
(#509) Spaces must be used to indent lines; tabs are not allowed
(#509) Tab found within whitespace
(#509) Line indented incorrectly; expected 20 spaces, found 5
(#509) Expected "if (...) {\n"; found "if(...){\n"
(#510) Spaces must be used to indent lines; tabs are not allowed
(#510) Tab found within whitespace
(#510) Line indented incorrectly; expected 24 spaces, found 6
(#510) Expected "if (...) {\n"; found "if(...){\n"
(#510) Expected 1 space before ">"; 0 found
(#510) Expected 1 space after ">"; 0 found
(#511) Spaces must be used to indent lines; tabs are not allowed
(#511) Tab found within whitespace
(#511) Line indented incorrectly; expected at least 28 spaces, found 7
(#512) Spaces must be used to indent lines; tabs are not allowed
(#512) Tab found within whitespace
(#512) Line indented incorrectly; expected 24 spaces, found 6
(#513) Spaces must be used to indent lines; tabs are not allowed
(#513) Tab found within whitespace
(#513) Line indented incorrectly; expected 20 spaces, found 5
(#514) Spaces must be used to indent lines; tabs are not allowed
(#514) Tab found within whitespace
(#514) Line indented incorrectly; expected at least 20 spaces, found 5
(#515) Spaces must be used to indent lines; tabs are not allowed
(#515) Tab found within whitespace
(#515) Line indented incorrectly; expected 20 spaces, found 5
(#516) Spaces must be used to indent lines; tabs are not allowed
(#516) Tab found within whitespace
(#516) Line indented incorrectly; expected at least 24 spaces, found 6
(#516) Expected 1 space after "="; 2 found
(#517) Spaces must be used to indent lines; tabs are not allowed
(#517) Tab found within whitespace
(#517) Line indented incorrectly; expected at least 24 spaces, found 6
(#518) Spaces must be used to indent lines; tabs are not allowed
(#518) Tab found within whitespace
(#518) Line indented incorrectly; expected 20 spaces, found 5
(#519) Spaces must be used to indent lines; tabs are not allowed
(#519) Tab found within whitespace
(#519) Line indented incorrectly; expected at least 20 spaces, found 5
(#519) Commas (,) must be followed by white space.
(#519) Expected 1 space before "=>"; 0 found
(#519) Expected 1 space after "=>"; 0 found
(#520) Spaces must be used to indent lines; tabs are not allowed
(#520) Tab found within whitespace
(#520) Line indented incorrectly; expected 16 spaces, found 4
(#521) Spaces must be used to indent lines; tabs are not allowed
(#521) Tab found within whitespace
(#521) Line indented incorrectly; expected 12 spaces, found 3
(#522) Spaces must be used to indent lines; tabs are not allowed
(#522) Tab found within whitespace
(#522) Line indented incorrectly; expected 8 spaces, found 2
(#523) Spaces must be used to indent lines; tabs are not allowed
(#523) Tab found within whitespace
(#523) Line indented incorrectly; expected 4 spaces, found 1
(#534) Closing brace must be on a line by itself
(#536) Closing brace must be on a line by itself
enrol/waitlist/library.php
(#194) Line exceeds 132 characters; contains 135 characters
(#227) Commas (,) must be followed by white space.
(#253) Expected 1 space before "*"; 0 found
(#253) Expected 1 space after "*"; 0 found
(#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
(#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
(#334) Line exceeds 132 characters; contains 135 characters
(#351) Expected 1 space before "*"; 0 found
(#351) Expected 1 space after "*"; 0 found
(#369) Inline comments must end in full-stops, exclamation marks, or question marks
(#415) Line exceeds 132 characters; contains 137 characters
(#423) Expected 1 space before "*"; 0 found
(#423) Expected 1 space after "*"; 0 found
(#496) Expected 1 space before "=>"; 0 found
(#496) 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
(#504) Expected 1 space before "=>"; 0 found
(#504) Expected 1 space after "=>"; 0 found
(#538) Expected 1 space before "=>"; 0 found
(#538) Expected 1 space after "=>"; 0 found
(#538) Expected 1 space before "=>"; 0 found
(#538) Expected 1 space after "=>"; 0 found
(#540) Inline comments must start with a capital letter, digit or 3-dots sequence
(#540) Inline comments must end in full-stops, exclamation marks, or question marks
(#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
(#597) Line exceeds 132 characters; contains 138 characters
(#597) Inline comments must start with a capital letter, digit or 3-dots sequence
(#597) Inline comments must end in full-stops, exclamation marks, or question marks
(#604) Expected 1 space before "=>"; 0 found
(#604) Expected 1 space after "=>"; 0 found
(#604) Expected 1 space before "=>"; 0 found
(#604) Expected 1 space after "=>"; 0 found
(#624) Expected 1 space before "=>"; 0 found
(#624) Expected 1 space after "=>"; 0 found
(#624) Expected 1 space before "=>"; 0 found
(#624) Expected 1 space after "=>"; 0 found
(#641) Line exceeds 132 characters; contains 150 characters
(#658) Expected 1 space before "=>"; 0 found
(#658) Expected 1 space after "=>"; 0 found
(#687) Expected 1 space before "=>"; 0 found
(#687) Expected 1 space after "=>"; 0 found
(#688) Expected 1 space before "=>"; 0 found
(#688) Expected 1 space after "=>"; 0 found
(#688) Expected 1 space before "=>"; 0 found
(#688) Expected 1 space after "=>"; 0 found
(#688) Expected 1 space before "=>"; 0 found
(#688) Expected 1 space after "=>"; 0 found
(#721) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#783) No space found before comment text; expected "// Only allow editing if the user has the appropriate capability" but found "//Only allow editing if the user has the appropriate capability"
(#784) Inline comments must end in full-stops, exclamation marks, or question marks
(#784) No space found before comment text; expected "// Already checked in /enrol/users.php but checking again in case this function is called from elsewhere" but found "//Already checked in /enrol/users.php but checking again in case this function is called from elsewhere"
(#786) Line exceeds 132 characters; contains 138 characters
(#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
(#934) Line exceeds 132 characters; contains 137 characters
(#969) Inline comments must end in full-stops, exclamation marks, or question marks
(#1028) Inline comments must end in full-stops, exclamation marks, or question marks
(#1030) Expected 1 space before "=>"; 0 found
(#1030) Expected 1 space after "=>"; 0 found
(#1030) Expected 1 space before "=>"; 0 found
(#1030) Expected 1 space after "=>"; 0 found
(#1035) Expected 1 space before "=>"; 0 found
(#1035) Expected 1 space after "=>"; 0 found
(#1035) Expected 1 space before "=>"; 0 found
(#1035) Expected 1 space after "=>"; 0 found
(#1038) Inline comments must end in full-stops, exclamation marks, or question marks
(#1041) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1041) Expected 1 space before "=>"; 0 found
(#1041) Expected 1 space after "=>"; 0 found
(#1041) Expected 1 space before "=>"; 0 found
(#1041) Expected 1 space after "=>"; 0 found
(#1045) Inline comments must end in full-stops, exclamation marks, or question marks
(#1052) Expected 1 space after "=>"; 2 found
(#1057) Expected 1 space before "=>"; 0 found
(#1057) Expected 1 space after "=>"; 0 found
(#1057) Expected 1 space before "=>"; 0 found
(#1057) Expected 1 space after "=>"; 0 found
(#1057) Line exceeds 132 characters; contains 141 characters
(#1073) Expected 1 space after "=>"; 2 found
(#1073) Line exceeds 132 characters; contains 146 characters
(#1116) Spaces must be used to indent lines; tabs are not allowed
(#1116) Tab found within whitespace
(#1116) Line indented incorrectly; expected at least 8 spaces, found 2
(#1131) Inline comments must end in full-stops, exclamation marks, or question marks
(#1175) Expected "if (...) {\n"; found "if (...) {\n"
(#1187) Line exceeds 132 characters; contains 157 characters
(#1264) Line exceeds 132 characters; contains 145 characters
(#1414) Line exceeds 132 characters; contains 151 characters
(#1418) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
enrol/waitlist/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected 1 space(s) before asterisk; 0 found
(#30) Empty ELSE statement detected
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#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
(#33) This comment is 85% valid code; is this commented out code?
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) No space found before comment text; expected "// echo "<pre>";print_r($instance);die();" but found "//echo "<pre>";print_r($instance);die();"
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected at least 8 spaces, found 2
(#34) Variable "currentTime" must be all lower-case
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 8 spaces, found 2
(#35) Variable "isDisabled" must be all lower-case
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected at least 8 spaces, found 2
(#36) Variable "openTime" must be all lower-case
(#36) Variable "closeTime" must be all lower-case
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 8 spaces, found 2
(#37) Inline control structures are not allowed
(#37) Variable "openTime" must be all lower-case
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 8 spaces, found 2
(#38) Inline control structures are not allowed
(#38) Variable "closeTime" must be all lower-case
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 8 spaces, found 2
(#39) Expected "if (...) {\n"; found "if(...){\n"
(#39) Variable "openTime" must be all lower-case
(#39) Variable "currentTime" must be all lower-case
(#39) Expected 1 space before "<"; 0 found
(#39) Expected 1 space after "<"; 0 found
(#39) Variable "openTime" must be all lower-case
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 12 spaces, found 3
(#40) Variable "isDisabled" must be all lower-case
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 8 spaces, found 2
(#43) Expected "if (...) {\n"; found "if(...){\n"
(#43) Variable "closeTime" must be all lower-case
(#43) Variable "currentTime" must be all lower-case
(#43) Expected 1 space before ">"; 0 found
(#43) Expected 1 space after ">"; 0 found
(#43) Variable "closeTime" must be all lower-case
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 12 spaces, found 3
(#44) Variable "isDisabled" must be all lower-case
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 8 spaces, found 2
(#48) Expected "if (...) {\n"; found "if(...){\n"
(#49) Expected "if (...) {\n"; found "if(...){\n"
(#50) Variable "isDisabled" must be all lower-case
(#53) Expected "if (...) {\n"; found "if(...){\n"
(#55) Commas (,) must be followed by white space.
(#55) Commas (,) must be followed by white space.
(#55) Expected 1 space before "-"; 0 found
(#55) Expected 1 space after "-"; 0 found
(#56) Commas (,) must be followed by white space.
(#56) Commas (,) must be followed by white space.
(#57) Line indented incorrectly; expected 16 spaces, found 17
(#57) Expected "if (...) {\n"; found "if(...){\n"
(#58) Variable "isDisabled" must be all lower-case
(#59) Line indented incorrectly; expected 16 spaces, found 17
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Line indented incorrectly; expected 8 spaces, found 2
(#62) Expected "if (...) {\n"; found "if(...){\n"
(#62) Variable "isDisabled" must be all lower-case
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) Commas (,) must be followed by white space.
(#64) Line exceeds 132 characters; contains 171 characters
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected 8 spaces, found 2
(#65) Expected "} else {\n"; found "}else{\n"
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#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
(#66) This comment is 75% valid code; is this commented out code?
(#66) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) No space found before comment text; expected "// $this->add_action_buttons(false, get_string('enrolme', 'enrol_waitlist'));" but found "//$this->add_action_buttons(false, get_string('enrolme', 'enrol_waitlist'));"
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 12 spaces, found 3
(#69) Variable "enroledCount" must be all lower-case
(#69) Expected 1 space before "=>"; 0 found
(#69) Expected 1 space after "=>"; 0 found
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected at least 12 spaces, found 3
(#70) Variable "lineCount" must be all lower-case
(#70) Expected 1 space before "=>"; 0 found
(#70) Expected 1 space after "=>"; 0 found
(#71) Expected "if (...) {\n"; found "if(...){\n"
(#71) Expected 1 space before "=="; 0 found
(#71) Expected 1 space after "=="; 0 found
(#73) Usage of ELSEIF not allowed; use ELSE IF instead
(#73) Variable "enroledCount" must be all lower-case
(#73) Expected 1 space before "<"; 0 found
(#73) Expected 1 space after "<"; 0 found
(#75) Line indented incorrectly; expected 20 spaces, found 12
(#75) Expected "} else {\n"; found "}else{\n"
(#76) Line indented incorrectly; expected at least 24 spaces, found 16
(#77) Line indented incorrectly; expected at least 24 spaces, found 16
(#77) Variable "lineCount" must be all lower-case
(#78) Line indented incorrectly; expected at least 24 spaces, found 16
(#79) Line indented incorrectly; expected 20 spaces, found 12
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#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
(#80) This comment is 75% valid code; is this commented out code?
(#80) Line indented incorrectly; expected at least 20 spaces, found 3
(#80) No space found before comment text; expected "// $this->add_action_buttons(false, get_string('confirmation_yes', 'enrol_waitlist'));" but found "//$this->add_action_buttons(false, get_string('confirmation_yes', 'enrol_waitlist'));"
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 20 spaces, found 3
(#81) Commas (,) must be followed by white space.
(#81) Line exceeds maximum limit of 180 characters; contains 288 characters
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected 8 spaces, found 2
(#102) Expected 1 space before "=>"; 0 found
(#102) Expected 1 space after "=>"; 0 found
(#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
enrol/waitlist/print.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#18) This comment is 78% valid code; is this commented out code?
(#20) Expected "for (...) {\n"; found "for(...){\n"
(#20) Expected 1 space after first semicolon of FOR loop; 0 found
(#20) Expected 1 space after second semicolon of FOR loop; 0 found
(#20) Expected 1 space before "="; 0 found
(#20) Expected 1 space after "="; 0 found
(#20) Expected 1 space before "<"; 0 found
(#20) Expected 1 space after "<"; 0 found
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 4 spaces, found 1
(#21) Variable "courseMarkings" must be all lower-case
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#21) Line exceeds 132 characters; contains 157 characters
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected 4 spaces, found 1
(#22) Expected "if (...) {\n"; found "if(...){\n"
(#22) Variable "courseMarkings" must be all lower-case
(#23) Spaces must be used to indent lines; tabs are not allowed
(#23) Tab found within whitespace
(#23) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#29) Commas (,) must be followed by white space.
(#30) Variable "courseMarkings" must be all lower-case
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#30) Line exceeds maximum limit of 180 characters; contains 339 characters
(#31) Variable "courseMarkings" must be all lower-case
(#31) Variable "courseMarkings" must be all lower-case
(#33) Variable "courseMarkingsFaculty" must be all lower-case
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#33) Line exceeds maximum limit of 180 characters; contains 362 characters
(#34) Variable "courseMarkingsFaculty" must be all lower-case
(#34) Variable "courseMarkingsFaculty" must be all lower-case
(#36) function name "getTitleByLang" must be lower-case letters only
(#36) Variable "filterName" must be all lower-case
(#36) Expected 1 space after closing parenthesis; found 0
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected at least 4 spaces, found 1
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 4 spaces, found 1
(#39) Inline control structures are not allowed
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected 4 spaces, found 1
(#40) Expected "if (...) {\n"; found "if(...){\n"
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Commas (,) must be followed by white space.
(#41) Variable "filterName" must be all lower-case
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected 8 spaces, found 2
(#42) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected 12 spaces, found 3
(#43) Expected "if (...) {\n"; found "if(...){\n"
(#43) Commas (,) must be followed by white space.
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 16 spaces, found 4
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Line indented incorrectly; expected 12 spaces, found 3
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected 4 spaces, found 1
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 4 spaces, found 1
(#48) Variable "filterName" must be all lower-case
(#53) Spaces must be used to indent lines; tabs are not allowed
(#54) Spaces must be used to indent lines; tabs are not allowed
(#56) Spaces must be used to indent lines; tabs are not allowed
(#57) Spaces must be used to indent lines; tabs are not allowed
(#58) Spaces must be used to indent lines; tabs are not allowed
(#59) Spaces must be used to indent lines; tabs are not allowed
(#60) Spaces must be used to indent lines; tabs are not allowed
(#61) Spaces must be used to indent lines; tabs are not allowed
(#62) Spaces must be used to indent lines; tabs are not allowed
(#63) Spaces must be used to indent lines; tabs are not allowed
(#64) Spaces must be used to indent lines; tabs are not allowed
(#68) Spaces must be used to indent lines; tabs are not allowed
(#69) Spaces must be used to indent lines; tabs are not allowed
(#72) Spaces must be used to indent lines; tabs are not allowed
(#73) Spaces must be used to indent lines; tabs are not allowed
(#74) Spaces must be used to indent lines; tabs are not allowed
(#75) Spaces must be used to indent lines; tabs are not allowed
(#76) Spaces must be used to indent lines; tabs are not allowed
(#77) Spaces must be used to indent lines; tabs are not allowed
(#83) Spaces must be used to indent lines; tabs are not allowed
(#86) Spaces must be used to indent lines; tabs are not allowed
(#87) Spaces must be used to indent lines; tabs are not allowed
(#88) Spaces must be used to indent lines; tabs are not allowed
(#95) Spaces must be used to indent lines; tabs are not allowed
(#98) Spaces must be used to indent lines; tabs are not allowed
(#99) Spaces must be used to indent lines; tabs are not allowed
(#100) Spaces must be used to indent lines; tabs are not allowed
(#101) Spaces must be used to indent lines; tabs are not allowed
(#102) Spaces must be used to indent lines; tabs are not allowed
(#103) Spaces must be used to indent lines; tabs are not allowed
(#104) Spaces must be used to indent lines; tabs are not allowed
(#105) Spaces must be used to indent lines; tabs are not allowed
(#106) Spaces must be used to indent lines; tabs are not allowed
(#107) Spaces must be used to indent lines; tabs are not allowed
(#113) Spaces must be used to indent lines; tabs are not allowed
(#114) Spaces must be used to indent lines; tabs are not allowed
(#129) Variable "courseMarkings" must be all lower-case
(#131) Spaces must be used to indent lines; tabs are not allowed
(#132) Spaces must be used to indent lines; tabs are not allowed
(#133) Spaces must be used to indent lines; tabs are not allowed
(#134) Spaces must be used to indent lines; tabs are not allowed
(#135) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used to indent lines; tabs are not allowed
(#136) Spaces must be used for alignment; tabs are not allowed
(#137) Spaces must be used for alignment; tabs are not allowed
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Line indented incorrectly; expected 4 spaces, found 1
(#138) Variable "courseMarkings" must be all lower-case
(#138) Variable "courseMarking" must be all lower-case
(#139) Spaces must be used for alignment; tabs are not allowed
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Line indented incorrectly; expected 4 spaces, found 1
(#140) Whitespace found at end of line
(#141) Spaces must be used for alignment; tabs are not allowed
(#141) Tab found within whitespace
(#141) Line indented incorrectly; expected at least 4 spaces, found 2
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#141) Variable "courseMarking" must be all lower-case
(#142) Spaces must be used for alignment; tabs are not allowed
(#142) Tab found within whitespace
(#142) Line indented incorrectly; expected at least 4 spaces, found 2
(#142) Expected 1 space before "=>"; 0 found
(#142) Expected 1 space after "=>"; 0 found
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Line indented incorrectly; expected at least 4 spaces, found 2
(#143) Spaces must be used for alignment; tabs are not allowed
(#143) Tab found within whitespace
(#143) Whitespace found at end of line
(#144) Spaces must be used for alignment; tabs are not allowed
(#144) Tab found within whitespace
(#144) Line indented incorrectly; expected at least 4 spaces, found 2
(#144) Expected 1 space before "=>"; 0 found
(#144) Expected 1 space after "=>"; 0 found
(#144) Variable "courseMarking" must be all lower-case
(#146) Spaces must be used for alignment; tabs are not allowed
(#146) Tab found within whitespace
(#146) Line indented incorrectly; expected 4 spaces, found 1
(#147) Spaces must be used for alignment; tabs are not allowed
(#148) Spaces must be used for alignment; tabs are not allowed
(#149) Spaces must be used for alignment; tabs are not allowed
(#150) Spaces must be used for alignment; tabs are not allowed
(#150) Variable "courseMarking" must be all lower-case
(#150) Spaces must be used for alignment; tabs are not allowed
(#151) Spaces must be used for alignment; tabs are not allowed
(#152) Spaces must be used for alignment; tabs are not allowed
(#153) Spaces must be used for alignment; tabs are not allowed
(#154) Spaces must be used for alignment; tabs are not allowed
(#154) Line indented incorrectly; expected 4 spaces, found 1
(#159) Variable "courseMarkingsFaculty" must be all lower-case
(#162) Spaces must be used for alignment; tabs are not allowed
(#163) Spaces must be used for alignment; tabs are not allowed
(#164) Spaces must be used for alignment; tabs are not allowed
(#165) Spaces must be used for alignment; tabs are not allowed
(#166) Spaces must be used for alignment; tabs are not allowed
(#167) Spaces must be used for alignment; tabs are not allowed
(#167) Spaces must be used for alignment; tabs are not allowed
(#168) Spaces must be used for alignment; tabs are not allowed
(#169) Spaces must be used for alignment; tabs are not allowed
(#169) Line indented incorrectly; expected 4 spaces, found 1
(#169) Variable "courseMarkingsFaculty" must be all lower-case
(#169) Variable "courseMarking" must be all lower-case
(#170) Spaces must be used for alignment; tabs are not allowed
(#171) Spaces must be used for alignment; tabs are not allowed
(#171) Line indented incorrectly; expected 4 spaces, found 1
(#171) Whitespace found at end of line
(#172) Spaces must be used for alignment; tabs are not allowed
(#172) Tab found within whitespace
(#172) Line indented incorrectly; expected at least 4 spaces, found 2
(#172) Expected 1 space before "=>"; 0 found
(#172) Expected 1 space after "=>"; 0 found
(#172) Variable "courseMarking" must be all lower-case
(#173) Spaces must be used for alignment; tabs are not allowed
(#173) Tab found within whitespace
(#173) Line indented incorrectly; expected at least 4 spaces, found 2
(#173) Expected 1 space before "=>"; 0 found
(#173) Expected 1 space after "=>"; 0 found
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Line indented incorrectly; expected at least 4 spaces, found 2
(#174) Spaces must be used for alignment; tabs are not allowed
(#174) Tab found within whitespace
(#174) Whitespace found at end of line
(#175) Spaces must be used for alignment; tabs are not allowed
(#175) Tab found within whitespace
(#175) Line indented incorrectly; expected at least 4 spaces, found 2
(#175) Expected 1 space before "=>"; 0 found
(#175) Expected 1 space after "=>"; 0 found
(#175) Variable "courseMarking" must be all lower-case
(#177) Spaces must be used for alignment; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected 4 spaces, found 1
(#178) Spaces must be used for alignment; tabs are not allowed
(#179) Spaces must be used for alignment; tabs are not allowed
(#180) Spaces must be used for alignment; tabs are not allowed
(#181) Spaces must be used for alignment; tabs are not allowed
(#181) Variable "courseMarking" must be all lower-case
(#181) Spaces must be used for alignment; tabs are not allowed
(#182) Spaces must be used for alignment; tabs are not allowed
(#183) Spaces must be used for alignment; tabs are not allowed
(#184) Spaces must be used for alignment; tabs are not allowed
(#185) Spaces must be used for alignment; tabs are not allowed
(#185) Line indented incorrectly; expected 4 spaces, found 1
(#192) Spaces must be used for alignment; tabs are not allowed
(#192) Line indented incorrectly; expected 4 spaces, found 1
(#193) Spaces must be used for alignment; tabs are not allowed
(#193) Line indented incorrectly; expected 4 spaces, found 1
(#194) Spaces must be used for alignment; tabs are not allowed
(#194) Line indented incorrectly; expected 4 spaces, found 1
(#200) Spaces must be used for alignment; tabs are not allowed
(#201) Spaces must be used for alignment; tabs are not allowed
(#202) Spaces must be used for alignment; tabs are not allowed
(#203) Spaces must be used for alignment; tabs are not allowed
(#204) Spaces must be used for alignment; tabs are not allowed
(#205) Spaces must be used for alignment; tabs are not allowed
(#206) Spaces must be used for alignment; tabs are not allowed
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Line exceeds 132 characters; contains 139 characters
(#207) Spaces must be used for alignment; tabs are not allowed
(#208) Spaces must be used for alignment; tabs are not allowed
(#209) Spaces must be used for alignment; tabs are not allowed
(#212) Spaces must be used for alignment; tabs are not allowed
(#217) Spaces must be used for alignment; tabs are not allowed
(#218) Spaces must be used for alignment; tabs are not allowed
(#219) Spaces must be used for alignment; tabs are not allowed
(#220) Spaces must be used for alignment; tabs are not allowed
(#221) Spaces must be used for alignment; tabs are not allowed
(#222) Spaces must be used for alignment; tabs are not allowed
(#223) Spaces must be used for alignment; tabs are not allowed
(#224) Spaces must be used for alignment; tabs are not allowed
(#225) Spaces must be used for alignment; tabs are not allowed
enrol/waitlist/renderer.php
(#2) Expected MOODLE_INTERNAL check or config.php inclusion
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#2) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#37) Line exceeds 132 characters; contains 135 characters
(#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
(#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
(#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
(#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
(#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
(#111) Inline comments must start with a capital letter, digit or 3-dots sequence
(#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
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#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
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#163) Expected 1 space before "=>"; 0 found
(#163) Expected 1 space after "=>"; 0 found
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#166) Expected 1 space before "=>"; 0 found
(#166) Expected 1 space after "=>"; 0 found
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#168) Expected 1 space before "=>"; 0 found
(#168) Expected 1 space after "=>"; 0 found
(#168) Line exceeds maximum limit of 180 characters; contains 217 characters
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#170) Expected 1 space before "=>"; 0 found
(#170) Expected 1 space after "=>"; 0 found
(#184) Expected 1 space before "=>"; 0 found
(#184) Expected 1 space after "=>"; 0 found
(#184) Expected 1 space before "=>"; 0 found
(#184) Expected 1 space after "=>"; 0 found
(#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
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Expected 1 space before "=>"; 0 found
(#186) Expected 1 space after "=>"; 0 found
(#186) Line exceeds maximum limit of 180 characters; contains 187 characters
(#189) Expected 1 space before "=>"; 0 found
(#189) Expected 1 space after "=>"; 0 found
(#209) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#209) Expected 1 space before "=>"; 0 found
(#209) Expected 1 space after "=>"; 0 found
(#209) Expected 1 space before "=>"; 0 found
(#209) Expected 1 space after "=>"; 0 found
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#211) Expected 1 space before "=>"; 0 found
(#211) Expected 1 space after "=>"; 0 found
(#211) Line exceeds 132 characters; contains 140 characters
(#212) Expected 1 space before "=>"; 0 found
(#212) Expected 1 space after "=>"; 0 found
(#212) Expected 1 space before "=>"; 0 found
(#212) Expected 1 space after "=>"; 0 found
(#212) Expected 1 space before "=>"; 0 found
(#212) Expected 1 space after "=>"; 0 found
(#213) Expected 1 space before "=>"; 0 found
(#213) Expected 1 space after "=>"; 0 found
(#213) Expected 1 space before "=>"; 0 found
(#213) Expected 1 space after "=>"; 0 found
(#213) Line exceeds 132 characters; contains 138 characters
(#215) Expected 1 space before "=>"; 0 found
(#215) Expected 1 space after "=>"; 0 found
(#215) Expected 1 space before "=>"; 0 found
(#215) Expected 1 space after "=>"; 0 found
(#218) Expected 1 space before "=>"; 0 found
(#218) Expected 1 space after "=>"; 0 found
(#220) Expected 1 space before "=>"; 0 found
(#220) Expected 1 space after "=>"; 0 found
(#220) Expected 1 space before "=>"; 0 found
(#220) Expected 1 space after "=>"; 0 found
(#221) Expected 1 space before "=>"; 0 found
(#221) Expected 1 space after "=>"; 0 found
(#221) Expected 1 space before "=>"; 0 found
(#221) Expected 1 space after "=>"; 0 found
(#222) Expected 1 space before "=>"; 0 found
(#222) Expected 1 space after "=>"; 0 found
(#240) Expected 1 space before "=>"; 0 found
(#240) Expected 1 space after "=>"; 0 found
(#247) Expected 1 space before "=>"; 0 found
(#247) Expected 1 space after "=>"; 0 found
(#395) Expected 1 space before "=>"; 0 found
(#395) Expected 1 space after "=>"; 0 found
(#433) Expected 1 space before "?"; 0 found
(#433) Expected 1 space after "?"; 0 found
(#433) Expected 1 space before ":"; 0 found
(#433) Expected 1 space after ":"; 0 found
(#471) Expected 1 space before "=>"; 0 found
(#471) Expected 1 space after "=>"; 0 found
(#473) Expected 1 space before "=>"; 0 found
(#473) Expected 1 space after "=>"; 0 found
(#473) Expected 1 space before "=>"; 0 found
(#473) Expected 1 space after "=>"; 0 found
(#473) Line exceeds maximum limit of 180 characters; contains 204 characters
(#475) Expected 1 space before "=>"; 0 found
(#475) Expected 1 space after "=>"; 0 found
(#484) Expected 1 space before "=>"; 0 found
(#484) Expected 1 space after "=>"; 0 found
(#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
(#486) Line exceeds maximum limit of 180 characters; contains 213 characters
(#515) Expected 1 space before "=>"; 0 found
(#515) Expected 1 space after "=>"; 0 found
(#515) Expected 1 space before "=>"; 0 found
(#515) Expected 1 space after "=>"; 0 found
(#531) Expected 1 space before "=>"; 0 found
(#531) Expected 1 space after "=>"; 0 found
(#561) Expected 1 space before "=>"; 0 found
(#561) Expected 1 space after "=>"; 0 found
(#562) Expected 1 space before "=>"; 0 found
(#562) Expected 1 space after "=>"; 0 found
(#563) Expected 1 space before "=>"; 0 found
(#563) Expected 1 space after "=>"; 0 found
(#564) Expected 1 space before "=>"; 0 found
(#564) Expected 1 space after "=>"; 0 found
(#576) Line exceeds 132 characters; contains 148 characters
enrol/waitlist/selectlib.php
(#48) Inline comments must start with a capital letter, digit or 3-dots sequence
(#48) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) No space found before comment text; expected "// by default wherecondition retrieves all users except the deleted, not confirmed and guest" but found "//by default wherecondition retrieves all users except the deleted, not confirmed and guest"
(#75) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#113) Inline comments must start with a capital letter, digit or 3-dots sequence
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#113) No space found before comment text; expected "// by default wherecondition retrieves all users except the deleted, not confirmed and guest" but found "//by default wherecondition retrieves all users except the deleted, not confirmed and guest"
(#138) Functions must not contain multiple empty lines in a row; found 2 empty lines
enrol/waitlist/settings.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#16) Inline comments must start with a capital letter, digit or 3-dots sequence
(#16) Inline comments must end in full-stops, exclamation marks, or question marks
(#16) No space found before comment text; expected "// --- general settings -----------------------------------------------------------------------------------" but found "//--- general settings -----------------------------------------------------------------------------------"
(#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
(#28) No space found before comment text; expected "// --- enrol instance defaults ----------------------------------------------------------------------------" but found "//--- enrol instance defaults ----------------------------------------------------------------------------"
(#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 50% valid code; is this commented out code?
(#46) No space found before comment text; expected "// $options = get_default_enrol_roles(get_context_instance(CONTEXT_SYSTEM));" but found "//$options = get_default_enrol_roles(get_context_instance(CONTEXT_SYSTEM));"
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Whitespace found at end of line
(#77) Line exceeds 132 characters; contains 133 characters
enrol/waitlist/unenrol.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#19) Expected 1 space before "=>"; 0 found
(#19) Expected 1 space after "=>"; 0 found
(#20) Expected 1 space before "=>"; 0 found
(#20) Expected 1 space after "=>"; 0 found
(#21) Expected 1 space before "=>"; 0 found
(#21) Expected 1 space after "=>"; 0 found
(#27) This comment is 56% valid code; is this commented out code?
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#32) Commas (,) must be followed by white space.
(#32) Expected 1 space before "=>"; 0 found
(#32) Expected 1 space after "=>"; 0 found
(#37) Line exceeds 132 characters; contains 138 characters
(#37) Inline comments must start with a capital letter, digit or 3-dots sequence
(#37) This comment is 62% valid code; is this commented out code?
(#37) No space found before comment text; expected "// add_to_log($course->id, 'course', 'unenrol', '../enrol/users.php?id='.$course->id, $course->id); //there should be userid somewhere!" but found "//add_to_log($course->id, 'course', 'unenrol', '../enrol/users.php?id='.$course->id, $course->id); //there should be userid somewhere!"
(#42) Expected 1 space before "=>"; 0 found
(#42) 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
(#44) Line exceeds 132 characters; contains 153 characters
enrol/waitlist/unenrolself.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#12) Expected 1 space(s) before asterisk; 0 found
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#19) Expected 1 space before "=>"; 0 found
(#19) Expected 1 space after "=>"; 0 found
(#20) Inline comments must start with a capital letter, digit or 3-dots sequence
(#20) Inline comments must end in full-stops, exclamation marks, or question marks
(#20) This comment is 48% valid code; is this commented out code?
(#20) No space found before comment text; expected "// $context = get_context_instance(CONTEXT_COURSE, $course->id, MUST_EXIST);" but found "//$context = get_context_instance(CONTEXT_COURSE, $course->id, MUST_EXIST);"
(#31) This comment is 55% valid code; is this commented out code?
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#32) No space found before comment text; expected "// if (!$plugin->get_unenrolself_link($instance)) {" but found "//if (!$plugin->get_unenrolself_link($instance)) {"
(#33) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) No space found before comment text; expected "// }" but found "//}"
(#36) Expected 1 space before "=>"; 0 found
(#36) Expected 1 space after "=>"; 0 found
(#41) Line exceeds 132 characters; contains 136 characters
(#41) Inline comments must start with a capital letter, digit or 3-dots sequence
(#41) No space found before comment text; expected "// there should be userid somewhere!" but found "//there should be userid somewhere!"
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#46) Expected 1 space before "=>"; 0 found
(#46) Expected 1 space after "=>"; 0 found
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
enrol/waitlist/users.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#3) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#3) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#3) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#3) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#3) Line 12 of the opening comment must start "//".
(#4) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#4) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#7) Spaces must be used for alignment; tabs are not allowed
(#7) Tab found within whitespace
(#18) Expected 1 space before "=>"; 0 found
(#18) Expected 1 space after "=>"; 0 found
(#29) Inline comments must start with a capital letter, digit or 3-dots sequence
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#29) This comment is 75% valid code; is this commented out code?
(#29) No space found before comment text; expected "// require_capability('moodle/course:enrolreview', $context);" but found "//require_capability('moodle/course:enrolreview', $context);"
(#34) Expected 1 space before "+"; 0 found
(#34) Expected 1 space after "+"; 0 found
(#59) Inline comments must start with a capital letter, digit or 3-dots sequence
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#59) This comment is 63% valid code; is this commented out code?
(#59) No space found before comment text; expected "// $canassign = has_capability('moodle/role:assign', $manager->get_context());" but found "//$canassign = has_capability('moodle/role:assign', $manager->get_context());"
(#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
(#72) Line exceeds maximum limit of 180 characters; contains 281 characters
enrol/waitlist/users_forms.php
(#30) Visibility must be declared on method "definition"
(#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) Commas (,) must be followed by white space.
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#76) Expected 1 space before "=>"; 0 found
(#76) Expected 1 space after "=>"; 0 found
(#81) Visibility must be declared on method "definition"
(#100) Commas (,) must be followed by white space.
(#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
(#139) Visibility must be declared on method "definition"
enrol/waitlist/version.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
enrol/waitlist/waitlist.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#4) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#4) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#11) Expected 1 space(s) before asterisk; 0 found
(#12) Expected MOODLE_INTERNAL check or config.php inclusion
(#13) Spaces must be used to indent lines; tabs are not allowed
(#13) Tab found within whitespace
(#13) Line indented incorrectly; expected 4 spaces, found 1
(#13) Expected 1 space after closing parenthesis; found 0
(#14) Spaces must be used to indent lines; tabs are not allowed
(#14) Tab found within whitespace
(#14) Line indented incorrectly; expected at least 8 spaces, found 2
(#16) Spaces must be used to indent lines; tabs are not allowed
(#16) Tab found within whitespace
(#16) Line indented incorrectly; expected at least 8 spaces, found 2
(#17) Spaces must be used to indent lines; tabs are not allowed
(#17) Tab found within whitespace
(#17) Line indented incorrectly; expected at least 8 spaces, found 2
(#18) Spaces must be used to indent lines; tabs are not allowed
(#18) Tab found within whitespace
(#18) Line indented incorrectly; expected at least 8 spaces, found 2
(#19) Spaces must be used to indent lines; tabs are not allowed
(#19) Tab found within whitespace
(#19) Line indented incorrectly; expected at least 8 spaces, found 2
(#20) Spaces must be used to indent lines; tabs are not allowed
(#20) Tab found within whitespace
(#20) Line indented incorrectly; expected at least 8 spaces, found 2
(#21) Spaces must be used to indent lines; tabs are not allowed
(#21) Tab found within whitespace
(#21) Line indented incorrectly; expected at least 8 spaces, found 2
(#22) Spaces must be used to indent lines; tabs are not allowed
(#22) Tab found within whitespace
(#22) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Spaces must be used to indent lines; tabs are not allowed
(#24) Tab found within whitespace
(#24) Line indented incorrectly; expected at least 8 spaces, found 2
(#24) Commas (,) must be followed by white space.
(#25) Spaces must be used to indent lines; tabs are not allowed
(#25) Tab found within whitespace
(#25) Line indented incorrectly; expected 4 spaces, found 1
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected 4 spaces, found 1
(#27) Expected 1 space after closing parenthesis; found 0
(#28) Spaces must be used to indent lines; tabs are not allowed
(#28) Tab found within whitespace
(#28) Line indented incorrectly; expected at least 8 spaces, found 2
(#29) Spaces must be used to indent lines; tabs are not allowed
(#29) Tab found within whitespace
(#29) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Spaces must be used to indent lines; tabs are not allowed
(#31) Tab found within whitespace
(#31) Line indented incorrectly; expected at least 8 spaces, found 2
(#31) Line exceeds 132 characters; contains 136 characters
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Line indented incorrectly; expected 8 spaces, found 2
(#32) Expected "if (...) {\n"; found "if(...){\n"
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 12 spaces, found 3
(#34) Spaces must be used to indent lines; tabs are not allowed
(#34) Tab found within whitespace
(#34) Line indented incorrectly; expected 8 spaces, found 2
(#34) Expected "} else {\n"; found "}else{\n"
(#35) Spaces must be used to indent lines; tabs are not allowed
(#35) Tab found within whitespace
(#35) Line indented incorrectly; expected at least 12 spaces, found 3
(#36) Spaces must be used to indent lines; tabs are not allowed
(#36) Tab found within whitespace
(#36) Line indented incorrectly; expected 8 spaces, found 2
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#37) Line indented incorrectly; expected 4 spaces, found 1
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected 4 spaces, found 1
(#39) Expected 1 space after closing parenthesis; found 0
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#40) Line indented incorrectly; expected at least 8 spaces, found 2
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#41) Line indented incorrectly; expected at least 8 spaces, found 2
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Whitespace found at end of line
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Line indented incorrectly; expected at least 8 spaces, found 2
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected 4 spaces, found 1

Javascript coding style problems

(1 errors, 535 warnings)

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

enrol/waitlist/static/faculty.js
(#8) Use '!==' to compare with '0'.
(#12) Use '===' to compare with ''.
(#12) Use '===' to compare with '0'.
(#27) Expected '{' and instead saw 'customchar2_val'.
(#31) Missing semicolon.
(#39) 'getCustomcharDefault' was used before it was defined.
(#59) Missing semicolon.
(#1) '$' is not defined.
(#4) '$' is not defined.
(#7) '$' is not defined.
(#7) '$' is not defined.
(#8) '$' is not defined.
(#9) '$' is not defined.
(#13) '$' is not defined.
(#14) '$' is not defined.
(#18) '$' is not defined.
(#25) '$' is not defined.
(#26) '$' is not defined.
(#27) 'customchar2_val' is not defined.
(#27) '$' is not defined.
(#28) '$' is not defined.
(#34) '$' is not defined.
(#35) '$' is not defined.
(#35) '$' is not defined.
(#40) '$' is not defined.
(#41) '$' is not defined.
(#43) '$' is not defined.
(#50) '$' is not defined.
(#51) '$' is not defined.
(#53) '$' is not defined.
(#55) '$' is not defined.
(#23) 'XMLHttpRequest' is defined but never used.
(#24) 'textStatus' is defined but never used.
(#48) 'XMLHttpRequest' is defined but never used.
(#49) 'textStatus' is defined but never used.
enrol/waitlist/static/jquery.js
(#14) Line is too long.
(#14) Expected '{' and instead saw 'throw'.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Confusing use of '!'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'e'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'H'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'n'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'continue'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'i'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Use '===' to compare with 'null'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'delete'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'while'.
(#14) Expected '{' and instead saw 'n'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'for'.
(#14) Use '!==' to compare with 'null'.
(#14) Expected '{' and instead saw '!'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Use '!==' to compare with 'null'.
(#14) Expected '{' and instead saw 'p'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'p'.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'p'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'Tt'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 't'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 't'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 't'.
(#14) Expected '{' and instead saw 't'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected '{' and instead saw 'At'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Use '===' to compare with 'null'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'continue'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'continue'.
(#14) Expected '{' and instead saw 'r'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'n'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Use '===' to compare with 'null'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Use '===' to compare with 'null'.
(#14) Expected '{' and instead saw 'i'.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'n'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Use '===' to compare with 'null'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'continue'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'p'.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'o'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'n'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 't'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'f'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'f'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'while'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'r'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 't'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'a'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'if'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 's'.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'f'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 's'.
(#14) Expected '{' and instead saw 'for'.
(#14) Confusing use of '!'.
(#14) Confusing use of '!'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Confusing use of '!'.
(#14) Expected '{' and instead saw 'if'.
(#14) ['throws'] is better written in dot notation.
(#14) Expected '{' and instead saw 't'.
(#14) Expected '{' and instead saw 'try'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'p'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'Kn'.
(#14) Missing 'new' prefix when invoking a constructor.
(#14) Expected '{' and instead saw 'r'.
(#14) Missing semicolon.
(#14) Missing '()' invoking a constructor.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Use '!==' to compare with 'null'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'if'.
(#14) Use '!==' to compare with 'null'.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'continue'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Use '!==' to compare with 'null'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw ';'.
(#14) Missing semicolon.
(#14) Use '===' to compare with 'null'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'for'.
(#14) Confusing use of '!'.
(#14) Expected '{' and instead saw 'break'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'for'.
(#14) Confusing use of '!'.
(#14) Expected '{' and instead saw 'break'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'for'.
(#14) Confusing use of '!'.
(#14) Expected '{' and instead saw 'break'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'for'.
(#14) Confusing use of '!'.
(#14) Expected '{' and instead saw 'break'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Use '===' to compare with 'null'.
(#14) Missing semicolon.
(#14) Use '===' to compare with 'null'.
(#14) Missing semicolon.
(#14) Use '!==' to compare with 'null'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'e'.
(#14) Expected '{' and instead saw 'while'.
(#14) Expected '{' and instead saw 'e'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'r'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'r'.
(#14) Use '!==' to compare with 'null'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'for'.
(#14) Expected '{' and instead saw 'r'.
(#14) Use '!==' to compare with 'null'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing '()' invoking a constructor.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'h'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'try'.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'r'.
(#14) Missing semicolon.
(#14) Unexpected use of '~'.
(#14) Unexpected use of '~'.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected '{' and instead saw 'while'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'n'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'i'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'n'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw '('.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'break'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'r'.
(#14) Missing semicolon.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'while'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'return'.
(#14) Did you mean to return a conditional instead of an assignment?
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Use '!==' to compare with 'null'.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'o'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'g'.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw '('.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw '('.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'g'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'h'.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'break'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Use '===' to compare with 'null'.
(#14) A leading decimal point can be confused with a dot: '.1'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Use '!==' to compare with 'null'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'if'.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'd'.
(#14) Expected '{' and instead saw 'while'.
(#14) Expected '{' and instead saw '!'.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'rt'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Expected '{' and instead saw 'break'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected a conditional expression and instead saw an assignment.
(#14) Expected an assignment or function call and instead saw an expression.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Missing semicolon.
(#14) Missing '()' invoking a constructor.
(#14) Missing semicolon.
(#14) Unexpected use of '<<'.
(#14) Expected '{' and instead saw 'if'.
(#14) Expected '{' and instead saw 'return'.
(#14) Missing semicolon.
(#14) Unexpected use of '>>'.
(#14) Unexpected use of '|'.
(#14) Unexpected use of '&'.
(#14) Unexpected use of '|'.
(#14) Too many errors. (87% scanned).

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(94 errors, 18 warnings)

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

enrol/waitlist/db/access.php
(#2) No one-line description found in phpdocs for file
enrol/waitlist/edit.php
(#2) No one-line description found in phpdocs for file
enrol/waitlist/edit_form.php
(#16) Class enrol_waitlist_edit_form is not documented
(#18) Function enrol_waitlist_edit_form::definition is not documented
(#131) Function enrol_waitlist_edit_form::validation is not documented
(#2) No one-line description found in phpdocs for file
(#16) Package is not specified for class enrol_waitlist_edit_form. It is also not specified in file-level phpdocs
enrol/waitlist/enroluser.php
(#2) No one-line description found in phpdocs for file
enrol/waitlist/faculty - old.php
(#2) File-level phpdocs block is not found
enrol/waitlist/faculty.php
(#2) File-level phpdocs block is not found
enrol/waitlist/lang/de/enrol_waitlist.php
(#2) No one-line description found in phpdocs for file
enrol/waitlist/lang/en/enrol_waitlist.php
(#2) No one-line description found in phpdocs for file
enrol/waitlist/lib.php
(#2) File-level phpdocs block is not found
(#69) Function enrol_waitlist_plugin::roles_protected is not documented
(#74) Function enrol_waitlist_plugin::allow_unenrol is not documented
(#79) Function enrol_waitlist_plugin::allow_manage is not documented
(#84) Function enrol_waitlist_plugin::show_enrolme_link is not documented
(#442) Function enrol_waitlist_plugin::get_user_enrolment_actions is not documented
(#482) Function enrol_waitlist_plugin::process_wait_list is not documented
(#2) No one-line description found in phpdocs for class enrol_waitlist_plugin
(#2) Package is not specified for class enrol_waitlist_plugin. It is also not specified in file-level phpdocs
(#526) Package is not specified for function enrol_waitlist_supports. It is also not specified in file-level phpdocs
enrol/waitlist/library.php
(#1409) Class enrol_ajax_exception is not documented
(#1115) Function course_enrolment_manager::get_manual_enrol_buttons is not documented
(#1130) Function course_enrolment_manager::has_instance is not documented
(#114) Variable course_enrolment_manager::$_instancessql is not documented
(#115) Variable course_enrolment_manager::$_instances is not documented
(#116) Variable course_enrolment_manager::$_inames is not documented
(#117) Variable course_enrolment_manager::$_plugins is not documented
(#118) Variable course_enrolment_manager::$_allplugins is not documented
(#119) Variable course_enrolment_manager::$_roles is not documented
(#120) Variable course_enrolment_manager::$_assignableroles is not documented
(#121) Variable course_enrolment_manager::$_assignablerolesothers is not documented
(#122) Variable course_enrolment_manager::$_groups is not documented
(#17) No one-line description found in phpdocs for file
(#28) No one-line description found in phpdocs for class course_enrolment_manager
(#221) Phpdocs for function course_enrolment_manager::get_users has incomplete parameters list
(#590) Phpdocs for function course_enrolment_manager::get_assignable_roles has incomplete parameters list
(#996) Phpdocs for function course_enrolment_manager::get_users_for_display has incomplete parameters list
(#1294) Phpdocs for function enrol_user_button::strings_for_js has incomplete parameters list
(#1412) Phpdocs for function enrol_ajax_exception::__construct has incomplete parameters list
(#1445) Phpdocs for function enrol_bulk_enrolment_operation::__construct has incomplete parameters list
(#111) Not recommended phpdocs tag @access used
(#162) Not recommended phpdocs tag @global used
(#188) Not recommended phpdocs tag @global used
(#220) Not recommended phpdocs tag @global used
(#320) Not recommended phpdocs tag @global used
(#431) Not recommended phpdocs tag @global used
(#459) Not recommended phpdocs tag @global used
(#486) Not recommended phpdocs tag @global used
(#634) Not recommended phpdocs tag @global used
(#673) Not recommended phpdocs tag @global used
(#743) Not recommended phpdocs tag @global used
(#844) Not recommended phpdocs tag @global used
(#1165) Not recommended phpdocs tag @global used
(#1242) Not recommended phpdocs tag @staticvar used
(#21) Package core_enrol is not valid
enrol/waitlist/locallib.php
(#2) Empty line found after PHP open tag
(#17) Class enrol_waitlist_enrol_form is not documented
(#20) Function enrol_waitlist_enrol_form::definition is not documented
(#93) Function enrol_waitlist_enrol_form::validation is not documented
(#18) Variable enrol_waitlist_enrol_form::$instance is not documented
(#3) No one-line description found in phpdocs for file
(#17) Package is not specified for class enrol_waitlist_enrol_form. It is also not specified in file-level phpdocs
enrol/waitlist/print.php
(#36) Function getTitleByLang is not documented
(#2) No one-line description found in phpdocs for file
(#36) Package is not specified for function getTitleByLang. It is also not specified in file-level phpdocs
enrol/waitlist/renderer.php
(#2) File-level phpdocs block is not found
(#2) Class core_waitlist_renderer is not documented
(#262) Class course_waitlist_table is not documented
(#549) Function course_waitlist_table::initialise_javascript is not documented
(#7) Phpdocs for function core_waitlist_renderer::render_course_waitlist_users_table has incomplete parameters list
(#125) Phpdocs for function core_waitlist_renderer::render_course_enrolment_other_users_table has incomplete parameters list
(#151) Phpdocs for function core_waitlist_renderer::user_roles_and_actions has incomplete parameters list
(#230) Phpdocs for function core_waitlist_renderer::user_enrolments_and_actions has incomplete parameters list
(#375) Not recommended phpdocs tag @static used
(#664) Not recommended phpdocs tag @static used
(#2) Package is not specified for class core_waitlist_renderer. It is also not specified in file-level phpdocs
(#262) Package is not specified for class course_waitlist_table. It is also not specified in file-level phpdocs
(#654) Package is not specified for class course_waitlist_users_table. It is also not specified in file-level phpdocs
enrol/waitlist/selectlib.php
(#36) Function enrol_apply_potential_participant::__construct is not documented
(#86) Function enrol_apply_potential_participant::get_options is not documented
(#101) Function enrol_apply_current_participant::__construct is not documented
(#149) Function enrol_apply_current_participant::get_options is not documented
(#34) Variable enrol_apply_potential_participant::$enrolid is not documented
(#98) Variable enrol_apply_current_participant::$courseid is not documented
(#99) Variable enrol_apply_current_participant::$enrolid is not documented
(#30) Class enrol_apply_potential_participant does not have @copyright tag
(#94) Class enrol_apply_current_participant does not have @copyright tag
(#30) Class enrol_apply_potential_participant does not have @license tag
(#94) Class enrol_apply_current_participant does not have @license tag
(#20) Package enrol is not valid
enrol/waitlist/settings.php
(#2) No one-line description found in phpdocs for file
enrol/waitlist/unenrol.php
(#2) No one-line description found in phpdocs for file
enrol/waitlist/unenrolself.php
(#2) Empty line found after PHP open tag
(#3) No one-line description found in phpdocs for file
enrol/waitlist/users.php
(#2) File-level phpdocs block is not found
enrol/waitlist/users_forms.php
(#29) Class enrol_users_assign_form is not documented
(#80) Class enrol_users_addmember_form is not documented
(#30) Function enrol_users_assign_form::definition is not documented
(#81) Function enrol_users_addmember_form::definition is not documented
(#139) Function enrol_users_filter_form::definition is not documented
(#135) Class enrol_users_filter_form does not have @copyright tag
(#135) Class enrol_users_filter_form does not have @license tag
(#20) Package core_enrol is not valid
enrol/waitlist/version.php
(#2) No one-line description found in phpdocs for file
enrol/waitlist/waitlist.php
(#2) File-level phpdocs block is not found
(#13) Function waitlist::add_wait_list is not documented
(#27) Function waitlist::vaildate_wait_list is not documented
(#39) Function waitlist::get_wait_list is not documented
(#2) No one-line description found in phpdocs for class waitlist
(#2) Package is not specified for class waitlist. It is also not specified in file-level phpdocs

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


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]