Prechecker results: error


PHP lint problems

(0 errors, 0 warnings)

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


PHP coding style problems

(362 errors, 26 warnings)

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

enrol/openlml/cli/sync.php
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#57) Expected 1 space after "="; newline found
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) No space found before comment text; expected "// $CFG->debug = DEBUG_NORMAL;" but found "//$CFG->debug = DEBUG_NORMAL;"
enrol/openlml/db/install.php
(#32) Whitespace found at end of line
(#35) Expected 1 space before "=>"; 0 found
(#35) Expected 1 space after "=>"; 0 found
(#37) Expected "if (...) {\n"; found "if(...) {\n"
(#47) Expected 1 space before "=>"; 0 found
(#47) Expected 1 space after "=>"; 0 found
enrol/openlml/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#30) Expected MOODLE_INTERNAL check or config.php inclusion
(#35) Expected "if (...) {\n"; found "if(...){\n"
(#45) Inline comments must end in full-stops, exclamation marks, or question marks
(#49) Expected 1 space before "=>"; 0 found
(#49) Expected 1 space after "=>"; 0 found
(#49) Commas (,) must be followed by white space.
(#49) Commas (,) must be followed by white space.
(#53) Expected 1 space before "="; 0 found
(#53) Expected 1 space after "="; 0 found
(#66) Inline comments must start with a capital letter, digit or 3-dots sequence
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Expected 1 space before "=>"; 0 found
(#68) Expected 1 space after "=>"; 0 found
(#70) Expected "if (...) {\n"; found "if(...) {\n"
(#78) Inline comments must start with a capital letter, digit or 3-dots sequence
(#78) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Expected 1 space before "=>"; 0 found
(#79) Expected 1 space after "=>"; 0 found
(#80) Expected 1 space before "=>"; 0 found
(#80) Expected 1 space after "=>"; 0 found
(#81) Expected 1 space before "=>"; 0 found
(#81) Expected 1 space after "=>"; 0 found
(#85) Whitespace found at end of line
(#87) Spaces must be used to indent lines; tabs are not allowed
(#87) Tab found within whitespace
(#87) Inline comments must start with a capital letter, digit or 3-dots sequence
(#87) Inline comments must end in full-stops, exclamation marks, or question marks
(#87) Line indented incorrectly; expected at least 8 spaces, found 1
(#88) Spaces must be used to indent lines; tabs are not allowed
(#88) Tab found within whitespace
(#88) Line indented incorrectly; expected at least 8 spaces, found 1
(#89) Spaces must be used to indent lines; tabs are not allowed
(#89) Tab found within whitespace
(#89) Line indented incorrectly; expected at least 8 spaces, found 1
(#91) Whitespace found at end of line
(#93) Inline comments must end in full-stops, exclamation marks, or question marks
(#106) Inline comments must end in full-stops, exclamation marks, or question marks
enrol/openlml/lib.php
(#36) Member variable "idnumber_teachers_cat" must not contain underscores.
(#37) Member variable "idnumber_attic_cat" must not contain underscores.
(#38) Member variable "teacher_array" must not contain underscores.
(#38) Expected 1 space before "="; 0 found
(#38) Expected 1 space after "="; 0 found
(#40) Member variable "teacher_obj" must not contain underscores.
(#41) Member variable "attic_obj" must not contain underscores.
(#57) Whitespace found at end of line
(#63) Variable "ldap_usertypes" must not contain underscores.
(#64) Variable "ldap_usertypes" must not contain underscores.
(#65) Variable "ldap_usertypes" must not contain underscores.
(#103) Commas (,) must be followed by white space.
(#105) Inline comments must start with a capital letter, digit or 3-dots sequence
(#109) Whitespace found at end of line
(#111) Variable "ldap_groups" must not contain underscores.
(#112) Expected "if (...) {\n"; found "if(...){\n"
(#112) Variable "ldap_groups" must not contain underscores.
(#114) TRUE, FALSE and NULL must be lowercase; expected "true" but found "TRUE"
(#117) Variable "ldap_groups" must not contain underscores.
(#126) Variable "ldap_groups" must not contain underscores.
(#129) Expected 1 space before "=>"; 0 found
(#129) Expected 1 space after "=>"; 0 found
(#151) Expected 1 space before "=>"; 0 found
(#151) Expected 1 space after "=>"; 0 found
(#152) Expected 1 space before "=>"; 0 found
(#152) Expected 1 space after "=>"; 0 found
(#152) Commas (,) must be followed by white space.
(#152) Commas (,) must be followed by white space.
(#153) Expected 1 space before "=>"; 0 found
(#153) Expected 1 space after "=>"; 0 found
(#154) Spaces must be used to indent lines; tabs are not allowed
(#154) Tab found within whitespace
(#154) Expected 1 space before "=>"; 0 found
(#154) Expected 1 space after "=>"; 0 found
(#155) Spaces must be used to indent lines; tabs are not allowed
(#155) Tab found within whitespace
(#155) Line indented incorrectly; expected at least 24 spaces, found 17
(#155) Inline control structures are not allowed
(#157) Spaces must be used to indent lines; tabs are not allowed
(#157) Tab found within whitespace
(#157) Line indented incorrectly; expected at least 24 spaces, found 18
(#157) Commas (,) must be followed by white space.
(#158) Spaces must be used to indent lines; tabs are not allowed
(#158) Tab found within whitespace
(#158) Line indented incorrectly; expected 20 spaces, found 17
(#158) Closing brace indented incorrectly; expected 20 spaces, found 17
(#159) Spaces must be used to indent lines; tabs are not allowed
(#159) Tab found within whitespace
(#159) Line indented incorrectly; expected 20 spaces, found 17
(#161) Closing brace indented incorrectly; expected 17 spaces, found 20
(#167) Expected 1 space before "=>"; 0 found
(#167) Expected 1 space after "=>"; 0 found
(#168) Expected 1 space before "=>"; 0 found
(#168) Commas (,) must be followed by white space.
(#168) Commas (,) must be followed by white space.
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#177) Spaces must be used to indent lines; tabs are not allowed
(#177) Tab found within whitespace
(#177) Line indented incorrectly; expected at least 16 spaces, found 14
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#178) Spaces must be used to indent lines; tabs are not allowed
(#178) Tab found within whitespace
(#178) Line indented incorrectly; expected at least 20 spaces, found 17
(#179) Spaces must be used to indent lines; tabs are not allowed
(#179) Tab found within whitespace
(#179) Line indented incorrectly; expected at least 20 spaces, found 14
(#180) Spaces must be used to indent lines; tabs are not allowed
(#180) Tab found within whitespace
(#180) Line indented incorrectly; expected 16 spaces, found 13
(#180) Closing brace indented incorrectly; expected 16 spaces, found 13
(#181) Commas (,) must be followed by white space.
(#182) Commas (,) must be followed by white space.
(#204) Whitespace found at end of line
(#207) Variable "ldap_groups" must not contain underscores.
(#208) Variable "ldap_groups" must not contain underscores.
(#212) Variable "ldap_groups" must not contain underscores.
(#214) Variable "ldap_members" must not contain underscores.
(#215) Variable "cohort_members" must not contain underscores.
(#217) Variable "cohort_members" must not contain underscores.
(#218) Variable "ldap_members" must not contain underscores.
(#224) Variable "ldap_members" must not contain underscores.
(#237) Variable "ldap_groups" must not contain underscores.
(#261) Whitespace found at end of line
(#267) Spaces must be used to indent lines; tabs are not allowed
(#267) Tab found within whitespace
(#267) Line indented incorrectly; expected at least 16 spaces, found 9
(#268) Spaces must be used to indent lines; tabs are not allowed
(#268) Tab found within whitespace
(#268) Line indented incorrectly; expected at least 16 spaces, found 9
(#272) Spaces must be used to indent lines; tabs are not allowed
(#272) Tab found within whitespace
(#272) Line indented incorrectly; expected 20 spaces, found 17
(#273) Spaces must be used to indent lines; tabs are not allowed
(#273) Tab found within whitespace
(#273) Line indented incorrectly; expected at least 24 spaces, found 18
(#273) Whitespace found at end of line
(#274) Spaces must be used to indent lines; tabs are not allowed
(#274) Tab found within whitespace
(#274) Line indented incorrectly; expected at least 24 spaces, found 20
(#275) Spaces must be used to indent lines; tabs are not allowed
(#275) Tab found within whitespace
(#275) Line indented incorrectly; expected at least 24 spaces, found 22
(#276) Spaces must be used to indent lines; tabs are not allowed
(#276) Tab found within whitespace
(#276) Line indented incorrectly; expected at least 24 spaces, found 18
(#277) Spaces must be used to indent lines; tabs are not allowed
(#277) Tab found within whitespace
(#277) Line indented incorrectly; expected 20 spaces, found 17
(#280) Line exceeds 132 characters; contains 136 characters
(#295) Expected 1 space before "=>"; 0 found
(#295) Expected 1 space after "=>"; 0 found
(#296) Variable "cat_obj" must not contain underscores.
(#297) Expected 1 space before "=>"; 0 found
(#297) Expected 1 space after "=>"; 0 found
(#297) Commas (,) must be followed by white space.
(#297) Commas (,) must be followed by white space.
(#300) Variable "cat_obj" must not contain underscores.
(#301) Variable "cat_obj" must not contain underscores.
(#302) Variable "cat_obj" must not contain underscores.
(#308) Expected 1 space before "=>"; 0 found
(#308) Expected 1 space after "=>"; 0 found
(#309) Spaces must be used to indent lines; tabs are not allowed
(#309) Tab found within whitespace
(#309) Line indented incorrectly; expected at least 20 spaces, found 17
(#310) Spaces must be used to indent lines; tabs are not allowed
(#310) Tab found within whitespace
(#310) Line indented incorrectly; expected at least 20 spaces, found 14
(#313) Commas (,) must be followed by white space.
(#313) Variable "cat_obj" must not contain underscores.
(#314) Commas (,) must be followed by white space.
(#314) Variable "cat_obj" must not contain underscores.
(#338) TRUE, FALSE and NULL must be lowercase; expected "null" but found "NULL"
(#339) Commas (,) must be followed by white space.
(#370) Inline comments must start with a capital letter, digit or 3-dots sequence
(#370) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) No space found before comment text; expected "// add cohorts for idcohorts" but found "//add cohorts for idcohorts"
(#373) Commas (,) must be followed by white space.
(#373) Commas (,) must be followed by white space.
(#376) Expected 1 space before "="; 0 found
(#376) Expected 1 space after "="; 0 found
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#394) No space found before comment text; expected "// remove cohorts not in idcohorts" but found "//remove cohorts not in idcohorts"
(#407) Spaces must be used to indent lines; tabs are not allowed
(#407) Tab found within whitespace
(#407) Line indented incorrectly; expected at least 24 spaces, found 3
(#459) Spaces must be used to indent lines; tabs are not allowed
(#459) Tab found within whitespace
(#459) Line indented incorrectly; expected at least 8 spaces, found 5
(#469) Expected "} else if (...) {\n"; found "}\n else if (...) {\n"
(#469) Expected 1 space before "="; 0 found
(#469) Expected 1 space after "="; 0 found
(#470) Expected 1 space before "+"; 0 found
(#470) Expected 1 space after "+"; 0 found
(#472) Expected 1 space before "=>"; 0 found
(#472) Expected 1 space after "=>"; 0 found
(#474) Expected "} else {\n"; found "}\n else {\n"
(#476) Expected 1 space before "=>"; 0 found
(#476) Expected 1 space after "=>"; 0 found
(#491) Whitespace found at end of line
(#504) TRUE, FALSE and NULL must be lowercase; expected "false" but found "FALSE"
(#521) Variable "ldap_result" must not contain underscores.
(#526) Variable "ldap_result" must not contain underscores.
(#531) Variable "ldap_result" must not contain underscores.
(#558) Variable "teachers_ok" must not contain underscores.
(#589) Whitespace found at end of line
(#590) Whitespace found at end of line
(#601) Whitespace found at end of line
(#608) Variable "teachers_ok" must not contain underscores.
(#628) Spaces must be used to indent lines; tabs are not allowed
(#628) Tab found within whitespace
(#628) Line indented incorrectly; expected at least 12 spaces, found 9
(#629) Spaces must be used to indent lines; tabs are not allowed
(#629) Tab found within whitespace
(#631) Expected "} else {\n"; found "}\n else {\n"
(#632) Spaces must be used to indent lines; tabs are not allowed
(#632) Tab found within whitespace
(#632) Line indented incorrectly; expected at least 12 spaces, found 9
(#633) Spaces must be used to indent lines; tabs are not allowed
(#633) Tab found within whitespace
(#633) Line indented incorrectly; expected at least 12 spaces, found 11
(#637) Commas (,) must be followed by white space.
(#637) Commas (,) must be followed by white space.
(#637) Commas (,) must be followed by white space.
(#637) Commas (,) must be followed by white space.
(#643) The use of function error_log() is forbidden
(#652) Whitespace found at end of line
(#667) Expected 1 space before "="; 0 found
(#667) Expected 1 space after "="; 0 found
(#668) Expected 1 space before "="; 0 found
(#668) Expected 1 space after "="; 0 found
(#672) Inline control structures are not allowed
(#674) Commas (,) must be followed by white space.
(#688) Whitespace found at end of line within string
(#689) Whitespace found at end of line within string
(#717) Inline comments must start with a capital letter, digit or 3-dots sequence
(#717) Inline comments must end in full-stops, exclamation marks, or question marks
(#723) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#726) Inline comments must start with a capital letter, digit or 3-dots sequence
(#726) Inline comments must end in full-stops, exclamation marks, or question marks
(#731) Inline comments must start with a capital letter, digit or 3-dots sequence
(#731) Inline comments must end in full-stops, exclamation marks, or question marks
(#754) Whitespace found at end of line
(#764) Whitespace found at end of line
(#839) Spaces must be used to indent lines; tabs are not allowed
(#839) Tab found within whitespace
(#839) Line indented incorrectly; expected at least 12 spaces, found 9
(#840) Spaces must be used to indent lines; tabs are not allowed
(#840) Tab found within whitespace
(#840) Line indented incorrectly; expected at least 12 spaces, found 9
(#859) Whitespace found at end of line
(#874) Variable "cat_obj" must not contain underscores.
(#874) Expected 1 space before "=>"; 0 found
(#874) Expected 1 space after "=>"; 0 found
(#874) Commas (,) must be followed by white space.
(#874) Commas (,) must be followed by white space.
(#874) Line exceeds 132 characters; contains 141 characters
(#875) Variable "cat_obj" must not contain underscores.
(#876) Variable "cat_obj" must not contain underscores.
(#876) Commas (,) must be followed by white space.
(#878) Variable "cat_obj" must not contain underscores.
(#879) Variable "cat_obj" must not contain underscores.
(#883) Variable "cat_obj" must not contain underscores.
(#893) Expected 1 space before "=>"; 0 found
(#893) Expected 1 space after "=>"; 0 found
(#893) Commas (,) must be followed by white space.
(#893) Commas (,) must be followed by white space.
(#893) Line exceeds 132 characters; contains 146 characters
(#896) Commas (,) must be followed by white space.
(#896) Commas (,) must be followed by white space.
(#896) Commas (,) must be followed by white space.
(#897) Variable "cat_obj" must not contain underscores.
(#914) Whitespace found at end of line
(#915) Variable "attic_obj" must not contain underscores.
(#916) Variable "attic_obj" must not contain underscores.
(#918) Whitespace found at end of line
(#923) Whitespace found at end of line
(#929) Whitespace found at end of line
(#934) Whitespace found at end of line
(#944) Whitespace found at end of line
(#949) Expected "} else {\n"; found "}\n else {\n"
(#953) Whitespace found at end of line
(#956) Whitespace found at end of line
(#962) Commas (,) must be followed by white space.
(#965) Variable "teacher_cat" must not contain underscores.
(#966) Variable "teacher_cat" must not contain underscores.
(#970) Variable "teacher_cat" must not contain underscores.
(#977) Expected 1 space before "="; 0 found
(#977) Expected 1 space after "="; 0 found
(#977) Variable "teacher_cat" must not contain underscores.
(#986) Variable "teacher_cat" must not contain underscores.
(#1000) Spaces must be used to indent lines; tabs are not allowed
(#1000) Tab found within whitespace
(#1000) Line indented incorrectly; expected at least 12 spaces, found 9
(#1001) Spaces must be used to indent lines; tabs are not allowed
(#1001) Tab found within whitespace
(#1001) Line indented incorrectly; expected at least 12 spaces, found 9
(#1003) Variable "ignored_teachers" must not contain underscores.
(#1004) Variable "ignored_teachers" must not contain underscores.
(#1007) Variable "ignored_teachers" must not contain underscores.
(#1020) Spaces must be used to indent lines; tabs are not allowed
(#1020) Tab found within whitespace
(#1020) Line indented incorrectly; expected at least 12 spaces, found 9
(#1020) Whitespace found at end of line
(#1021) Spaces must be used to indent lines; tabs are not allowed
(#1021) Tab found within whitespace
(#1021) Line indented incorrectly; expected at least 12 spaces, found 11
(#1022) Spaces must be used to indent lines; tabs are not allowed
(#1022) Tab found within whitespace
(#1023) Spaces must be used to indent lines; tabs are not allowed
(#1023) Tab found within whitespace
(#1023) Line indented incorrectly; expected at least 12 spaces, found 9
(#1031) Variable "cat_obj" must not contain underscores.
(#1031) Expected 1 space before "=>"; 0 found
(#1031) Expected 1 space after "=>"; 0 found
(#1032) Commas (,) must be followed by white space.
(#1033) Variable "cat_obj" must not contain underscores.
(#1034) Variable "cat_obj" must not contain underscores.
(#1037) Variable "cat_obj" must not contain underscores.
(#1042) Variable "cat_obj" must not contain underscores.
(#1044) Variable "cat_obj" must not contain underscores.
(#1048) Variable "cat_obj" must not contain underscores.
(#1048) Line exceeds 132 characters; contains 163 characters
(#1050) Variable "cat_obj" must not contain underscores.
(#1061) Commas (,) must be followed by white space.
(#1064) Expected "if (...) {\n"; found "if (...){\n"
(#1068) Line indented incorrectly; expected at least 12 spaces, found 11
(#1073) Expected 1 space before "=>"; 0 found
(#1073) Expected 1 space after "=>"; 0 found
(#1074) Expected 1 space before "=>"; 0 found
(#1074) Expected 1 space after "=>"; 0 found
(#1074) Expected 1 space before "=>"; 0 found
(#1074) Expected 1 space after "=>"; 0 found
(#1074) Expected 1 space before "=>"; 0 found
(#1074) Expected 1 space after "=>"; 0 found
(#1087) Expected "if (...) {\n"; found "if (...){\n"
(#1091) Line indented incorrectly; expected at least 12 spaces, found 11
(#1116) Expected "if (...) {\n"; found "if (...){\n"
(#1120) Line indented incorrectly; expected at least 12 spaces, found 11
(#1141) Commas (,) must be followed by white space.
(#1188) Expected "if (...) {\n"; found "if(...) {\n"
(#1193) Spaces must be used to indent lines; tabs are not allowed
(#1193) Tab found within whitespace
(#1193) Line indented incorrectly; expected at least 12 spaces, found 3
(#1195) Expected "} else {\n"; found "}\n else {\n"
(#1196) Spaces must be used to indent lines; tabs are not allowed
(#1196) Tab found within whitespace
(#1196) Line indented incorrectly; expected at least 12 spaces, found 9
(#1199) Spaces must be used to indent lines; tabs are not allowed
(#1199) Tab found within whitespace
(#1199) Line indented incorrectly; expected at least 12 spaces, found 3
(#1201) Expected "} else {\n"; found "}\n else {\n"
(#1202) Spaces must be used to indent lines; tabs are not allowed
(#1202) Tab found within whitespace
(#1202) Line indented incorrectly; expected at least 12 spaces, found 9
(#1205) Spaces must be used to indent lines; tabs are not allowed
(#1205) Tab found within whitespace
(#1205) Line indented incorrectly; expected at least 12 spaces, found 3
(#1207) Expected "} else {\n"; found "}\n else {\n"
(#1208) Spaces must be used to indent lines; tabs are not allowed
(#1208) Tab found within whitespace
(#1208) Line indented incorrectly; expected at least 12 spaces, found 9
(#1211) Spaces must be used to indent lines; tabs are not allowed
(#1211) Tab found within whitespace
(#1211) Line indented incorrectly; expected at least 12 spaces, found 3
(#1213) Expected "} else {\n"; found "}\n else {\n"
(#1214) Spaces must be used to indent lines; tabs are not allowed
(#1214) Tab found within whitespace
(#1214) Line indented incorrectly; expected at least 12 spaces, found 9
(#1216) Expected "if (...) {\n"; found "if(...) {\n"
enrol/openlml/version.php
(#30) Expected 1 space before comment text but found 2; use block comment if you need indentation
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found
(#34) Expected 1 space before "=>"; 0 found
(#34) Expected 1 space after "=>"; 0 found

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 csslint [More info]


PHPDocs style problems

(43 errors, 1 warnings)

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

enrol/openlml/cli/sync.php
(#36) Package enrol is not valid
enrol/openlml/db/install.php
(#28) Function xmldb_enrol_openlml_install is not documented
(#20) Package enrol is not valid
enrol/openlml/db/upgrade.php
(#2) Empty line found after PHP open tag
(#30) Function xmldb_enrol_openlml_upgrade is not documented
(#23) Package enrol is not valid
enrol/openlml/lang/en/enrol_openlml.php
(#20) Package enrol is not valid
enrol/openlml/lib.php
(#33) Class enrol_openlml_plugin is not documented
(#419) Function enrol_openlml_plugin::enrol_openlml_sync is not documented
(#458) Function enrol_openlml_plugin::get_idnumber_cohorts is not documented
(#650) Function enrol_openlml_plugin::get_cohort_id is not documented
(#681) Function enrol_openlml_plugin::get_cohortlist is not documented
(#762) Function enrol_openlml_plugin::get_cohort_members is not documented
(#775) Function enrol_openlml_plugin::cohort_is_member is not documented
(#784) Function enrol_openlml_plugin::has_teachers_as_members is not documented
(#1167) Function enrol_openlml_plugin::test_sync_user_enrolments is not documented
(#34) Variable enrol_openlml_plugin::$enroltype is not documented
(#35) Variable enrol_openlml_plugin::$errorlogtag is not documented
(#36) Variable enrol_openlml_plugin::$idnumber_teachers_cat is not documented
(#37) Variable enrol_openlml_plugin::$idnumber_attic_cat is not documented
(#38) Variable enrol_openlml_plugin::$teacher_array is not documented
(#39) Variable enrol_openlml_plugin::$authldap is not documented
(#40) Variable enrol_openlml_plugin::$teacher_obj is not documented
(#41) Variable enrol_openlml_plugin::$attic_obj is not documented
(#332) Phpdocs for function enrol_openlml_plugin::update_city has incomplete parameters list
(#482) Phpdocs for function enrol_openlml_plugin::ldap_get_grouplist has incomplete parameters list
(#554) Phpdocs for function enrol_openlml_plugin::ldap_get_group_members has incomplete parameters list
(#741) Phpdocs for function enrol_openlml_plugin::get_coursecohortlist has incomplete parameters list
(#830) Phpdocs for function enrol_openlml_plugin::is_teacher has incomplete parameters list
(#906) Phpdocs for function enrol_openlml_plugin::delete_move_teacher_to_attic has incomplete parameters list
(#957) Phpdocs for function enrol_openlml_plugin::resort_categories has incomplete parameters list
(#991) Phpdocs for function enrol_openlml_plugin::is_ignored_teacher has incomplete parameters list
(#1010) Phpdocs for function enrol_openlml_plugin::teacher_add_category has incomplete parameters list
(#1055) Phpdocs for function enrol_openlml_plugin::teacher_has_role has incomplete parameters list
(#1079) Phpdocs for function enrol_openlml_plugin::teacher_assign_role has incomplete parameters list
(#1107) Phpdocs for function enrol_openlml_plugin::teacher_unassign_role has incomplete parameters list
(#1130) Phpdocs for function enrol_openlml_plugin::create_category has incomplete parameters list
(#1175) Phpdocs for function enrol_openlml_plugin::ldap_connect_ul has incomplete parameters list
(#336) Invalid phpdocs tag @returns used
(#361) Invalid phpdocs tag @returns used
(#453) Invalid phpdocs tag @parameters used
(#22) Package enrol is not valid
enrol/openlml/settings.php
(#20) Package enrol is not valid
enrol/openlml/version.php
(#20) Package enrol is not valid

Update savepoints problems

(0 errors, 1 warnings)

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

enrol/openlml/db/upgrade.php
Detected less 'if' blocks (5) than 'savepoint' calls (6). Repeated savepoints?

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]