Prechecker results: error


Overview

(0 errors, 0 warnings)

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


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(2294 errors, 145 warnings)

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

enrol/oss/classes/parents/action_form.php
(#20) Incorrect @package tag for file action_form.php. Expected enrol_oss, found enrol.
(#31) Expected at least 1 space before "."; 0 found
(#31) Expected at least 1 space after "."; 0 found
(#32) Expected at least 1 space before "."; 0 found
(#32) Expected at least 1 space after "."; 0 found
(#34) Missing docblock for class action_form
(#35) Missing docblock for function definition
(#35) Visibility must be declared on method "definition"
(#41) Short array syntax must be used to define arrays
(#41) Expected at least 1 space before "."; 0 found
(#41) Expected at least 1 space after "."; 0 found
(#58) Short array syntax must be used to define arrays
(#62) Short array syntax must be used to define arrays
(#68) Short array syntax must be used to define arrays
(#69) Line exceeds 132 characters; contains 168 characters
(#71) No space found after comma in argument list
(#71) Commas (,) must be followed by white space.
(#71) Expected 1 space between the comma and "'parentsgrp'". Found: no spaces
(#73) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#74) Expected 1 blank line at end of file; 2 found
enrol/oss/classes/parents/filter_cohort.php
(#14) Line 13 of the opening comment must start "// You should have received a copy of the GNU General Public License".
(#15) Line 14 of the opening comment must start "// along with Moodle. If not, see <https://www.gnu.org/licenses/>.".
(#33) Invalid @category tag value "user".
(#42) Expected at least 1 space before "."; 0 found
(#42) Expected at least 1 space after "."; 0 found
(#66) Expected at least 1 space before "."; 0 found
(#66) Expected at least 1 space after "."; 0 found
(#71) Short array syntax must be used to define arrays
(#78) Expected 1 space after SWITCH keyword; 0 found
(#102) Expected at least 1 space before "."; 0 found
(#102) Expected at least 1 space after "."; 0 found
(#102) Expected at least 1 space before "."; 0 found
(#102) Expected at least 1 space after "."; 0 found
(#117) Short array syntax must be used to define arrays
enrol/oss/classes/parents/filter_userrole.php
(#21) Invalid @category tag value "user".
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#35) Opening brace must not be followed by a blank line
(#43) Possible useless method overriding detected
(#54) Short array syntax must be used to define arrays
(#63) Short array syntax must be used to define arrays
(#71) Public method name "filter_userrole::setupForm" must be in lower-case letters only
(#72) Short array syntax must be used to define arrays
(#73) Expected at least 1 space before "."; 0 found
(#73) Expected at least 1 space after "."; 0 found
(#74) Expected at least 1 space before "."; 0 found
(#74) Expected at least 1 space after "."; 0 found
(#75) Expected at least 1 space before "."; 0 found
(#75) Expected at least 1 space after "."; 0 found
(#78) Expected at least 1 space before "."; 0 found
(#78) Expected at least 1 space after "."; 0 found
(#88) Expected at least 1 space before "."; 0 found
(#88) Expected at least 1 space after "."; 0 found
(#89) Expected at least 1 space before "."; 0 found
(#89) Expected at least 1 space after "."; 0 found
(#91) Logical operator "and" is prohibited; use "&&" instead
(#92) Expected "if (...) {\n"; found "if(...) {\n"
(#92) Expected 1 space after IF keyword; 0 found
(#93) Short array syntax must be used to define arrays
(#96) Short array syntax must be used to define arrays
(#110) Expected "if (...) {\n"; found "if(...){\n"
(#110) Expected 1 space after IF keyword; 0 found
(#110) Expected 0 spaces after opening bracket; 1 found
(#110) Expected 0 spaces before closing bracket; 1 found
(#110) Expected 1 space after closing parenthesis; found 0
(#120) Expected at least 1 space before "."; 0 found
(#120) Expected at least 1 space after "."; 0 found
(#120) Expected at least 1 space before "."; 0 found
(#120) Expected at least 1 space after "."; 0 found
(#121) Short array syntax must be used to define arrays
(#121) Short array syntax must be used to define arrays
(#132) Short array syntax must be used to define arrays
(#133) Expected "if (...) {\n"; found "if(...){\n"
(#133) Expected 1 space after IF keyword; 0 found
(#133) Expected 0 spaces after opening bracket; 1 found
(#133) Expected 0 spaces before closing bracket; 1 found
(#133) Expected 1 space after closing parenthesis; found 0
(#140) Expected at least 1 space before "."; 0 found
(#140) Expected at least 1 space after "."; 0 found
(#140) Expected at least 1 space before "."; 0 found
(#140) Expected at least 1 space after "."; 0 found
(#140) Expected at least 1 space before "."; 0 found
(#140) Expected at least 1 space after "."; 0 found
enrol/oss/classes/parents/parent_filtering.php
(#21) Invalid @category tag value "user".
(#35) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#35) Expected at least 1 space before "."; 0 found
(#35) Expected at least 1 space after "."; 0 found
(#37) Missing docblock for class parent_filtering
(#37) Opening brace must not be followed by a blank line
(#46) Expected "if (...) {\n"; found "if(...) {\n"
(#46) Expected 1 space after IF keyword; 0 found
(#47) Short array syntax must be used to define arrays
(#47) Line exceeds 132 characters; contains 143 characters
(#48) Line exceeds 132 characters; contains 138 characters
(#66) Terminating statement must be indented to the same level as the CASE body
(#68) Terminating statement must be indented to the same level as the CASE body
(#70) Terminating statement must be indented to the same level as the CASE body
(#81) Incorrect spacing between argument "$extra" and equals sign; expected 1 but found 0
(#81) Incorrect spacing between default value and equals sign for argument "$extra"; expected 1 but found 0
(#81) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $params.
(#81) Incorrect spacing between argument "$params" and equals sign; expected 1 but found 0
(#81) Incorrect spacing between default value and equals sign for argument "$params"; expected 1 but found 0
(#84) Variable "parents_prefix" must not contain underscores.
(#84) No space found after comma in argument list
(#84) Commas (,) must be followed by white space.
(#84) Expected 1 space between the comma and "'parents_prefix'". Found: no spaces
(#85) Expected 0 spaces after opening bracket; 1 found
(#85) Variable "parents_prefix" must not contain underscores.
(#85) Expected 0 spaces before closing bracket; 1 found
(#86) Variable "parents_prefix" must not contain underscores.
(#88) Short array syntax must be used to define arrays
(#94) Expected at least 1 space before "."; 0 found
(#94) Expected at least 1 space after "."; 0 found
(#94) Variable "parents_prefix" must not contain underscores.
(#94) Expected at least 1 space before "."; 0 found
(#94) Expected at least 1 space after "."; 0 found
(#103) Long list syntax is not allowed
(#111) Short array syntax must be used to define arrays
(#111) Short array syntax must be used to define arrays
(#114) Short array syntax must be used to define arrays
(#133) The closing brace for the class must go on the next line after the body
enrol/oss/classes/parents/parents_form.php
(#20) Incorrect @package tag for file parents_form.php. Expected enrol_oss, found enrol.
(#31) Expected at least 1 space before "."; 0 found
(#31) Expected at least 1 space after "."; 0 found
(#32) Expected at least 1 space before "."; 0 found
(#32) Expected at least 1 space after "."; 0 found
(#34) Missing docblock for class parents_form
(#35) Missing docblock for function definition
(#35) Visibility must be declared on method "definition"
(#44) Short array syntax must be used to define arrays
(#45) Short array syntax must be used to define arrays
(#61) Blank line found at end of control structure
(#76) Blank line found at end of control structure
(#83) Short array syntax must be used to define arrays
(#94) Short array syntax must be used to define arrays
(#99) Short array syntax must be used to define arrays
enrol/oss/classes/task/sync_classes_task.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#35) Opening brace must not be followed by a blank line
(#62) Expected at least 1 space before "."; 0 found
(#62) Expected at least 1 space after "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space after "."; 0 found
(#76) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#78) The closing brace for the class must go on the next line after the body
enrol/oss/classes/task/sync_enrolments_task.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#35) Opening brace must not be followed by a blank line
(#62) Expected at least 1 space before "."; 0 found
(#62) Expected at least 1 space after "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space after "."; 0 found
(#76) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#78) The closing brace for the class must go on the next line after the body
enrol/oss/classes/task/sync_parents_task.php
(#27) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#35) Opening brace must not be followed by a blank line
(#62) Expected at least 1 space before "."; 0 found
(#62) Expected at least 1 space after "."; 0 found
(#67) Expected at least 1 space before "."; 0 found
(#67) Expected at least 1 space after "."; 0 found
(#76) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#78) The closing brace for the class must go on the next line after the body
enrol/oss/cli/repair_teachers_contexts.php
(#1) Missing @copyright tag
(#1) Missing @license tag
(#1) Missing docblock for file repair_teachers_contexts.php
(#19) Expected at least 1 space before "."; 0 found
(#19) Expected at least 1 space after "."; 0 found
(#20) Expected at least 1 space before "."; 0 found
(#20) Expected at least 1 space after "."; 0 found
(#23) Long list syntax is not allowed
(#23) Short array syntax must be used to define arrays
(#23) Short array syntax must be used to define arrays
(#57) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space after "."; 0 found
enrol/oss/cli/sync.php
(#36) Incorrect @package tag for file sync.php. Expected enrol_oss, found enrol.
(#45) Expected at least 1 space before "."; 0 found
(#45) Expected at least 1 space after "."; 0 found
(#46) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space after "."; 0 found
(#49) Long list syntax is not allowed
(#49) Short array syntax must be used to define arrays
(#49) Short array syntax must be used to define arrays
(#87) Expected at least 1 space before "."; 0 found
(#87) Expected at least 1 space after "."; 0 found
enrol/oss/cli/test.php
(#36) Incorrect @package tag for file test.php. Expected enrol_oss, found enrol.
(#45) Expected at least 1 space before "."; 0 found
(#45) Expected at least 1 space after "."; 0 found
(#46) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space after "."; 0 found
(#49) Long list syntax is not allowed
(#49) Short array syntax must be used to define arrays
(#49) Short array syntax must be used to define arrays
(#87) Expected at least 1 space before "."; 0 found
(#87) Expected at least 1 space after "."; 0 found
enrol/oss/db/install.php
(#20) Incorrect @package tag for file install.php. Expected enrol_oss, found enrol.
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#28) Missing docblock for function xmldb_enrol_oss_install
(#35) Short array syntax must be used to define arrays
(#37) Expected "if (...) {\n"; found "if(...) {\n"
(#37) Expected 1 space after IF keyword; 0 found
(#47) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#51) Opening parenthesis of a multi-line function call must be the last content on the line
(#51) Only one argument is allowed per line in a multi-line function call
(#52) Multi-line function call not indented correctly; expected 12 spaces but found 36
(#53) Multi-line function call not indented correctly; expected 8 spaces but found 36
(#53) Closing parenthesis of a multi-line function call must be on a line by itself
enrol/oss/db/tasks.php
(#27) Short array syntax must be used to define arrays
(#28) Short array syntax must be used to define arrays
(#35) There should be a comma after the last array item in a multi-line array.
(#37) Short array syntax must be used to define arrays
(#44) There should be a comma after the last array item in a multi-line array.
(#46) Short array syntax must be used to define arrays
(#53) There should be a comma after the last array item in a multi-line array.
(#54) There should be a comma after the last array item in a multi-line array.
enrol/oss/db/upgrade.php
(#2) Moodle boilerplate not found at first line
(#23) Incorrect @package tag for file upgrade.php. Expected enrol_oss, found enrol.
(#30) Missing docblock for function xmldb_enrol_oss_upgrade
(#36) Short array syntax must be used to define arrays
(#37) Opening parenthesis of a multi-line function call must be the last content on the line
(#37) Only one argument is allowed per line in a multi-line function call
(#39) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#39) Closing parenthesis of a multi-line function call must be on a line by itself
(#44) No space found after comma in argument list
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'enrol'". Found: no spaces
(#44) No space found after comma in argument list
(#44) Commas (,) must be followed by white space.
(#44) Expected 1 space between the comma and "'oss'". Found: no spaces
(#49) Short array syntax must be used to define arrays
(#50) Short array syntax must be used to define arrays
(#56) No space found after comma in argument list
(#56) Commas (,) must be followed by white space.
(#56) Expected 1 space between the comma and "'enrol'". Found: no spaces
(#56) No space found after comma in argument list
(#56) Commas (,) must be followed by white space.
(#56) Expected 1 space between the comma and "'oss'". Found: no spaces
enrol/oss/lang/de/enrol_oss.php
(#2) Moodle boilerplate not found at first line
(#36) The string key "class_age_groups_localname" is not in the correct order, it should be before "class_age_groups_shortname"
(#39) Variable "$stirng" is not expected in a lang file
(#49) The string key "class_category_description" is not in the correct order, it should be before "classes_enabled_desc"
(#50) The string key "class_category" is not in the correct order, it should be before "class_category_description"
(#52) The string key "class_category_autocreate" is not in the correct order, it should be before "class_category_desc"
(#54) The string key "class_autocreate" is not in the correct order, it should be before "class_category_autocreate_desc"
(#60) The string key "class_template" is not in the correct order, it should be before "class_template_none"
(#64) The string key "class_prefixes" is not in the correct order, it should be before "class_use_prefixes_desc"
(#71) The string key "class_students_group" is not in the correct order, it should be before "class_teachers_role_desc"
(#76) The string key "class_parents_group" is not in the correct order, it should be before "class_students_role_desc"
(#83) The string key "common_settings" is not in the correct order, it should be before "groups_enabled_desc"
(#107) The string key "ossclasssync" is not in the correct order, it should be before "osssync"
(#115) The string key "parents_not_enabled" is not in the correct order, it should be before "parents_setup"
(#116) The string key "parents_list" is not in the correct order, it should be before "parents_not_enabled"
(#117) The string key "parents_childless_list" is not in the correct order, it should be before "parents_list"
(#121) The string key "parents_enabled" is not in the correct order, it should be before "parents_settings_desc"
(#125) The string key "parents_child_attribute" is not in the correct order, it should be before "parents_prefix_desc"
(#145) The string key "student_groups" is not in the correct order, it should be before "students_group_name_desc"
(#166) The string key "teacher_settings" is not in the correct order, it should be before "teachers_editingteacher_role_key"
(#177) The string key "userrole_inverted" is not in the correct order, it should be before "userrolelabel"
(#179) The string key "eventcohort_created" is duplicated
(#180) The string key "eventcohort_removed" is duplicated
(#181) The string key "eventcohort_enroled" is duplicated
(#182) The string key "eventcohort_unenroled" is duplicated
(#183) The string key "eventcohort_member_added" is duplicated
(#184) The string key "eventcohort_member_removed" is duplicated
(#185) The string key "eventcohort_members_removed" is duplicated
(#186) The string key "eventteacher_role_assigned" is duplicated
(#187) The string key "eventteacher_role_unassigned" is duplicated
(#188) The string key "eventteacher_category_created" is duplicated
(#189) The string key "eventteacher_category_removed" is duplicated
(#190) The string key "eventteacher_category_moved" is duplicated
(#191) The string key "eventteachers_category_created" is duplicated
(#192) The string key "eventattic_category_created" is duplicated
(#193) The string key "member_attribute_isdn" is not in the correct order, it should be before "userrole_inverted_label"
enrol/oss/lang/en/enrol_oss.php
(#20) Incorrect @package tag for file enrol_oss.php. Expected enrol_oss, found enrol.
(#34) The string key "class_age_groups_localname" is not in the correct order, it should be before "class_age_groups_shortname"
(#38) The string key "class_all_students_localname" is not in the correct order, it should be before "class_all_students_shortname"
(#47) The string key "class_category_description" is not in the correct order, it should be before "classes_enabled_desc"
(#48) The string key "class_category" is not in the correct order, it should be before "class_category_description"
(#50) The string key "class_category_autocreate" is not in the correct order, it should be before "class_category_desc"
(#52) The string key "class_autocreate" is not in the correct order, it should be before "class_category_autocreate_desc"
(#58) The string key "class_template" is not in the correct order, it should be before "class_template_none"
(#62) The string key "class_prefixes" is not in the correct order, it should be before "class_use_prefixes_desc"
(#69) The string key "class_students_group" is not in the correct order, it should be before "class_teachers_role_desc"
(#74) The string key "class_parents_group" is not in the correct order, it should be before "class_students_role_desc"
(#81) The string key "common_settings" is not in the correct order, it should be before "groups_enabled_desc"
(#92) The string key "ossclasssync" is not in the correct order, it should be before "osssync"
(#100) The string key "parents_not_enabled" is not in the correct order, it should be before "parents_setup"
(#101) The string key "parents_list" is not in the correct order, it should be before "parents_not_enabled"
(#102) The string key "parents_childless_list" is not in the correct order, it should be before "parents_list"
(#106) The string key "parents_enabled" is not in the correct order, it should be before "parents_settings_desc"
(#110) The string key "parents_child_attribute" is not in the correct order, it should be before "parents_prefix_desc"
(#130) The string key "student_groups" is not in the correct order, it should be before "students_group_name_desc"
(#152) The string key "teacher_settings" is not in the correct order, it should be before "teachers_editingteacher_role_key"
(#164) The string key "userrole_inverted" is not in the correct order, it should be before "userrolelabel"
(#166) The string key "eventcohort_created" is not in the correct order, it should be before "userrole_inverted_label"
(#168) The string key "eventcohort_enroled" is not in the correct order, it should be before "eventcohort_removed"
(#170) The string key "eventcohort_member_added" is not in the correct order, it should be before "eventcohort_unenroled"
(#175) The string key "eventteacher_category_created" is not in the correct order, it should be before "eventteacher_role_unassigned"
(#177) The string key "eventteacher_category_moved" is not in the correct order, it should be before "eventteacher_category_removed"
(#179) The string key "eventattic_category_created" is not in the correct order, it should be before "eventteachers_category_created"
enrol/oss/lib.php
(#22) Incorrect @package tag for file lib.php. Expected enrol_oss, found enrol.
(#31) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#33) Missing docblock for class enrol_oss_plugin
(#34) Missing member variable doc comment
(#35) Missing member variable doc comment
(#35) The static declaration must come after the visibility declaration
(#36) Missing member variable doc comment
(#36) Member variable "idnumber_teachers_cat" must not contain underscores.
(#37) Missing member variable doc comment
(#37) Member variable "idnumber_attic_cat" must not contain underscores.
(#38) Missing member variable doc comment
(#38) Member variable "idnumber_class_cat" must not contain underscores.
(#38) The static declaration must come after the visibility declaration
(#39) Missing member variable doc comment
(#39) Short array syntax must be used to define arrays
(#40) Missing member variable doc comment
(#40) Member variable "teacher_array" must not contain underscores.
(#40) PHP keywords must be lowercase; expected "array" but found "Array"
(#40) Short array syntax must be used to define arrays
(#41) Missing member variable doc comment
(#42) Missing member variable doc comment
(#42) Member variable "teacher_obj" must not contain underscores.
(#43) Missing member variable doc comment
(#43) Member variable "attic_obj" must not contain underscores.
(#44) Missing member variable doc comment
(#44) Member variable "class_obj" must not contain underscores.
(#45) Missing member variable doc comment
(#45) Member variable "userid_regex" must not contain underscores.
(#91) Commas (,) must be followed by white space.
(#91) Expected 1 space between the comma and "$CFG". Found: no spaces
(#93) Inline comments must start with a capital letter, digit or 3-dots sequence
(#99) Variable "ldap_groups" must not contain underscores.
(#100) Expected "if (...) {\n"; found "if(...){\n"
(#100) Expected 1 space after IF keyword; 0 found
(#100) Variable "ldap_groups" must not contain underscores.
(#100) Expected 1 space after closing parenthesis; found 0
(#105) Variable "ldap_groups" must not contain underscores.
(#109) Expected at least 1 space before "."; 0 found
(#109) Expected at least 1 space after "."; 0 found
(#109) Expected at least 1 space before "."; 0 found
(#109) Expected at least 1 space after "."; 0 found
(#109) Expected at least 1 space before "."; 0 found
(#109) Expected at least 1 space after "."; 0 found
(#109) Expected at least 1 space before "."; 0 found
(#109) Expected at least 1 space after "."; 0 found
(#114) Variable "ldap_groups" must not contain underscores.
(#116) Expected at least 1 space before "."; 0 found
(#116) Expected at least 1 space after "."; 0 found
(#116) Expected at least 1 space before "."; 0 found
(#116) Expected at least 1 space after "."; 0 found
(#116) Expected at least 1 space before "."; 0 found
(#116) Expected at least 1 space after "."; 0 found
(#117) Short array syntax must be used to define arrays
(#119) Space before opening parenthesis of function call prohibited
(#119) Expected 0 spaces before closing parenthesis; 1 found
(#125) PHP keywords must be lowercase; expected "or" but found "OR"
(#125) Logical operator "or" is prohibited; use "||" instead
(#137) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#137) PHP keywords must be lowercase; expected "and" but found "AND"
(#137) Logical operator "and" is prohibited; use "&&" instead
(#138) PHP keywords must be lowercase; expected "or" but found "OR"
(#138) Logical operator "or" is prohibited; use "||" instead
(#138) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#139) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#139) Short array syntax must be used to define arrays
(#140) No space found after comma in argument list
(#140) Commas (,) must be followed by white space.
(#140) Expected 1 space between the comma and "'*'". Found: no spaces
(#140) No space found after comma in argument list
(#140) Commas (,) must be followed by white space.
(#140) Expected 1 space between the comma and "IGNORE_MULTIPLE". Found: no spaces
(#140) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#141) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#141) Short array syntax must be used to define arrays
(#142) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#144) Expected at least 1 space before "."; 0 found
(#145) Expected at least 1 space after "."; 0 found
(#145) Expected at least 1 space before "."; 0 found
(#145) Expected at least 1 space after "."; 0 found
(#145) Expected at least 1 space after "."; 0 found
(#145) No space found after comma in argument list
(#145) Commas (,) must be followed by white space.
(#145) Expected 1 space between the comma and "E_USER_WARNING". Found: no spaces
(#154) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#154) PHP keywords must be lowercase; expected "and" but found "AND"
(#154) Logical operator "and" is prohibited; use "&&" instead
(#155) PHP keywords must be lowercase; expected "and" but found "AND"
(#155) Logical operator "and" is prohibited; use "&&" instead
(#155) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#156) Short array syntax must be used to define arrays
(#157) No space found after comma in argument list
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space between the comma and "'*'". Found: no spaces
(#157) No space found after comma in argument list
(#157) Commas (,) must be followed by white space.
(#157) Expected 1 space between the comma and "IGNORE_MULTIPLE". Found: no spaces
(#159) Expected at least 1 space before "."; 0 found
(#159) Expected at least 1 space after "."; 0 found
(#162) Expected at least 1 space before "."; 0 found
(#162) Expected at least 1 space after "."; 0 found
(#166) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#166) Short array syntax must be used to define arrays
(#167) Each line in a multi-line control structure must be indented at least once; expected at least 20 spaces, but found 16
(#167) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#168) Expected at least 1 space before "."; 0 found
(#169) Expected at least 1 space after "."; 0 found
(#169) Expected at least 1 space before "."; 0 found
(#169) Expected at least 1 space after "."; 0 found
(#169) Expected at least 1 space after "."; 0 found
(#171) PHP keywords must be lowercase; expected "and" but found "AND"
(#171) Logical operator "and" is prohibited; use "&&" instead
(#171) No space found after comma in argument list
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space between the comma and "$cat". Found: no spaces
(#172) No space found after comma in argument list
(#172) Commas (,) must be followed by white space.
(#172) Expected 1 space between the comma and "$cat". Found: no spaces
(#194) Opening parenthesis of a multi-line function call must be the last content on the line
(#194) Expected at least 1 space before "."; 0 found
(#194) Expected at least 1 space after "."; 0 found
(#194) Expected at least 1 space before "."; 0 found
(#194) Expected at least 1 space after "."; 0 found
(#195) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#195) Closing parenthesis of a multi-line function call must be on a line by itself
(#196) Variable "ldap_groups" must not contain underscores.
(#197) Variable "ldap_groups" must not contain underscores.
(#198) Expected at least 1 space before "."; 0 found
(#198) Expected at least 1 space after "."; 0 found
(#201) Variable "ldap_groups" must not contain underscores.
(#203) Variable "ldap_members" must not contain underscores.
(#204) Variable "cohort_members" must not contain underscores.
(#206) Variable "cohort_members" must not contain underscores.
(#207) Space before opening parenthesis of function call prohibited
(#207) Variable "ldap_members" must not contain underscores.
(#209) Expected at least 1 space before "."; 0 found
(#209) Expected at least 1 space after "."; 0 found
(#209) Expected at least 1 space before "."; 0 found
(#209) Expected at least 1 space after "."; 0 found
(#209) Expected at least 1 space before "."; 0 found
(#209) Expected at least 1 space after "."; 0 found
(#213) Variable "ldap_members" must not contain underscores.
(#216) Expected at least 1 space before "."; 0 found
(#216) Expected at least 1 space after "."; 0 found
(#216) Expected at least 1 space before "."; 0 found
(#216) Expected at least 1 space after "."; 0 found
(#216) Expected at least 1 space before "."; 0 found
(#216) Expected at least 1 space after "."; 0 found
(#221) Expected at least 1 space before "."; 0 found
(#221) Expected at least 1 space after "."; 0 found
(#223) Short array syntax must be used to define arrays
(#226) Variable "ldap_groups" must not contain underscores.
(#232) Expected at least 1 space before "."; 0 found
(#232) Expected at least 1 space after "."; 0 found
(#234) Expected at least 1 space before "."; 0 found
(#234) Expected at least 1 space after "."; 0 found
(#237) PHP keywords must be lowercase; expected "or" but found "OR"
(#237) Logical operator "or" is prohibited; use "||" instead
(#251) Expected at least 1 space before "."; 0 found
(#251) Expected at least 1 space after "."; 0 found
(#252) Expected at least 1 space before "."; 0 found
(#252) Expected at least 1 space after "."; 0 found
(#263) Opening parenthesis of a multi-line function call must be the last content on the line
(#264) Multi-line function call not indented correctly; expected 26 spaces but found 25
(#264) Only one argument is allowed per line in a multi-line function call
(#264) Closing parenthesis of a multi-line function call must be on a line by itself
(#267) PHP keywords must be lowercase; expected "or" but found "OR"
(#267) Logical operator "or" is prohibited; use "||" instead
(#269) Line exceeds 132 characters; contains 136 characters
(#277) Expected at least 1 space before "."; 0 found
(#277) Expected at least 1 space after "."; 0 found
(#278) Expected at least 1 space before "."; 0 found
(#278) Expected at least 1 space after "."; 0 found
(#281) PHP keywords must be lowercase; expected "or" but found "OR"
(#281) Logical operator "or" is prohibited; use "||" instead
(#284) Short array syntax must be used to define arrays
(#285) Variable "cat_obj" must not contain underscores.
(#285) Opening parenthesis of a multi-line function call must be the last content on the line
(#286) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#286) Short array syntax must be used to define arrays
(#286) No space found after comma in argument list
(#286) Commas (,) must be followed by white space.
(#286) Expected 1 space between the comma and "'*'". Found: no spaces
(#286) Only one argument is allowed per line in a multi-line function call
(#286) No space found after comma in argument list
(#286) Commas (,) must be followed by white space.
(#286) Expected 1 space between the comma and "IGNORE_MULTIPLE". Found: no spaces
(#286) Only one argument is allowed per line in a multi-line function call
(#286) Closing parenthesis of a multi-line function call must be on a line by itself
(#289) Variable "cat_obj" must not contain underscores.
(#290) Variable "cat_obj" must not contain underscores.
(#291) Variable "cat_obj" must not contain underscores.
(#296) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#296) Opening parenthesis of a multi-line function call must be the last content on the line
(#297) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#297) Short array syntax must be used to define arrays
(#297) Closing parenthesis of a multi-line function call must be on a line by itself
(#297) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#298) Expected at least 1 space before "."; 0 found
(#299) Expected at least 1 space after "."; 0 found
(#299) Expected at least 1 space before "."; 0 found
(#299) Expected at least 1 space after "."; 0 found
(#299) Expected at least 1 space after "."; 0 found
(#300) Blank line found at end of control structure
(#302) No space found after comma in argument list
(#302) Commas (,) must be followed by white space.
(#302) Expected 1 space between the comma and "$cat_obj". Found: no spaces
(#302) Variable "cat_obj" must not contain underscores.
(#303) No space found after comma in argument list
(#303) Commas (,) must be followed by white space.
(#303) Expected 1 space between the comma and "$cat_obj". Found: no spaces
(#303) Variable "cat_obj" must not contain underscores.
(#308) Expected at least 1 space before "."; 0 found
(#308) Expected at least 1 space after "."; 0 found
(#322) Docblock tag "@global" is not recommended.
(#326) No one-line description found in phpdocs for docblock of function category_get_all_children
(#329) Short array syntax must be used to define arrays
(#333) Short array syntax must be used to define arrays
(#333) No space found after comma in argument list
(#333) Commas (,) must be followed by white space.
(#333) Expected 1 space between the comma and "'id,sortorder'". Found: no spaces
(#346) No one-line description found in phpdocs for docblock of function repair_teachers_contexts
(#349) Expected at least 1 space before "."; 0 found
(#349) Expected at least 1 space after "."; 0 found
(#350) Expected at least 1 space before "."; 0 found
(#350) Expected at least 1 space after "."; 0 found
(#361) Expected at least 1 space before "."; 0 found
(#361) Expected at least 1 space after "."; 0 found
(#361) No space found after comma in argument list
(#361) Commas (,) must be followed by white space.
(#361) Expected 1 space between the comma and "$cat". Found: no spaces
(#361) Expected at least 1 space before "."; 0 found
(#361) Expected at least 1 space after "."; 0 found
(#361) Expected at least 1 space before "."; 0 found
(#361) Expected at least 1 space after "."; 0 found
(#361) Line exceeds 132 characters; contains 146 characters
(#365) Opening parenthesis of a multi-line function call must be the last content on the line
(#366) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#366) Only one argument is allowed per line in a multi-line function call
(#366) Closing parenthesis of a multi-line function call must be on a line by itself
(#373) Short array syntax must be used to define arrays
(#374) No space found after comma in argument list
(#374) Commas (,) must be followed by white space.
(#374) Expected 1 space between the comma and "$cat". Found: no spaces
(#375) No space found after comma in argument list
(#375) Commas (,) must be followed by white space.
(#375) Expected 1 space between the comma and "$cat". Found: no spaces
(#375) Line exceeds 132 characters; contains 161 characters
(#376) No space found after comma in argument list
(#376) Commas (,) must be followed by white space.
(#376) Expected 1 space between the comma and "$cat". Found: no spaces
(#382) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#388) Incorrect docblock tag "@returns". Should be "@return".
(#391) Commas (,) must be followed by white space.
(#391) Expected 1 space between the comma and "$CFG". Found: no spaces
(#394) Short array syntax must be used to define arrays
(#400) Short array syntax must be used to define arrays
(#413) Incorrect docblock tag "@returns". Should be "@return".
(#418) Expected at least 1 space before "."; 0 found
(#418) Expected at least 1 space after "."; 0 found
(#418) Expected at least 1 space before "."; 0 found
(#418) Expected at least 1 space after "."; 0 found
(#422) Inline comments must start with a capital letter, digit or 3-dots sequence
(#422) Inline comments must end in full-stops, exclamation marks, or question marks
(#425) No space found after comma in argument list
(#425) Commas (,) must be followed by white space.
(#425) Expected 1 space between the comma and "$course". Found: no spaces
(#425) No space found after comma in argument list
(#425) Commas (,) must be followed by white space.
(#425) Expected 1 space between the comma and "$course". Found: no spaces
(#428) PHP keywords must be lowercase; expected "and" but found "AND"
(#428) Logical operator "and" is prohibited; use "&&" instead
(#430) Opening parenthesis of a multi-line function call must be the last content on the line
(#431) Multi-line function call not indented correctly; expected 28 spaces but found 32
(#431) Short array syntax must be used to define arrays
(#432) Multi-line function call not indented correctly; expected 24 spaces but found 40
(#432) Closing parenthesis of a multi-line function call must be on a line by itself
(#433) Expected at least 1 space before "."; 0 found
(#433) Expected at least 1 space after "."; 0 found
(#433) Expected at least 1 space before "."; 0 found
(#433) Expected at least 1 space after "."; 0 found
(#433) Expected at least 1 space before "."; 0 found
(#433) Expected at least 1 space after "."; 0 found
(#433) Expected at least 1 space before "."; 0 found
(#433) Expected at least 1 space after "."; 0 found
(#435) Opening parenthesis of a multi-line function call must be the last content on the line
(#436) Multi-line function call not indented correctly; expected 28 spaces but found 32
(#436) Short array syntax must be used to define arrays
(#437) Multi-line function call not indented correctly; expected 24 spaces but found 40
(#437) Closing parenthesis of a multi-line function call must be on a line by itself
(#438) Expected at least 1 space before "."; 0 found
(#438) Expected at least 1 space after "."; 0 found
(#438) Expected at least 1 space before "."; 0 found
(#438) Expected at least 1 space after "."; 0 found
(#438) Expected at least 1 space before "."; 0 found
(#438) Expected at least 1 space after "."; 0 found
(#438) Expected at least 1 space before "."; 0 found
(#438) Expected at least 1 space after "."; 0 found
(#446) Inline comments must start with a capital letter, digit or 3-dots sequence
(#446) Inline comments must end in full-stops, exclamation marks, or question marks
(#452) Expected at least 1 space before "."; 0 found
(#452) Expected at least 1 space after "."; 0 found
(#452) Expected at least 1 space before "."; 0 found
(#452) Expected at least 1 space after "."; 0 found
(#452) Expected at least 1 space before "."; 0 found
(#452) Expected at least 1 space after "."; 0 found
(#459) Expected at least 1 space before "."; 0 found
(#459) Expected at least 1 space after "."; 0 found
(#459) Expected at least 1 space before "."; 0 found
(#459) Expected at least 1 space after "."; 0 found
(#459) Expected at least 1 space before "."; 0 found
(#459) Expected at least 1 space after "."; 0 found
(#471) Missing docblock for function enrol_oss_sync
(#477) Invalid docblock tag "@parameters".
(#482) Missing docblock for function get_idnumber_cohorts
(#484) Short array syntax must be used to define arrays
(#485) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#485) Logical operator "or" is prohibited; use "||" instead
(#486) Logical operator "or" is prohibited; use "||" instead
(#486) Logical operator "or" is prohibited; use "||" instead
(#487) Logical operator "or" is prohibited; use "||" instead
(#487) Logical operator "or" is prohibited; use "||" instead
(#487) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#492) Expected 1 space after closing brace; newline found
(#493) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#495) Opening parenthesis of a multi-line function call must be the last content on the line
(#495) Only one argument is allowed per line in a multi-line function call
(#496) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#496) Only one argument is allowed per line in a multi-line function call
(#496) Short array syntax must be used to define arrays
(#496) Closing parenthesis of a multi-line function call must be on a line by itself
(#497) Expected 1 space after closing brace; newline found
(#498) Expected "} else {\n"; found "}\n else {\n"
(#499) Opening parenthesis of a multi-line function call must be the last content on the line
(#499) Only one argument is allowed per line in a multi-line function call
(#500) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#500) Only one argument is allowed per line in a multi-line function call
(#500) Short array syntax must be used to define arrays
(#500) Closing parenthesis of a multi-line function call must be on a line by itself
(#504) Expected "for (...) {\n"; found "for(...) {\n"
(#504) Expected 1 space after FOR keyword; 0 found
(#505) Expected "if (...) {\n"; found "if(...) {\n"
(#505) Expected 1 space after IF keyword; 0 found
(#505) Expected 0 spaces after opening bracket; 1 found
(#505) Expected 0 spaces before closing bracket; 1 found
(#511) Opening parenthesis of a multi-line function call must be the last content on the line
(#511) Only one argument is allowed per line in a multi-line function call
(#512) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#512) Only one argument is allowed per line in a multi-line function call
(#512) Short array syntax must be used to define arrays
(#512) Closing parenthesis of a multi-line function call must be on a line by itself
(#529) Opening parenthesis of a multi-line function call must be the last content on the line
(#529) Expected at least 1 space before "."; 0 found
(#529) Expected at least 1 space after "."; 0 found
(#529) Expected at least 1 space before "."; 0 found
(#529) Expected at least 1 space after "."; 0 found
(#530) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#530) Closing parenthesis of a multi-line function call must be on a line by itself
(#532) Logical operator "or" is prohibited; use "||" instead
(#536) Short array syntax must be used to define arrays
(#540) No space found after comma in argument list
(#540) Commas (,) must be followed by white space.
(#540) Expected 1 space between the comma and "$this". Found: no spaces
(#542) Expected at least 1 space before "."; 0 found
(#542) Expected at least 1 space after "."; 0 found
(#542) Expected at least 1 space before "."; 0 found
(#542) Expected at least 1 space after "."; 0 found
(#542) Expected at least 1 space before "."; 0 found
(#542) Expected at least 1 space after "."; 0 found
(#542) Expected at least 1 space before "."; 0 found
(#542) Expected at least 1 space after "."; 0 found
(#542) Expected at least 1 space before "."; 0 found
(#542) Expected at least 1 space after "."; 0 found
(#543) Expected at least 1 space before "?"; 0 found
(#543) Expected 1 space before "?"; 0 found
(#547) Space before opening parenthesis of function call prohibited
(#551) Variable "search_sub" must not contain underscores.
(#551) Expected at least 1 space before "?"; 0 found
(#551) Expected 1 space before "?"; 0 found
(#551) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#552) Variable "search_sub" must not contain underscores.
(#554) Variable "ldap_result" must not contain underscores.
(#554) Short array syntax must be used to define arrays
(#555) There should be a comma after the last array item in a multi-line array.
(#559) Variable "ldap_result" must not contain underscores.
(#559) Short array syntax must be used to define arrays
(#560) There should be a comma after the last array item in a multi-line array.
(#564) Variable "ldap_result" must not contain underscores.
(#567) Expected "if (...) {\n"; found "if(...) {\n"
(#567) Expected 1 space after IF keyword; 0 found
(#571) Expected at least 1 space before "."; 0 found
(#571) Expected at least 1 space after "."; 0 found
(#571) Expected at least 1 space before "."; 0 found
(#571) Expected at least 1 space after "."; 0 found
(#571) Expected at least 1 space before "."; 0 found
(#571) Expected at least 1 space after "."; 0 found
(#571) Expected at least 1 space before "."; 0 found
(#571) Expected at least 1 space after "."; 0 found
(#571) Expected at least 1 space before "."; 0 found
(#571) Expected at least 1 space after "."; 0 found
(#571) Line exceeds 132 characters; contains 173 characters
(#595) Variable "group_pattern" must not contain underscores.
(#595) Variable "all_teachers" must not contain underscores.
(#598) Opening parenthesis of a multi-line function call must be the last content on the line
(#598) Expected at least 1 space before "."; 0 found
(#598) Expected at least 1 space after "."; 0 found
(#598) Expected at least 1 space before "."; 0 found
(#598) Expected at least 1 space after "."; 0 found
(#599) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#599) Closing parenthesis of a multi-line function call must be on a line by itself
(#601) Logical operator "or" is prohibited; use "||" instead
(#604) Opening parenthesis of a multi-line function call must be the last content on the line
(#604) Expected at least 1 space before "."; 0 found
(#604) Expected at least 1 space after "."; 0 found
(#604) Expected at least 1 space before "."; 0 found
(#604) Expected at least 1 space after "."; 0 found
(#605) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#605) Closing parenthesis of a multi-line function call must be on a line by itself
(#607) Opening parenthesis of a multi-line function call must be the last content on the line
(#607) Expected at least 1 space before "."; 0 found
(#607) Expected at least 1 space after "."; 0 found
(#607) Expected at least 1 space before "."; 0 found
(#607) Expected at least 1 space after "."; 0 found
(#608) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#608) Closing parenthesis of a multi-line function call must be on a line by itself
(#609) Short array syntax must be used to define arrays
(#618) Space before opening parenthesis of function call prohibited
(#618) Space after opening parenthesis of function call prohibited
(#618) Variable "group_pattern" must not contain underscores.
(#618) Expected 0 spaces before closing parenthesis; 1 found
(#619) Variable "group_pattern" must not contain underscores.
(#619) Space before opening parenthesis of function call prohibited
(#621) Variable "group_pattern" must not contain underscores.
(#625) Space before opening parenthesis of function call prohibited
(#629) Variable "search_sub" must not contain underscores.
(#629) Expected at least 1 space before "?"; 0 found
(#629) Expected 1 space before "?"; 0 found
(#629) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#630) Variable "search_sub" must not contain underscores.
(#632) Variable "ldap_result" must not contain underscores.
(#632) Short array syntax must be used to define arrays
(#633) There should be a comma after the last array item in a multi-line array.
(#637) Variable "ldap_result" must not contain underscores.
(#637) Short array syntax must be used to define arrays
(#638) There should be a comma after the last array item in a multi-line array.
(#642) Variable "ldap_result" must not contain underscores.
(#643) Variable "ldap_result" must not contain underscores.
(#649) Expected 1 space after closing brace; newline found
(#650) Expected "} else {\n"; found "}\n else {\n"
(#651) Opening parenthesis of a multi-line function call must be the last content on the line
(#651) Expected at least 1 space before "."; 0 found
(#651) Expected at least 1 space after "."; 0 found
(#651) Expected at least 1 space before "."; 0 found
(#651) Expected at least 1 space after "."; 0 found
(#651) Expected at least 1 space before "."; 0 found
(#651) Expected at least 1 space after "."; 0 found
(#651) Expected at least 1 space before "."; 0 found
(#651) Expected at least 1 space after "."; 0 found
(#651) Expected at least 1 space before "."; 0 found
(#651) Expected at least 1 space after "."; 0 found
(#652) Multi-line function call not indented correctly; expected 16 spaces but found 24
(#652) Closing parenthesis of a multi-line function call must be on a line by itself
(#655) Opening parenthesis of a multi-line function call must be the last content on the line
(#655) Expected at least 1 space before "."; 0 found
(#655) Expected at least 1 space after "."; 0 found
(#655) Expected at least 1 space before "."; 0 found
(#655) Expected at least 1 space after "."; 0 found
(#656) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#656) Closing parenthesis of a multi-line function call must be on a line by itself
(#658) Opening parenthesis of a multi-line function call must be the last content on the line
(#658) Expected at least 1 space before "."; 0 found
(#658) Expected at least 1 space after "."; 0 found
(#658) Expected at least 1 space before "."; 0 found
(#658) Expected at least 1 space after "."; 0 found
(#659) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#659) Closing parenthesis of a multi-line function call must be on a line by itself
(#661) PHP keywords must be lowercase; expected "and" but found "AND"
(#661) Logical operator "and" is prohibited; use "&&" instead
(#675) Variable "teachers_ok" must not contain underscores.
(#678) Opening parenthesis of a multi-line function call must be the last content on the line
(#678) Expected at least 1 space before "."; 0 found
(#678) Expected at least 1 space after "."; 0 found
(#678) Expected at least 1 space before "."; 0 found
(#678) Expected at least 1 space after "."; 0 found
(#678) Expected at least 1 space before "."; 0 found
(#678) Expected at least 1 space after "."; 0 found
(#678) Expected at least 1 space before "."; 0 found
(#678) Expected at least 1 space after "."; 0 found
(#679) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#679) Closing parenthesis of a multi-line function call must be on a line by itself
(#680) Short array syntax must be used to define arrays
(#681) Short array syntax must be used to define arrays
(#683) Logical operator "or" is prohibited; use "||" instead
(#686) Expected at least 1 space before "?"; 0 found
(#686) Expected 1 space before "?"; 0 found
(#688) Opening parenthesis of a multi-line function call must be the last content on the line
(#688) Expected at least 1 space before "."; 0 found
(#688) Expected at least 1 space after "."; 0 found
(#688) Expected at least 1 space before "."; 0 found
(#688) Expected at least 1 space after "."; 0 found
(#689) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#689) Closing parenthesis of a multi-line function call must be on a line by itself
(#691) Opening parenthesis of a multi-line function call must be the last content on the line
(#691) Expected at least 1 space before "."; 0 found
(#691) Expected at least 1 space after "."; 0 found
(#691) Expected at least 1 space before "."; 0 found
(#691) Expected at least 1 space after "."; 0 found
(#692) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#692) Closing parenthesis of a multi-line function call must be on a line by itself
(#699) Opening parenthesis of a multi-line function call must be the last content on the line
(#699) Expected at least 1 space before "."; 0 found
(#699) Expected at least 1 space after "."; 0 found
(#699) Expected at least 1 space before "."; 0 found
(#699) Expected at least 1 space after "."; 0 found
(#700) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#700) Closing parenthesis of a multi-line function call must be on a line by itself
(#706) Space before opening parenthesis of function call prohibited
(#711) Opening parenthesis of a multi-line function call must be the last content on the line
(#712) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#712) Only one argument is allowed per line in a multi-line function call
(#712) Only one argument is allowed per line in a multi-line function call
(#712) Closing parenthesis of a multi-line function call must be on a line by itself
(#715) Space before opening parenthesis of function call prohibited
(#715) PHP keywords must be lowercase; expected "and" but found "AND"
(#715) Logical operator "and" is prohibited; use "&&" instead
(#716) Expected at least 1 space before "."; 0 found
(#716) Expected at least 1 space after "."; 0 found
(#717) Expected at least 1 space after "."; 0 found
(#722) Opening parenthesis of a multi-line function call must be the last content on the line
(#725) Multi-line function call not indented correctly; expected 24 spaces but found 28
(#725) Closing parenthesis of a multi-line function call must be on a line by itself
(#728) Line exceeds 132 characters; contains 135 characters
(#733) PHP keywords must be lowercase; expected "and" but found "AND"
(#733) Logical operator "and" is prohibited; use "&&" instead
(#733) Variable "teachers_ok" must not contain underscores.
(#733) PHP keywords must be lowercase; expected "or" but found "OR"
(#733) Logical operator "or" is prohibited; use "||" instead
(#740) Opening parenthesis of a multi-line function call must be the last content on the line
(#740) Expected at least 1 space before "."; 0 found
(#740) Expected at least 1 space after "."; 0 found
(#740) Expected at least 1 space before "."; 0 found
(#740) Expected at least 1 space after "."; 0 found
(#741) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#741) Closing parenthesis of a multi-line function call must be on a line by itself
(#743) Opening parenthesis of a multi-line function call must be the last content on the line
(#743) Expected at least 1 space before "."; 0 found
(#743) Expected at least 1 space after "."; 0 found
(#743) Expected at least 1 space before "."; 0 found
(#743) Expected at least 1 space after "."; 0 found
(#744) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#744) Closing parenthesis of a multi-line function call must be on a line by itself
(#747) Expected at least 1 space before "."; 0 found
(#747) Expected at least 1 space after "."; 0 found
(#747) Expected at least 1 space before "."; 0 found
(#747) Expected at least 1 space after "."; 0 found
(#753) Opening parenthesis of a multi-line function call must be the last content on the line
(#753) Expected at least 1 space before "."; 0 found
(#753) Expected at least 1 space after "."; 0 found
(#753) Expected at least 1 space before "."; 0 found
(#753) Expected at least 1 space after "."; 0 found
(#753) Expected at least 1 space before "."; 0 found
(#753) Expected at least 1 space before "."; 0 found
(#753) Expected at least 1 space after "."; 0 found
(#754) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#754) Closing parenthesis of a multi-line function call must be on a line by itself
(#755) Expected 1 space after closing brace; newline found
(#756) Expected "} else {\n"; found "}\n else {\n"
(#757) Opening parenthesis of a multi-line function call must be the last content on the line
(#757) Expected at least 1 space before "."; 0 found
(#757) Expected at least 1 space after "."; 0 found
(#757) Expected at least 1 space before "."; 0 found
(#757) Expected at least 1 space after "."; 0 found
(#758) Closing parenthesis of a multi-line function call must be on a line by itself
(#762) No space found after comma in argument list
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space between the comma and "$select". Found: no spaces
(#762) No space found after comma in argument list
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space between the comma and "null". Found: no spaces
(#762) No space found after comma in argument list
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space between the comma and "null". Found: no spaces
(#762) No space found after comma in argument list
(#762) Commas (,) must be followed by white space.
(#762) Expected 1 space between the comma and "'id,username'". Found: no spaces
(#768) The use of function error_log() is forbidden; use debugging() instead
(#768) Expected at least 1 space before "."; 0 found
(#768) Expected at least 1 space after "."; 0 found
(#768) Expected at least 1 space before "."; 0 found
(#768) Expected at least 1 space after "."; 0 found
(#768) Expected at least 1 space before "."; 0 found
(#768) Expected at least 1 space after "."; 0 found
(#769) Expected at least 1 space after "."; 0 found
(#786) Opening parenthesis of a multi-line function call must be the last content on the line
(#786) Expected at least 1 space before "."; 0 found
(#786) Expected at least 1 space after "."; 0 found
(#786) Expected at least 1 space before "."; 0 found
(#786) Expected at least 1 space after "."; 0 found
(#786) Expected at least 1 space before "."; 0 found
(#786) Expected at least 1 space after "."; 0 found
(#786) Expected at least 1 space before "."; 0 found
(#786) Expected at least 1 space after "."; 0 found
(#787) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#787) Closing parenthesis of a multi-line function call must be on a line by itself
(#788) Expected at least 1 space before "."; 0 found
(#788) Expected at least 1 space after "."; 0 found
(#788) Expected at least 1 space before "."; 0 found
(#788) Expected at least 1 space after "."; 0 found
(#793) Expected at least 1 space before "."; 0 found
(#793) Expected at least 1 space after "."; 0 found
(#807) Expected at least 1 space before "."; 0 found
(#808) Expected at least 1 space after "."; 0 found
(#808) No space found after comma in argument list
(#808) Commas (,) must be followed by white space.
(#808) Expected 1 space between the comma and "E_USER_WARNING". Found: no spaces
(#833) Expected at least 1 space before "."; 0 found
(#833) Expected at least 1 space after "."; 0 found
(#833) Expected at least 1 space before "."; 0 found
(#833) Expected at least 1 space after "."; 0 found
(#840) Expected at least 1 space before "."; 0 found
(#840) Expected at least 1 space after "."; 0 found
(#843) Short array syntax must be used to define arrays
(#858) Short array syntax must be used to define arrays
(#859) Inline comments must start with a capital letter, digit or 3-dots sequence
(#859) Inline comments must end in full-stops, exclamation marks, or question marks
(#862) Expected at least 1 space before "."; 0 found
(#862) Expected at least 1 space after "."; 0 found
(#864) Short array syntax must be used to define arrays
(#865) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#865) Expected 1 space after FOREACH keyword; 0 found
(#868) Inline comments must start with a capital letter, digit or 3-dots sequence
(#868) Inline comments must end in full-stops, exclamation marks, or question marks
(#871) Expected at least 1 space before "."; 0 found
(#871) Expected at least 1 space after "."; 0 found
(#871) Expected at least 1 space before "."; 0 found
(#871) Expected at least 1 space after "."; 0 found
(#873) Inline comments must start with a capital letter, digit or 3-dots sequence
(#873) Inline comments must end in full-stops, exclamation marks, or question marks
(#876) Short array syntax must be used to define arrays
(#891) Short array syntax must be used to define arrays
(#894) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#894) PHP keywords must be lowercase; expected "or" but found "OR"
(#894) Logical operator "or" is prohibited; use "||" instead
(#895) PHP keywords must be lowercase; expected "or" but found "OR"
(#895) Logical operator "or" is prohibited; use "||" instead
(#895) PHP keywords must be lowercase; expected "or" but found "OR"
(#895) Logical operator "or" is prohibited; use "||" instead
(#895) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#897) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#897) Opening parenthesis of a multi-line function call must be the last content on the line
(#898) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#898) Short array syntax must be used to define arrays
(#898) Closing parenthesis of a multi-line function call must be on a line by itself
(#898) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#905) Missing docblock for function get_cohort_members
(#908) Opening parenthesis of a multi-line function call must be the last content on the line
(#908) Expected at least 1 space before "."; 0 found
(#908) Expected at least 1 space after "."; 0 found
(#908) Expected at least 1 space before "."; 0 found
(#908) Expected at least 1 space after "."; 0 found
(#908) Expected at least 1 space before "."; 0 found
(#908) Expected at least 1 space after "."; 0 found
(#908) Expected at least 1 space before "."; 0 found
(#908) Expected at least 1 space after "."; 0 found
(#909) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#909) Closing parenthesis of a multi-line function call must be on a line by itself
(#918) Missing docblock for function cohort_is_member
(#920) Short array syntax must be used to define arrays
(#922) There should be a comma after the last array item in a multi-line array.
(#927) Missing docblock for function has_teachers_as_members
(#931) No space found after comma in argument list
(#931) Commas (,) must be followed by white space.
(#931) Expected 1 space between the comma and "$ar". Found: no spaces
(#952) Expected at least 1 space after "."; 0 found
(#953) Expected at least 1 space after "."; 0 found
(#970) Expected at least 1 space before "."; 0 found
(#981) Opening parenthesis of a multi-line function call must be the last content on the line
(#981) Expected at least 1 space before "."; 0 found
(#981) Expected at least 1 space after "."; 0 found
(#981) Expected at least 1 space before "."; 0 found
(#981) Expected at least 1 space after "."; 0 found
(#981) Expected at least 1 space before "."; 0 found
(#981) Expected at least 1 space after "."; 0 found
(#981) Expected at least 1 space before "."; 0 found
(#981) Expected at least 1 space after "."; 0 found
(#982) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#982) Closing parenthesis of a multi-line function call must be on a line by itself
(#984) Expected at least 1 space before "."; 0 found
(#984) Expected at least 1 space after "."; 0 found
(#1000) Opening parenthesis of a multi-line function call must be the last content on the line
(#1000) Expected at least 1 space before "."; 0 found
(#1000) Expected at least 1 space after "."; 0 found
(#1000) Expected at least 1 space before "."; 0 found
(#1000) Expected at least 1 space after "."; 0 found
(#1001) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#1001) Closing parenthesis of a multi-line function call must be on a line by itself
(#1003) Opening parenthesis of a multi-line function call must be the last content on the line
(#1003) Expected at least 1 space before "."; 0 found
(#1003) Expected at least 1 space after "."; 0 found
(#1003) Expected at least 1 space before "."; 0 found
(#1003) Expected at least 1 space after "."; 0 found
(#1004) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#1004) Closing parenthesis of a multi-line function call must be on a line by itself
(#1019) Variable "cat_obj" must not contain underscores.
(#1019) Space after opening parenthesis of function call prohibited
(#1019) Short array syntax must be used to define arrays
(#1019) No space found after comma in argument list
(#1019) Commas (,) must be followed by white space.
(#1019) Expected 1 space between the comma and "'*'". Found: no spaces
(#1019) No space found after comma in argument list
(#1019) Commas (,) must be followed by white space.
(#1019) Expected 1 space between the comma and "IGNORE_MULTIPLE". Found: no spaces
(#1019) Line exceeds 132 characters; contains 143 characters
(#1020) Variable "cat_obj" must not contain underscores.
(#1021) Variable "cat_obj" must not contain underscores.
(#1021) Opening parenthesis of a multi-line function call must be the last content on the line
(#1021) No space found after comma in argument list
(#1021) Commas (,) must be followed by white space.
(#1021) Expected 1 space between the comma and "$this". Found: no spaces
(#1021) Only one argument is allowed per line in a multi-line function call
(#1022) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#1022) Closing parenthesis of a multi-line function call must be on a line by itself
(#1023) Expected at least 1 space before "."; 0 found
(#1023) Expected at least 1 space after "."; 0 found
(#1023) Expected at least 1 space before "."; 0 found
(#1023) Expected at least 1 space after "."; 0 found
(#1023) Variable "cat_obj" must not contain underscores.
(#1024) Variable "cat_obj" must not contain underscores.
(#1028) Variable "cat_obj" must not contain underscores.
(#1038) Space after opening parenthesis of function call prohibited
(#1038) Short array syntax must be used to define arrays
(#1038) No space found after comma in argument list
(#1038) Commas (,) must be followed by white space.
(#1038) Expected 1 space between the comma and "'*'". Found: no spaces
(#1038) No space found after comma in argument list
(#1038) Commas (,) must be followed by white space.
(#1038) Expected 1 space between the comma and "IGNORE_MULTIPLE". Found: no spaces
(#1038) Line exceeds 132 characters; contains 148 characters
(#1040) Opening parenthesis of a multi-line function call must be the last content on the line
(#1040) Only one argument is allowed per line in a multi-line function call
(#1041) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#1041) No space found after comma in argument list
(#1041) Commas (,) must be followed by white space.
(#1041) Expected 1 space between the comma and "0". Found: no spaces
(#1041) Only one argument is allowed per line in a multi-line function call
(#1041) No space found after comma in argument list
(#1041) Commas (,) must be followed by white space.
(#1041) Expected 1 space between the comma and "99999". Found: no spaces
(#1041) Only one argument is allowed per line in a multi-line function call
(#1041) No space found after comma in argument list
(#1041) Commas (,) must be followed by white space.
(#1041) Expected 1 space between the comma and "0". Found: no spaces
(#1041) Only one argument is allowed per line in a multi-line function call
(#1041) Closing parenthesis of a multi-line function call must be on a line by itself
(#1042) Expected at least 1 space before "."; 0 found
(#1042) Expected at least 1 space after "."; 0 found
(#1042) Expected at least 1 space before "."; 0 found
(#1042) Expected at least 1 space after "."; 0 found
(#1042) Variable "cat_obj" must not contain underscores.
(#1044) Expected at least 1 space after "."; 0 found
(#1062) Variable "cat_obj" must not contain underscores.
(#1062) Space before opening parenthesis of function call prohibited
(#1062) Space after opening parenthesis of function call prohibited
(#1062) Short array syntax must be used to define arrays
(#1063) Variable "idnumber_class_cat" must not contain underscores.
(#1064) There should be a comma after the last array item in a multi-line array.
(#1065) Expected 0 spaces before closing parenthesis; 1 found
(#1066) Expected 0 spaces after opening bracket; 1 found
(#1066) Variable "cat_obj" must not contain underscores.
(#1066) Expected 0 spaces before closing bracket; 1 found
(#1067) Expected 0 spaces after opening bracket; 1 found
(#1067) Expected 0 spaces before closing bracket; 1 found
(#1068) Variable "cat_obj" must not contain underscores.
(#1068) Space after opening parenthesis of function call prohibited
(#1068) Variable "idnumber_class_cat" must not contain underscores.
(#1068) Space before opening parenthesis of function call prohibited
(#1068) Space after opening parenthesis of function call prohibited
(#1068) Expected 0 spaces before closing parenthesis; 1 found
(#1068) Expected 0 spaces before closing parenthesis; 1 found
(#1068) Line exceeds 132 characters; contains 161 characters
(#1069) Variable "cat_obj" must not contain underscores.
(#1070) Space before opening parenthesis of function call prohibited
(#1070) Space after opening parenthesis of function call prohibited
(#1070) Variable "cat_obj" must not contain underscores.
(#1070) Expected 0 spaces before closing parenthesis; 1 found
(#1072) Space before opening parenthesis of function call prohibited
(#1072) Space after opening parenthesis of function call prohibited
(#1072) Expected 0 spaces before closing parenthesis; 1 found
(#1076) Variable "cat_obj" must not contain underscores.
(#1076) Variable "cat_obj" must not contain underscores.
(#1078) Variable "cat_obj" must not contain underscores.
(#1079) Space before opening parenthesis of function call prohibited
(#1079) Space after opening parenthesis of function call prohibited
(#1079) Expected at least 1 space before "."; 0 found
(#1079) Expected at least 1 space after "."; 0 found
(#1079) Variable "idnumber_class_cat" must not contain underscores.
(#1079) Expected at least 1 space before "."; 0 found
(#1079) Expected at least 1 space after "."; 0 found
(#1079) Expected 0 spaces before closing parenthesis; 1 found
(#1081) Variable "cat_obj" must not contain underscores.
(#1093) Short array syntax must be used to define arrays
(#1097) Space after opening parenthesis of function call prohibited
(#1097) Expected 0 spaces before closing parenthesis; 1 found
(#1115) Space found before square bracket; expected "$ret[" but found "$ret ["
(#1130) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1130) Inline comments must end in full-stops, exclamation marks, or question marks
(#1131) Expected 0 spaces after opening bracket; 1 found
(#1131) Expected 0 spaces before closing bracket; 1 found
(#1132) Space before opening parenthesis of function call prohibited
(#1132) Space after opening parenthesis of function call prohibited
(#1132) Expected 0 spaces before closing parenthesis; 1 found
(#1134) Space found before square bracket; expected "$pattern[" but found "$pattern ["
(#1136) Space before opening parenthesis of function call prohibited
(#1136) Space after opening parenthesis of function call prohibited
(#1136) Expected 0 spaces before closing parenthesis; 1 found
(#1148) Short array syntax must be used to define arrays
(#1157) Short array syntax must be used to define arrays
(#1157) No space found after comma in argument list
(#1157) Commas (,) must be followed by white space.
(#1157) Expected 1 space between the comma and "'*'". Found: no spaces
(#1166) Space before opening parenthesis of function call prohibited
(#1166) Space after opening parenthesis of function call prohibited
(#1166) Expected 0 spaces before closing parenthesis; 1 found
(#1166) Space before opening parenthesis of function call prohibited
(#1175) Short array syntax must be used to define arrays
(#1184) Short array syntax must be used to define arrays
(#1186) Short array syntax must be used to define arrays
(#1188) No space found after comma in argument list
(#1188) Commas (,) must be followed by white space.
(#1188) Expected 1 space between the comma and "'*'". Found: no spaces
(#1198) Missing docblock for function get_localname
(#1200) Expected at least 1 space before "."; 0 found
(#1200) Expected at least 1 space after "."; 0 found
(#1200) Expected at least 1 space before "."; 0 found
(#1200) Expected at least 1 space after "."; 0 found
(#1202) Usage of ELSEIF not allowed; use ELSE IF instead
(#1202) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#1202) Expected at least 1 space before "."; 0 found
(#1202) Expected at least 1 space after "."; 0 found
(#1202) Expected at least 1 space before "."; 0 found
(#1202) Expected at least 1 space after "."; 0 found
(#1203) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#1204) Expected at least 1 space before "."; 0 found
(#1205) No space found after comma in argument list
(#1205) Commas (,) must be followed by white space.
(#1205) Expected 1 space between the comma and """". Found: no spaces
(#1207) No space found after comma in argument list
(#1207) Commas (,) must be followed by white space.
(#1207) Expected 1 space between the comma and ""enrol_oss"". Found: no spaces
(#1210) Spaces must be used to indent lines; tabs are not allowed
(#1223) "require_once" must be immediately followed by an open parenthesis
(#1223) Space before opening parenthesis of function call prohibited
(#1224) "require_once" must be immediately followed by an open parenthesis
(#1224) Space before opening parenthesis of function call prohibited
(#1227) Line exceeds 132 characters; contains 146 characters
(#1237) Expected 0 spaces after opening bracket; 1 found
(#1237) Expected 0 spaces before closing bracket; 1 found
(#1238) Expected at least 1 space before "."; 0 found
(#1238) Expected at least 1 space after "."; 0 found
(#1238) Expected at least 1 space before "."; 0 found
(#1238) Expected at least 1 space after "."; 0 found
(#1245) Expected 0 spaces after opening bracket; 1 found
(#1245) Expected 0 spaces before closing bracket; 1 found
(#1246) Expected at least 1 space before "."; 0 found
(#1246) Expected at least 1 space after "."; 0 found
(#1246) Expected at least 1 space before "."; 0 found
(#1246) Expected at least 1 space after "."; 0 found
(#1246) Line exceeds 132 characters; contains 136 characters
(#1259) "require_once" must be immediately followed by an open parenthesis
(#1259) Space before opening parenthesis of function call prohibited
(#1269) Visibility must be declared on method "sync_classes"
(#1276) Variable "ldap_classes" must not contain underscores.
(#1277) Variable "mdl_classes" must not contain underscores.
(#1279) Variable "to_add" must not contain underscores.
(#1279) Variable "ldap_classes" must not contain underscores.
(#1279) No space found after comma in argument list
(#1279) Commas (,) must be followed by white space.
(#1279) Expected 1 space between the comma and "array_keys". Found: no spaces
(#1279) Variable "mdl_classes" must not contain underscores.
(#1280) Variable "to_add" must not contain underscores.
(#1281) Variable "to_add" must not contain underscores.
(#1285) Variable "to_remove" must not contain underscores.
(#1285) Variable "mdl_classes" must not contain underscores.
(#1285) No space found after comma in argument list
(#1285) Commas (,) must be followed by white space.
(#1285) Expected 1 space between the comma and "$ldap_classes". Found: no spaces
(#1285) Variable "ldap_classes" must not contain underscores.
(#1286) Variable "to_remove" must not contain underscores.
(#1287) Variable "to_remove" must not contain underscores.
(#1291) No space found after comma in argument list
(#1291) Commas (,) must be followed by white space.
(#1291) Expected 1 space between the comma and ""*"". Found: no spaces
(#1299) Missing docblock for function sync_classes_enrolments_user
(#1299) Visibility must be declared on method "sync_classes_enrolments_user"
(#1306) Expected 1 space after closing brace; 4 found
(#1306) Expected "} else {\n"; found "} else {\n"
(#1309) Variable "ldap_classes" must not contain underscores.
(#1310) Variable "mdl_classes" must not contain underscores.
(#1311) Variable "to_enrol" must not contain underscores.
(#1311) Variable "ldap_classes" must not contain underscores.
(#1311) No space found after comma in argument list
(#1311) Commas (,) must be followed by white space.
(#1311) Expected 1 space between the comma and "array_keys". Found: no spaces
(#1311) Variable "mdl_classes" must not contain underscores.
(#1312) Variable "to_unenrol" must not contain underscores.
(#1312) Variable "mdl_classes" must not contain underscores.
(#1312) Variable "ldap_classes" must not contain underscores.
(#1313) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1313) Expected 1 space after FOREACH keyword; 0 found
(#1313) Variable "to_enrol" must not contain underscores.
(#1314) Variable "mdl_classes" must not contain underscores.
(#1316) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1316) Expected 1 space after FOREACH keyword; 0 found
(#1316) Variable "to_unenrol" must not contain underscores.
(#1317) Variable "mdl_classes" must not contain underscores.
(#1324) Missing docblock for function get_enrol_instance
(#1326) Variable "enrol_instance" must not contain underscores.
(#1326) Short array syntax must be used to define arrays
(#1327) Variable "enrol_instance" must not contain underscores.
(#1332) Variable "enrol_instance" must not contain underscores.
(#1332) Short array syntax must be used to define arrays
(#1334) Variable "enrol_instance" must not contain underscores.
(#1337) Missing docblock for function class_enrolunenrol
(#1337) Expected "function abc(...)"; found "function abc (...)"
(#1337) Expected 0 spaces after "class_enrolunenrol"; 1 found
(#1337) Expected 0 spaces before opening parenthesis; 1 found
(#1337) Variable "enrol_instance" must not contain underscores.
(#1338) Variable "to_enrol" must not contain underscores.
(#1339) Variable "to_unenrol" must not contain underscores.
(#1340) Variable "to_enrol_teachers" must not contain underscores.
(#1340) Short array syntax must be used to define arrays
(#1341) Variable "to_enrol_students" must not contain underscores.
(#1341) Short array syntax must be used to define arrays
(#1342) Variable "to_enrol_parents" must not contain underscores.
(#1342) Short array syntax must be used to define arrays
(#1343) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1343) Expected 1 space after FOREACH keyword; 0 found
(#1343) Variable "to_enrol" must not contain underscores.
(#1344) Expected 0 spaces after opening bracket; 1 found
(#1344) Expected 0 spaces before closing bracket; 1 found
(#1345) Expected 0 spaces after opening bracket; 1 found
(#1345) Expected 0 spaces before closing bracket; 1 found
(#1347) Variable "to_enrol_teachers" must not contain underscores.
(#1350) Variable "to_enrol_students" must not contain underscores.
(#1353) Variable "to_enrol_parents" must not contain underscores.
(#1358) Variable "to_enrol" must not contain underscores.
(#1358) Variable "to_unenrol" must not contain underscores.
(#1360) Variable "to_enrol" must not contain underscores.
(#1361) Variable "to_unenrol" must not contain underscores.
(#1363) Variable "to_enrol_teachers" must not contain underscores.
(#1364) Variable "enrol_instance" must not contain underscores.
(#1364) Variable "to_enrol_teachers" must not contain underscores.
(#1366) Variable "to_enrol_students" must not contain underscores.
(#1367) Variable "enrol_instance" must not contain underscores.
(#1367) Variable "to_enrol_students" must not contain underscores.
(#1369) Variable "to_enrol_parents" must not contain underscores.
(#1370) Variable "enrol_instance" must not contain underscores.
(#1370) Variable "to_enrol_parents" must not contain underscores.
(#1372) Variable "to_unenrol" must not contain underscores.
(#1373) Variable "enrol_instance" must not contain underscores.
(#1373) Variable "to_unenrol" must not contain underscores.
(#1380) Missing docblock for function sync_classes_enrolments
(#1380) Visibility must be declared on method "sync_classes_enrolments"
(#1381) Variable "class_obj" must not contain underscores.
(#1382) Variable "class_obj" must not contain underscores.
(#1385) Variable "mdl_classes" must not contain underscores.
(#1386) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1386) Expected 1 space after FOREACH keyword; 0 found
(#1386) Variable "mdl_classes" must not contain underscores.
(#1387) Variable "ldap_members" must not contain underscores.
(#1388) Variable "ldap_members" must not contain underscores.
(#1388) Variable "ldap_members" must not contain underscores.
(#1390) Variable "enrol_instance" must not contain underscores.
(#1391) Variable "enrol_instance" must not contain underscores.
(#1395) Variable "mdl_members" must not contain underscores.
(#1396) Variable "enrol_instance" must not contain underscores.
(#1396) Variable "mdl_members" must not contain underscores.
(#1396) Variable "ldap_members" must not contain underscores.
(#1400) Missing docblock for function get_class_parents
(#1400) Visibility must be declared on method "get_class_parents"
(#1403) Expected "if (...) {\n"; found "if(...){\n"
(#1403) Expected 1 space after IF keyword; 0 found
(#1403) Expected 0 spaces after opening bracket; 1 found
(#1403) Expected 0 spaces before closing bracket; 1 found
(#1403) Expected 1 space after closing parenthesis; found 0
(#1405) Short array syntax must be used to define arrays
(#1414) Short array syntax must be used to define arrays
(#1415) Short array syntax must be used to define arrays
(#1416) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1416) Expected 1 space after FOREACH keyword; 0 found
(#1422) Missing docblock for function is_ldap_or_manual
(#1422) Visibility must be declared on method "is_ldap_or_manual"
(#1423) Expected at least 1 space before "."; 0 found
(#1423) Expected at least 1 space after "."; 0 found
(#1423) Expected at least 1 space before "."; 0 found
(#1423) Expected at least 1 space after "."; 0 found
(#1424) Expected "if (...) {\n"; found "if(...){\n"
(#1424) Expected 1 space after IF keyword; 0 found
(#1424) Expected 1 space after closing parenthesis; found 0
(#1431) Missing docblock for function class_enrol
(#1431) Visibility must be declared on method "class_enrol"
(#1431) Variable "enrol_instance" must not contain underscores.
(#1434) Short array syntax must be used to define arrays
(#1437) Space before opening parenthesis of function call prohibited
(#1437) Space after opening parenthesis of function call prohibited
(#1437) Short array syntax must be used to define arrays
(#1439) There should be a comma after the last array item in a multi-line array.
(#1440) Expected 0 spaces before closing parenthesis; 1 found
(#1442) Space before opening parenthesis of function call prohibited
(#1442) Space after opening parenthesis of function call prohibited
(#1442) Expected at least 1 space before "."; 0 found
(#1442) Expected at least 1 space after "."; 0 found
(#1442) Expected at least 1 space before "."; 0 found
(#1442) Expected at least 1 space after "."; 0 found
(#1442) Line exceeds 132 characters; contains 138 characters
(#1445) Variable "enrol_instance" must not contain underscores.
(#1446) Space before opening parenthesis of function call prohibited
(#1446) Space after opening parenthesis of function call prohibited
(#1447) Expected at least 1 space before "."; 0 found
(#1447) Expected at least 1 space after "."; 0 found
(#1447) Expected at least 1 space before "."; 0 found
(#1447) Expected at least 1 space after "."; 0 found
(#1447) Expected at least 1 space before "."; 0 found
(#1447) Expected at least 1 space after "."; 0 found
(#1447) Expected at least 1 space before "."; 0 found
(#1447) Expected at least 1 space after "."; 0 found
(#1447) Expected 0 spaces before closing parenthesis; 1 found
(#1451) Missing docblock for function class_unenrol
(#1451) Visibility must be declared on method "class_unenrol"
(#1451) Variable "enrol_instance" must not contain underscores.
(#1454) Short array syntax must be used to define arrays
(#1457) Space before opening parenthesis of function call prohibited
(#1457) Space after opening parenthesis of function call prohibited
(#1457) Short array syntax must be used to define arrays
(#1459) There should be a comma after the last array item in a multi-line array.
(#1460) Expected 0 spaces before closing parenthesis; 1 found
(#1462) Space before opening parenthesis of function call prohibited
(#1462) Space after opening parenthesis of function call prohibited
(#1462) Expected at least 1 space before "."; 0 found
(#1462) Expected at least 1 space after "."; 0 found
(#1462) Expected at least 1 space before "."; 0 found
(#1462) Expected at least 1 space after "."; 0 found
(#1462) Line exceeds 132 characters; contains 142 characters
(#1465) Variable "enrol_instance" must not contain underscores.
(#1466) Space before opening parenthesis of function call prohibited
(#1466) Space after opening parenthesis of function call prohibited
(#1466) Expected at least 1 space before "."; 0 found
(#1466) Expected at least 1 space after "."; 0 found
(#1466) Expected at least 1 space before "."; 0 found
(#1466) Expected at least 1 space after "."; 0 found
(#1466) Expected at least 1 space before "."; 0 found
(#1466) Expected at least 1 space after "."; 0 found
(#1466) Expected at least 1 space before "."; 0 found
(#1466) Expected at least 1 space after "."; 0 found
(#1466) Expected at least 1 space before "."; 0 found
(#1466) Expected at least 1 space after "."; 0 found
(#1466) Expected at least 1 space before "."; 0 found
(#1466) Expected at least 1 space after "."; 0 found
(#1466) Expected at least 1 space before "."; 0 found
(#1466) Expected at least 1 space after "."; 0 found
(#1466) Expected at least 1 space before "."; 0 found
(#1466) Expected at least 1 space after "."; 0 found
(#1466) Expected 0 spaces before closing parenthesis; 1 found
(#1466) Line exceeds 132 characters; contains 158 characters
(#1477) Missing docblock for function sync_user_groups
(#1479) "require_once" must be immediately followed by an open parenthesis
(#1480) Expected 0 spaces after opening bracket; 1 found
(#1480) Expected 0 spaces before closing bracket; 1 found
(#1481) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1481) Expected 1 space after FOREACH keyword; 0 found
(#1482) Expected 0 spaces after opening bracket; 1 found
(#1482) Expected 0 spaces before closing bracket; 1 found
(#1493) Missing docblock for function sync_class_groups
(#1495) "require_once" must be immediately followed by an open parenthesis
(#1496) Expected at least 1 space before "."; 0 found
(#1496) Expected at least 1 space after "."; 0 found
(#1499) Short array syntax must be used to define arrays
(#1500) Short array syntax must be used to define arrays
(#1501) Short array syntax must be used to define arrays
(#1502) Expected 0 spaces after opening bracket; 1 found
(#1502) Expected 0 spaces before closing bracket; 1 found
(#1505) Expected 0 spaces after opening bracket; 1 found
(#1505) Expected 0 spaces before closing bracket; 1 found
(#1508) Expected 0 spaces after opening bracket; 1 found
(#1508) Expected 0 spaces before closing bracket; 1 found
(#1512) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1512) Expected 1 space after FOREACH keyword; 0 found
(#1513) Expected "if (...) {\n"; found "if(...) {\n"
(#1513) Expected 1 space after IF keyword; 0 found
(#1513) Expected 0 spaces after opening bracket; 1 found
(#1513) Expected 0 spaces before closing bracket; 1 found
(#1517) Expected at least 1 space before "."; 0 found
(#1517) Expected at least 1 space after "."; 0 found
(#1527) Missing docblock for function get_groupid
(#1529) Expected 0 spaces after opening bracket; 1 found
(#1529) Expected 0 spaces before closing bracket; 1 found
(#1530) Short array syntax must be used to define arrays
(#1534) Expected at least 1 space before "."; 0 found
(#1534) Expected at least 1 space after "."; 0 found
(#1535) Expected "if (...) {\n"; found "if(...) {\n"
(#1535) Expected 1 space after IF keyword; 0 found
(#1535) Expected 0 spaces after opening bracket; 1 found
(#1535) Expected 0 spaces before closing bracket; 1 found
(#1536) Expected at least 1 space before "."; 0 found
(#1536) Expected at least 1 space after "."; 0 found
(#1538) Expected 0 spaces after opening bracket; 1 found
(#1538) Short array syntax must be used to define arrays
(#1538) Expected 0 spaces before closing bracket; 1 found
(#1539) Expected at least 1 space before "."; 0 found
(#1539) Expected at least 1 space after "."; 0 found
(#1541) Expected 0 spaces after opening bracket; 1 found
(#1541) Expected 0 spaces before closing bracket; 1 found
(#1542) Expected at least 1 space before "."; 0 found
(#1542) Expected at least 1 space after "."; 0 found
(#1549) Missing docblock for function get_group
(#1551) Expected at least 1 space before "."; 0 found
(#1551) Expected at least 1 space after "."; 0 found
(#1552) Expected 0 spaces after opening bracket; 1 found
(#1552) Expected 0 spaces before closing bracket; 1 found
(#1553) Expected at least 1 space before "."; 0 found
(#1553) Expected at least 1 space after "."; 0 found
(#1555) Short array syntax must be used to define arrays
(#1555) Commas (,) must be followed by white space.
(#1555) Expected 1 space between the comma and "'idnumber'". Found: no spaces
(#1556) Expected 0 spaces after opening bracket; 1 found
(#1556) Expected 0 spaces before closing bracket; 1 found
(#1558) Short array syntax must be used to define arrays
(#1560) Expected at least 1 space before "."; 0 found
(#1560) Expected at least 1 space after "."; 0 found
(#1564) Missing docblock for function class_create_group
(#1565) Commas (,) must be followed by white space.
(#1565) Expected 1 space between the comma and "$DB". Found: no spaces
(#1566) "require_once" must be immediately followed by an open parenthesis
(#1567) Expected at least 1 space before "."; 0 found
(#1567) Expected at least 1 space after "."; 0 found
(#1568) Expected 0 spaces after opening bracket; 1 found
(#1568) Expected 0 spaces before closing bracket; 1 found
(#1569) Expected at least 1 space before "."; 0 found
(#1569) Expected at least 1 space after "."; 0 found
(#1571) Short array syntax must be used to define arrays
(#1572) Parentheses must be used when instantiating a new class
(#1574) Expected at least 1 space before "."; 0 found
(#1574) Expected at least 1 space after "."; 0 found
(#1574) Expected at least 1 space before "."; 0 found
(#1574) Expected at least 1 space after "."; 0 found
(#1575) Expected at least 1 space before "."; 0 found
(#1575) Expected at least 1 space after "."; 0 found
(#1575) Expected at least 1 space before "."; 0 found
(#1575) Expected at least 1 space after "."; 0 found
(#1575) Expected at least 1 space before "."; 0 found
(#1575) Expected at least 1 space after "."; 0 found
(#1577) Expected at least 1 space before "."; 0 found
(#1577) Expected at least 1 space after "."; 0 found
(#1577) Expected at least 1 space before "."; 0 found
(#1577) Expected at least 1 space after "."; 0 found
(#1584) Missing docblock for function class_delete_group
(#1585) "require_once" must be immediately followed by an open parenthesis
(#1586) Expected 0 spaces after opening bracket; 1 found
(#1586) Expected 0 spaces before closing bracket; 1 found
(#1587) Expected at least 1 space before "."; 0 found
(#1587) Expected at least 1 space after "."; 0 found
(#1590) Expected 0 spaces after opening bracket; 1 found
(#1590) Expected 0 spaces before closing bracket; 1 found
(#1591) Space after opening parenthesis of function call prohibited
(#1591) Expected 0 spaces before closing parenthesis; 1 found
(#1595) Missing docblock for function class_group_is_member
(#1597) "require_once" must be immediately followed by an open parenthesis
(#1597) Space before opening parenthesis of function call prohibited
(#1598) Expected 0 spaces after opening bracket; 1 found
(#1598) Expected 0 spaces before closing bracket; 1 found
(#1599) Expected at least 1 space before "."; 0 found
(#1599) Expected at least 1 space after "."; 0 found
(#1605) Missing docblock for function class_group_add_member
(#1607) "require_once" must be immediately followed by an open parenthesis
(#1608) Expected at least 1 space before "."; 0 found
(#1608) Expected at least 1 space after "."; 0 found
(#1609) Expected 0 spaces after opening bracket; 1 found
(#1609) Expected 0 spaces before closing bracket; 1 found
(#1610) Expected at least 1 space before "."; 0 found
(#1610) Expected at least 1 space after "."; 0 found
(#1614) Expected at least 1 space before "."; 0 found
(#1614) Expected at least 1 space after "."; 0 found
(#1617) Missing docblock for function class_group_remove_member
(#1619) "require_once" must be immediately followed by an open parenthesis
(#1620) Expected 0 spaces after opening bracket; 1 found
(#1620) Expected 0 spaces before closing bracket; 1 found
(#1621) Expected at least 1 space before "."; 0 found
(#1621) Expected at least 1 space after "."; 0 found
(#1637) Variable "mdl_user_objects" must not contain underscores.
(#1638) Short array syntax must be used to define arrays
(#1639) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1639) Expected 1 space after FOREACH keyword; 0 found
(#1639) Variable "mdl_user_objects" must not contain underscores.
(#1651) Short array syntax must be used to define arrays
(#1652) Expected at least 1 space before "."; 0 found
(#1652) Expected at least 1 space after "."; 0 found
(#1652) Expected at least 1 space before "."; 0 found
(#1652) Expected at least 1 space after "."; 0 found
(#1655) Expected at least 1 space before "."; 0 found
(#1655) Expected at least 1 space after "."; 0 found
(#1655) Expected at least 1 space before "."; 0 found
(#1655) Expected at least 1 space after "."; 0 found
(#1671) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1671) Inline comments must end in full-stops, exclamation marks, or question marks
(#1675) Expected at least 1 space before "."; 0 found
(#1675) Expected at least 1 space after "."; 0 found
(#1675) Expected at least 1 space before "."; 0 found
(#1675) Expected at least 1 space after "."; 0 found
(#1682) Expected at least 1 space before "."; 0 found
(#1682) Expected at least 1 space after "."; 0 found
(#1682) Expected at least 1 space before "."; 0 found
(#1682) Expected at least 1 space after "."; 0 found
(#1685) Expected at least 1 space before "."; 0 found
(#1685) Expected at least 1 space after "."; 0 found
(#1685) Expected at least 1 space before "."; 0 found
(#1685) Expected at least 1 space after "."; 0 found
(#1685) Line exceeds 132 characters; contains 148 characters
(#1690) Function closing brace must go on the next line following the body; found 1 blank lines before brace
(#1695) Visibility must be declared on method "sync_collections_enrolments"
(#1695) Expected 1 space before opening brace; found 0
(#1698) Variable "course_allstds" must not contain underscores.
(#1698) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#1707) Short array syntax must be used to define arrays
(#1707) No space found after comma in argument list
(#1707) Commas (,) must be followed by white space.
(#1707) Expected 1 space between the comma and "'*'". Found: no spaces
(#1713) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1713) Inline comments must end in full-stops, exclamation marks, or question marks
(#1715) Variable "course_allstds" must not contain underscores.
(#1715) No space found after comma in argument list
(#1715) Commas (,) must be followed by white space.
(#1715) Expected 1 space between the comma and ""enrol_oss"". Found: no spaces
(#1715) Line exceeds 132 characters; contains 134 characters
(#1716) Variable "course_allstds" must not contain underscores.
(#1717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1717) Inline comments must end in full-stops, exclamation marks, or question marks
(#1718) Variable "course_allstds" must not contain underscores.
(#1719) Variable "members_ist" must not contain underscores.
(#1720) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1720) Inline comments must end in full-stops, exclamation marks, or question marks
(#1723) Variable "members_soll" must not contain underscores.
(#1724) Variable "enrol_instance" must not contain underscores.
(#1724) Variable "course_allstds" must not contain underscores.
(#1725) Variable "enrol_instance" must not contain underscores.
(#1726) Expected at least 1 space before "."; 0 found
(#1726) Expected at least 1 space after "."; 0 found
(#1726) No space found after comma in argument list
(#1726) Commas (,) must be followed by white space.
(#1726) Expected 1 space between the comma and ""enrol_oss"". Found: no spaces
(#1726) Expected at least 1 space before "."; 0 found
(#1726) Expected at least 1 space after "."; 0 found
(#1726) Line exceeds maximum limit of 180 characters; contains 182 characters
(#1728) Variable "course_allstds" must not contain underscores.
(#1728) Variable "enrol_instance" must not contain underscores.
(#1728) Variable "members_ist" must not contain underscores.
(#1728) Variable "members_soll" must not contain underscores.
(#1733) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1733) Inline comments must end in full-stops, exclamation marks, or question marks
(#1737) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1737) Inline comments must end in full-stops, exclamation marks, or question marks
(#1738) No space found after comma in argument list
(#1738) Commas (,) must be followed by white space.
(#1738) Expected 1 space between the comma and ""enrol_oss"". Found: no spaces
(#1741) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1741) Inline comments must end in full-stops, exclamation marks, or question marks
(#1743) Variable "members_ist" must not contain underscores.
(#1744) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1744) Inline comments must end in full-stops, exclamation marks, or question marks
(#1745) Expected at least 1 space before "."; 0 found
(#1745) Expected at least 1 space after "."; 0 found
(#1745) Expected at least 1 space before "."; 0 found
(#1745) Expected at least 1 space after "."; 0 found
(#1746) Variable "members_soll" must not contain underscores.
(#1747) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1747) Inline comments must end in full-stops, exclamation marks, or question marks
(#1748) Variable "enrol_instance" must not contain underscores.
(#1749) Variable "enrol_instance" must not contain underscores.
(#1750) Line exceeds 132 characters; contains 137 characters
(#1752) Variable "enrol_instance" must not contain underscores.
(#1752) Variable "members_ist" must not contain underscores.
(#1752) Variable "members_soll" must not contain underscores.
(#1774) Variable "ldap_students" must not contain underscores.
(#1777) Variable "mdl_students" must not contain underscores.
(#1777) Short array syntax must be used to define arrays
(#1778) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1778) Expected 1 space after FOREACH keyword; 0 found
(#1779) Variable "mdl_students" must not contain underscores.
(#1781) Short array syntax must be used to define arrays
(#1782) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1782) Expected 1 space after FOREACH keyword; 0 found
(#1782) Variable "ldap_students" must not contain underscores.
(#1783) Variable "mdl_students" must not contain underscores.
(#1796) Expected "if (...) {\n"; found "if(...) {\n"
(#1796) Expected 1 space after IF keyword; 0 found
(#1796) Expected 0 spaces after opening bracket; 1 found
(#1796) Logical operator "or" is prohibited; use "||" instead
(#1796) Logical operator "or" is prohibited; use "||" instead
(#1796) Logical operator "or" is prohibited; use "||" instead
(#1813) Expected "if (...) {\n"; found "if(...) {\n"
(#1813) Expected 1 space after IF keyword; 0 found
(#1813) Expected 0 spaces after opening bracket; 1 found
(#1813) Logical operator "or" is prohibited; use "||" instead
(#1813) Logical operator "or" is prohibited; use "||" instead
(#1813) Logical operator "or" is prohibited; use "||" instead
(#1830) Expected at least 1 space before "."; 0 found
(#1830) Expected at least 1 space after "."; 0 found
(#1830) Expected at least 1 space before "."; 0 found
(#1830) Expected at least 1 space after "."; 0 found
(#1831) Expected at least 1 space after "."; 0 found
(#1831) Expected at least 1 space before "."; 0 found
(#1831) Expected at least 1 space after "."; 0 found
(#1831) Expected at least 1 space before "."; 0 found
(#1831) Expected at least 1 space after "."; 0 found
(#1832) Opening parenthesis of a multi-line function call must be the last content on the line
(#1832) Only one argument is allowed per line in a multi-line function call
(#1832) Only one argument is allowed per line in a multi-line function call
(#1832) Short array syntax must be used to define arrays
(#1833) Multi-line function call not indented correctly; expected 8 spaces but found 20
(#1833) Only one argument is allowed per line in a multi-line function call
(#1833) Closing parenthesis of a multi-line function call must be on a line by itself
(#1834) Short array syntax must be used to define arrays
(#1835) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1835) Expected 1 space after FOREACH keyword; 0 found
(#1840) Space after opening parenthesis of function call prohibited
(#1840) Space before opening parenthesis of function call prohibited
(#1840) Space after opening parenthesis of function call prohibited
(#1840) Expected 0 spaces before closing parenthesis; 1 found
(#1840) Space found before comma in argument list
(#1840) Expected no space between ")" and the comma. Found: 1 space
(#1840) Space before opening parenthesis of function call prohibited
(#1840) Space after opening parenthesis of function call prohibited
(#1840) Expected 0 spaces before closing parenthesis; 1 found
(#1840) Expected 0 spaces before closing parenthesis; 1 found
(#1841) Space after opening parenthesis of function call prohibited
(#1841) Space after opening parenthesis of function call prohibited
(#1841) Expected 0 spaces before closing parenthesis; 1 found
(#1841) Space after opening parenthesis of function call prohibited
(#1841) Expected 0 spaces before closing parenthesis; 1 found
(#1842) Expected "if (...) {\n"; found "if(...) {\n"
(#1842) Expected 1 space after IF keyword; 0 found
(#1842) Empty IF statement detected
(#1842) Expected 0 spaces after opening bracket; 1 found
(#1842) Expected 0 spaces before closing bracket; 1 found
(#1843) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1843) Inline comments must end in full-stops, exclamation marks, or question marks
(#1845) Expected "if (...) {\n"; found "if(...) {\n"
(#1845) Expected 1 space after IF keyword; 0 found
(#1845) Empty IF statement detected
(#1845) Expected 0 spaces after opening bracket; 1 found
(#1845) Expected 0 spaces before closing bracket; 1 found
(#1846) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1846) Inline comments must end in full-stops, exclamation marks, or question marks
(#1848) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1848) Inline comments must end in full-stops, exclamation marks, or question marks
(#1849) Variable "relation_to_be" must not contain underscores.
(#1849) Space after opening parenthesis of function call prohibited
(#1849) Space after opening parenthesis of function call prohibited
(#1849) Expected 0 spaces before closing parenthesis; 1 found
(#1849) Space after opening parenthesis of function call prohibited
(#1849) Expected 0 spaces before closing parenthesis; 1 found
(#1853) Expected at least 1 space before "."; 0 found
(#1853) Expected at least 1 space after "."; 0 found
(#1853) Expected at least 1 space before "."; 0 found
(#1853) Expected at least 1 space after "."; 0 found
(#1853) Expected at least 1 space before "."; 0 found
(#1853) Expected at least 1 space after "."; 0 found
(#1855) Short array syntax must be used to define arrays
(#1856) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1856) Expected 1 space after FOREACH keyword; 0 found
(#1859) Variable "to_create" must not contain underscores.
(#1859) Space after opening parenthesis of function call prohibited
(#1859) Space after opening parenthesis of function call prohibited
(#1859) Expected 0 spaces before closing parenthesis; 1 found
(#1860) Variable "to_delete" must not contain underscores.
(#1860) Space after opening parenthesis of function call prohibited
(#1860) Space after opening parenthesis of function call prohibited
(#1860) Expected 0 spaces before closing parenthesis; 1 found
(#1860) Expected 0 spaces before closing parenthesis; 1 found
(#1861) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1861) Expected 1 space after FOREACH keyword; 0 found
(#1861) Variable "to_create" must not contain underscores.
(#1862) Expected "if (...) {\n"; found "if(...) {\n"
(#1862) Expected 1 space after IF keyword; 0 found
(#1865) Expected at least 1 space before "."; 0 found
(#1865) Expected at least 1 space after "."; 0 found
(#1868) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#1868) Expected 1 space after FOREACH keyword; 0 found
(#1868) Variable "to_delete" must not contain underscores.
(#1869) Expected "if (...) {\n"; found "if(...) {\n"
(#1869) Expected 1 space after IF keyword; 0 found
(#1872) Expected at least 1 space before "."; 0 found
(#1872) Expected at least 1 space after "."; 0 found
(#1889) Variable "attic_obj" must not contain underscores.
(#1890) Variable "attic_obj" must not contain underscores.
(#1899) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1899) Inline comments must end in full-stops, exclamation marks, or question marks
(#1921) Expected at least 1 space before "."; 0 found
(#1921) Expected at least 1 space after "."; 0 found
(#1921) Expected at least 1 space before "."; 0 found
(#1921) Expected at least 1 space after "."; 0 found
(#1922) Expected 1 space after closing brace; newline found
(#1923) Expected "} else {\n"; found "}\n else {\n"
(#1925) Expected at least 1 space before "."; 0 found
(#1925) Expected at least 1 space after "."; 0 found
(#1925) Expected at least 1 space before "."; 0 found
(#1925) Expected at least 1 space after "."; 0 found
(#1925) Expected at least 1 space before "."; 0 found
(#1925) Expected at least 1 space after "."; 0 found
(#1936) Commas (,) must be followed by white space.
(#1936) Expected 1 space between the comma and "$DB". Found: no spaces
(#1938) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1938) Inline comments must end in full-stops, exclamation marks, or question marks
(#1953) Short array syntax must be used to define arrays
(#1976) Variable "ignored_teachers" must not contain underscores.
(#1977) Variable "ignored_teachers" must not contain underscores.
(#1980) Variable "ignored_teachers" must not contain underscores.
(#1993) Opening parenthesis of a multi-line function call must be the last content on the line
(#1994) Multi-line function call not indented correctly; expected 12 spaces but found 28
(#1994) Only one argument is allowed per line in a multi-line function call
(#1994) Only one argument is allowed per line in a multi-line function call
(#1994) Closing parenthesis of a multi-line function call must be on a line by itself
(#2003) Variable "cat_obj" must not contain underscores.
(#2003) Opening parenthesis of a multi-line function call must be the last content on the line
(#2003) Only one argument is allowed per line in a multi-line function call
(#2003) Short array syntax must be used to define arrays
(#2004) Multi-line function call not indented correctly; expected 8 spaces but found 16
(#2004) No space found after comma in argument list
(#2004) Commas (,) must be followed by white space.
(#2004) Expected 1 space between the comma and "IGNORE_MULTIPLE". Found: no spaces
(#2004) Only one argument is allowed per line in a multi-line function call
(#2004) Closing parenthesis of a multi-line function call must be on a line by itself
(#2005) Variable "cat_obj" must not contain underscores.
(#2006) Variable "cat_obj" must not contain underscores.
(#2006) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2006) Inline comments must end in full-stops, exclamation marks, or question marks
(#2008) Expected at least 1 space before "."; 0 found
(#2008) Expected at least 1 space after "."; 0 found
(#2008) Expected at least 1 space before "."; 0 found
(#2008) Expected at least 1 space after "."; 0 found
(#2008) Variable "cat_obj" must not contain underscores.
(#2008) Expected at least 1 space before "."; 0 found
(#2008) Expected at least 1 space after "."; 0 found
(#2011) Expected at least 1 space after "."; 0 found
(#2012) Variable "cat_obj" must not contain underscores.
(#2012) Opening parenthesis of a multi-line function call must be the last content on the line
(#2012) Expected at least 1 space before "."; 0 found
(#2012) Expected at least 1 space after "."; 0 found
(#2012) Expected at least 1 space before "."; 0 found
(#2012) Expected at least 1 space after "."; 0 found
(#2012) Only one argument is allowed per line in a multi-line function call
(#2013) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#2013) Only one argument is allowed per line in a multi-line function call
(#2013) Closing parenthesis of a multi-line function call must be on a line by itself
(#2014) Variable "cat_obj" must not contain underscores.
(#2015) Expected at least 1 space before "."; 0 found
(#2015) Expected at least 1 space after "."; 0 found
(#2018) Expected at least 1 space before "."; 0 found
(#2018) Expected at least 1 space after "."; 0 found
(#2018) Expected at least 1 space before "."; 0 found
(#2018) Expected at least 1 space after "."; 0 found
(#2018) Variable "cat_obj" must not contain underscores.
(#2018) Expected at least 1 space before "."; 0 found
(#2018) Expected at least 1 space after "."; 0 found
(#2018) Expected at least 1 space before "."; 0 found
(#2018) Expected at least 1 space after "."; 0 found
(#2018) Expected at least 1 space before "."; 0 found
(#2018) Expected at least 1 space after "."; 0 found
(#2018) Expected at least 1 space before "."; 0 found
(#2018) Expected at least 1 space after "."; 0 found
(#2018) Expected at least 1 space before "."; 0 found
(#2018) Expected at least 1 space after "."; 0 found
(#2018) Expected at least 1 space before "."; 0 found
(#2018) Expected at least 1 space after "."; 0 found
(#2018) Expected at least 1 space before "."; 0 found
(#2018) Expected at least 1 space after "."; 0 found
(#2018) Line exceeds 132 characters; contains 163 characters
(#2020) Variable "cat_obj" must not contain underscores.
(#2033) Commas (,) must be followed by white space.
(#2033) Expected 1 space between the comma and "$DB". Found: no spaces
(#2035) Expected "if (...) {\n"; found "if (...){\n"
(#2035) Expected 1 space after closing parenthesis; found 0
(#2044) Variable "teacher_coursecreator" must not contain underscores.
(#2044) Short array syntax must be used to define arrays
(#2046) Variable "teacher_editingteacher" must not contain underscores.
(#2046) Short array syntax must be used to define arrays
(#2046) Line exceeds 132 characters; contains 135 characters
(#2048) Variable "teacher_coursecreator" must not contain underscores.
(#2048) Variable "teacher_editingteacher" must not contain underscores.
(#2062) Expected "if (...) {\n"; found "if (...){\n"
(#2062) Expected 1 space after closing parenthesis; found 0
(#2077) Line exceeds 132 characters; contains 133 characters
(#2081) Expected at least 1 space before "."; 0 found
(#2081) Expected at least 1 space after "."; 0 found
(#2081) Expected at least 1 space before "."; 0 found
(#2081) Expected at least 1 space after "."; 0 found
(#2081) Expected at least 1 space before "."; 0 found
(#2081) Expected at least 1 space after "."; 0 found
(#2081) Expected at least 1 space before "."; 0 found
(#2081) Expected at least 1 space after "."; 0 found
(#2097) Expected "if (...) {\n"; found "if (...){\n"
(#2097) Expected 1 space after closing parenthesis; found 0
(#2108) Expected at least 1 space before "."; 0 found
(#2108) Expected at least 1 space after "."; 0 found
(#2108) Expected at least 1 space before "."; 0 found
(#2108) Expected at least 1 space after "."; 0 found
(#2108) Expected at least 1 space before "."; 0 found
(#2108) Expected at least 1 space after "."; 0 found
(#2108) Expected at least 1 space before "."; 0 found
(#2108) Expected at least 1 space after "."; 0 found
(#2122) Expected "function abc(...)"; found "function abc (...)"
(#2122) Expected 0 spaces after "create_category"; 1 found
(#2122) Expected 0 spaces before opening parenthesis; 1 found
(#2123) Commas (,) must be followed by white space.
(#2123) Expected 1 space between the comma and "$DB". Found: no spaces
(#2125) Opening parenthesis of a multi-line function call must be the last content on the line
(#2126) Multi-line function call not indented correctly; expected 8 spaces but found 17
(#2126) Only one argument is allowed per line in a multi-line function call
(#2126) Only one argument is allowed per line in a multi-line function call
(#2126) Only one argument is allowed per line in a multi-line function call
(#2126) Closing parenthesis of a multi-line function call must be on a line by itself
(#2135) Expected at least 1 space before "."; 0 found
(#2135) Expected at least 1 space after "."; 0 found
(#2135) Expected at least 1 space before "."; 0 found
(#2135) Expected at least 1 space after "."; 0 found
(#2135) Expected at least 1 space before "."; 0 found
(#2135) Expected at least 1 space after "."; 0 found
(#2135) Expected at least 1 space before "."; 0 found
(#2135) Expected at least 1 space after "."; 0 found
(#2139) Expected at least 1 space before "."; 0 found
(#2139) Expected at least 1 space after "."; 0 found
(#2139) Expected at least 1 space before "."; 0 found
(#2139) Expected at least 1 space after "."; 0 found
(#2139) Expected at least 1 space before "."; 0 found
(#2139) Expected at least 1 space after "."; 0 found
(#2141) Short array syntax must be used to define arrays
(#2148) Missing docblock for function userid_from_dn
(#2153) Logical operator "or" is prohibited; use "||" instead
(#2154) Logical operator "or" is prohibited; use "||" instead
(#2157) Variable "field_map_idnumber" must not contain underscores.
(#2157) Expected at least 1 space before "?"; 0 found
(#2157) Expected 1 space before "?"; 0 found
(#2158) Expected at least 1 space before "."; 0 found
(#2158) Variable "field_map_idnumber" must not contain underscores.
(#2158) Expected at least 1 space before "."; 0 found
(#2159) Opening parenthesis of a multi-line function call must be the last content on the line
(#2159) No space found after comma in argument list
(#2159) Commas (,) must be followed by white space.
(#2159) Expected 1 space between the comma and "$this". Found: no spaces
(#2159) No space found after comma in argument list
(#2159) Commas (,) must be followed by white space.
(#2159) Expected 1 space between the comma and "$dn". Found: no spaces
(#2160) Closing parenthesis of a multi-line function call must be on a line by itself
(#2169) Missing docblock for function test_sync_user_enrolments
(#2171) Short array syntax must be used to define arrays
(#2177) Closing brace must not be followed by any comment or statement on the same line
(#2177) The closing brace for the class must go on the next line after the body
enrol/oss/parents/parents.php
(#20) Incorrect @package tag for file parents.php. Expected enrol_oss, found enrol.
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#29) Expected at least 1 space before "."; 0 found
(#29) Expected at least 1 space after "."; 0 found
(#33) Variable "parents_enabled" must not contain underscores.
(#35) Expected "if (...) {\n"; found "if(...) {\n"
(#35) Expected 1 space after IF keyword; 0 found
(#35) Expected 0 spaces after opening bracket; 1 found
(#35) Variable "parents_enabled" must not contain underscores.
(#35) Expected 0 spaces before closing bracket; 1 found
(#35) Expected 1 space after closing parenthesis; found 2
(#37) Short array syntax must be used to define arrays
(#39) Inline comments must start with a capital letter, digit or 3-dots sequence
(#39) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Inline comments must start with a capital letter, digit or 3-dots sequence
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) Variable "action_form" must not contain underscores.
(#45) Variable "action_form" must not contain underscores.
(#47) Inline comments must start with a capital letter, digit or 3-dots sequence
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#50) Inline comments must start with a capital letter, digit or 3-dots sequence
(#50) Inline comments must end in full-stops, exclamation marks, or question marks
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Short array syntax must be used to define arrays
(#51) Line exceeds 132 characters; contains 143 characters
(#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
(#55) The CASE body must start on the line following the statement
(#55) There must be a comment when fall-through is intentional in a non-empty case body
(#55) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space after "."; 0 found
(#55) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space after "."; 0 found
(#55) Expected at least 1 space before "."; 0 found
(#55) Expected at least 1 space after "."; 0 found
(#56) The CASE body must start on the line following the statement
(#56) There must be a comment when fall-through is intentional in a non-empty case body
(#56) Expected at least 1 space before "."; 0 found
(#56) Expected at least 1 space after "."; 0 found
(#56) Expected at least 1 space before "."; 0 found
(#56) Expected at least 1 space after "."; 0 found
(#56) Expected at least 1 space before "."; 0 found
(#56) Expected at least 1 space after "."; 0 found
(#57) The CASE body must start on the line following the statement
(#57) There must be a comment when fall-through is intentional in a non-empty case body
(#57) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space after "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space after "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space after "."; 0 found
(#58) The CASE body must start on the line following the statement
(#58) There must be a comment when fall-through is intentional in a non-empty case body
(#58) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space after "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space after "."; 0 found
(#58) Expected at least 1 space before "."; 0 found
(#58) Expected at least 1 space after "."; 0 found
(#59) The CASE body must start on the line following the statement
(#59) There must be a comment when fall-through is intentional in a non-empty case body
(#59) Expected at least 1 space before "."; 0 found
(#59) Expected at least 1 space after "."; 0 found
(#59) Expected at least 1 space before "."; 0 found
(#59) Expected at least 1 space after "."; 0 found
(#59) Expected at least 1 space before "."; 0 found
(#59) Expected at least 1 space after "."; 0 found
(#60) The CASE body must start on the line following the statement
(#60) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space after "."; 0 found
(#60) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space after "."; 0 found
(#60) Expected at least 1 space before "."; 0 found
(#60) Expected at least 1 space after "."; 0 found
(#65) Variable "user_bulk_form" must not contain underscores.
(#67) Variable "user_bulk_form" must not contain underscores.
(#70) Blank line found at end of control structure
(#76) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#76) Expected 1 space after FOREACH keyword; 0 found
(#86) Blank line found at end of control structure
(#88) Short array syntax must be used to define arrays
(#89) Blank line found at end of control structure
(#93) Short array syntax must be used to define arrays
(#95) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#95) Expected 1 space after FOREACH keyword; 0 found
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#105) Inline comments must end in full-stops, exclamation marks, or question marks
(#107) Variable "user_bulk_form" must not contain underscores.
(#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
(#115) Variable "user_bulk_form" must not contain underscores.
(#117) Variable "action_form" must not contain underscores.
(#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
(#127) No space found after comma in argument list
(#127) Commas (,) must be followed by white space.
(#127) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
enrol/oss/parents/parents_set_passwords.php
(#20) Incorrect @package tag for file parents_set_passwords.php. Expected enrol_oss, found enrol.
(#32) Expected at least 1 space before "."; 0 found
(#32) Expected at least 1 space after "."; 0 found
(#45) Expected at least 1 space before "."; 0 found
(#45) Expected at least 1 space after "."; 0 found
(#55) Logical operator "and" is prohibited; use "&&" instead
(#69) Long list syntax is not allowed
(#72) Short array syntax must be used to define arrays
(#89) Long list syntax is not allowed
(#90) Expected at least 1 space before "."; 0 found
(#90) Expected at least 1 space after "."; 0 found
(#90) Expected at least 1 space before "."; 0 found
(#90) Expected at least 1 space after "."; 0 found
(#93) Opening parenthesis of a multi-line function call must be the last content on the line
(#94) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#94) Short array syntax must be used to define arrays
(#94) Closing parenthesis of a multi-line function call must be on a line by itself
enrol/oss/parents/parentslib.php
(#20) Incorrect @package tag for file parentslib.php. Expected enrol_oss, found enrol.
(#29) Expected at least 1 space before "."; 0 found
(#29) Expected at least 1 space after "."; 0 found
(#35) Missing docblock for function enrol_oss_add_selection_all
(#38) Long list syntax is not allowed
(#38) Short array syntax must be used to define arrays
(#40) Expected at least 1 space before "."; 0 found
(#40) Expected at least 1 space after "."; 0 found
(#40) Expected at least 1 space before "."; 0 found
(#40) Expected at least 1 space after "."; 0 found
(#49) Missing docblock for function enrol_oss_format_parents_select_menu
(#49) Expected "function abc(...)"; found "function abc (...)"
(#49) Expected 0 spaces before opening parenthesis; 1 found
(#51) Short array syntax must be used to define arrays
(#54) Long list syntax is not allowed
(#56) Expected at least 1 space before "."; 0 found
(#58) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#58) Only one argument is allowed per line in a multi-line function call
(#58) Only one argument is allowed per line in a multi-line function call
(#58) Only one argument is allowed per line in a multi-line function call
(#58) Closing parenthesis of a multi-line function call must be on a line by itself
(#59) Expected at least 1 space after "."; 0 found
(#61) Expected at least 1 space before "."; 0 found
(#61) Expected at least 1 space after "."; 0 found
(#61) Expected at least 1 space before "."; 0 found
(#61) Expected at least 1 space after "."; 0 found
(#64) Expected at least 1 space before "."; 0 found
(#64) Expected at least 1 space after "."; 0 found
(#64) Expected at least 1 space before "."; 0 found
(#64) Expected at least 1 space after "."; 0 found
(#79) Missing docblock for function enrol_oss_get_selection_data
(#83) Long list syntax is not allowed
(#83) Short array syntax must be used to define arrays
(#85) Short array syntax must be used to define arrays
(#89) Short array syntax must be used to define arrays
(#90) Opening parenthesis of a multi-line function call must be the last content on the line
(#90) Only one argument is allowed per line in a multi-line function call
(#90) Only one argument is allowed per line in a multi-line function call
(#90) Only one argument is allowed per line in a multi-line function call
(#91) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#91) Expected at least 1 space before "."; 0 found
(#91) Expected at least 1 space after "."; 0 found
(#91) Expected at least 1 space before "."; 0 found
(#91) Expected at least 1 space after "."; 0 found
(#91) Only one argument is allowed per line in a multi-line function call
(#91) Only one argument is allowed per line in a multi-line function call
(#91) Closing parenthesis of a multi-line function call must be on a line by itself
(#99) Long list syntax is not allowed
(#100) Opening parenthesis of a multi-line function call must be the last content on the line
(#100) Only one argument is allowed per line in a multi-line function call
(#100) Only one argument is allowed per line in a multi-line function call
(#100) Only one argument is allowed per line in a multi-line function call
(#100) Line exceeds 132 characters; contains 136 characters
(#101) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#101) Expected at least 1 space before "."; 0 found
(#101) Expected at least 1 space after "."; 0 found
(#101) Expected at least 1 space before "."; 0 found
(#101) Expected at least 1 space after "."; 0 found
(#101) Closing parenthesis of a multi-line function call must be on a line by itself
(#107) Missing docblock for function enrol_oss_parents_update_parents
(#118) Expected at least 1 space before "."; 0 found
(#118) Expected at least 1 space after "."; 0 found
(#123) Expected at least 1 space before "."; 0 found
(#123) Expected at least 1 space after "."; 0 found
enrol/oss/settings.php
(#1) Moodle boilerplate not found
(#19) Incorrect @package tag for file settings.php. Expected enrol_oss, found enrol.
(#28) Inline comments must start with a capital letter, digit or 3-dots sequence
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#30) Opening parenthesis of a multi-line function call must be the last content on the line
(#31) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#32) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#32) Only one argument is allowed per line in a multi-line function call
(#32) Closing parenthesis of a multi-line function call must be on a line by itself
(#33) Expected 0 spaces before closing parenthesis; newline found
(#36) Blank line found at start of control structure
(#41) Expected at least 1 space before "."; 0 found
(#41) Expected at least 1 space after "."; 0 found
(#42) Expected at least 1 space before "."; 0 found
(#42) Expected at least 1 space after "."; 0 found
(#43) Short array syntax must be used to define arrays
(#46) Opening parenthesis of a multi-line function call must be the last content on the line
(#47) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#47) No space found after comma in argument list
(#47) Commas (,) must be followed by white space.
(#47) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#48) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#48) Closing parenthesis of a multi-line function call must be on a line by itself
(#51) Opening parenthesis of a multi-line function call must be the last content on the line
(#52) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#53) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#53) Closing parenthesis of a multi-line function call must be on a line by itself
(#54) Opening parenthesis of a multi-line function call must be the last content on the line
(#55) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#56) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#56) Only one argument is allowed per line in a multi-line function call
(#56) Closing parenthesis of a multi-line function call must be on a line by itself
(#57) Opening parenthesis of a multi-line function call must be the last content on the line
(#58) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#58) Only one argument is allowed per line in a multi-line function call
(#58) Only one argument is allowed per line in a multi-line function call
(#58) Closing parenthesis of a multi-line function call must be on a line by itself
(#59) Opening parenthesis of a multi-line function call must be the last content on the line
(#60) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#60) Only one argument is allowed per line in a multi-line function call
(#60) Only one argument is allowed per line in a multi-line function call
(#60) Closing parenthesis of a multi-line function call must be on a line by itself
(#61) Opening parenthesis of a multi-line function call must be the last content on the line
(#62) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#62) Only one argument is allowed per line in a multi-line function call
(#62) Only one argument is allowed per line in a multi-line function call
(#62) Closing parenthesis of a multi-line function call must be on a line by itself
(#64) Opening parenthesis of a multi-line function call must be the last content on the line
(#65) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#66) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#66) Only one argument is allowed per line in a multi-line function call
(#66) Only one argument is allowed per line in a multi-line function call
(#66) Closing parenthesis of a multi-line function call must be on a line by itself
(#69) Opening parenthesis of a multi-line function call must be the last content on the line
(#70) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#71) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#71) No space found after comma in argument list
(#71) Commas (,) must be followed by white space.
(#71) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#71) Closing parenthesis of a multi-line function call must be on a line by itself
(#72) Opening parenthesis of a multi-line function call must be the last content on the line
(#73) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#74) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#74) Only one argument is allowed per line in a multi-line function call
(#74) Closing parenthesis of a multi-line function call must be on a line by itself
(#79) Opening parenthesis of a multi-line function call must be the last content on the line
(#81) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#81) Only one argument is allowed per line in a multi-line function call
(#81) Only one argument is allowed per line in a multi-line function call
(#81) Closing parenthesis of a multi-line function call must be on a line by itself
(#83) Opening parenthesis of a multi-line function call must be the last content on the line
(#84) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#85) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#85) Only one argument is allowed per line in a multi-line function call
(#85) Closing parenthesis of a multi-line function call must be on a line by itself
(#88) Opening parenthesis of a multi-line function call must be the last content on the line
(#89) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#90) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#90) No space found after comma in argument list
(#90) Commas (,) must be followed by white space.
(#90) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#90) Closing parenthesis of a multi-line function call must be on a line by itself
(#91) Opening parenthesis of a multi-line function call must be the last content on the line
(#92) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#93) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#93) Only one argument is allowed per line in a multi-line function call
(#93) Closing parenthesis of a multi-line function call must be on a line by itself
(#98) Opening parenthesis of a multi-line function call must be the last content on the line
(#100) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#100) Only one argument is allowed per line in a multi-line function call
(#100) Only one argument is allowed per line in a multi-line function call
(#100) Closing parenthesis of a multi-line function call must be on a line by itself
(#116) Opening parenthesis of a multi-line function call must be the last content on the line
(#118) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#118) Only one argument is allowed per line in a multi-line function call
(#118) Only one argument is allowed per line in a multi-line function call
(#118) Closing parenthesis of a multi-line function call must be on a line by itself
(#121) Opening parenthesis of a multi-line function call must be the last content on the line
(#122) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#123) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#123) Only one argument is allowed per line in a multi-line function call
(#123) Only one argument is allowed per line in a multi-line function call
(#123) Closing parenthesis of a multi-line function call must be on a line by itself
(#125) Opening parenthesis of a multi-line function call must be the last content on the line
(#126) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#127) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#127) Only one argument is allowed per line in a multi-line function call
(#127) Only one argument is allowed per line in a multi-line function call
(#127) Closing parenthesis of a multi-line function call must be on a line by itself
(#128) Opening parenthesis of a multi-line function call must be the last content on the line
(#129) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#129) Only one argument is allowed per line in a multi-line function call
(#129) Only one argument is allowed per line in a multi-line function call
(#129) Closing parenthesis of a multi-line function call must be on a line by itself
(#130) Opening parenthesis of a multi-line function call must be the last content on the line
(#131) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#131) Only one argument is allowed per line in a multi-line function call
(#131) Only one argument is allowed per line in a multi-line function call
(#131) Closing parenthesis of a multi-line function call must be on a line by itself
(#134) Opening parenthesis of a multi-line function call must be the last content on the line
(#135) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#136) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#136) Closing parenthesis of a multi-line function call must be on a line by itself
(#137) Opening parenthesis of a multi-line function call must be the last content on the line
(#138) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#138) No space found after comma in argument list
(#138) Commas (,) must be followed by white space.
(#138) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#139) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#139) Only one argument is allowed per line in a multi-line function call
(#139) Closing parenthesis of a multi-line function call must be on a line by itself
(#140) Opening parenthesis of a multi-line function call must be the last content on the line
(#141) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#142) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#142) Only one argument is allowed per line in a multi-line function call
(#142) Closing parenthesis of a multi-line function call must be on a line by itself
(#143) Opening parenthesis of a multi-line function call must be the last content on the line
(#144) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#144) Only one argument is allowed per line in a multi-line function call
(#144) Only one argument is allowed per line in a multi-line function call
(#144) Closing parenthesis of a multi-line function call must be on a line by itself
(#145) Opening parenthesis of a multi-line function call must be the last content on the line
(#146) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#147) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#147) Only one argument is allowed per line in a multi-line function call
(#147) Closing parenthesis of a multi-line function call must be on a line by itself
(#152) Opening parenthesis of a multi-line function call must be the last content on the line
(#154) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#154) Only one argument is allowed per line in a multi-line function call
(#154) Only one argument is allowed per line in a multi-line function call
(#154) Closing parenthesis of a multi-line function call must be on a line by itself
(#158) Opening parenthesis of a multi-line function call must be the last content on the line
(#159) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#159) No space found after comma in argument list
(#159) Commas (,) must be followed by white space.
(#159) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#160) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#160) No space found after comma in argument list
(#160) Commas (,) must be followed by white space.
(#160) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#160) Closing parenthesis of a multi-line function call must be on a line by itself
(#161) Opening parenthesis of a multi-line function call must be the last content on the line
(#162) Multi-line function call not indented correctly; expected 8 spaces but found 4
(#163) Only one argument is allowed per line in a multi-line function call
(#163) Closing parenthesis of a multi-line function call must be on a line by itself
(#164) Variable "settings_class_category" must not contain underscores.
(#164) Opening parenthesis of a multi-line function call must be the last content on the line
(#165) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#166) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#166) Only one argument is allowed per line in a multi-line function call
(#166) Closing parenthesis of a multi-line function call must be on a line by itself
(#167) Variable "settings_class_category" must not contain underscores.
(#168) Variable "settings_class_category" must not contain underscores.
(#169) Opening parenthesis of a multi-line function call must be the last content on the line
(#170) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#170) No space found after comma in argument list
(#170) Commas (,) must be followed by white space.
(#170) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#171) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#171) No space found after comma in argument list
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#171) No space found after comma in argument list
(#171) Commas (,) must be followed by white space.
(#171) Expected 1 space between the comma and "1". Found: no spaces
(#171) Only one argument is allowed per line in a multi-line function call
(#171) Closing parenthesis of a multi-line function call must be on a line by itself
(#172) Opening parenthesis of a multi-line function call must be the last content on the line
(#173) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#173) No space found after comma in argument list
(#173) Commas (,) must be followed by white space.
(#173) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#174) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#174) No space found after comma in argument list
(#174) Commas (,) must be followed by white space.
(#174) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#174) No space found after comma in argument list
(#174) Commas (,) must be followed by white space.
(#174) Expected 1 space between the comma and "1". Found: no spaces
(#174) Only one argument is allowed per line in a multi-line function call
(#174) Closing parenthesis of a multi-line function call must be on a line by itself
(#175) Opening parenthesis of a multi-line function call must be the last content on the line
(#176) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#176) No space found after comma in argument list
(#176) Commas (,) must be followed by white space.
(#176) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#177) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#177) No space found after comma in argument list
(#177) Commas (,) must be followed by white space.
(#177) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#177) No space found after comma in argument list
(#177) Commas (,) must be followed by white space.
(#177) Expected 1 space between the comma and "1". Found: no spaces
(#177) Only one argument is allowed per line in a multi-line function call
(#177) Closing parenthesis of a multi-line function call must be on a line by itself
(#178) Opening parenthesis of a multi-line function call must be the last content on the line
(#179) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#179) No space found after comma in argument list
(#179) Commas (,) must be followed by white space.
(#179) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#180) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#180) No space found after comma in argument list
(#180) Commas (,) must be followed by white space.
(#180) Expected 1 space between the comma and "1". Found: no spaces
(#180) Only one argument is allowed per line in a multi-line function call
(#180) Closing parenthesis of a multi-line function call must be on a line by itself
(#181) Opening parenthesis of a multi-line function call must be the last content on the line
(#182) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#182) No space found after comma in argument list
(#182) Commas (,) must be followed by white space.
(#182) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#183) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#183) No space found after comma in argument list
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#183) No space found after comma in argument list
(#183) Commas (,) must be followed by white space.
(#183) Expected 1 space between the comma and "1". Found: no spaces
(#183) Only one argument is allowed per line in a multi-line function call
(#183) Closing parenthesis of a multi-line function call must be on a line by itself
(#184) Variable "enrol_oss_courses" must not contain underscores.
(#184) Short array syntax must be used to define arrays
(#185) Variable "enrol_oss_coursenames" must not contain underscores.
(#186) Variable "enrol_oss_coursenames" must not contain underscores.
(#187) Variable "enrol_oss_courses" must not contain underscores.
(#189) Variable "enrol_oss_courses" must not contain underscores.
(#189) No space found after comma in argument list
(#189) Commas (,) must be followed by white space.
(#189) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#190) Opening parenthesis of a multi-line function call must be the last content on the line
(#191) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#192) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#192) Only one argument is allowed per line in a multi-line function call
(#192) Only one argument is allowed per line in a multi-line function call
(#192) Variable "enrol_oss_courses" must not contain underscores.
(#192) Closing parenthesis of a multi-line function call must be on a line by itself
(#193) Opening parenthesis of a multi-line function call must be the last content on the line
(#194) Multi-line function call not indented correctly; expected 8 spaces but found 4
(#194) No space found after comma in argument list
(#194) Commas (,) must be followed by white space.
(#194) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#195) No space found after comma in argument list
(#195) Commas (,) must be followed by white space.
(#195) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#195) Only one argument is allowed per line in a multi-line function call
(#195) Closing parenthesis of a multi-line function call must be on a line by itself
(#196) Opening parenthesis of a multi-line function call must be the last content on the line
(#197) No space found after comma in argument list
(#197) Commas (,) must be followed by white space.
(#197) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#198) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#198) No space found after comma in argument list
(#198) Commas (,) must be followed by white space.
(#198) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#198) Only one argument is allowed per line in a multi-line function call
(#198) Closing parenthesis of a multi-line function call must be on a line by itself
(#199) Opening parenthesis of a multi-line function call must be the last content on the line
(#200) Multi-line function call not indented correctly; expected 8 spaces but found 4
(#200) No space found after comma in argument list
(#200) Commas (,) must be followed by white space.
(#200) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#201) No space found after comma in argument list
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#201) No space found after comma in argument list
(#201) Commas (,) must be followed by white space.
(#201) Expected 1 space between the comma and "0". Found: no spaces
(#201) Only one argument is allowed per line in a multi-line function call
(#201) Closing parenthesis of a multi-line function call must be on a line by itself
(#202) Opening parenthesis of a multi-line function call must be the last content on the line
(#203) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#204) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#204) Only one argument is allowed per line in a multi-line function call
(#204) Closing parenthesis of a multi-line function call must be on a line by itself
(#209) Opening parenthesis of a multi-line function call must be the last content on the line
(#211) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#211) Only one argument is allowed per line in a multi-line function call
(#211) Only one argument is allowed per line in a multi-line function call
(#211) Closing parenthesis of a multi-line function call must be on a line by itself
(#217) Opening parenthesis of a multi-line function call must be the last content on the line
(#219) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#219) Only one argument is allowed per line in a multi-line function call
(#219) Only one argument is allowed per line in a multi-line function call
(#219) Closing parenthesis of a multi-line function call must be on a line by itself
(#225) Opening parenthesis of a multi-line function call must be the last content on the line
(#227) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#227) Only one argument is allowed per line in a multi-line function call
(#227) Only one argument is allowed per line in a multi-line function call
(#227) Closing parenthesis of a multi-line function call must be on a line by itself
(#229) Inline comments must start with a capital letter, digit or 3-dots sequence
(#229) Inline comments must end in full-stops, exclamation marks, or question marks
(#230) Opening parenthesis of a multi-line function call must be the last content on the line
(#231) Multi-line function call not indented correctly; expected 8 spaces but found 4
(#232) Only one argument is allowed per line in a multi-line function call
(#232) Closing parenthesis of a multi-line function call must be on a line by itself
(#233) Variable "settings_class_teachers_group_description" must not contain underscores.
(#233) Opening parenthesis of a multi-line function call must be the last content on the line
(#236) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#236) Only one argument is allowed per line in a multi-line function call
(#236) Closing parenthesis of a multi-line function call must be on a line by itself
(#237) Variable "settings_class_teachers_group_description" must not contain underscores.
(#238) Variable "settings_class_teachers_group_description" must not contain underscores.
(#239) Variable "settings_class_students_group_description" must not contain underscores.
(#239) Opening parenthesis of a multi-line function call must be the last content on the line
(#242) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#242) Only one argument is allowed per line in a multi-line function call
(#242) Closing parenthesis of a multi-line function call must be on a line by itself
(#243) Variable "settings_class_students_group_description" must not contain underscores.
(#244) Variable "settings_class_students_group_description" must not contain underscores.
(#245) Variable "settings_class_parents_group_description" must not contain underscores.
(#245) Opening parenthesis of a multi-line function call must be the last content on the line
(#248) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#248) Only one argument is allowed per line in a multi-line function call
(#248) Closing parenthesis of a multi-line function call must be on a line by itself
(#249) Variable "settings_class_parents_group_description" must not contain underscores.
(#250) Variable "settings_class_parents_group_description" must not contain underscores.
(#252) Inline comments must start with a capital letter, digit or 3-dots sequence
(#252) Inline comments must end in full-stops, exclamation marks, or question marks
(#253) Opening parenthesis of a multi-line function call must be the last content on the line
(#254) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#254) No space found after comma in argument list
(#254) Commas (,) must be followed by white space.
(#254) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#255) Multi-line function call not indented correctly; expected 4 spaces but found 12
(#255) No space found after comma in argument list
(#255) Commas (,) must be followed by white space.
(#255) Expected 1 space between the comma and "'enrol_oss'". Found: no spaces
(#255) Closing parenthesis of a multi-line function call must be on a line by itself
(#256) Opening parenthesis of a multi-line function call must be the last content on the line
(#257) Multi-line function call not indented correctly; expected 8 spaces but found 4
(#258) Only one argument is allowed per line in a multi-line function call
(#258) Closing parenthesis of a multi-line function call must be on a line by itself
(#259) Opening parenthesis of a multi-line function call must be the last content on the line
(#260) Multi-line function call not indented correctly; expected 8 spaces but found 4
(#261) Only one argument is allowed per line in a multi-line function call
(#261) Closing parenthesis of a multi-line function call must be on a line by itself
(#262) Opening parenthesis of a multi-line function call must be the last content on the line
(#263) Multi-line function call not indented correctly; expected 8 spaces but found 4
(#264) Only one argument is allowed per line in a multi-line function call
(#264) Closing parenthesis of a multi-line function call must be on a line by itself
(#267) Opening parenthesis of a multi-line function call must be the last content on the line
(#269) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#269) Only one argument is allowed per line in a multi-line function call
(#269) Only one argument is allowed per line in a multi-line function call
(#269) Closing parenthesis of a multi-line function call must be on a line by itself
(#271) Opening parenthesis of a multi-line function call must be the last content on the line
(#274) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#274) Only one argument is allowed per line in a multi-line function call
(#274) Closing parenthesis of a multi-line function call must be on a line by itself
(#275) Opening parenthesis of a multi-line function call must be the last content on the line
(#278) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#278) Only one argument is allowed per line in a multi-line function call
(#278) Closing parenthesis of a multi-line function call must be on a line by itself
enrol/oss/settings_callbacks.php
(#22) Incorrect @package tag for file settings_callbacks.php. Expected enrol_oss, found enrol.
(#32) Missing docblock for function enrol_oss_settings_class_category_updated
(#32) Variable "full_name" must not contain underscores.
(#35) "require_once" must be immediately followed by an open parenthesis
(#35) Expected at least 1 space before "."; 0 found
(#35) Expected at least 1 space after "."; 0 found
(#39) Expected 0 spaces after opening bracket; 1 found
(#39) Expected 0 spaces before closing bracket; 1 found
(#40) Short array syntax must be used to define arrays
(#44) Missing docblock for function enrol_oss_description_updated
(#47) Parentheses must be used when instantiating a new class
(#48) Short array syntax must be used to define arrays
(#48) Line exceeds 132 characters; contains 166 characters
(#49) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#49) Expected 1 space after FOREACH keyword; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#51) Expected at least 1 space before "."; 0 found
(#51) Expected at least 1 space after "."; 0 found
(#56) Missing docblock for function enrol_oss_settings_class_teachers_group_description_updated
(#56) Variable "full_name" must not contain underscores.
(#61) Missing docblock for function enrol_oss_settings_class_students_group_description_updated
(#61) Variable "full_name" must not contain underscores.
(#66) Missing docblock for function enrol_oss_settings_class_parents_group_description_updated
(#66) Variable "full_name" must not contain underscores.
enrol/oss/version.php
(#20) Incorrect @package tag for file version.php. Expected enrol_oss, found enrol.
(#30) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Short array syntax must be used to define arrays

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(16 errors, 0 warnings)

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

enrol/oss/lib.php
(#384) Phpdocs for function enrol_oss_plugin::update_city has incomplete parameters list
(#581) Phpdocs for function enrol_oss_plugin::ldap_get_grouplist has incomplete parameters list
(#671) Phpdocs for function enrol_oss_plugin::ldap_get_group_members has incomplete parameters list
(#883) Phpdocs for function enrol_oss_plugin::get_coursecohortlist has incomplete parameters list
(#975) Phpdocs for function enrol_oss_plugin::is_teacher has incomplete parameters list
(#1054) Phpdocs for function enrol_oss_plugin::get_class_category has incomplete parameters list
(#1122) Phpdocs for function enrol_oss_plugin::get_classes_ldap has incomplete parameters list
(#1646) Phpdocs for function enrol_oss_plugin::classes_get_enrolled has incomplete parameters list
(#1666) Phpdocs for function enrol_oss_plugin::classes_get_course has incomplete parameters list
(#1791) Phpdocs for function enrol_oss_plugin::parents_add_relationship has incomplete parameters list
(#1808) Phpdocs for function enrol_oss_plugin::parents_remove_relationship has incomplete parameters list
(#1881) Phpdocs for function enrol_oss_plugin::delete_move_teacher_to_attic has incomplete parameters list
(#1931) Phpdocs for function enrol_oss_plugin::resort_categories has incomplete parameters list
(#1964) Phpdocs for function enrol_oss_plugin::is_ignored_teacher has incomplete parameters list
(#1983) Phpdocs for function enrol_oss_plugin::teacher_add_category has incomplete parameters list
(#2112) Phpdocs for function enrol_oss_plugin::create_category has incomplete parameters list

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]


Gherkin .feature problems

(0 errors, 0 warnings)

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