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

(1293 errors, 53 warnings)

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

enrol/grabber/ajax.php
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#159) Expected 1 space before "*"; 0 found
(#159) Expected 1 space after "*"; 0 found
(#159) Expected 1 space before "*"; 0 found
(#159) Expected 1 space after "*"; 0 found
(#159) Expected 1 space before "*"; 0 found
(#159) Expected 1 space after "*"; 0 found
enrol/grabber/bulkchangeforms.php
(#34) Closing brace must be on a line by itself
(#39) Closing brace must be on a line by itself
enrol/grabber/db/access.php
(#37) Spaces must be used to indent lines; tabs are not allowed
(#37) Tab found within whitespace
(#40) Spaces must be used to indent lines; tabs are not allowed
(#40) Tab found within whitespace
(#41) Spaces must be used to indent lines; tabs are not allowed
(#41) Tab found within whitespace
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
enrol/grabber/db/upgrade.php
(#30) Inline comments must start with a capital letter, digit or 3-dots sequence
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) This comment is 60% valid code; is this commented out code?
(#30) No space found before comment text; expected "// $dbman = $DB->get_manager();" but found "//$dbman = $DB->get_manager();"
enrol/grabber/edit.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#22) Expected 1 space before "=>"; 0 found
(#22) Expected 1 space after "=>"; 0 found
(#28) Expected 1 space before "=>"; 0 found
(#28) Expected 1 space after "=>"; 0 found
(#31) Expected 1 space before "=>"; 0 found
(#31) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#43) Expected 1 space before "=>"; 0 found
(#43) Expected 1 space after "=>"; 0 found
(#56) Spaces must be used for alignment; tabs are not allowed
(#56) Tab found within whitespace
(#57) Spaces must be used for alignment; tabs are not allowed
(#57) Tab found within whitespace
(#57) Expected 1 space before "?"; 0 found
(#57) Expected 1 space after "?"; 0 found
(#57) Expected 1 space before ":"; 0 found
(#57) Expected 1 space after ":"; 0 found
(#58) Spaces must be used for alignment; tabs are not allowed
(#58) Tab found within whitespace
(#71) Spaces must be used for alignment; tabs are not allowed
(#71) Tab found within whitespace
(#71) Inline comments must start with a capital letter, digit or 3-dots sequence
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Line indented incorrectly; expected at least 8 spaces, found 5
(#71) No space found before comment text; expected "// retrieve customint2 value" but found "//retrieve customint2 value"
(#72) Spaces must be used for alignment; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 8 spaces, found 5
(#72) Variable "course_instances" must not contain underscores.
(#73) Spaces must be used for alignment; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 8 spaces, found 5
(#73) Variable "instance_tograb" must not contain underscores.
(#73) Variable "course_instances" must not contain underscores.
(#74) Spaces must be used for alignment; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Spaces must be used for alignment; tabs are not allowed
(#75) Tab found within whitespace
(#75) Line indented incorrectly; expected at least 8 spaces, found 5
(#75) Variable "tograb_plugin" must not contain underscores.
(#75) Variable "instance_tograb" must not contain underscores.
(#77) Spaces must be used for alignment; tabs are not allowed
(#77) Tab found within whitespace
(#78) Spaces must be used for alignment; tabs are not allowed
(#78) Tab found within whitespace
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#79) Spaces must be used for alignment; tabs are not allowed
(#79) Tab found within whitespace
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#80) Spaces must be used for alignment; tabs are not allowed
(#80) Tab found within whitespace
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Spaces must be used for alignment; tabs are not allowed
(#81) Tab found within whitespace
(#81) Variable "tograb_plugin" must not contain underscores.
(#81) Variable "instance_tograb" must not contain underscores.
(#83) Whitespace found at end of line
enrol/grabber/edit_form.php
(#34) Visibility must be declared on method "definition"
(#40) Whitespace found at end of line
(#62) Spaces must be used to indent lines; tabs are not allowed
(#62) Tab found within whitespace
(#62) Whitespace found at end of line
(#63) Variable "enrol_instances" must not contain underscores.
(#66) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#66) Variable "enrol_instances" must not contain underscores.
(#66) Variable "enrol_instance" must not contain underscores.
(#67) Spaces must be used to indent lines; tabs are not allowed
(#67) Tab found within whitespace
(#67) Line indented incorrectly; expected 12 spaces, found 9
(#67) Expected "if (...) {\n"; found "if(...){\n"
(#67) Variable "enrol_instance" must not contain underscores.
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#68) Line indented incorrectly; expected at least 16 spaces, found 10
(#68) Variable "enrol_instance" must not contain underscores.
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#69) Line indented incorrectly; expected at least 16 spaces, found 10
(#69) Variable "enrol_instance" must not contain underscores.
(#69) Variable "enrol_instance" must not contain underscores.
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#70) Line indented incorrectly; expected 12 spaces, found 9
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 12 spaces, found 9
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 12 spaces, found 9
(#75) Expected "} else if (...) {\n"; found "}else if (...){\n"
(#75) Expected "if (...) {\n"; found "if (...){\n"
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected at least 12 spaces, found 9
(#76) Commas (,) must be followed by white space.
(#77) Expected "} else {\n"; found "}else{\n"
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 12 spaces, found 9
(#80) Inline comments must start with a capital letter, digit or 3-dots sequence
(#80) No space found before comment text; expected "// not modifying associateenrolinstance" but found "//not modifying associateenrolinstance"
(#81) Inline comments must end in full-stops, exclamation marks, or question marks
(#81) No space found before comment text; expected "// associateenrolinstance is the id of the grabber enrol instance, for same course" but found "//associateenrolinstance is the id of the grabber enrol instance, for same course"
(#84) Whitespace found at end of line
(#85) Expected "if (...) {\n"; found "if(...){\n"
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Line indented incorrectly; expected at least 12 spaces, found 9
(#88) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#88) Commas (,) must be followed by white space.
(#90) Commas (,) must be followed by white space.
(#91) Whitespace found at end of line
(#93) Line exceeds 132 characters; contains 163 characters
(#95) Whitespace found at end of line
(#101) Visibility must be declared on method "validation"
(#105) Spaces must be used to indent lines; tabs are not allowed
(#105) Tab found within whitespace
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) No space found before comment text; expected "// customint1 must exists, have same course and not be grabber enrol method" but found "//customint1 must exists, have same course and not be grabber enrol method"
(#106) Spaces must be used to indent lines; tabs are not allowed
(#106) Tab found within whitespace
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) No space found before comment text; expected "// can't grab an already grabbed instance" but found "//can't grab an already grabbed instance"
(#108) Expected "if (...) {\n"; found "if(...){\n"
(#109) Spaces must be used to indent lines; tabs are not allowed
(#109) Tab found within whitespace
(#109) Line indented incorrectly; expected at least 12 spaces, found 3
(#109) Expected 1 space before "=>"; 0 found
(#109) Expected 1 space before "=>"; 0 found
(#109) Line exceeds maximum limit of 180 characters; contains 209 characters
(#110) Spaces must be used to indent lines; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected 12 spaces, found 3
(#110) Expected "if (...) {\n"; found "if(...){\n"
(#110) Expected 1 space before ">"; 0 found
(#110) Expected 1 space after ">"; 0 found
(#111) Spaces must be used to indent lines; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 16 spaces, found 4
(#111) Expected 1 space before "="; 0 found
(#111) Expected 1 space after "="; 0 found
(#112) Spaces must be used to indent lines; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected 12 spaces, found 3
(#121) Visibility must be declared on method "get_data"
(#122) Spaces must be used to indent lines; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 5
(#123) Spaces must be used to indent lines; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected 8 spaces, found 5
(#123) Expected "if (...) {\n"; found "if(...){\n"
(#124) Spaces must be used to indent lines; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected 12 spaces, found 6
(#124) Expected "if (...) {\n"; found "if(...){\n"
(#125) Spaces must be used to indent lines; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 16 spaces, found 7
(#125) Expected 1 space before "="; 0 found
(#125) Expected 1 space after "="; 0 found
(#126) Spaces must be used to indent lines; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected 12 spaces, found 6
(#127) Spaces must be used to indent lines; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected 8 spaces, found 5
(#128) Spaces must be used to indent lines; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 5
(#129) Spaces must be used to indent lines; tabs are not allowed
(#129) Tab found within whitespace
(#129) Whitespace found at end of line
enrol/grabber/lang/en/enrol_grabber.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#3) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#3) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#3) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#3) Line 6 of the opening comment must start "// (at your option) any later version.".
(#3) Line 7 of the opening comment must start "//".
(#4) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#4) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#4) Line 10 of the opening comment must start "// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the".
(#5) Line 11 of the opening comment must start "// GNU General Public License for more details.".
(#5) Line 12 of the opening comment must start "//".
(#5) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#5) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#23) Expected 1 space before "="; 0 found
(#36) Expected 1 space before "="; 0 found
(#36) Expected 1 space after "="; 0 found
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#39) Expected 1 space before "="; 0 found
(#39) Expected 1 space after "="; 0 found
enrol/grabber/lang/fr/enrol_grabber.php
(#2) Line 1 of the opening comment must start "// This file is part of".
(#2) Line 2 of the opening comment must start "//".
(#2) Line 3 of the opening comment must start "// Moodle is free software: you can redistribute it and/or modify".
(#2) Line 4 of the opening comment must start "// it under the terms of the GNU General Public License as published by".
(#2) Line 5 of the opening comment must start "// the Free Software Foundation, either version 3 of the License, or".
(#2) Line 6 of the opening comment must start "// (at your option) any later version.".
(#2) Line 7 of the opening comment must start "//".
(#2) Line 8 of the opening comment must start "// Moodle is distributed in the hope that it will be useful,".
(#2) Line 9 of the opening comment must start "// but WITHOUT ANY WARRANTY; without even the implied warranty of".
(#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.".
(#3) Line 12 of the opening comment must start "//".
(#3) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#3) Line 14 of the opening comment must start "// along with Moodle. If not, see <http://www.gnu.org/licenses/>.".
(#16) Expected 1 space before "="; 0 found
(#29) Expected 1 space before "="; 0 found
(#29) Expected 1 space after "="; 0 found
(#31) Expected 1 space before "="; 0 found
(#31) Expected 1 space after "="; 0 found
(#32) Expected 1 space before "="; 0 found
(#32) Expected 1 space after "="; 0 found
enrol/grabber/lib.php
(#64) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#72) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#75) Expected 1 space before "=>"; 0 found
(#75) Expected 1 space after "=>"; 0 found
(#94) Expected 1 space before "=>"; 0 found
(#94) Expected 1 space after "=>"; 0 found
(#115) Expected 1 space before "=>"; 0 found
(#115) Expected 1 space after "=>"; 0 found
(#116) Expected 1 space before "=>"; 0 found
(#116) Expected 1 space after "=>"; 0 found
(#116) Line exceeds 132 characters; contains 167 characters
(#119) Expected 1 space before "=>"; 0 found
(#119) Expected 1 space after "=>"; 0 found
(#119) Expected 1 space before "=>"; 0 found
(#138) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#141) Expected 1 space before "=>"; 0 found
(#141) Expected 1 space after "=>"; 0 found
(#193) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#194) Whitespace found at end of line
(#203) Expected 1 space before "=>"; 0 found
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#229) No space found before comment text; expected "// TODO check this" but found "//TODO check this"
(#253) Expected 1 space before "=>"; 0 found
(#253) Expected 1 space after "=>"; 0 found
(#253) Expected 1 space before "=>"; 0 found
(#253) Expected 1 space after "=>"; 0 found
(#284) Expected 1 space before "=>"; 0 found
(#284) Expected 1 space after "=>"; 0 found
(#284) Expected 1 space before "=>"; 0 found
(#284) Expected 1 space after "=>"; 0 found
(#284) Line exceeds 132 characters; contains 166 characters
(#288) Expected 1 space before "=>"; 0 found
(#288) Expected 1 space after "=>"; 0 found
(#288) Expected 1 space before "=>"; 0 found
(#288) Expected 1 space after "=>"; 0 found
(#288) Line exceeds 132 characters; contains 154 characters
(#323) Expected 1 space before "=>"; 0 found
(#323) Expected 1 space after "=>"; 0 found
(#323) Expected 1 space before "=>"; 0 found
(#323) Expected 1 space after "=>"; 0 found
(#343) Whitespace found at end of line
(#344) Inline comments must end in full-stops, exclamation marks, or question marks
(#344) No space found before comment text; expected "// TODO" but found "//TODO"
(#347) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#349) Expected 1 space before "=>"; 0 found
(#349) Expected 1 space after "=>"; 0 found
(#349) Expected 1 space before "=>"; 0 found
(#349) Expected 1 space after "=>"; 0 found
(#441) Spaces must be used to indent lines; tabs are not allowed
(#441) Tab found within whitespace
(#441) Line indented incorrectly; expected at least 8 spaces, found 5
(#442) Whitespace found at end of line
(#443) Spaces must be used to indent lines; tabs are not allowed
(#443) Tab found within whitespace
(#443) Line indented incorrectly; expected 8 spaces, found 5
(#444) Spaces must be used to indent lines; tabs are not allowed
(#444) Tab found within whitespace
(#444) Line indented incorrectly; expected at least 12 spaces, found 6
(#445) Spaces must be used to indent lines; tabs are not allowed
(#445) Tab found within whitespace
(#445) Line indented incorrectly; expected at least 12 spaces, found 6
(#446) Spaces must be used to indent lines; tabs are not allowed
(#446) Tab found within whitespace
(#446) Line indented incorrectly; expected 8 spaces, found 5
(#447) Spaces must be used to indent lines; tabs are not allowed
(#447) Tab found within whitespace
(#447) Line indented incorrectly; expected at least 12 spaces, found 6
(#448) Spaces must be used to indent lines; tabs are not allowed
(#448) Tab found within whitespace
(#448) Line indented incorrectly; expected 8 spaces, found 5
(#450) Whitespace found at end of line
(#457) Spaces must be used to indent lines; tabs are not allowed
(#457) Tab found within whitespace
(#457) Line indented incorrectly; expected at least 8 spaces, found 5
(#458) Spaces must be used to indent lines; tabs are not allowed
(#458) Tab found within whitespace
(#458) Line indented incorrectly; expected at least 8 spaces, found 5
(#459) Spaces must be used to indent lines; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected 8 spaces, found 5
(#459) Expected "if (...) {\n"; found "if(...){\n"
(#459) Expected 1 space before "=="; 0 found
(#459) Expected 1 space after "=="; 0 found
(#460) Spaces must be used to indent lines; tabs are not allowed
(#460) Tab found within whitespace
(#460) Inline comments must start with a capital letter, digit or 3-dots sequence
(#460) Inline comments must end in full-stops, exclamation marks, or question marks
(#460) Line indented incorrectly; expected at least 12 spaces, found 6
(#460) No space found before comment text; expected "// before delete instance give back enrollees to associated enrol instance if already exists" but found "//before delete instance give back enrollees to associated enrol instance if already exists"
(#461) Spaces must be used to indent lines; tabs are not allowed
(#461) Tab found within whitespace
(#461) Line indented incorrectly; expected at least 12 spaces, found 6
(#461) Variable "course_instances" must not contain underscores.
(#462) Spaces must be used to indent lines; tabs are not allowed
(#462) Tab found within whitespace
(#462) Line indented incorrectly; expected at least 12 spaces, found 6
(#462) Variable "associated_instance" must not contain underscores.
(#462) Variable "course_instances" must not contain underscores.
(#463) Spaces must be used to indent lines; tabs are not allowed
(#463) Tab found within whitespace
(#463) Line indented incorrectly; expected 12 spaces, found 6
(#463) Expected "if (...) {\n"; found "if(...){\n"
(#463) Variable "associated_instance" must not contain underscores.
(#464) Spaces must be used to indent lines; tabs are not allowed
(#464) Tab found within whitespace
(#464) Line indented incorrectly; expected at least 16 spaces, found 7
(#464) Variable "associated_instance" must not contain underscores.
(#465) Spaces must be used to indent lines; tabs are not allowed
(#465) Tab found within whitespace
(#465) Line indented incorrectly; expected 12 spaces, found 6
(#465) Whitespace found at end of line
(#466) Spaces must be used to indent lines; tabs are not allowed
(#466) Tab found within whitespace
(#466) Line indented incorrectly; expected 8 spaces, found 5
(#467) Spaces must be used to indent lines; tabs are not allowed
(#467) Tab found within whitespace
(#467) Line indented incorrectly; expected at least 8 spaces, found 5
(#469) Whitespace found at end of line
(#470) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#471) Spaces must be used to indent lines; tabs are not allowed
(#471) Tab found within whitespace
(#471) Line indented incorrectly; expected at least 8 spaces, found 5
(#472) Spaces must be used to indent lines; tabs are not allowed
(#472) Tab found within whitespace
(#472) Line indented incorrectly; expected at least 8 spaces, found 5
(#473) Spaces must be used to indent lines; tabs are not allowed
(#473) Tab found within whitespace
(#473) Line indented incorrectly; expected at least 8 spaces, found 5
(#473) Variable "grabber_instanceid" must not contain underscores.
(#474) Spaces must be used to indent lines; tabs are not allowed
(#474) Tab found within whitespace
(#474) Line indented incorrectly; expected at least 8 spaces, found 5
(#474) Variable "course_instances" must not contain underscores.
(#475) Spaces must be used to indent lines; tabs are not allowed
(#475) Tab found within whitespace
(#475) Line indented incorrectly; expected at least 8 spaces, found 5
(#475) Variable "instance_tograb" must not contain underscores.
(#475) Variable "course_instances" must not contain underscores.
(#476) Spaces must be used to indent lines; tabs are not allowed
(#476) Tab found within whitespace
(#476) Line indented incorrectly; expected at least 8 spaces, found 5
(#476) Variable "course_instances" must not contain underscores.
(#477) Spaces must be used to indent lines; tabs are not allowed
(#477) Tab found within whitespace
(#477) Line indented incorrectly; expected at least 8 spaces, found 5
(#477) Variable "grabber_instance" must not contain underscores.
(#477) Variable "course_instances" must not contain underscores.
(#477) Variable "grabber_instanceid" must not contain underscores.
(#478) Spaces must be used to indent lines; tabs are not allowed
(#478) Tab found within whitespace
(#478) Inline comments must start with a capital letter, digit or 3-dots sequence
(#478) Line indented incorrectly; expected at least 8 spaces, found 5
(#479) Spaces must be used to indent lines; tabs are not allowed
(#479) Tab found within whitespace
(#479) Inline comments must end in full-stops, exclamation marks, or question marks
(#479) Line indented incorrectly; expected at least 8 spaces, found 5
(#479) No space found before comment text; expected "// grab enrollments" but found "//grab enrollments"
(#480) Spaces must be used to indent lines; tabs are not allowed
(#480) Tab found within whitespace
(#480) Line indented incorrectly; expected at least 8 spaces, found 5
(#480) Variable "grabber_instance" must not contain underscores.
(#480) Variable "instance_tograb" must not contain underscores.
(#481) Spaces must be used to indent lines; tabs are not allowed
(#481) Tab found within whitespace
(#481) Line indented incorrectly; expected at least 8 spaces, found 5
(#481) Variable "grabber_instanceid" must not contain underscores.
(#482) Spaces must be used to indent lines; tabs are not allowed
(#482) Tab found within whitespace
(#482) Whitespace found at end of line
enrol/grabber/locallib.php
(#109) Line indented incorrectly; expected 8 spaces, found 9
(#111) Closing brace indented incorrectly; expected 9 spaces, found 8
(#201) Spaces must be used to indent lines; tabs are not allowed
(#201) Tab found within whitespace
(#201) Line indented incorrectly; expected at least 4 spaces, found 1
(#202) Spaces must be used to indent lines; tabs are not allowed
(#203) Spaces must be used to indent lines; tabs are not allowed
(#204) Spaces must be used to indent lines; tabs are not allowed
(#205) Spaces must be used to indent lines; tabs are not allowed
(#206) Spaces must be used to indent lines; tabs are not allowed
(#207) Spaces must be used to indent lines; tabs are not allowed
(#208) Spaces must be used to indent lines; tabs are not allowed
(#208) Tab found within whitespace
(#208) Line indented incorrectly; expected 4 spaces, found 1
(#208) Variable "grabber_instance" must not contain underscores.
(#208) Variable "instance_tograb" must not contain underscores.
(#209) Spaces must be used to indent lines; tabs are not allowed
(#209) Tab found within whitespace
(#209) Line indented incorrectly; expected at least 8 spaces, found 2
(#210) Spaces must be used to indent lines; tabs are not allowed
(#210) Tab found within whitespace
(#210) Whitespace found at end of line
(#211) Spaces must be used to indent lines; tabs are not allowed
(#211) Tab found within whitespace
(#211) Line indented incorrectly; expected at least 8 spaces, found 2
(#211) Variable "grabber_plugin" must not contain underscores.
(#212) Spaces must be used to indent lines; tabs are not allowed
(#212) Tab found within whitespace
(#212) Line indented incorrectly; expected at least 8 spaces, found 2
(#212) Variable "course_context" must not contain underscores.
(#212) Variable "grabber_instance" must not contain underscores.
(#213) Spaces must be used to indent lines; tabs are not allowed
(#213) Tab found within whitespace
(#213) Whitespace found at end of line
(#214) Spaces must be used to indent lines; tabs are not allowed
(#214) Tab found within whitespace
(#214) Line indented incorrectly; expected at least 8 spaces, found 2
(#214) Expected 1 space before "=>"; 0 found
(#214) Expected 1 space after "=>"; 0 found
(#214) Variable "instance_tograb" must not contain underscores.
(#214) Variable "grabber_instance" must not contain underscores.
(#215) Spaces must be used to indent lines; tabs are not allowed
(#215) Tab found within whitespace
(#215) Line indented incorrectly; expected at least 8 spaces, found 2
(#222) Spaces must be used to indent lines; tabs are not allowed
(#222) Tab found within whitespace
(#222) Line indented incorrectly; expected at least 8 spaces, found 2
(#222) Variable "tograb_enrolles_rs" must not contain underscores.
(#223) Spaces must be used to indent lines; tabs are not allowed
(#223) Tab found within whitespace
(#223) Whitespace found at end of line
(#224) Spaces must be used to indent lines; tabs are not allowed
(#224) Tab found within whitespace
(#224) Line indented incorrectly; expected 8 spaces, found 2
(#224) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#224) Variable "tograb_enrolles_rs" must not contain underscores.
(#224) Variable "enrolment_tograb" must not contain underscores.
(#225) Spaces must be used to indent lines; tabs are not allowed
(#225) Tab found within whitespace
(#225) Line indented incorrectly; expected at least 12 spaces, found 3
(#226) Spaces must be used to indent lines; tabs are not allowed
(#226) Tab found within whitespace
(#226) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Line indented incorrectly; expected at least 12 spaces, found 3
(#226) No space found before comment text; expected "// component empty for self and manual so can only check that for the instance with itemid and component" but found "//component empty for self and manual so can only check that for the instance with itemid and component"
(#227) Spaces must be used to indent lines; tabs are not allowed
(#227) Tab found within whitespace
(#227) Line indented incorrectly; expected at least 12 spaces, found 3
(#227) Variable "component_to_grab" must not contain underscores.
(#227) Variable "instance_tograb" must not contain underscores.
(#227) Expected 1 space before "=="; 0 found
(#227) Expected 1 space after "=="; 0 found
(#227) Variable "instance_tograb" must not contain underscores.
(#227) Expected 1 space before "?"; 0 found
(#227) Expected 1 space after "?"; 0 found
(#227) Variable "instance_tograb" must not contain underscores.
(#227) Line exceeds 132 characters; contains 133 characters
(#228) Spaces must be used to indent lines; tabs are not allowed
(#228) Tab found within whitespace
(#228) Line indented incorrectly; expected at least 12 spaces, found 3
(#228) Variable "itemid_tograb" must not contain underscores.
(#228) Variable "instance_tograb" must not contain underscores.
(#228) Expected 1 space before "=="; 0 found
(#228) Expected 1 space after "=="; 0 found
(#228) Variable "instance_tograb" must not contain underscores.
(#228) Expected 1 space before "?"; 0 found
(#228) Variable "enrolment_tograb" must not contain underscores.
(#229) Spaces must be used to indent lines; tabs are not allowed
(#229) Tab found within whitespace
(#229) Line indented incorrectly; expected at least 12 spaces, found 3
(#229) Variable "grabber_component" must not contain underscores.
(#229) Variable "grabber_instance" must not contain underscores.
(#229) Expected 1 space before "=="; 0 found
(#229) Expected 1 space after "=="; 0 found
(#229) Variable "grabber_instance" must not contain underscores.
(#229) Expected 1 space before "?"; 0 found
(#229) Expected 1 space after "?"; 0 found
(#229) Variable "grabber_instance" must not contain underscores.
(#229) Line exceeds 132 characters; contains 136 characters
(#230) Spaces must be used to indent lines; tabs are not allowed
(#230) Tab found within whitespace
(#230) Line indented incorrectly; expected at least 12 spaces, found 3
(#230) Variable "grabber_itemid" must not contain underscores.
(#230) Variable "grabber_instance" must not contain underscores.
(#230) Expected 1 space before "=="; 0 found
(#230) Expected 1 space after "=="; 0 found
(#230) Variable "grabber_instance" must not contain underscores.
(#230) Expected 1 space before "?"; 0 found
(#230) Variable "grabber_instance" must not contain underscores.
(#231) Spaces must be used to indent lines; tabs are not allowed
(#231) Tab found within whitespace
(#231) Line indented incorrectly; expected at least 12 spaces, found 3
(#231) Expected 1 space before "=>"; 0 found
(#231) Variable "itemid_tograb" must not contain underscores.
(#231) Expected 1 space before "=>"; 0 found
(#231) Variable "component_to_grab" must not contain underscores.
(#231) Expected 1 space before "=>"; 0 found
(#231) Expected 1 space after "=>"; 0 found
(#231) Variable "grabber_component" must not contain underscores.
(#231) Commas (,) must be followed by white space.
(#231) Expected 1 space before "=>"; 0 found
(#231) Expected 1 space after "=>"; 0 found
(#231) Variable "grabber_itemid" must not contain underscores.
(#231) Variable "instance_tograb" must not contain underscores.
(#231) Line exceeds maximum limit of 180 characters; contains 207 characters
(#232) Spaces must be used to indent lines; tabs are not allowed
(#232) Tab found within whitespace
(#232) Line indented incorrectly; expected at least 12 spaces, found 3
(#234) Line exceeds maximum limit of 180 characters; contains 204 characters
(#237) Spaces must be used to indent lines; tabs are not allowed
(#237) Tab found within whitespace
(#237) Line indented incorrectly; expected at least 12 spaces, found 3
(#238) Spaces must be used to indent lines; tabs are not allowed
(#238) Tab found within whitespace
(#238) Line indented incorrectly; expected at least 12 spaces, found 3
(#239) Spaces must be used to indent lines; tabs are not allowed
(#239) Tab found within whitespace
(#239) Line indented incorrectly; expected at least 12 spaces, found 3
(#240) Spaces must be used to indent lines; tabs are not allowed
(#240) Tab found within whitespace
(#240) Line indented incorrectly; expected at least 12 spaces, found 3
(#241) Spaces must be used to indent lines; tabs are not allowed
(#241) Tab found within whitespace
(#241) Whitespace found at end of line
(#242) Spaces must be used to indent lines; tabs are not allowed
(#242) Tab found within whitespace
(#242) Line indented incorrectly; expected at least 12 spaces, found 3
(#243) Spaces must be used to indent lines; tabs are not allowed
(#243) Tab found within whitespace
(#243) Line indented incorrectly; expected at least 12 spaces, found 3
(#246) Spaces must be used to indent lines; tabs are not allowed
(#246) Tab found within whitespace
(#246) Line indented incorrectly; expected at least 12 spaces, found 3
(#246) Variable "grabber_component" must not contain underscores.
(#246) Variable "grabber_itemid" must not contain underscores.
(#246) Commas (,) must be followed by white space.
(#246) Variable "itemid_tograb" must not contain underscores.
(#246) Variable "component_to_grab" must not contain underscores.
(#246) Variable "course_context" must not contain underscores.
(#246) Line exceeds maximum limit of 180 characters; contains 211 characters
(#247) Spaces must be used to indent lines; tabs are not allowed
(#247) Tab found within whitespace
(#247) Line indented incorrectly; expected at least 12 spaces, found 3
(#248) Spaces must be used to indent lines; tabs are not allowed
(#248) Tab found within whitespace
(#248) Whitespace found at end of line
(#249) Spaces must be used to indent lines; tabs are not allowed
(#249) Tab found within whitespace
(#249) Line indented incorrectly; expected at least 12 spaces, found 3
(#250) Spaces must be used to indent lines; tabs are not allowed
(#250) Tab found within whitespace
(#250) Line indented incorrectly; expected at least 12 spaces, found 3
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Variable "enrolment_tograb" must not contain underscores.
(#250) Expected 1 space before "=>"; 0 found
(#250) Expected 1 space after "=>"; 0 found
(#250) Variable "grabber_instance" must not contain underscores.
(#251) Spaces must be used to indent lines; tabs are not allowed
(#251) Tab found within whitespace
(#251) Line indented incorrectly; expected at least 12 spaces, found 3
(#255) Spaces must be used to indent lines; tabs are not allowed
(#255) Tab found within whitespace
(#255) Line indented incorrectly; expected at least 12 spaces, found 3
(#256) Spaces must be used to indent lines; tabs are not allowed
(#256) Tab found within whitespace
(#256) Line indented incorrectly; expected at least 12 spaces, found 3
(#257) Spaces must be used to indent lines; tabs are not allowed
(#257) Tab found within whitespace
(#257) Line indented incorrectly; expected at least 12 spaces, found 3
(#258) Spaces must be used to indent lines; tabs are not allowed
(#258) Tab found within whitespace
(#258) Line indented incorrectly; expected at least 12 spaces, found 3
(#259) Spaces must be used to indent lines; tabs are not allowed
(#259) Tab found within whitespace
(#259) Whitespace found at end of line
(#260) Spaces must be used to indent lines; tabs are not allowed
(#260) Tab found within whitespace
(#260) Line indented incorrectly; expected at least 12 spaces, found 3
(#261) Spaces must be used to indent lines; tabs are not allowed
(#261) Tab found within whitespace
(#261) Line indented incorrectly; expected at least 12 spaces, found 3
(#261) Expected 1 space before "=>"; 0 found
(#261) Expected 1 space after "=>"; 0 found
(#261) Variable "enrolment_tograb" must not contain underscores.
(#261) Expected 1 space before "=>"; 0 found
(#261) Expected 1 space after "=>"; 0 found
(#261) Variable "grabber_instance" must not contain underscores.
(#262) Spaces must be used to indent lines; tabs are not allowed
(#262) Tab found within whitespace
(#262) Line indented incorrectly; expected at least 12 spaces, found 3
(#263) Whitespace found at end of line within string
(#265) Spaces must be used to indent lines; tabs are not allowed
(#265) Tab found within whitespace
(#265) Line indented incorrectly; expected at least 12 spaces, found 3
(#266) Spaces must be used to indent lines; tabs are not allowed
(#266) Tab found within whitespace
(#266) Line indented incorrectly; expected 8 spaces, found 2
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 8 spaces, found 2
(#267) Variable "tograb_enrolles_rs" must not contain underscores.
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected 4 spaces, found 1
enrol/grabber/manage.php
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#33) Expected 1 space before "=>"; 0 found
(#33) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#54) Expected 1 space before "=>"; 0 found
(#54) Expected 1 space after "=>"; 0 found
(#61) Variable "enrol_grabber" must not contain underscores.
(#65) Variable "enrol_grabber" must not contain underscores.
(#67) Expected 1 space before "=>"; 0 found
(#67) Expected 1 space after "=>"; 0 found
(#69) Variable "enrol_grabber" must not contain underscores.
(#71) Expected 1 space before "=>"; 0 found
(#71) Expected 1 space after "=>"; 0 found
(#82) Expected 1 space before "="; 0 found
(#82) Expected 1 space after "="; 0 found
(#82) Expected 1 space before "<="; 0 found
(#82) Expected 1 space after "<="; 0 found
(#93) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#94) Spaces must be used to indent lines; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 12 spaces, found 9
(#94) Variable "enrol_grabber" must not contain underscores.
(#100) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) No space found before comment text; expected "// TODO: log" but found "//TODO: log"
(#108) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#109) Variable "enrol_grabber" must not contain underscores.
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) No space found before comment text; expected "// TODO: log" but found "//TODO: log"
(#134) Line indented incorrectly; expected 12 spaces, found 10
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#138) Line exceeds maximum limit of 180 characters; contains 196 characters
(#143) Line indented incorrectly; expected 16 spaces, found 14
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#150) Line exceeds maximum limit of 180 characters; contains 205 characters
(#155) Line indented incorrectly; expected 12 spaces, found 10
enrol/grabber/settings.php
(#31) Inline comments must start with a capital letter, digit or 3-dots sequence
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) No space found before comment text; expected "// --- general settings -----------------------------------------------------------------------------------" but found "//--- general settings -----------------------------------------------------------------------------------"
(#35) Expected 1 space before comment text but found 7; use block comment if you need indentation
(#42) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) No space found before comment text; expected "// TODO add settings" but found "//TODO add settings"
(#43) Whitespace found at end of line
(#44) Whitespace found at end of line
(#45) Inline comments must start with a capital letter, digit or 3-dots sequence
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#45) No space found before comment text; expected "// --- enrol instance defaults ----------------------------------------------------------------------------" but found "//--- enrol instance defaults ----------------------------------------------------------------------------"
(#64) Commas (,) must be followed by white space.
(#64) Commas (,) must be followed by white space.
(#64) Line exceeds 132 characters; contains 173 characters
enrol/grabber/tests/generator/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#7) Whitespace found at end of line
(#8) Whitespace found at end of line
(#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
(#25) Commas (,) must be followed by white space.
(#25) Expected 1 space after closing parenthesis; found 0
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) Inline comments must start with a capital letter, digit or 3-dots sequence
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#26) Line indented incorrectly; expected at least 8 spaces, found 2
(#26) No space found before comment text; expected "// retrieve plugin to add instance" but found "//retrieve plugin to add instance"
(#27) Spaces must be used to indent lines; tabs are not allowed
(#27) Tab found within whitespace
(#27) Line indented incorrectly; expected at least 8 spaces, found 2
(#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 4 spaces, found 1
enrol/grabber/tests/lib_test.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#26) Spaces must be used to indent lines; tabs are not allowed
(#26) Tab found within whitespace
(#26) 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 at least 8 spaces, found 2
(#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) Whitespace found at end of line
(#30) Spaces must be used to indent lines; tabs are not allowed
(#30) Tab found within whitespace
(#30) 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) Variable "localDataGenerator" must be all lower-case
(#32) Spaces must be used to indent lines; tabs are not allowed
(#32) Tab found within whitespace
(#32) Whitespace found at end of line
(#33) Spaces must be used to indent lines; tabs are not allowed
(#33) Tab found within whitespace
(#33) Line indented incorrectly; expected at least 8 spaces, found 2
(#33) Inline doc block comments are not allowed; use "// Comment." instead
(#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 "man_plugin" must not contain underscores.
(#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 "self_plugin" must not contain underscores.
(#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 "grabber_plugin" must not contain underscores.
(#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
(#38) Spaces must be used to indent lines; tabs are not allowed
(#38) Tab found within whitespace
(#38) Whitespace found at end of line
(#39) Spaces must be used to indent lines; tabs are not allowed
(#39) Tab found within whitespace
(#39) Line indented incorrectly; expected at least 8 spaces, found 2
(#39) Expected 1 space before "=>"; 0 found
(#39) Expected 1 space after "=>"; 0 found
(#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
(#41) Expected 1 space before "=>"; 0 found
(#41) Expected 1 space after "=>"; 0 found
(#42) Spaces must be used to indent lines; tabs are not allowed
(#42) Tab found within whitespace
(#42) Line indented incorrectly; expected at least 8 spaces, found 2
(#43) Spaces must be used to indent lines; tabs are not allowed
(#43) Tab found within whitespace
(#43) Whitespace found at end of line
(#44) Spaces must be used to indent lines; tabs are not allowed
(#44) Tab found within whitespace
(#44) Line indented incorrectly; expected at least 8 spaces, found 2
(#45) Spaces must be used to indent lines; tabs are not allowed
(#45) Tab found within whitespace
(#45) Whitespace found at end of line
(#46) Spaces must be used to indent lines; tabs are not allowed
(#46) Tab found within whitespace
(#46) Line indented incorrectly; expected at least 8 spaces, found 2
(#47) Spaces must be used to indent lines; tabs are not allowed
(#47) Tab found within whitespace
(#47) Whitespace found at end of line
(#48) Spaces must be used to indent lines; tabs are not allowed
(#48) Tab found within whitespace
(#48) Line indented incorrectly; expected at least 8 spaces, found 2
(#49) Spaces must be used to indent lines; tabs are not allowed
(#49) Tab found within whitespace
(#49) Line indented incorrectly; expected at least 8 spaces, found 2
(#50) Spaces must be used to indent lines; tabs are not allowed
(#50) Tab found within whitespace
(#50) Line indented incorrectly; expected at least 8 spaces, found 2
(#51) Spaces must be used to indent lines; tabs are not allowed
(#51) Tab found within whitespace
(#51) Line indented incorrectly; expected at least 8 spaces, found 2
(#52) Spaces must be used to indent lines; tabs are not allowed
(#52) Tab found within whitespace
(#52) Whitespace found at end of line
(#53) Spaces must be used to indent lines; tabs are not allowed
(#53) Tab found within whitespace
(#53) Inline comments must start with a capital letter, digit or 3-dots sequence
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#53) Line indented incorrectly; expected at least 8 spaces, found 2
(#53) No space found before comment text; expected "// default enrol expected" but found "//default enrol expected"
(#54) Spaces must be used to indent lines; tabs are not allowed
(#54) Tab found within whitespace
(#54) Line indented incorrectly; expected at least 8 spaces, found 2
(#54) Variable "default_enrols" must not contain underscores.
(#55) Spaces must be used to indent lines; tabs are not allowed
(#55) Tab found within whitespace
(#55) Line indented incorrectly; expected at least 8 spaces, found 2
(#55) Variable "course_instances" must not contain underscores.
(#56) Spaces must be used to indent lines; tabs are not allowed
(#56) Tab found within whitespace
(#56) Line indented incorrectly; expected at least 8 spaces, found 2
(#56) Variable "manual_instance" must not contain underscores.
(#57) Spaces must be used to indent lines; tabs are not allowed
(#57) Tab found within whitespace
(#57) Line indented incorrectly; expected 8 spaces, found 2
(#57) Expected "foreach (...) {\n"; found "foreach(...){\n"
(#57) Variable "course_instances" must not contain underscores.
(#57) Variable "course_instance" must not contain underscores.
(#58) Spaces must be used to indent lines; tabs are not allowed
(#58) Tab found within whitespace
(#58) Line indented incorrectly; expected 12 spaces, found 3
(#58) Expected "if (...) {\n"; found "if(...){\n"
(#58) Variable "course_instance" must not contain underscores.
(#59) Spaces must be used to indent lines; tabs are not allowed
(#59) Tab found within whitespace
(#59) Line indented incorrectly; expected at least 16 spaces, found 4
(#59) Variable "manual_instance" must not contain underscores.
(#59) Variable "course_instance" must not contain underscores.
(#60) Spaces must be used to indent lines; tabs are not allowed
(#60) Tab found within whitespace
(#60) Line indented incorrectly; expected at least 16 spaces, found 4
(#61) Spaces must be used to indent lines; tabs are not allowed
(#61) Tab found within whitespace
(#61) Line indented incorrectly; expected 12 spaces, found 3
(#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
(#63) Spaces must be used to indent lines; tabs are not allowed
(#63) Tab found within whitespace
(#63) Line indented incorrectly; expected 8 spaces, found 2
(#63) Expected "if (...) {\n"; found "if(...){\n"
(#63) Variable "manual_instance" must not contain underscores.
(#64) Spaces must be used to indent lines; tabs are not allowed
(#64) Tab found within whitespace
(#64) Inline comments must start with a capital letter, digit or 3-dots sequence
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Line indented incorrectly; expected at least 12 spaces, found 3
(#64) No space found before comment text; expected "// create manual instance" but found "//create manual instance"
(#65) Spaces must be used to indent lines; tabs are not allowed
(#65) Tab found within whitespace
(#65) Line indented incorrectly; expected at least 12 spaces, found 3
(#66) Spaces must be used to indent lines; tabs are not allowed
(#66) Tab found within whitespace
(#66) Line indented incorrectly; expected at least 12 spaces, found 5
(#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 5
(#68) Spaces must be used to indent lines; tabs are not allowed
(#68) Tab found within whitespace
(#69) Spaces must be used to indent lines; tabs are not allowed
(#69) Tab found within whitespace
(#70) Spaces must be used to indent lines; tabs are not allowed
(#70) Tab found within whitespace
(#71) Spaces must be used to indent lines; tabs are not allowed
(#71) Tab found within whitespace
(#72) Spaces must be used to indent lines; tabs are not allowed
(#72) Tab found within whitespace
(#72) Line indented incorrectly; expected at least 18 spaces, found 3
(#72) Variable "localDataGenerator" must be all lower-case
(#73) Spaces must be used to indent lines; tabs are not allowed
(#73) Tab found within whitespace
(#73) Line indented incorrectly; expected at least 18 spaces, found 3
(#73) Variable "course_instances" must not contain underscores.
(#74) Spaces must be used to indent lines; tabs are not allowed
(#74) Tab found within whitespace
(#74) Line indented incorrectly; expected at least 18 spaces, found 3
(#74) Variable "manual_instance" must not contain underscores.
(#74) Variable "course_instances" must not contain underscores.
(#75) Spaces must be used to indent lines; tabs are not allowed
(#75) Tab found within whitespace
(#75) Whitespace found at end of line
(#76) Spaces must be used to indent lines; tabs are not allowed
(#76) Tab found within whitespace
(#76) Line indented incorrectly; expected 8 spaces, found 2
(#77) Spaces must be used to indent lines; tabs are not allowed
(#77) Tab found within whitespace
(#77) Whitespace found at end of line
(#78) Spaces must be used to indent lines; tabs are not allowed
(#78) Tab found within whitespace
(#78) Line indented incorrectly; expected at least 8 spaces, found 2
(#79) Spaces must be used to indent lines; tabs are not allowed
(#79) Tab found within whitespace
(#79) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Spaces must be used to indent lines; tabs are not allowed
(#80) Tab found within whitespace
(#80) Line indented incorrectly; expected at least 8 spaces, found 2
(#80) Variable "manual_instance" must not contain underscores.
(#81) Spaces must be used to indent lines; tabs are not allowed
(#81) Tab found within whitespace
(#81) Line indented incorrectly; expected at least 8 spaces, found 2
(#81) Variable "manual_instance" must not contain underscores.
(#82) Spaces must be used to indent lines; tabs are not allowed
(#82) Tab found within whitespace
(#82) Line indented incorrectly; expected at least 8 spaces, found 2
(#82) Variable "manual_instance" must not contain underscores.
(#83) Spaces must be used to indent lines; tabs are not allowed
(#83) Tab found within whitespace
(#83) Line indented incorrectly; expected at least 8 spaces, found 2
(#83) Variable "manual_instance" must not contain underscores.
(#84) Spaces must be used to indent lines; tabs are not allowed
(#84) Tab found within whitespace
(#84) Whitespace found at end of line
(#85) Spaces must be used to indent lines; tabs are not allowed
(#85) Tab found within whitespace
(#85) Line indented incorrectly; expected at least 8 spaces, found 2
(#85) Expected 1 space before "=>"; 0 found
(#85) Variable "manual_instance" must not contain underscores.
(#86) Spaces must be used to indent lines; tabs are not allowed
(#86) Tab found within whitespace
(#86) Inline comments must start with a capital letter, digit or 3-dots sequence
(#86) Inline comments must end in full-stops, exclamation marks, or question marks
(#86) Line indented incorrectly; expected at least 8 spaces, found 2
(#86) No space found before comment text; expected "// role assignement" but found "//role assignement"
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Line indented incorrectly; expected at least 8 spaces, found 2
(#87) Commas (,) must be followed by white space.
(#87) Expected 1 space before "=>"; 0 found
(#87) Expected 1 space after "=>"; 0 found
(#87) Expected 1 space before "=>"; 0 found
(#87) Line exceeds maximum limit of 180 characters; contains 233 characters
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 2
(#88) Commas (,) must be followed by white space.
(#88) Expected 1 space before "=>"; 0 found
(#88) Expected 1 space after "=>"; 0 found
(#88) Expected 1 space before "=>"; 0 found
(#88) Line exceeds maximum limit of 180 characters; contains 233 characters
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Whitespace found at end of line
(#90) Spaces must be used to indent lines; tabs are not allowed
(#90) Tab found within whitespace
(#90) Inline comments must start with a capital letter, digit or 3-dots sequence
(#90) Inline comments must end in full-stops, exclamation marks, or question marks
(#90) Line indented incorrectly; expected at least 8 spaces, found 2
(#90) No space found before comment text; expected "// create grabber instance attached to manual instance" but found "//create grabber instance attached to manual instance"
(#91) Spaces must be used to indent lines; tabs are not allowed
(#91) Tab found within whitespace
(#91) Line indented incorrectly; expected at least 8 spaces, found 2
(#92) Spaces must be used to indent lines; tabs are not allowed
(#92) Tab found within whitespace
(#92) Line indented incorrectly; expected at least 8 spaces, found 2
(#93) Spaces must be used to indent lines; tabs are not allowed
(#93) Tab found within whitespace
(#93) Line indented incorrectly; expected at least 8 spaces, found 4
(#93) Spaces must be used for alignment; tabs are not allowed
(#93) Tab found within whitespace
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#94) Line indented incorrectly; expected at least 8 spaces, found 4
(#94) Spaces must be used for alignment; tabs are not allowed
(#94) Tab found within whitespace
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Line indented incorrectly; expected at least 8 spaces, found 4
(#95) Spaces must be used for alignment; tabs are not allowed
(#95) Tab found within whitespace
(#95) Variable "manual_instance" must not contain underscores.
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Line indented incorrectly; expected at least 8 spaces, found 4
(#96) Spaces must be used for alignment; tabs are not allowed
(#96) Tab found within whitespace
(#96) Commas (,) must be followed by white space.
(#96) Inline comments must start with a capital letter, digit or 3-dots sequence
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) No space found before comment text; expected "// backup delete mode" but found "//backup delete mode"
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Line indented incorrectly; expected at least 8 spaces, found 4
(#97) Spaces must be used for alignment; tabs are not allowed
(#97) Tab found within whitespace
(#97) Variable "manual_instance" must not contain underscores.
(#98) Spaces must be used for alignment; tabs are not allowed
(#98) Tab found within whitespace
(#98) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Spaces must be used for alignment; tabs are not allowed
(#99) Tab found within whitespace
(#99) Line indented incorrectly; expected at least 8 spaces, found 2
(#99) Variable "grabber_instanceid" must not contain underscores.
(#100) Spaces must be used for alignment; tabs are not allowed
(#100) Tab found within whitespace
(#100) Line indented incorrectly; expected at least 8 spaces, found 2
(#100) Variable "course_instances" must not contain underscores.
(#101) Spaces must be used for alignment; tabs are not allowed
(#101) Tab found within whitespace
(#101) Line indented incorrectly; expected at least 8 spaces, found 2
(#101) Variable "grabber_instance" must not contain underscores.
(#101) Variable "course_instances" must not contain underscores.
(#101) Variable "grabber_instanceid" must not contain underscores.
(#102) Spaces must be used for alignment; tabs are not allowed
(#102) Tab found within whitespace
(#102) Line indented incorrectly; expected at least 8 spaces, found 2
(#102) Expected 1 space before "=>"; 0 found
(#102) Variable "manual_instance" must not contain underscores.
(#103) Spaces must be used for alignment; tabs are not allowed
(#103) Tab found within whitespace
(#103) Line indented incorrectly; expected at least 8 spaces, found 2
(#103) Expected 1 space before "=>"; 0 found
(#103) Variable "grabber_instanceid" must not contain underscores.
(#104) Spaces must be used for alignment; tabs are not allowed
(#104) Tab found within whitespace
(#104) Line indented incorrectly; expected at least 8 spaces, found 2
(#104) Commas (,) must be followed by white space.
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Expected 1 space before "=>"; 0 found
(#104) Expected 1 space after "=>"; 0 found
(#104) Line exceeds maximum limit of 180 characters; contains 275 characters
(#105) Spaces must be used for alignment; tabs are not allowed
(#105) Tab found within whitespace
(#105) Line indented incorrectly; expected at least 8 spaces, found 2
(#105) Commas (,) must be followed by white space.
(#105) Expected 1 space before "=>"; 0 found
(#105) Expected 1 space after "=>"; 0 found
(#105) Expected 1 space before "=>"; 0 found
(#105) Expected 1 space before "=>"; 0 found
(#105) Expected 1 space after "=>"; 0 found
(#105) Expected 1 space before "=>"; 0 found
(#105) Expected 1 space after "=>"; 0 found
(#105) Line exceeds maximum limit of 180 characters; contains 275 characters
(#106) Spaces must be used for alignment; tabs are not allowed
(#106) Tab found within whitespace
(#106) Line indented incorrectly; expected at least 8 spaces, found 2
(#106) Commas (,) must be followed by white space.
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#106) Expected 1 space before "=>"; 0 found
(#106) Expected 1 space after "=>"; 0 found
(#106) Variable "grabber_instanceid" must not contain underscores.
(#106) Line exceeds maximum limit of 180 characters; contains 306 characters
(#107) Spaces must be used for alignment; tabs are not allowed
(#107) Tab found within whitespace
(#107) Line indented incorrectly; expected at least 8 spaces, found 2
(#107) Commas (,) must be followed by white space.
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space after "=>"; 0 found
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space after "=>"; 0 found
(#107) Expected 1 space before "=>"; 0 found
(#107) Expected 1 space after "=>"; 0 found
(#107) Variable "grabber_instanceid" must not contain underscores.
(#107) Line exceeds maximum limit of 180 characters; contains 306 characters
(#108) Spaces must be used for alignment; tabs are not allowed
(#108) Tab found within whitespace
(#108) Whitespace found at end of line
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#109) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#109) Line indented incorrectly; expected at least 8 spaces, found 2
(#109) No space found before comment text; expected "// delete grabber instance" but found "//delete grabber instance"
(#109) Whitespace found at end of line
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 2
(#110) Variable "grabber_instance" must not contain underscores.
(#111) Spaces must be used for alignment; tabs are not allowed
(#111) Tab found within whitespace
(#111) Line indented incorrectly; expected at least 8 spaces, found 2
(#111) Expected 1 space before "=>"; 0 found
(#111) Variable "manual_instance" must not contain underscores.
(#112) Spaces must be used for alignment; tabs are not allowed
(#112) Tab found within whitespace
(#112) Line indented incorrectly; expected at least 8 spaces, found 2
(#112) Commas (,) must be followed by white space.
(#112) Expected 1 space before "=>"; 0 found
(#112) Expected 1 space after "=>"; 0 found
(#112) Expected 1 space before "=>"; 0 found
(#112) Expected 1 space before "=>"; 0 found
(#112) Expected 1 space after "=>"; 0 found
(#112) Expected 1 space before "=>"; 0 found
(#112) Expected 1 space after "=>"; 0 found
(#112) Line exceeds maximum limit of 180 characters; contains 275 characters
(#113) Spaces must be used for alignment; tabs are not allowed
(#113) Tab found within whitespace
(#113) Line indented incorrectly; expected at least 8 spaces, found 2
(#113) Commas (,) must be followed by white space.
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space after "=>"; 0 found
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space after "=>"; 0 found
(#113) Expected 1 space before "=>"; 0 found
(#113) Expected 1 space after "=>"; 0 found
(#113) Line exceeds maximum limit of 180 characters; contains 275 characters
(#114) Spaces must be used for alignment; tabs are not allowed
(#114) Tab found within whitespace
(#114) Whitespace found at end of line
(#115) Spaces must be used for alignment; tabs are not allowed
(#115) Tab found within whitespace
(#115) Inline comments must start with a capital letter, digit or 3-dots sequence
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#115) Line indented incorrectly; expected at least 8 spaces, found 2
(#115) No space found before comment text; expected "// create grabber instance attached to manual instance" but found "//create grabber instance attached to manual instance"
(#116) Spaces must be used for alignment; tabs are not allowed
(#116) Tab found within whitespace
(#116) Line indented incorrectly; expected at least 8 spaces, found 2
(#117) Spaces must be used for alignment; tabs are not allowed
(#117) Tab found within whitespace
(#117) Line indented incorrectly; expected at least 8 spaces, found 2
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#118) Line indented incorrectly; expected at least 8 spaces, found 4
(#118) Spaces must be used for alignment; tabs are not allowed
(#118) Tab found within whitespace
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#119) Line indented incorrectly; expected at least 8 spaces, found 4
(#119) Spaces must be used for alignment; tabs are not allowed
(#119) Tab found within whitespace
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Line indented incorrectly; expected at least 8 spaces, found 4
(#120) Spaces must be used for alignment; tabs are not allowed
(#120) Tab found within whitespace
(#120) Variable "manual_instance" must not contain underscores.
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Line indented incorrectly; expected at least 8 spaces, found 4
(#121) Spaces must be used for alignment; tabs are not allowed
(#121) Tab found within whitespace
(#121) Commas (,) must be followed by white space.
(#121) Inline comments must start with a capital letter, digit or 3-dots sequence
(#121) Inline comments must end in full-stops, exclamation marks, or question marks
(#121) No space found before comment text; expected "// not backup delete mode" but found "//not backup delete mode"
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Line indented incorrectly; expected at least 8 spaces, found 4
(#122) Spaces must be used for alignment; tabs are not allowed
(#122) Tab found within whitespace
(#122) Variable "manual_instance" must not contain underscores.
(#123) Spaces must be used for alignment; tabs are not allowed
(#123) Tab found within whitespace
(#123) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Spaces must be used for alignment; tabs are not allowed
(#124) Tab found within whitespace
(#124) Line indented incorrectly; expected at least 8 spaces, found 2
(#124) Variable "grabber_instanceid" must not contain underscores.
(#125) Spaces must be used for alignment; tabs are not allowed
(#125) Tab found within whitespace
(#125) Line indented incorrectly; expected at least 8 spaces, found 2
(#125) Variable "course_instances" must not contain underscores.
(#126) Spaces must be used for alignment; tabs are not allowed
(#126) Tab found within whitespace
(#126) Line indented incorrectly; expected at least 8 spaces, found 2
(#126) Variable "grabber_instance" must not contain underscores.
(#126) Variable "course_instances" must not contain underscores.
(#126) Variable "grabber_instanceid" must not contain underscores.
(#127) Spaces must be used for alignment; tabs are not allowed
(#127) Tab found within whitespace
(#127) Line indented incorrectly; expected at least 8 spaces, found 2
(#127) Expected 1 space before "=>"; 0 found
(#127) Variable "manual_instance" must not contain underscores.
(#128) Spaces must be used for alignment; tabs are not allowed
(#128) Tab found within whitespace
(#128) Line indented incorrectly; expected at least 8 spaces, found 2
(#128) Expected 1 space before "=>"; 0 found
(#128) Variable "grabber_instanceid" must not contain underscores.
(#129) Spaces must be used for alignment; tabs are not allowed
(#129) Tab found within whitespace
(#129) Line indented incorrectly; expected at least 8 spaces, found 2
(#129) Commas (,) must be followed by white space.
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space after "=>"; 0 found
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space after "=>"; 0 found
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space after "=>"; 0 found
(#129) Line exceeds maximum limit of 180 characters; contains 275 characters
(#130) Spaces must be used for alignment; tabs are not allowed
(#130) Tab found within whitespace
(#130) Line indented incorrectly; expected at least 8 spaces, found 2
(#130) 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 before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#130) Expected 1 space before "=>"; 0 found
(#130) Expected 1 space after "=>"; 0 found
(#130) Line exceeds maximum limit of 180 characters; contains 275 characters
(#131) Spaces must be used for alignment; tabs are not allowed
(#131) Tab found within whitespace
(#131) Line indented incorrectly; expected at least 8 spaces, found 2
(#131) Commas (,) must be followed by white space.
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#131) Expected 1 space before "=>"; 0 found
(#131) Expected 1 space after "=>"; 0 found
(#131) Variable "grabber_instanceid" must not contain underscores.
(#131) Line exceeds maximum limit of 180 characters; contains 306 characters
(#132) Spaces must be used for alignment; tabs are not allowed
(#132) Tab found within whitespace
(#132) Line indented incorrectly; expected at least 8 spaces, found 2
(#132) Commas (,) must be followed by white space.
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#132) Expected 1 space before "=>"; 0 found
(#132) Expected 1 space after "=>"; 0 found
(#132) Variable "grabber_instanceid" must not contain underscores.
(#132) Line exceeds maximum limit of 180 characters; contains 306 characters
(#133) Spaces must be used for alignment; tabs are not allowed
(#133) Tab found within whitespace
(#133) Whitespace found at end of line
(#134) Spaces must be used for alignment; tabs are not allowed
(#134) Tab found within whitespace
(#134) Inline comments must start with a capital letter, digit or 3-dots sequence
(#134) Inline comments must end in full-stops, exclamation marks, or question marks
(#134) Line indented incorrectly; expected at least 8 spaces, found 2
(#134) No space found before comment text; expected "// delete grabber instance" but found "//delete grabber instance"
(#135) Spaces must be used for alignment; tabs are not allowed
(#135) Tab found within whitespace
(#135) Line indented incorrectly; expected at least 8 spaces, found 2
(#135) Variable "grabber_instance" must not contain underscores.
(#136) Spaces must be used for alignment; tabs are not allowed
(#136) Tab found within whitespace
(#136) Line indented incorrectly; expected at least 8 spaces, found 2
(#136) Expected 1 space before "=>"; 0 found
(#136) Variable "manual_instance" must not contain underscores.
(#137) Spaces must be used for alignment; tabs are not allowed
(#137) Tab found within whitespace
(#137) Line indented incorrectly; expected at least 8 spaces, found 2
(#137) Commas (,) must be followed by white space.
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Expected 1 space before "=>"; 0 found
(#137) Expected 1 space after "=>"; 0 found
(#137) Line exceeds maximum limit of 180 characters; contains 275 characters
(#138) Spaces must be used for alignment; tabs are not allowed
(#138) Tab found within whitespace
(#138) Line indented incorrectly; expected at least 8 spaces, found 2
(#138) Commas (,) must be followed by white space.
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#138) Expected 1 space before "=>"; 0 found
(#138) Expected 1 space after "=>"; 0 found
(#138) Line exceeds maximum limit of 180 characters; contains 275 characters
(#139) Spaces must be used for alignment; tabs are not allowed
(#139) Tab found within whitespace
(#139) Whitespace found at end of line
(#139) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#140) Spaces must be used for alignment; tabs are not allowed
(#140) Tab found within whitespace
(#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 4 spaces, found 1
enrol/grabber/version.php
(#30) Inline comments must end in full-stops, exclamation marks, or question marks

Javascript coding style problems

(34 errors, 477 warnings)

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

enrol/grabber/yui/quickenrolment/quickenrolment.js
(#1) 'YUI' is not defined. (no-undef)
(#4) Extra space after key 'NAME'. (key-spacing)
(#6) Extra space after key 'BASE'. (key-spacing)
(#7) Extra space after key 'SEARCH'. (key-spacing)
(#8) Extra space after key 'SEARCHBTN'. (key-spacing)
(#9) Extra space after key 'PARAMS'. (key-spacing)
(#10) Extra space after key 'URL'. (key-spacing)
(#11) Extra space after key 'AJAXURL'. (key-spacing)
(#12) Extra space after key 'MULTIPLE'. (key-spacing)
(#13) Extra space after key 'PAGE'. (key-spacing)
(#14) Extra space after key 'COURSEID'. (key-spacing)
(#15) Extra space after key 'USERS'. (key-spacing)
(#16) Extra space after key 'USERCOUNT'. (key-spacing)
(#17) Extra space after key 'REQUIREREFRESH'. (key-spacing)
(#18) Extra space after key 'LASTSEARCH'. (key-spacing)
(#19) Extra space after key 'INSTANCES'. (key-spacing)
(#20) Extra space after key 'OPTIONSTARTDATE'. (key-spacing)
(#21) Extra space after key 'DEFAULTROLE'. (key-spacing)
(#22) Extra space after key 'DEFAULTSTARTDATE'. (key-spacing)
(#23) Extra space after key 'DEFAULTDURATION'. (key-spacing)
(#24) Extra space after key 'ASSIGNABLEROLES'. (key-spacing)
(#25) Extra space after key 'DISABLEGRADEHISTORY'. (key-spacing)
(#26) Extra space after key 'RECOVERGRADESDEFAULT'. (key-spacing)
(#27) Extra space after key 'ENROLCOUNT'. (key-spacing)
(#28) Extra space after key 'PERPAGE'. (key-spacing)
(#29) Extra space after key 'COHORTSAVAILABLE'. (key-spacing)
(#30) Extra space after key 'COHORTCOUNT'. (key-spacing)
(#34) Extra space after key 'PANEL'. (key-spacing)
(#35) Extra space after key 'WRAP'. (key-spacing)
(#36) Extra space after key 'HEADER'. (key-spacing)
(#37) Extra space after key 'CONTENT'. (key-spacing)
(#38) Extra space after key 'AJAXCONTENT'. (key-spacing)
(#39) Extra space after key 'SEARCHRESULTS'. (key-spacing)
(#40) Extra space after key 'TOTALUSERS'. (key-spacing)
(#41) Extra space after key 'USERS'. (key-spacing)
(#42) Extra space after key 'USER'. (key-spacing)
(#43) Extra space after key 'MORERESULTS'. (key-spacing)
(#44) Extra space after key 'LIGHTBOX'. (key-spacing)
(#45) Extra space after key 'LOADINGICON'. (key-spacing)
(#46) Extra space after key 'FOOTER'. (key-spacing)
(#47) Extra space after key 'ENROL'. (key-spacing)
(#48) Extra space after key 'ENROLLED'. (key-spacing)
(#49) Extra space after key 'COUNT'. (key-spacing)
(#50) Extra space after key 'PICTURE'. (key-spacing)
(#51) Extra space after key 'DETAILS'. (key-spacing)
(#52) Extra space after key 'FULLNAME'. (key-spacing)
(#53) Extra space after key 'EXTRAFIELDS'. (key-spacing)
(#54) Extra space after key 'OPTIONS'. (key-spacing)
(#55) Extra space after key 'ODD'. (key-spacing)
(#56) Extra space after key 'EVEN'. (key-spacing)
(#57) Extra space after key 'HIDDEN'. (key-spacing)
(#58) Extra space after key 'RECOVERGRADES'. (key-spacing)
(#59) Extra space after key 'RECOVERGRADESTITLE'. (key-spacing)
(#60) Extra space after key 'SEARCHOPTIONS'. (key-spacing)
(#61) Extra space after key 'COLLAPSIBLEHEADING'. (key-spacing)
(#62) Extra space after key 'COLLAPSIBLEAREA'. (key-spacing)
(#63) Extra space after key 'ENROLMENTOPTION'. (key-spacing)
(#64) Extra space after key 'SEARCHCONTROLS'. (key-spacing)
(#65) Extra space after key 'ROLE'. (key-spacing)
(#66) Extra space after key 'STARTDATE'. (key-spacing)
(#67) Extra space after key 'DURATION'. (key-spacing)
(#68) Extra space after key 'ACTIVE'. (key-spacing)
(#69) Extra space after key 'SEARCH'. (key-spacing)
(#70) Extra space after key 'SEARCHBTN'. (key-spacing)
(#71) Extra space after key 'CLOSE'. (key-spacing)
(#72) Extra space after key 'CLOSEBTN'. (key-spacing)
(#73) Extra space after key 'ENTITYSELECTOR'. (key-spacing)
(#74) Extra space after key 'COHORTS'. (key-spacing)
(#75) Extra space after key 'COHORT'. (key-spacing)
(#76) Extra space after key 'COHORTNAME'. (key-spacing)
(#77) Extra space after key 'TOTALCOHORTS'. (key-spacing)
(#81) 'config' is defined but never used (no-unused-vars)
(#85) Extra space after key '_searchTimeout'. (key-spacing)
(#86) Extra space after key '_loadingNode'. (key-spacing)
(#87) Extra space after key '_escCloseEvent'. (key-spacing)
(#88) Extra space after key 'initializer'. (key-spacing)
(#88) 'config' is defined but never used (no-unused-vars)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Infix operators must be spaced. (space-infix-ops)
(#91) Infix operators must be spaced. (space-infix-ops)
(#92) Line 92 exceeds the maximum line length of 132. (max-len)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Infix operators must be spaced. (space-infix-ops)
(#92) Infix operators must be spaced. (space-infix-ops)
(#93) Line 93 exceeds the maximum line length of 132. (max-len)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Infix operators must be spaced. (space-infix-ops)
(#93) Missing semicolon. (semi)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Infix operators must be spaced. (space-infix-ops)
(#96) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#97) Infix operators must be spaced. (space-infix-ops)
(#98) Infix operators must be spaced. (space-infix-ops)
(#98) Infix operators must be spaced. (space-infix-ops)
(#99) Infix operators must be spaced. (space-infix-ops)
(#99) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#100) Infix operators must be spaced. (space-infix-ops)
(#101) Infix operators must be spaced. (space-infix-ops)
(#101) Infix operators must be spaced. (space-infix-ops)
(#102) Infix operators must be spaced. (space-infix-ops)
(#102) Infix operators must be spaced. (space-infix-ops)
(#103) Line 103 exceeds the maximum line length of 132. (max-len)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Infix operators must be spaced. (space-infix-ops)
(#103) Infix operators must be spaced. (space-infix-ops)
(#104) Line 104 exceeds the maximum line length of 132. (max-len)
(#104) Infix operators must be spaced. (space-infix-ops)
(#104) Infix operators must be spaced. (space-infix-ops)
(#106) Infix operators must be spaced. (space-infix-ops)
(#106) Infix operators must be spaced. (space-infix-ops)
(#107) Infix operators must be spaced. (space-infix-ops)
(#107) Infix operators must be spaced. (space-infix-ops)
(#108) Line 108 exceeds the maximum line length of 132. (max-len)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Infix operators must be spaced. (space-infix-ops)
(#108) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#109) Infix operators must be spaced. (space-infix-ops)
(#115) Infix operators must be spaced. (space-infix-ops)
(#115) Infix operators must be spaced. (space-infix-ops)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Infix operators must be spaced. (space-infix-ops)
(#116) Infix operators must be spaced. (space-infix-ops)
(#117) Infix operators must be spaced. (space-infix-ops)
(#117) Infix operators must be spaced. (space-infix-ops)
(#120) Infix operators must be spaced. (space-infix-ops)
(#120) Infix operators must be spaced. (space-infix-ops)
(#121) Line 121 exceeds the maximum line length of 132. (max-len)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#121) Infix operators must be spaced. (space-infix-ops)
(#123) Line 123 exceeds the maximum line length of 132. (max-len)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#125) Infix operators must be spaced. (space-infix-ops)
(#126) Line 126 exceeds the maximum line length of 132. (max-len)
(#126) Infix operators must be spaced. (space-infix-ops)
(#126) Infix operators must be spaced. (space-infix-ops)
(#134) Missing space before opening brace. (space-before-blocks)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Infix operators must be spaced. (space-infix-ops)
(#139) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#140) Infix operators must be spaced. (space-infix-ops)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) Infix operators must be spaced. (space-infix-ops)
(#141) Infix operators must be spaced. (space-infix-ops)
(#143) ["id"] is better written in dot notation. (dot-notation)
(#150) Infix operators must be spaced. (space-infix-ops)
(#151) Line 151 exceeds the maximum line length of 132. (max-len)
(#152) Line 152 exceeds the maximum line length of 132. (max-len)
(#152) Infix operators must be spaced. (space-infix-ops)
(#152) Infix operators must be spaced. (space-infix-ops)
(#153) Line 153 exceeds the maximum line length of 132. (max-len)
(#154) Line 154 exceeds the maximum line length of 132. (max-len)
(#154) Infix operators must be spaced. (space-infix-ops)
(#154) Infix operators must be spaced. (space-infix-ops)
(#158) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#166) Infix operators must be spaced. (space-infix-ops)
(#167) Infix operators must be spaced. (space-infix-ops)
(#167) Infix operators must be spaced. (space-infix-ops)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#170) There should be no spaces inside this paren. (space-in-parens)
(#176) Line 176 exceeds the maximum line length of 132. (max-len)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) Infix operators must be spaced. (space-infix-ops)
(#176) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Infix operators must be spaced. (space-infix-ops)
(#177) Missing space before opening brace. (space-before-blocks)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#178) Infix operators must be spaced. (space-infix-ops)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Infix operators must be spaced. (space-infix-ops)
(#179) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#180) Infix operators must be spaced. (space-infix-ops)
(#181) Line 181 exceeds the maximum line length of 132. (max-len)
(#181) Infix operators must be spaced. (space-infix-ops)
(#181) Infix operators must be spaced. (space-infix-ops)
(#181) Infix operators must be spaced. (space-infix-ops)
(#183) Line 183 exceeds the maximum line length of 132. (max-len)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#183) Infix operators must be spaced. (space-infix-ops)
(#188) Extra space after key 'populateAssignableRoles'. (key-spacing)
(#189) Missing space before opening brace. (space-before-blocks)
(#191) Infix operators must be spaced. (space-infix-ops)
(#191) Infix operators must be spaced. (space-infix-ops)
(#191) Infix operators must be spaced. (space-infix-ops)
(#191) Infix operators must be spaced. (space-infix-ops)
(#193) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Infix operators must be spaced. (space-infix-ops)
(#196) Infix operators must be spaced. (space-infix-ops)
(#207) Extra space after key 'getAssignableRoles'. (key-spacing)
(#207) Missing space before opening brace. (space-before-blocks)
(#208) Infix operators must be spaced. (space-infix-ops)
(#209) Missing space before value for key 'method'. (key-spacing)
(#210) Missing space before value for key 'data'. (key-spacing)
(#210) Infix operators must be spaced. (space-infix-ops)
(#210) Infix operators must be spaced. (space-infix-ops)
(#210) Infix operators must be spaced. (space-infix-ops)
(#212) 'args' is defined but never used (no-unused-vars)
(#225) Missing space before value for key 'context'. (key-spacing)
(#228) Extra space after key 'preSearch'. (key-spacing)
(#247) Extra space after key 'show'. (key-spacing)
(#253) Infix operators must be spaced. (space-infix-ops)
(#254) Infix operators must be spaced. (space-infix-ops)
(#254) Infix operators must be spaced. (space-infix-ops)
(#255) Infix operators must be spaced. (space-infix-ops)
(#256) Infix operators must be spaced. (space-infix-ops)
(#258) A space is required after ','. (comma-spacing)
(#260) Infix operators must be spaced. (space-infix-ops)
(#270) Extra space after key 'hide'. (key-spacing)
(#270) 'e' is defined but never used (no-unused-vars)
(#280) Extra space after key 'currentEntity'. (key-spacing)
(#288) Extra space after key 'search'. (key-spacing)
(#295) 'on' is defined but never used (no-unused-vars)
(#297) Infix operators must be spaced. (space-infix-ops)
(#304) ["sesskey"] is better written in dot notation. (dot-notation)
(#305) ["action"] is better written in dot notation. (dot-notation)
(#306) ["search"] is better written in dot notation. (dot-notation)
(#307) ["page"] is better written in dot notation. (dot-notation)
(#308) ["enrolcount"] is better written in dot notation. (dot-notation)
(#309) ["perpage"] is better written in dot notation. (dot-notation)
(#312) Unexpected alert. (no-alert)
(#315) ["enrolid"] is better written in dot notation. (dot-notation)
(#317) Infix operators must be spaced. (space-infix-ops)
(#318) Missing space before value for key 'method'. (key-spacing)
(#319) 'build_querystring' is not defined. (no-undef)
(#319) Missing space before value for key 'data'. (key-spacing)
(#320) Extra space after key 'on'. (key-spacing)
(#321) Extra space after key 'start'. (key-spacing)
(#323) Extra space after key 'end'. (key-spacing)
(#325) Missing space before value for key 'context'. (key-spacing)
(#326) Missing space before value for key 'arguments'. (key-spacing)
(#327) Missing space before value for key 'append'. (key-spacing)
(#328) Missing space before value for key 'enrolid'. (key-spacing)
(#328) ["enrolid"] is better written in dot notation. (dot-notation)
(#332) Extra space after key 'displayLoading'. (key-spacing)
(#335) Extra space after key 'removeLoading'. (key-spacing)
(#338) Extra space after key 'processSearchResults'. (key-spacing)
(#338) Expected to return a value at the end of this function. (consistent-return)
(#347) 'result' used outside of binding context. (block-scoped-var)
(#352) Infix operators must be spaced. (space-infix-ops)
(#352) Infix operators must be spaced. (space-infix-ops)
(#354) Infix operators must be spaced. (space-infix-ops)
(#354) Infix operators must be spaced. (space-infix-ops)
(#354) Infix operators must be spaced. (space-infix-ops)
(#357) 'result' used outside of binding context. (block-scoped-var)
(#359) 'result' used outside of binding context. (block-scoped-var)
(#360) Infix operators must be spaced. (space-infix-ops)
(#360) Infix operators must be spaced. (space-infix-ops)
(#360) Infix operators must be spaced. (space-infix-ops)
(#360) Infix operators must be spaced. (space-infix-ops)
(#361) Infix operators must be spaced. (space-infix-ops)
(#361) Infix operators must be spaced. (space-infix-ops)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Infix operators must be spaced. (space-infix-ops)
(#362) Infix operators must be spaced. (space-infix-ops)
(#363) Infix operators must be spaced. (space-infix-ops)
(#363) Infix operators must be spaced. (space-infix-ops)
(#365) Infix operators must be spaced. (space-infix-ops)
(#365) Infix operators must be spaced. (space-infix-ops)
(#366) Infix operators must be spaced. (space-infix-ops)
(#366) Infix operators must be spaced. (space-infix-ops)
(#366) Infix operators must be spaced. (space-infix-ops)
(#366) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#367) Infix operators must be spaced. (space-infix-ops)
(#368) Infix operators must be spaced. (space-infix-ops)
(#368) Infix operators must be spaced. (space-infix-ops)
(#369) Line 369 exceeds the maximum line length of 132. (max-len)
(#369) Infix operators must be spaced. (space-infix-ops)
(#369) Infix operators must be spaced. (space-infix-ops)
(#369) Infix operators must be spaced. (space-infix-ops)
(#369) Infix operators must be spaced. (space-infix-ops)
(#374) Line 374 exceeds the maximum line length of 132. (max-len)
(#374) 'result' used outside of binding context. (block-scoped-var)
(#374) Infix operators must be spaced. (space-infix-ops)
(#374) A space is required after ','. (comma-spacing)
(#374) 'result' used outside of binding context. (block-scoped-var)
(#375) Infix operators must be spaced. (space-infix-ops)
(#375) Infix operators must be spaced. (space-infix-ops)
(#376) Infix operators must be spaced. (space-infix-ops)
(#376) Infix operators must be spaced. (space-infix-ops)
(#376) Infix operators must be spaced. (space-infix-ops)
(#376) Infix operators must be spaced. (space-infix-ops)
(#378) 'result' used outside of binding context. (block-scoped-var)
(#378) Infix operators must be spaced. (space-infix-ops)
(#378) Infix operators must be spaced. (space-infix-ops)
(#379) Line 379 exceeds the maximum line length of 132. (max-len)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#379) Infix operators must be spaced. (space-infix-ops)
(#381) Missing semicolon. (semi)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) Infix operators must be spaced. (space-infix-ops)
(#384) Infix operators must be spaced. (space-infix-ops)
(#386) 'result' used outside of binding context. (block-scoped-var)
(#386) Infix operators must be spaced. (space-infix-ops)
(#386) Infix operators must be spaced. (space-infix-ops)
(#387) Infix operators must be spaced. (space-infix-ops)
(#391) Extra space after key 'processCohortsSearchResults'. (key-spacing)
(#391) Expected to return a value at the end of this function. (consistent-return)
(#400) 'result' used outside of binding context. (block-scoped-var)
(#405) Infix operators must be spaced. (space-infix-ops)
(#405) Infix operators must be spaced. (space-infix-ops)
(#407) Infix operators must be spaced. (space-infix-ops)
(#407) Infix operators must be spaced. (space-infix-ops)
(#407) Infix operators must be spaced. (space-infix-ops)
(#410) 'result' used outside of binding context. (block-scoped-var)
(#412) 'result' used outside of binding context. (block-scoped-var)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#413) Infix operators must be spaced. (space-infix-ops)
(#414) Infix operators must be spaced. (space-infix-ops)
(#414) Infix operators must be spaced. (space-infix-ops)
(#415) Infix operators must be spaced. (space-infix-ops)
(#415) Infix operators must be spaced. (space-infix-ops)
(#415) Infix operators must be spaced. (space-infix-ops)
(#415) Infix operators must be spaced. (space-infix-ops)
(#416) Infix operators must be spaced. (space-infix-ops)
(#416) Infix operators must be spaced. (space-infix-ops)
(#417) Infix operators must be spaced. (space-infix-ops)
(#417) Infix operators must be spaced. (space-infix-ops)
(#417) Infix operators must be spaced. (space-infix-ops)
(#417) Infix operators must be spaced. (space-infix-ops)
(#418) Infix operators must be spaced. (space-infix-ops)
(#418) Infix operators must be spaced. (space-infix-ops)
(#419) Line 419 exceeds the maximum line length of 132. (max-len)
(#424) Line 424 exceeds the maximum line length of 132. (max-len)
(#424) Expected space or tab after '//' in comment. (spaced-comment)
(#425) 'result' used outside of binding context. (block-scoped-var)
(#426) Infix operators must be spaced. (space-infix-ops)
(#426) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#427) Infix operators must be spaced. (space-infix-ops)
(#429) 'result' used outside of binding context. (block-scoped-var)
(#429) Infix operators must be spaced. (space-infix-ops)
(#429) Infix operators must be spaced. (space-infix-ops)
(#430) Line 430 exceeds the maximum line length of 132. (max-len)
(#430) Infix operators must be spaced. (space-infix-ops)
(#430) Infix operators must be spaced. (space-infix-ops)
(#430) Infix operators must be spaced. (space-infix-ops)
(#430) Infix operators must be spaced. (space-infix-ops)
(#432) Missing semicolon. (semi)
(#435) Infix operators must be spaced. (space-infix-ops)
(#435) Infix operators must be spaced. (space-infix-ops)
(#435) Infix operators must be spaced. (space-infix-ops)
(#437) 'result' used outside of binding context. (block-scoped-var)
(#437) Infix operators must be spaced. (space-infix-ops)
(#437) Infix operators must be spaced. (space-infix-ops)
(#438) Infix operators must be spaced. (space-infix-ops)
(#442) Extra space after key 'enrolUser'. (key-spacing)
(#445) Infix operators must be spaced. (space-infix-ops)
(#447) ["id"] is better written in dot notation. (dot-notation)
(#449) ["userid"] is better written in dot notation. (dot-notation)
(#451) ["cohortid"] is better written in dot notation. (dot-notation)
(#453) ["enrolid"] is better written in dot notation. (dot-notation)
(#454) ["sesskey"] is better written in dot notation. (dot-notation)
(#455) ["action"] is better written in dot notation. (dot-notation)
(#456) ["role"] is better written in dot notation. (dot-notation)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Infix operators must be spaced. (space-infix-ops)
(#456) Infix operators must be spaced. (space-infix-ops)
(#457) ["startdate"] is better written in dot notation. (dot-notation)
(#457) Infix operators must be spaced. (space-infix-ops)
(#457) Infix operators must be spaced. (space-infix-ops)
(#457) Infix operators must be spaced. (space-infix-ops)
(#457) Infix operators must be spaced. (space-infix-ops)
(#458) ["duration"] is better written in dot notation. (dot-notation)
(#458) Infix operators must be spaced. (space-infix-ops)
(#458) Infix operators must be spaced. (space-infix-ops)
(#458) Infix operators must be spaced. (space-infix-ops)
(#458) Infix operators must be spaced. (space-infix-ops)
(#460) ["recovergrades"] is better written in dot notation. (dot-notation)
(#460) Infix operators must be spaced. (space-infix-ops)
(#460) Infix operators must be spaced. (space-infix-ops)
(#462) ["recovergrades"] is better written in dot notation. (dot-notation)
(#465) Infix operators must be spaced. (space-infix-ops)
(#466) Missing space before value for key 'method'. (key-spacing)
(#467) Missing space before value for key 'data'. (key-spacing)
(#467) 'build_querystring' is not defined. (no-undef)
(#469) Extra space after key 'start'. (key-spacing)
(#470) Extra space after key 'complete'. (key-spacing)
(#470) Expected to return a value at the end of this function. (consistent-return)
(#477) Infix operators must be spaced. (space-infix-ops)
(#479) Infix operators must be spaced. (space-infix-ops)
(#486) Extra space after key 'end'. (key-spacing)
(#488) Missing space before value for key 'context'. (key-spacing)
(#489) Missing space before value for key 'arguments'. (key-spacing)
(#490) Extra space after key 'params'. (key-spacing)
(#491) Extra space after key 'entityNode'. (key-spacing)
(#497) Infix operators must be spaced. (space-infix-ops)
(#497) Infix operators must be spaced. (space-infix-ops)
(#497) Infix operators must be spaced. (space-infix-ops)
(#500) Extra space after key 'NAME'. (key-spacing)
(#501) Extra space after key 'ATTRS'. (key-spacing)
(#502) Extra space after key 'url'. (key-spacing)
(#503) Extra space after key 'validator'. (key-spacing)
(#505) Extra space after key 'ajaxurl'. (key-spacing)
(#506) Extra space after key 'validator'. (key-spacing)
(#508) Extra space after key 'base'. (key-spacing)
(#509) Extra space after key 'setter'. (key-spacing)
(#512) Infix operators must be spaced. (space-infix-ops)
(#517) Extra space after key 'users'. (key-spacing)
(#518) Extra space after key 'validator'. (key-spacing)
(#519) Extra space after key 'value'. (key-spacing)
(#521) Extra space after key 'courseid'. (key-spacing)
(#522) Extra space after key 'value'. (key-spacing)
(#524) Extra space after key 'params'. (key-spacing)
(#525) Extra space after key 'validator'. (key-spacing)
(#526) Extra space after key 'value'. (key-spacing)
(#528) Extra space after key 'instances'. (key-spacing)
(#529) Extra space after key 'validator'. (key-spacing)
(#530) Extra space after key 'setter'. (key-spacing)
(#531) A space is required after ','. (comma-spacing)
(#531) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#531) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#531) Infix operators must be spaced. (space-infix-ops)
(#536) Infix operators must be spaced. (space-infix-ops)
(#539) Extra space after key 'multiple'. (key-spacing)
(#540) Extra space after key 'validator'. (key-spacing)
(#541) Extra space after key 'value'. (key-spacing)
(#543) Extra space after key 'page'. (key-spacing)
(#544) Extra space after key 'validator'. (key-spacing)
(#545) Extra space after key 'value'. (key-spacing)
(#547) Extra space after key 'userCount'. (key-spacing)
(#548) Extra space after key 'value'. (key-spacing)
(#549) Extra space after key 'validator'. (key-spacing)
(#551) Extra space after key 'requiresRefresh'. (key-spacing)
(#552) Extra space after key 'value'. (key-spacing)
(#553) Extra space after key 'validator'. (key-spacing)
(#555) Extra space after key 'search'. (key-spacing)
(#556) Extra space after key 'setter'. (key-spacing)
(#559) Infix operators must be spaced. (space-infix-ops)
(#564) Extra space after key 'lastPreSearchValue'. (key-spacing)
(#565) Extra space after key 'value'. (key-spacing)
(#566) Extra space after key 'validator'. (key-spacing)
(#568) Extra space after key 'strings'. (key-spacing)
(#569) Extra space after key 'value'. (key-spacing)
(#570) Extra space after key 'validator'. (key-spacing)
(#572) Extra space after key 'defaultRole'. (key-spacing)
(#573) Extra space after key 'value'. (key-spacing)
(#575) Extra space after key 'defaultStartDate'. (key-spacing)
(#576) Extra space after key 'value'. (key-spacing)
(#577) Extra space after key 'validator'. (key-spacing)
(#579) Extra space after key 'defaultDuration'. (key-spacing)
(#580) Extra space after key 'value'. (key-spacing)
(#582) Extra space after key 'assignableRoles'. (key-spacing)
(#583) Extra space after key 'value'. (key-spacing)
(#585) Extra space after key 'optionsStartDate'. (key-spacing)
(#586) Extra space after key 'value'. (key-spacing)
(#588) Extra space after key 'disableGradeHistory'. (key-spacing)
(#589) Extra space after key 'value'. (key-spacing)
(#591) Extra space after key 'recoverGradesDefault'. (key-spacing)
(#592) Extra space after key 'value'. (key-spacing)
(#594) Extra space after key 'enrolCount'. (key-spacing)
(#595) Extra space after key 'value'. (key-spacing)
(#596) Extra space after key 'validator'. (key-spacing)
(#598) Extra space after key 'perPage'. (key-spacing)
(#602) Extra space after key 'cohortCount'. (key-spacing)
(#603) Extra space after key 'value'. (key-spacing)
(#604) Extra space after key 'validator'. (key-spacing)
(#606) Extra space after key 'cohortsAvailable'. (key-spacing)
(#607) Extra space after key 'value'. (key-spacing)
(#613) Identifier 'enrol_grabber' is not in camel case. (camelcase)
(#615) Extra space after key 'init'. (key-spacing)
(#618) Missing semicolon. (semi)
(#620) Line 620 exceeds the maximum line length of 132. (max-len)
(#620) Missing space before value for key 'requires'. (key-spacing)
(#620) A space is required after ','. (comma-spacing)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(41 errors, 3 warnings)

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

enrol/grabber/bulkchangeforms.php
(#31) Class enrol_grabber_editselectedusers_form does not have @copyright tag
(#36) Class enrol_grabber_deleteselectedusers_form does not have @copyright tag
(#31) Class enrol_grabber_editselectedusers_form does not have @license tag
(#36) Class enrol_grabber_deleteselectedusers_form does not have @license tag
enrol/grabber/db/install.php
(#29) Function xmldb_enrol_grabber_install is not documented
enrol/grabber/db/upgrade.php
(#28) Function xmldb_enrol_grabber_upgrade is not documented
enrol/grabber/edit.php
(#2) Empty line found after PHP open tag
(#4) No one-line description found in phpdocs for file
enrol/grabber/edit_form.php
(#32) Class enrol_grabber_edit_form is not documented
(#34) Function enrol_grabber_edit_form::definition is not documented
(#101) Function enrol_grabber_edit_form::validation is not documented
(#17) No one-line description found in phpdocs for file
enrol/grabber/lang/en/enrol_grabber.php
(#2) File-level phpdocs block does not have @copyright tag
enrol/grabber/lang/fr/enrol_grabber.php
(#2) File-level phpdocs block is not found
enrol/grabber/lib.php
(#29) Class enrol_grabber_plugin is not documented
(#35) Function enrol_grabber_plugin::allow_enrol is not documented
(#40) Function enrol_grabber_plugin::allow_unenrol is not documented
(#45) Function enrol_grabber_plugin::allow_manage is not documented
(#470) Function enrol_grabber_plugin::add_instance is not documented
(#31) Variable enrol_grabber_plugin::$lasternoller is not documented
(#32) Variable enrol_grabber_plugin::$lasternollerinstanceid is not documented
(#335) Phpdocs for function enrol_grabber_plugin::restore_user_enrolment has incomplete parameters list
(#435) Phpdocs for function enrol_grabber_plugin::get_instance_name has incomplete parameters list
enrol/grabber/locallib.php
(#200) Class enrol_grabber_utilities is not documented
(#41) Function enrol_grabber_potential_participant::__construct is not documented
(#46) Function enrol_grabber_potential_participant::get_options is not documented
(#59) Function enrol_grabber_current_participant::get_options is not documented
(#73) Function enrol_grabber_editselectedusers_operation::process is not documented
(#39) Variable enrol_grabber_potential_participant::$enrolid is not documented
(#206) Phpdocs for function enrol_grabber_utilities::grab_plugin_enrolments has incomplete parameters list
(#35) Class enrol_grabber_potential_participant does not have @copyright tag
(#54) Class enrol_grabber_current_participant does not have @copyright tag
(#67) Class enrol_grabber_editselectedusers_operation does not have @copyright tag
(#35) Class enrol_grabber_potential_participant does not have @license tag
(#54) Class enrol_grabber_current_participant does not have @license tag
(#67) Class enrol_grabber_editselectedusers_operation does not have @license tag
enrol/grabber/tests/generator/lib.php
(#2) Empty line found after PHP open tag
(#25) Function enrol_grabber_generator::create_enrol_instance is not documented
(#17) Class enrol_grabber_generator does not have @copyright tag
(#17) Class enrol_grabber_generator does not have @license tag
(#7) Package is not valid
enrol/grabber/tests/lib_test.php
(#2) Empty line found after PHP open tag
(#7) Category phpunit is not valid
(#20) Category phpunit is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


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]