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

(1854 errors, 357 warnings)

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

enrol/shebang/add.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Variable "manage_page_url" must not contain underscores.
(#37) Variable "plugin_short_name" must not contain underscores.
(#38) Variable "plugin_name" must not contain underscores.
(#40) Line indented incorrectly; expected 0 spaces, found 4
(#40) Variable "plugin_short_name" must not contain underscores.
(#41) Variable "manage_page_url" must not contain underscores.
(#42) Line indented incorrectly; expected 0 spaces, found 4
(#44) Variable "plugin_short_name" must not contain underscores.
(#45) Line indented incorrectly; expected 0 spaces, found 4
(#47) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Variable "manage_page_url" must not contain underscores.
(#49) Line indented incorrectly; expected 0 spaces, found 4
(#54) Variable "plugin_name" must not contain underscores.
(#56) Variable "manage_page_url" must not contain underscores.
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#60) Variable "edit_idnumber" must not contain underscores.
(#61) Variable "edit_idnumber" must not contain underscores.
(#64) Line indented incorrectly; expected 0 spaces, found 4
(#65) Variable "manage_page_url" must not contain underscores.
(#66) Line indented incorrectly; expected 0 spaces, found 4
(#66) Usage of ELSEIF not allowed; use ELSE IF instead
(#68) Line indented incorrectly; expected 4 spaces, found 8
(#68) Variable "edit_idnumber" must not contain underscores.
(#70) Line indented incorrectly; expected 4 spaces, found 8
(#71) Variable "manage_page_url" must not contain underscores.
(#72) Line indented incorrectly; expected 0 spaces, found 4
(#75) Variable "plugin_name" must not contain underscores.
enrol/shebang/add_form.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Line indented incorrectly; expected 0 spaces, found 4
(#36) Line indented incorrectly; expected 4 spaces, found 8
(#37) Opening brace should be on the same line as the declaration
(#47) Commas (,) must be followed by white space.
(#47) Commas (,) must be followed by white space.
(#52) Line indented incorrectly; expected 8 spaces, found 12
(#54) Line indented incorrectly; expected 8 spaces, found 12
(#57) Line indented incorrectly; expected 4 spaces, found 8
(#61) Line indented incorrectly; expected 4 spaces, found 8
(#61) Visibility must be declared on method "validation"
(#62) Opening brace should be on the same line as the declaration
(#64) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#69) Line indented incorrectly; expected 8 spaces, found 12
(#72) Line indented incorrectly; expected 8 spaces, found 12
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Line indented incorrectly; expected 8 spaces, found 12
(#75) Line exceeds 132 characters; contains 145 characters
(#77) Line indented incorrectly; expected 8 spaces, found 12
(#81) Line indented incorrectly; expected 4 spaces, found 8
(#83) Line indented incorrectly; expected 0 spaces, found 4
enrol/shebang/classes/task/monitor_activity_task.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#36) Line indented incorrectly; expected 0 spaces, found 4
(#43) Line indented incorrectly; expected 4 spaces, found 8
(#44) Opening brace should be on the same line as the declaration
(#46) Line indented incorrectly; expected 4 spaces, found 8
(#53) Line indented incorrectly; expected 4 spaces, found 8
(#54) Opening brace should be on the same line as the declaration
(#56) Line indented incorrectly; expected 8 spaces, found 12
(#56) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#59) Line indented incorrectly; expected 8 spaces, found 12
(#60) Line indented incorrectly; expected 8 spaces, found 12
(#62) Line exceeds 132 characters; contains 160 characters
(#63) Line indented incorrectly; expected 8 spaces, found 12
(#65) Line indented incorrectly; expected 4 spaces, found 8
(#67) Line indented incorrectly; expected 0 spaces, found 4
enrol/shebang/db/access.php
(#2) The opening <?php tag must be followed by exactly one newline.
enrol/shebang/db/tasks.php
(#2) The opening <?php tag must be followed by exactly one newline.
enrol/shebang/db/upgrade.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#38) Line indented incorrectly; expected 0 spaces, found 4
(#41) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#45) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#47) Line indented incorrectly; expected 4 spaces, found 8
(#49) Line indented incorrectly; expected 8 spaces, found 12
(#49) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#66) Commas (,) must be followed by white space.
(#66) Commas (,) must be followed by white space.
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#79) Line indented incorrectly; expected 8 spaces, found 12
(#80) Line indented incorrectly; expected 8 spaces, found 12
(#83) Line indented incorrectly; expected 8 spaces, found 12
(#85) Line indented incorrectly; expected 4 spaces, found 8
(#89) Line indented incorrectly; expected 0 spaces, found 4
enrol/shebang/lang/en/enrol_shebang.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#76) Expected 1 space before "="; 0 found
enrol/shebang/lib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#33) Line indented incorrectly; expected 0 spaces, found 4
(#45) Line indented incorrectly; expected 4 spaces, found 8
(#46) Opening brace should be on the same line as the declaration
(#48) Line indented incorrectly; expected 4 spaces, found 8
(#55) Line indented incorrectly; expected 4 spaces, found 8
(#56) Opening brace should be on the same line as the declaration
(#58) Line indented incorrectly; expected 4 spaces, found 8
(#65) Line indented incorrectly; expected 4 spaces, found 8
(#66) Opening brace should be on the same line as the declaration
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) Line indented incorrectly; expected 8 spaces, found 12
(#74) Line indented incorrectly; expected 8 spaces, found 12
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#82) Line exceeds 132 characters; contains 152 characters
(#86) Line indented incorrectly; expected 4 spaces, found 8
(#93) Line indented incorrectly; expected 4 spaces, found 8
(#94) Opening brace should be on the same line as the declaration
(#96) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#98) Inline comments must end in full-stops, exclamation marks, or question marks
(#99) Line indented incorrectly; expected 8 spaces, found 12
(#101) Line indented incorrectly; expected 8 spaces, found 12
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#104) Line indented incorrectly; expected 8 spaces, found 12
(#106) Line indented incorrectly; expected 8 spaces, found 12
(#109) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Variable "edit_idnumber" must not contain underscores.
(#113) Line indented incorrectly; expected 8 spaces, found 12
(#114) Line indented incorrectly; expected 12 spaces, found 16
(#114) Variable "edit_idnumber" must not contain underscores.
(#116) Line indented incorrectly; expected 12 spaces, found 16
(#117) Line indented incorrectly; expected 8 spaces, found 12
(#118) Inline comments must end in full-stops, exclamation marks, or question marks
(#119) Line exceeds 132 characters; contains 161 characters
(#120) Line indented incorrectly; expected 12 spaces, found 16
(#120) Variable "edit_idnumber" must not contain underscores.
(#122) Line indented incorrectly; expected 12 spaces, found 16
(#123) Line indented incorrectly; expected 8 spaces, found 12
(#127) Line indented incorrectly; expected 4 spaces, found 8
(#134) Line indented incorrectly; expected 4 spaces, found 8
(#135) Opening brace should be on the same line as the declaration
(#137) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#140) Inline comments must end in full-stops, exclamation marks, or question marks
(#144) Line indented incorrectly; expected 8 spaces, found 12
(#146) Line indented incorrectly; expected 8 spaces, found 12
(#149) Line indented incorrectly; expected 8 spaces, found 12
(#152) Line indented incorrectly; expected 8 spaces, found 12
(#154) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Line indented incorrectly; expected 8 spaces, found 12
(#155) Line exceeds 132 characters; contains 145 characters
(#157) Line indented incorrectly; expected 8 spaces, found 12
(#161) Line indented incorrectly; expected 4 spaces, found 8
(#168) Line indented incorrectly; expected 4 spaces, found 8
(#169) Opening brace should be on the same line as the declaration
(#174) Line indented incorrectly; expected 4 spaces, found 8
(#177) This comment is 44% valid code; is this commented out code?
(#181) Line indented incorrectly; expected 4 spaces, found 8
(#182) Opening brace should be on the same line as the declaration
(#184) Line indented incorrectly; expected 4 spaces, found 8
(#187) Line indented incorrectly; expected 0 spaces, found 4
(#187) This comment is 50% valid code; is this commented out code?
(#202) Line indented incorrectly; expected 0 spaces, found 4
(#203) Opening brace should be on the same line as the declaration
(#205) Line indented incorrectly; expected 4 spaces, found 8
(#207) Line indented incorrectly; expected 4 spaces, found 8
(#209) Inline comments must end in full-stops, exclamation marks, or question marks
(#212) Inline comments must end in full-stops, exclamation marks, or question marks
(#215) Line indented incorrectly; expected 4 spaces, found 8
(#215) Line exceeds 132 characters; contains 134 characters
(#217) Line indented incorrectly; expected 4 spaces, found 8
(#219) Line indented incorrectly; expected 4 spaces, found 8
(#221) Line indented incorrectly; expected 4 spaces, found 8
(#223) Inline comments must end in full-stops, exclamation marks, or question marks
(#226) Line indented incorrectly; expected 0 spaces, found 4
enrol/shebang/locallib.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#37) Line indented incorrectly; expected 0 spaces, found 4
(#175) Line indented incorrectly; expected 4 spaces, found 8
(#183) Line indented incorrectly; expected 4 spaces, found 8
(#183) Member variable "moodleConfigs" must be all lower-case
(#191) Line indented incorrectly; expected 4 spaces, found 8
(#191) Member variable "moodleDB" must be all lower-case
(#199) Line indented incorrectly; expected 4 spaces, found 8
(#199) Member variable "messageLogPath" must be all lower-case
(#207) Line indented incorrectly; expected 4 spaces, found 8
(#207) Member variable "messageLogRes" must be all lower-case
(#215) Line indented incorrectly; expected 4 spaces, found 8
(#215) Member variable "processLogPath" must be all lower-case
(#224) Line indented incorrectly; expected 4 spaces, found 8
(#232) Line indented incorrectly; expected 4 spaces, found 8
(#232) Member variable "parseDataBuffer" must be all lower-case
(#240) Line indented incorrectly; expected 4 spaces, found 8
(#240) Member variable "lastRetCode" must be all lower-case
(#248) Line indented incorrectly; expected 4 spaces, found 8
(#248) Member variable "importFileDatetime" must be all lower-case
(#256) Line indented incorrectly; expected 4 spaces, found 8
(#256) Member variable "roleCache" must be all lower-case
(#264) Line indented incorrectly; expected 4 spaces, found 8
(#264) Member variable "courseInserted" must be all lower-case
(#273) Line indented incorrectly; expected 4 spaces, found 8
(#273) Member variable "courseNameTokens" must be all lower-case
(#285) Line indented incorrectly; expected 0 spaces, found 8
(#285) Member variable "logging_dirpath" must not contain underscores.
(#293) Line indented incorrectly; expected 0 spaces, found 8
(#293) Member variable "enrol_plugin" must not contain underscores.
(#306) Line indented incorrectly; expected 0 spaces, found 8
(#306) Visibility must be declared on method "__construct"
(#307) Opening brace should be on the same line as the declaration
(#309) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#312) Inline comments must end in full-stops, exclamation marks, or question marks
(#314) Inline comments must end in full-stops, exclamation marks, or question marks
(#320) Inline comments must end in full-stops, exclamation marks, or question marks
(#322) Line indented incorrectly; expected 4 spaces, found 12
(#324) Line indented incorrectly; expected 4 spaces, found 12
(#326) Line indented incorrectly; expected 0 spaces, found 8
(#338) Line indented incorrectly; expected 0 spaces, found 8
(#339) Opening brace should be on the same line as the declaration
(#343) Line indented incorrectly; expected 0 spaces, found 8
(#353) Line indented incorrectly; expected 0 spaces, found 8
(#353) Public method name "enrol_shebang_processor::getSecureUsername" must be in lower-case letters only
(#354) Opening brace should be on the same line as the declaration
(#356) Line indented incorrectly; expected 0 spaces, found 8
(#366) Line indented incorrectly; expected 0 spaces, found 8
(#366) Public method name "enrol_shebang_processor::getSecurePassword" must be in lower-case letters only
(#367) Opening brace should be on the same line as the declaration
(#369) Line indented incorrectly; expected 0 spaces, found 8
(#379) Line indented incorrectly; expected 0 spaces, found 8
(#379) Public method name "enrol_shebang_processor::getSecureMethod" must be in lower-case letters only
(#380) Opening brace should be on the same line as the declaration
(#382) Line indented incorrectly; expected 0 spaces, found 8
(#392) Line indented incorrectly; expected 0 spaces, found 8
(#393) Opening brace should be on the same line as the declaration
(#396) Inline comments must end in full-stops, exclamation marks, or question marks
(#397) Line indented incorrectly; expected 4 spaces, found 12
(#398) Line exceeds 132 characters; contains 138 characters
(#399) Line indented incorrectly; expected 4 spaces, found 12
(#401) Inline comments must end in full-stops, exclamation marks, or question marks
(#402) Line indented incorrectly; expected 4 spaces, found 12
(#404) Line indented incorrectly; expected 4 spaces, found 12
(#406) Inline comments must end in full-stops, exclamation marks, or question marks
(#407) Line indented incorrectly; expected 4 spaces, found 12
(#408) The use of function error_log() is forbidden
(#410) Line indented incorrectly; expected 4 spaces, found 12
(#412) Variable "log_date_suffix" must not contain underscores.
(#413) Variable "log_date_suffix" must not contain underscores.
(#414) Variable "log_date_suffix" must not contain underscores.
(#416) Inline comments must end in full-stops, exclamation marks, or question marks
(#417) Line indented incorrectly; expected 4 spaces, found 12
(#418) The use of function error_log() is forbidden
(#420) Line indented incorrectly; expected 4 spaces, found 12
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#422) Line indented incorrectly; expected 4 spaces, found 12
(#423) The use of function error_log() is forbidden
(#425) Line indented incorrectly; expected 4 spaces, found 12
(#427) Line indented incorrectly; expected 0 spaces, found 8
(#442) Line indented incorrectly; expected 0 spaces, found 8
(#442) Variable "msg_id" must not contain underscores.
(#442) Variable "keep_lock" must not contain underscores.
(#443) Opening brace should be on the same line as the declaration
(#453) Line indented incorrectly; expected 4 spaces, found 12
(#454) Inline comments must end in full-stops, exclamation marks, or question marks
(#455) Variable "keep_lock" must not contain underscores.
(#456) Line indented incorrectly; expected 4 spaces, found 12
(#458) Line indented incorrectly; expected 4 spaces, found 12
(#458) Line exceeds 132 characters; contains 155 characters
(#460) Line indented incorrectly; expected 4 spaces, found 12
(#462) Variable "log_time" must not contain underscores.
(#463) Variable "log_mesg" must not contain underscores.
(#463) Variable "log_time" must not contain underscores.
(#464) Line indented incorrectly; expected 4 spaces, found 12
(#465) Variable "log_mesg" must not contain underscores.
(#466) Line indented incorrectly; expected 4 spaces, found 12
(#467) Variable "log_mesg" must not contain underscores.
(#468) Variable "log_mesg" must not contain underscores.
(#470) Line indented incorrectly; expected 4 spaces, found 12
(#473) Line indented incorrectly; expected 4 spaces, found 12
(#476) Inline comments must end in full-stops, exclamation marks, or question marks
(#477) Line indented incorrectly; expected 4 spaces, found 12
(#477) Variable "keep_lock" must not contain underscores.
(#478) Line indented incorrectly; expected 8 spaces, found 16
(#480) Line indented incorrectly; expected 8 spaces, found 16
(#481) The use of function error_log() is forbidden
(#483) Line indented incorrectly; expected 8 spaces, found 16
(#484) Line indented incorrectly; expected 4 spaces, found 12
(#486) Line indented incorrectly; expected 0 spaces, found 8
(#498) Line indented incorrectly; expected 0 spaces, found 8
(#499) Opening brace should be on the same line as the declaration
(#501) Line indented incorrectly; expected 4 spaces, found 12
(#503) Line indented incorrectly; expected 4 spaces, found 12
(#511) Line indented incorrectly; expected 4 spaces, found 12
(#511) Expected "if (...) {\n"; found "if (...) {\n"
(#513) Line indented incorrectly; expected 4 spaces, found 12
(#515) Line indented incorrectly; expected 0 spaces, found 8
(#529) Line indented incorrectly; expected 0 spaces, found 8
(#530) Opening brace should be on the same line as the declaration
(#532) Line indented incorrectly; expected 4 spaces, found 12
(#534) Line indented incorrectly; expected 4 spaces, found 12
(#536) Line indented incorrectly; expected 4 spaces, found 12
(#538) Line indented incorrectly; expected 4 spaces, found 12
(#540) Inline control structures are not allowed
(#542) Inline control structures are not allowed
(#542) Usage of ELSEIF not allowed; use ELSE IF instead
(#544) Inline control structures are not allowed
(#549) Line indented incorrectly; expected 4 spaces, found 12
(#551) Line indented incorrectly; expected 4 spaces, found 12
(#553) Line indented incorrectly; expected 0 spaces, found 8
(#565) Line indented incorrectly; expected 0 spaces, found 8
(#565) Variable "stored_file" must not contain underscores.
(#566) Opening brace should be on the same line as the declaration
(#569) Variable "xml_parser" must not contain underscores.
(#570) Variable "progress_counter" must not contain underscores.
(#571) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#575) Inline comments must end in full-stops, exclamation marks, or question marks
(#576) Line indented incorrectly; expected 4 spaces, found 12
(#577) The use of function error_log() is forbidden
(#579) Line indented incorrectly; expected 4 spaces, found 12
(#581) Line indented incorrectly; expected 4 spaces, found 12
(#582) Inline comments must end in full-stops, exclamation marks, or question marks
(#583) The use of function error_log() is forbidden
(#585) Line indented incorrectly; expected 4 spaces, found 12
(#587) Inline comments must end in full-stops, exclamation marks, or question marks
(#588) Line indented incorrectly; expected 4 spaces, found 12
(#588) Expected "try {\n...} catch (...) {\n"; found "try { ...}\n catch (...) {\n"
(#588) Closing brace must be on a line by itself
(#589) Line indented incorrectly; expected 4 spaces, found 12
(#592) Line indented incorrectly; expected 4 spaces, found 12
(#594) Inline comments must end in full-stops, exclamation marks, or question marks
(#595) Variable "roles_array" must not contain underscores.
(#596) Line indented incorrectly; expected 4 spaces, found 12
(#596) Variable "roles_array" must not contain underscores.
(#598) Line indented incorrectly; expected 4 spaces, found 12
(#599) Variable "roles_array" must not contain underscores.
(#602) Inline comments must end in full-stops, exclamation marks, or question marks
(#603) Line indented incorrectly; expected 4 spaces, found 12
(#607) Line indented incorrectly; expected 4 spaces, found 12
(#610) Variable "progress_counter" must not contain underscores.
(#611) Variable "progress_counter" must not contain underscores.
(#611) Variable "stored_file" must not contain underscores.
(#612) Variable "progress_counter" must not contain underscores.
(#614) Line indented incorrectly; expected 4 spaces, found 12
(#614) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#616) Inline comments must end in full-stops, exclamation marks, or question marks
(#617) Line indented incorrectly; expected 8 spaces, found 16
(#617) Variable "stored_file" must not contain underscores.
(#619) Line indented incorrectly; expected 8 spaces, found 16
(#621) Line indented incorrectly; expected 8 spaces, found 16
(#621) Variable "xml_parser" must not contain underscores.
(#623) Line indented incorrectly; expected 8 spaces, found 16
(#627) Inline comments must end in full-stops, exclamation marks, or question marks
(#628) Variable "xml_parser" must not contain underscores.
(#629) Variable "xml_parser" must not contain underscores.
(#630) Variable "xml_parser" must not contain underscores.
(#632) Variable "xml_parser" must not contain underscores.
(#633) Variable "xml_parser" must not contain underscores.
(#635) Line indented incorrectly; expected 8 spaces, found 16
(#637) Variable "progress_counter" must not contain underscores.
(#638) Line indented incorrectly; expected 12 spaces, found 20
(#638) Variable "xml_parser" must not contain underscores.
(#639) Variable "xml_parser" must not contain underscores.
(#639) Variable "xml_parser" must not contain underscores.
(#639) Line exceeds 132 characters; contains 174 characters
(#640) Line indented incorrectly; expected 12 spaces, found 20
(#644) Line indented incorrectly; expected 12 spaces, found 20
(#645) Variable "progress_counter" must not contain underscores.
(#645) Variable "progress_counter" must not contain underscores.
(#645) Variable "progress_counter" must not contain underscores.
(#645) Line exceeds maximum limit of 180 characters; contains 186 characters
(#646) Line indented incorrectly; expected 12 spaces, found 20
(#648) Line indented incorrectly; expected 8 spaces, found 16
(#651) Inline comments must end in full-stops, exclamation marks, or question marks
(#652) Line indented incorrectly; expected 8 spaces, found 16
(#656) Line indented incorrectly; expected 8 spaces, found 16
(#658) Inline comments must end in full-stops, exclamation marks, or question marks
(#659) Variable "xml_parser" must not contain underscores.
(#663) Line indented incorrectly; expected 4 spaces, found 12
(#664) Line indented incorrectly; expected 4 spaces, found 12
(#667) Line indented incorrectly; expected 8 spaces, found 16
(#669) Line indented incorrectly; expected 8 spaces, found 16
(#670) Line indented incorrectly; expected 8 spaces, found 16
(#670) Variable "xml_parser" must not contain underscores.
(#671) Variable "xml_parser" must not contain underscores.
(#672) Line indented incorrectly; expected 8 spaces, found 16
(#673) Line indented incorrectly; expected 8 spaces, found 16
(#674) Variable "progress_counter" must not contain underscores.
(#674) Variable "progress_counter" must not contain underscores.
(#675) Line indented incorrectly; expected 8 spaces, found 16
(#677) Line indented incorrectly; expected 4 spaces, found 12
(#679) Line indented incorrectly; expected 0 spaces, found 8
(#691) Line indented incorrectly; expected 0 spaces, found 8
(#691) Variable "msg_id" must not contain underscores.
(#692) Opening brace should be on the same line as the declaration
(#695) Inline comments must end in full-stops, exclamation marks, or question marks
(#696) Line indented incorrectly; expected 4 spaces, found 12
(#697) The use of function error_log() is forbidden
(#699) Line indented incorrectly; expected 4 spaces, found 12
(#701) Line indented incorrectly; expected 4 spaces, found 12
(#702) Inline comments must end in full-stops, exclamation marks, or question marks
(#703) The use of function error_log() is forbidden
(#705) Line indented incorrectly; expected 4 spaces, found 12
(#707) Inline comments must end in full-stops, exclamation marks, or question marks
(#708) Line indented incorrectly; expected 4 spaces, found 12
(#708) Expected "try {\n...} catch (...) {\n"; found "try { ...}\n catch (...) {\n"
(#708) Closing brace must be on a line by itself
(#709) Line indented incorrectly; expected 4 spaces, found 12
(#711) Line indented incorrectly; expected 4 spaces, found 12
(#713) Inline comments must end in full-stops, exclamation marks, or question marks
(#714) Variable "roles_array" must not contain underscores.
(#715) Line indented incorrectly; expected 4 spaces, found 12
(#715) Variable "roles_array" must not contain underscores.
(#717) Line indented incorrectly; expected 4 spaces, found 12
(#718) Variable "roles_array" must not contain underscores.
(#721) Inline comments must end in full-stops, exclamation marks, or question marks
(#722) Line indented incorrectly; expected 4 spaces, found 12
(#726) Line indented incorrectly; expected 4 spaces, found 12
(#728) Inline comments must end in full-stops, exclamation marks, or question marks
(#729) Line indented incorrectly; expected 4 spaces, found 12
(#731) Line indented incorrectly; expected 4 spaces, found 12
(#733) Inline comments must end in full-stops, exclamation marks, or question marks
(#736) Variable "xml_parser" must not contain underscores.
(#737) Line indented incorrectly; expected 4 spaces, found 12
(#737) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#739) Variable "msg_id" must not contain underscores.
(#741) Line indented incorrectly; expected 8 spaces, found 16
(#741) Variable "xml_parser" must not contain underscores.
(#743) Line indented incorrectly; expected 8 spaces, found 16
(#745) Variable "xml_parser" must not contain underscores.
(#746) Variable "xml_parser" must not contain underscores.
(#747) Variable "xml_parser" must not contain underscores.
(#749) Variable "xml_parser" must not contain underscores.
(#750) Variable "xml_parser" must not contain underscores.
(#752) Line indented incorrectly; expected 8 spaces, found 16
(#752) Variable "xml_parser" must not contain underscores.
(#753) Variable "xml_parser" must not contain underscores.
(#753) Variable "xml_parser" must not contain underscores.
(#753) Line exceeds 132 characters; contains 170 characters
(#754) Line indented incorrectly; expected 8 spaces, found 16
(#757) Inline comments must end in full-stops, exclamation marks, or question marks
(#758) Line indented incorrectly; expected 8 spaces, found 16
(#764) Inline comments must end in full-stops, exclamation marks, or question marks
(#764) This comment is 72% valid code; is this commented out code?
(#764) No space found before comment text; expected "// cache_helper::purge_by_event('changesincourse');" but found "//cache_helper::purge_by_event('changesincourse');"
(#765) Line indented incorrectly; expected 8 spaces, found 16
(#767) Variable "msg_id" must not contain underscores.
(#768) Variable "xml_parser" must not contain underscores.
(#770) Line indented incorrectly; expected 8 spaces, found 16
(#771) Variable "msg_id" must not contain underscores.
(#772) Line indented incorrectly; expected 8 spaces, found 16
(#775) Line indented incorrectly; expected 4 spaces, found 12
(#776) Line indented incorrectly; expected 4 spaces, found 12
(#779) Line indented incorrectly; expected 8 spaces, found 16
(#780) Variable "msg_id" must not contain underscores.
(#781) Line indented incorrectly; expected 8 spaces, found 16
(#782) Line indented incorrectly; expected 8 spaces, found 16
(#782) Variable "xml_parser" must not contain underscores.
(#783) Variable "xml_parser" must not contain underscores.
(#784) Line indented incorrectly; expected 8 spaces, found 16
(#785) Variable "msg_id" must not contain underscores.
(#787) Line indented incorrectly; expected 4 spaces, found 12
(#789) Line indented incorrectly; expected 0 spaces, found 8
(#802) Line indented incorrectly; expected 0 spaces, found 8
(#803) Opening brace should be on the same line as the declaration
(#814) Line indented incorrectly; expected 4 spaces, found 12
(#815) Line indented incorrectly; expected 8 spaces, found 16
(#816) Line indented incorrectly; expected 8 spaces, found 16
(#817) Line indented incorrectly; expected 8 spaces, found 16
(#818) Line indented incorrectly; expected 8 spaces, found 16
(#822) Inline comments must start with a capital letter, digit or 3-dots sequence
(#822) Inline comments must end in full-stops, exclamation marks, or question marks
(#822) No space found before comment text; expected "// default: Don't care about this one" but found "//default: Don't care about this one"
(#823) Line indented incorrectly; expected 4 spaces, found 12
(#825) Inline comments must end in full-stops, exclamation marks, or question marks
(#826) Line indented incorrectly; expected 4 spaces, found 12
(#828) Line indented incorrectly; expected 4 spaces, found 12
(#830) Variable "attr_list" must not contain underscores.
(#831) Line indented incorrectly; expected 4 spaces, found 12
(#833) Inline comments must end in full-stops, exclamation marks, or question marks
(#834) Variable "attr_list" must not contain underscores.
(#835) Line indented incorrectly; expected 4 spaces, found 12
(#838) Line indented incorrectly; expected 0 spaces, found 8
(#850) Line indented incorrectly; expected 0 spaces, found 8
(#851) Opening brace should be on the same line as the declaration
(#862) Inline comments must end in full-stops, exclamation marks, or question marks
(#863) Line indented incorrectly; expected 4 spaces, found 12
(#865) Line indented incorrectly; expected 4 spaces, found 12
(#867) Inline comments must end in full-stops, exclamation marks, or question marks
(#870) Inline comments must end in full-stops, exclamation marks, or question marks
(#871) Line indented incorrectly; expected 4 spaces, found 12
(#874) Line indented incorrectly; expected 8 spaces, found 16
(#875) Line indented incorrectly; expected 8 spaces, found 16
(#876) Line indented incorrectly; expected 8 spaces, found 16
(#877) Line indented incorrectly; expected 8 spaces, found 16
(#880) Line indented incorrectly; expected 12 spaces, found 20
(#880) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#885) Line indented incorrectly; expected 12 spaces, found 20
(#886) Line indented incorrectly; expected 12 spaces, found 20
(#891) Line indented incorrectly; expected 12 spaces, found 20
(#898) Inline comments must start with a capital letter, digit or 3-dots sequence
(#898) Inline comments must end in full-stops, exclamation marks, or question marks
(#898) No space found before comment text; expected "// default: Nothing more to do otherwise" but found "//default: Nothing more to do otherwise"
(#900) Line indented incorrectly; expected 4 spaces, found 12
(#902) Line indented incorrectly; expected 0 spaces, found 8
(#917) Line indented incorrectly; expected 0 spaces, found 8
(#918) Opening brace should be on the same line as the declaration
(#920) Line indented incorrectly; expected 4 spaces, found 12
(#925) Inline comments must end in full-stops, exclamation marks, or question marks
(#926) Line exceeds 132 characters; contains 139 characters
(#927) Line indented incorrectly; expected 4 spaces, found 12
(#929) Line indented incorrectly; expected 0 spaces, found 8
(#940) Line indented incorrectly; expected 0 spaces, found 8
(#941) Opening brace should be on the same line as the declaration
(#948) Line indented incorrectly; expected 0 spaces, found 8
(#959) Line indented incorrectly; expected 0 spaces, found 8
(#960) Opening brace should be on the same line as the declaration
(#970) Variable "type_value" must not contain underscores.
(#972) Line indented incorrectly; expected 4 spaces, found 12
(#972) Variable "type_value" must not contain underscores.
(#974) Line indented incorrectly; expected 8 spaces, found 16
(#975) Line indented incorrectly; expected 8 spaces, found 16
(#976) Variable "type_value" must not contain underscores.
(#995) Line indented incorrectly; expected 4 spaces, found 12
(#999) Line indented incorrectly; expected 0 spaces, found 8
(#1010) Line indented incorrectly; expected 0 spaces, found 8
(#1011) Opening brace should be on the same line as the declaration
(#1022) Variable "lmb_data" must not contain underscores.
(#1025) Variable "lmb_data" must not contain underscores.
(#1026) Variable "lmb_data" must not contain underscores.
(#1027) Variable "lmb_data" must not contain underscores.
(#1028) Variable "lmb_data" must not contain underscores.
(#1029) Variable "lmb_data" must not contain underscores.
(#1030) Variable "lmb_data" must not contain underscores.
(#1031) Variable "lmb_data" must not contain underscores.
(#1032) Variable "lmb_data" must not contain underscores.
(#1034) Inline comments must end in full-stops, exclamation marks, or question marks
(#1035) Line indented incorrectly; expected 4 spaces, found 12
(#1035) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1037) Line indented incorrectly; expected 8 spaces, found 16
(#1037) Variable "old_rec" must not contain underscores.
(#1037) Variable "lmb_data" must not contain underscores.
(#1037) Line exceeds 132 characters; contains 140 characters
(#1039) Variable "lmb_data" must not contain underscores.
(#1040) Line indented incorrectly; expected 8 spaces, found 16
(#1041) Variable "lmb_data" must not contain underscores.
(#1041) Variable "old_rec" must not contain underscores.
(#1041) Variable "lmb_data" must not contain underscores.
(#1041) Variable "lmb_data" must not contain underscores.
(#1043) Variable "lmb_data" must not contain underscores.
(#1044) Line indented incorrectly; expected 8 spaces, found 16
(#1045) Line indented incorrectly; expected 4 spaces, found 12
(#1046) Line indented incorrectly; expected 4 spaces, found 12
(#1050) Line indented incorrectly; expected 4 spaces, found 12
(#1052) Variable "lmb_data" must not contain underscores.
(#1055) Line indented incorrectly; expected 0 spaces, found 8
(#1066) Line indented incorrectly; expected 0 spaces, found 8
(#1067) Opening brace should be on the same line as the declaration
(#1073) Variable "lmb_data" must not contain underscores.
(#1076) Variable "lmb_data" must not contain underscores.
(#1077) Variable "lmb_data" must not contain underscores.
(#1077) Line exceeds 132 characters; contains 141 characters
(#1078) Variable "lmb_data" must not contain underscores.
(#1078) Line exceeds 132 characters; contains 143 characters
(#1079) Variable "lmb_data" must not contain underscores.
(#1080) Variable "lmb_data" must not contain underscores.
(#1081) Variable "lmb_data" must not contain underscores.
(#1082) Variable "lmb_data" must not contain underscores.
(#1083) Variable "lmb_data" must not contain underscores.
(#1084) Variable "lmb_data" must not contain underscores.
(#1085) Variable "lmb_data" must not contain underscores.
(#1086) Variable "lmb_data" must not contain underscores.
(#1087) Variable "lmb_data" must not contain underscores.
(#1088) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1090) Inline comments must end in full-stops, exclamation marks, or question marks
(#1091) Line indented incorrectly; expected 4 spaces, found 12
(#1091) Variable "lmb_data" must not contain underscores.
(#1092) Variable "lmb_data" must not contain underscores.
(#1092) Line exceeds 132 characters; contains 149 characters
(#1094) Line indented incorrectly; expected 4 spaces, found 12
(#1096) Inline comments must end in full-stops, exclamation marks, or question marks
(#1097) Line indented incorrectly; expected 4 spaces, found 12
(#1097) Variable "lmb_data" must not contain underscores.
(#1100) Line indented incorrectly; expected 4 spaces, found 12
(#1102) Inline comments must end in full-stops, exclamation marks, or question marks
(#1103) Line indented incorrectly; expected 4 spaces, found 12
(#1103) Variable "lmb_data" must not contain underscores.
(#1103) Variable "lmb_data" must not contain underscores.
(#1104) Variable "lmb_data" must not contain underscores.
(#1105) Line indented incorrectly; expected 4 spaces, found 12
(#1107) Inline comments must end in full-stops, exclamation marks, or question marks
(#1108) Line indented incorrectly; expected 4 spaces, found 12
(#1109) Variable "lmb_data" must not contain underscores.
(#1109) Variable "lmb_data" must not contain underscores.
(#1110) Line indented incorrectly; expected 4 spaces, found 12
(#1112) Inline comments must end in full-stops, exclamation marks, or question marks
(#1113) Line indented incorrectly; expected 4 spaces, found 12
(#1113) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1115) Line indented incorrectly; expected 8 spaces, found 16
(#1115) Variable "old_rec" must not contain underscores.
(#1115) Expected 1 space after "="; 2 found
(#1115) Variable "lmb_data" must not contain underscores.
(#1115) Line exceeds 132 characters; contains 144 characters
(#1117) Variable "lmb_data" must not contain underscores.
(#1118) Line indented incorrectly; expected 8 spaces, found 16
(#1119) Variable "lmb_data" must not contain underscores.
(#1119) Variable "old_rec" must not contain underscores.
(#1119) Variable "lmb_data" must not contain underscores.
(#1121) Variable "lmb_data" must not contain underscores.
(#1122) Line indented incorrectly; expected 8 spaces, found 16
(#1123) Line indented incorrectly; expected 4 spaces, found 12
(#1124) Line indented incorrectly; expected 4 spaces, found 12
(#1128) Line indented incorrectly; expected 4 spaces, found 12
(#1129) Variable "lmb_data" must not contain underscores.
(#1131) Inline comments must end in full-stops, exclamation marks, or question marks
(#1132) Line indented incorrectly; expected 4 spaces, found 12
(#1134) Line indented incorrectly; expected 4 spaces, found 12
(#1136) Inline comments must end in full-stops, exclamation marks, or question marks
(#1137) Variable "course_rec" must not contain underscores.
(#1137) Variable "lmb_data" must not contain underscores.
(#1138) Line indented incorrectly; expected 4 spaces, found 12
(#1138) Variable "lmb_data" must not contain underscores.
(#1140) Line indented incorrectly; expected 8 spaces, found 16
(#1140) Variable "course_rec" must not contain underscores.
(#1141) Inline comments must end in full-stops, exclamation marks, or question marks
(#1142) Variable "lmb_data" must not contain underscores.
(#1142) Line exceeds 132 characters; contains 162 characters
(#1144) Line indented incorrectly; expected 8 spaces, found 16
(#1146) Inline comments must end in full-stops, exclamation marks, or question marks
(#1147) Variable "course_rec" must not contain underscores.
(#1148) Variable "course_rec" must not contain underscores.
(#1149) Variable "course_rec" must not contain underscores.
(#1150) Line indented incorrectly; expected 12 spaces, found 20
(#1150) Expected "try {\n...} catch (...) {\n"; found "try { ...}\n catch (...) { "
(#1150) Variable "course_rec" must not contain underscores.
(#1150) Closing brace must be on a line by itself
(#1151) Line indented incorrectly; expected 12 spaces, found 20
(#1151) Closing brace must be on a line by itself
(#1152) Line indented incorrectly; expected 8 spaces, found 16
(#1154) Line indented incorrectly; expected 4 spaces, found 12
(#1156) Inline comments must end in full-stops, exclamation marks, or question marks
(#1157) Line indented incorrectly; expected 8 spaces, found 16
(#1157) Variable "course_rec" must not contain underscores.
(#1158) Variable "lmb_data" must not contain underscores.
(#1159) Variable "lmb_data" must not contain underscores.
(#1160) Line indented incorrectly; expected 8 spaces, found 16
(#1161) Variable "lmb_data" must not contain underscores.
(#1161) Variable "course_rec" must not contain underscores.
(#1162) Variable "course_rec" must not contain underscores.
(#1163) Line indented incorrectly; expected 8 spaces, found 16
(#1165) Line indented incorrectly; expected 4 spaces, found 12
(#1169) Line indented incorrectly; expected 0 spaces, found 8
(#1180) Line indented incorrectly; expected 0 spaces, found 8
(#1180) Variable "lmb_data" must not contain underscores.
(#1181) Opening brace should be on the same line as the declaration
(#1183) Inline comments must end in full-stops, exclamation marks, or question marks
(#1184) Variable "new_course_data" must not contain underscores.
(#1186) Inline comments must end in full-stops, exclamation marks, or question marks
(#1187) Line indented incorrectly; expected 4 spaces, found 12
(#1190) Line indented incorrectly; expected 8 spaces, found 16
(#1191) Variable "new_course_data" must not contain underscores.
(#1191) Variable "lmb_data" must not contain underscores.
(#1194) Line indented incorrectly; expected 8 spaces, found 16
(#1195) Variable "new_course_data" must not contain underscores.
(#1195) Variable "lmb_data" must not contain underscores.
(#1198) Line indented incorrectly; expected 8 spaces, found 16
(#1199) Variable "new_course_data" must not contain underscores.
(#1199) Variable "lmb_data" must not contain underscores.
(#1199) Variable "lmb_data" must not contain underscores.
(#1199) Line exceeds 132 characters; contains 151 characters
(#1202) Line indented incorrectly; expected 8 spaces, found 16
(#1202) Inline comments must end in full-stops, exclamation marks, or question marks
(#1203) Line indented incorrectly; expected 12 spaces, found 20
(#1204) Line exceeds 132 characters; contains 142 characters
(#1205) Variable "new_course_data" must not contain underscores.
(#1206) Line indented incorrectly; expected 12 spaces, found 20
(#1208) Line indented incorrectly; expected 4 spaces, found 12
(#1210) Inline comments must end in full-stops, exclamation marks, or question marks
(#1211) Line indented incorrectly; expected 4 spaces, found 12
(#1211) Variable "new_course_data" must not contain underscores.
(#1212) Variable "lmb_data" must not contain underscores.
(#1212) Line exceeds 132 characters; contains 151 characters
(#1214) Line indented incorrectly; expected 4 spaces, found 12
(#1215) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1218) Line indented incorrectly; expected 4 spaces, found 12
(#1219) Variable "new_course_data" must not contain underscores.
(#1219) Variable "lmb_data" must not contain underscores.
(#1220) Line indented incorrectly; expected 4 spaces, found 12
(#1221) Variable "new_course_data" must not contain underscores.
(#1221) Variable "lmb_data" must not contain underscores.
(#1222) Line indented incorrectly; expected 4 spaces, found 12
(#1223) Line indented incorrectly; expected 4 spaces, found 12
(#1224) Variable "new_course_data" must not contain underscores.
(#1224) Variable "new_course_data" must not contain underscores.
(#1225) Line indented incorrectly; expected 4 spaces, found 12
(#1227) Line indented incorrectly; expected 4 spaces, found 12
(#1228) Variable "new_course_data" must not contain underscores.
(#1228) Variable "lmb_data" must not contain underscores.
(#1229) Line indented incorrectly; expected 4 spaces, found 12
(#1230) Variable "new_course_data" must not contain underscores.
(#1230) Variable "lmb_data" must not contain underscores.
(#1231) Line indented incorrectly; expected 4 spaces, found 12
(#1232) Line indented incorrectly; expected 4 spaces, found 12
(#1233) Variable "new_course_data" must not contain underscores.
(#1233) Variable "new_course_data" must not contain underscores.
(#1234) Line indented incorrectly; expected 4 spaces, found 12
(#1236) Variable "new_course_data" must not contain underscores.
(#1236) Variable "lmb_data" must not contain underscores.
(#1237) Variable "new_course_data" must not contain underscores.
(#1237) Variable "lmb_data" must not contain underscores.
(#1239) Variable "new_course_data" must not contain underscores.
(#1239) Variable "lmb_data" must not contain underscores.
(#1239) Variable "lmb_data" must not contain underscores.
(#1240) Variable "new_course_data" must not contain underscores.
(#1241) Variable "new_course_data" must not contain underscores.
(#1245) Inline comments must end in full-stops, exclamation marks, or question marks
(#1246) Line indented incorrectly; expected 4 spaces, found 12
(#1246) Variable "lmb_data" must not contain underscores.
(#1246) Variable "new_course_data" must not contain underscores.
(#1247) Variable "new_course_data" must not contain underscores.
(#1247) Variable "lmb_data" must not contain underscores.
(#1247) Variable "new_course_data" must not contain underscores.
(#1248) Line indented incorrectly; expected 4 spaces, found 12
(#1250) Inline comments must end in full-stops, exclamation marks, or question marks
(#1251) Line indented incorrectly; expected 4 spaces, found 12
(#1251) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1257) Variable "new_course_data" must not contain underscores.
(#1263) Inline comments must end in full-stops, exclamation marks, or question marks
(#1264) Variable "enrol_properties" must not contain underscores.
(#1265) Variable "lmb_data" must not contain underscores.
(#1265) Variable "lmb_data" must not contain underscores.
(#1266) Variable "lmb_data" must not contain underscores.
(#1266) Expected 1 space before "?"; 3 found
(#1266) Variable "lmb_data" must not contain underscores.
(#1268) Line indented incorrectly; expected 0 spaces, found 16
(#1268) Variable "enrol_properties" must not contain underscores.
(#1269) Line exceeds 132 characters; contains 137 characters
(#1271) Line indented incorrectly; expected 0 spaces, found 16
(#1272) Line indented incorrectly; expected 4 spaces, found 12
(#1273) Line indented incorrectly; expected 4 spaces, found 12
(#1277) Line indented incorrectly; expected 4 spaces, found 12
(#1281) Line indented incorrectly; expected 0 spaces, found 8
(#1293) Line indented incorrectly; expected 0 spaces, found 8
(#1293) Variable "lmb_data" must not contain underscores.
(#1293) Variable "course_rec" must not contain underscores.
(#1294) Opening brace should be on the same line as the declaration
(#1297) Inline comments must end in full-stops, exclamation marks, or question marks
(#1299) Line indented incorrectly; expected 4 spaces, found 12
(#1300) Line indented incorrectly; expected 8 spaces, found 16
(#1301) Variable "course_rec" must not contain underscores.
(#1301) Variable "lmb_data" must not contain underscores.
(#1302) Line indented incorrectly; expected 8 spaces, found 16
(#1303) Variable "course_rec" must not contain underscores.
(#1303) Variable "lmb_data" must not contain underscores.
(#1304) Line indented incorrectly; expected 8 spaces, found 16
(#1305) Line indented incorrectly; expected 8 spaces, found 16
(#1306) Variable "course_rec" must not contain underscores.
(#1306) Variable "course_rec" must not contain underscores.
(#1307) Line indented incorrectly; expected 8 spaces, found 16
(#1308) Line indented incorrectly; expected 4 spaces, found 12
(#1310) Line indented incorrectly; expected 4 spaces, found 12
(#1311) Line indented incorrectly; expected 8 spaces, found 16
(#1312) Variable "course_rec" must not contain underscores.
(#1312) Variable "lmb_data" must not contain underscores.
(#1313) Line indented incorrectly; expected 8 spaces, found 16
(#1314) Variable "course_rec" must not contain underscores.
(#1314) Variable "lmb_data" must not contain underscores.
(#1315) Line indented incorrectly; expected 8 spaces, found 16
(#1316) Line indented incorrectly; expected 8 spaces, found 16
(#1317) Variable "course_rec" must not contain underscores.
(#1317) Variable "course_rec" must not contain underscores.
(#1318) Line indented incorrectly; expected 8 spaces, found 16
(#1319) Line indented incorrectly; expected 4 spaces, found 12
(#1321) Variable "course_rec" must not contain underscores.
(#1321) Variable "lmb_data" must not contain underscores.
(#1322) Variable "course_rec" must not contain underscores.
(#1322) Variable "lmb_data" must not contain underscores.
(#1324) Inline comments must end in full-stops, exclamation marks, or question marks
(#1325) Line indented incorrectly; expected 4 spaces, found 12
(#1325) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1329) Variable "course_rec" must not contain underscores.
(#1332) Variable "enrol_properties" must not contain underscores.
(#1333) Variable "lmb_data" must not contain underscores.
(#1334) Variable "lmb_data" must not contain underscores.
(#1336) Line indented incorrectly; expected 0 spaces, found 16
(#1336) Variable "instance_rec" must not contain underscores.
(#1336) Variable "course_rec" must not contain underscores.
(#1336) Line exceeds 132 characters; contains 180 characters
(#1337) Variable "course_rec" must not contain underscores.
(#1337) Variable "enrol_properties" must not contain underscores.
(#1338) Line indented incorrectly; expected 0 spaces, found 16
(#1339) Variable "instance_rec" must not contain underscores.
(#1339) Variable "enrol_properties" must not contain underscores.
(#1340) Variable "instance_rec" must not contain underscores.
(#1340) Variable "enrol_properties" must not contain underscores.
(#1341) Variable "instance_rec" must not contain underscores.
(#1342) Line indented incorrectly; expected 0 spaces, found 16
(#1346) Variable "course_rec" must not contain underscores.
(#1347) Variable "course_rec" must not contain underscores.
(#1348) Variable "course_rec" must not contain underscores.
(#1349) Variable "course_rec" must not contain underscores.
(#1352) Line indented incorrectly; expected 4 spaces, found 12
(#1353) Line indented incorrectly; expected 4 spaces, found 12
(#1357) Line indented incorrectly; expected 4 spaces, found 12
(#1361) Line indented incorrectly; expected 0 spaces, found 8
(#1372) Line indented incorrectly; expected 0 spaces, found 8
(#1373) Opening brace should be on the same line as the declaration
(#1378) Variable "lmb_data" must not contain underscores.
(#1380) Variable "lmb_data" must not contain underscores.
(#1381) Variable "lmb_data" must not contain underscores.
(#1382) Variable "lmb_data" must not contain underscores.
(#1383) Variable "lmb_data" must not contain underscores.
(#1384) Variable "lmb_data" must not contain underscores.
(#1385) Variable "lmb_data" must not contain underscores.
(#1386) Variable "lmb_data" must not contain underscores.
(#1387) Variable "lmb_data" must not contain underscores.
(#1388) Variable "lmb_data" must not contain underscores.
(#1389) Variable "lmb_data" must not contain underscores.
(#1390) This comment is 56% valid code; is this commented out code?
(#1390) Inline comments must start with a capital letter, digit or 3-dots sequence
(#1390) Expected 1 space before comment text but found 23; use block comment if you need indentation
(#1391) Inline comments must end in full-stops, exclamation marks, or question marks
(#1391) This comment is 60% valid code; is this commented out code?
(#1391) Expected 1 space before comment text but found 23; use block comment if you need indentation
(#1392) Variable "lmb_data" must not contain underscores.
(#1393) Variable "lmb_data" must not contain underscores.
(#1394) Variable "lmb_data" must not contain underscores.
(#1395) Variable "lmb_data" must not contain underscores.
(#1396) Variable "lmb_data" must not contain underscores.
(#1397) Variable "lmb_data" must not contain underscores.
(#1398) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#1401) Inline comments must end in full-stops, exclamation marks, or question marks
(#1402) Line indented incorrectly; expected 4 spaces, found 12
(#1402) Variable "lmb_data" must not contain underscores.
(#1405) Line indented incorrectly; expected 4 spaces, found 12
(#1408) Inline comments must end in full-stops, exclamation marks, or question marks
(#1409) Inline control structures are not allowed
(#1409) Variable "lmb_data" must not contain underscores.
(#1409) Variable "lmb_data" must not contain underscores.
(#1410) Inline control structures are not allowed
(#1410) Variable "lmb_data" must not contain underscores.
(#1410) Variable "lmb_data" must not contain underscores.
(#1411) Inline control structures are not allowed
(#1411) Variable "lmb_data" must not contain underscores.
(#1411) Variable "lmb_data" must not contain underscores.
(#1412) Inline control structures are not allowed
(#1412) Variable "lmb_data" must not contain underscores.
(#1412) Variable "lmb_data" must not contain underscores.
(#1414) Inline comments must end in full-stops, exclamation marks, or question marks
(#1415) Inline control structures are not allowed
(#1415) Variable "lmb_data" must not contain underscores.
(#1415) Variable "lmb_data" must not contain underscores.
(#1415) Variable "lmb_data" must not contain underscores.
(#1417) Inline comments must end in full-stops, exclamation marks, or question marks
(#1418) Line indented incorrectly; expected 4 spaces, found 12
(#1418) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1420) Line indented incorrectly; expected 8 spaces, found 16
(#1420) Variable "old_rec" must not contain underscores.
(#1420) Variable "lmb_data" must not contain underscores.
(#1420) Line exceeds 132 characters; contains 142 characters
(#1422) Variable "lmb_data" must not contain underscores.
(#1422) Variable "lmb_data" must not contain underscores.
(#1423) Line indented incorrectly; expected 8 spaces, found 16
(#1425) Inline comments must end in full-stops, exclamation marks, or question marks
(#1426) Variable "lmb_data" must not contain underscores.
(#1426) Variable "old_rec" must not contain underscores.
(#1426) Variable "lmb_data" must not contain underscores.
(#1426) Variable "old_rec" must not contain underscores.
(#1427) Inline comments must end in full-stops, exclamation marks, or question marks
(#1428) Variable "lmb_data" must not contain underscores.
(#1430) Variable "lmb_data" must not contain underscores.
(#1431) Line indented incorrectly; expected 8 spaces, found 16
(#1433) Line indented incorrectly; expected 4 spaces, found 12
(#1434) Line indented incorrectly; expected 4 spaces, found 12
(#1438) Line indented incorrectly; expected 4 spaces, found 12
(#1440) Variable "lmb_data" must not contain underscores.
(#1442) Inline comments must end in full-stops, exclamation marks, or question marks
(#1443) Line indented incorrectly; expected 4 spaces, found 12
(#1445) Line indented incorrectly; expected 4 spaces, found 12
(#1446) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1449) Line indented incorrectly; expected 4 spaces, found 12
(#1449) Variable "lmb_data" must not contain underscores.
(#1450) Variable "lmb_data" must not contain underscores.
(#1451) Line indented incorrectly; expected 4 spaces, found 12
(#1454) Inline comments must end in full-stops, exclamation marks, or question marks
(#1457) Inline comments must end in full-stops, exclamation marks, or question marks
(#1459) Line indented incorrectly; expected 4 spaces, found 12
(#1461) Line indented incorrectly; expected 8 spaces, found 16
(#1462) Line indented incorrectly; expected 8 spaces, found 16
(#1463) Line indented incorrectly; expected 8 spaces, found 16
(#1464) Line indented incorrectly; expected 8 spaces, found 16
(#1466) Variable "lmb_data" must not contain underscores.
(#1468) Line indented incorrectly; expected 8 spaces, found 16
(#1469) Variable "lmb_data" must not contain underscores.
(#1470) Line indented incorrectly; expected 4 spaces, found 12
(#1471) Line indented incorrectly; expected 4 spaces, found 12
(#1472) Line indented incorrectly; expected 8 spaces, found 16
(#1473) Variable "lmb_data" must not contain underscores.
(#1474) Line indented incorrectly; expected 8 spaces, found 16
(#1475) Variable "lmb_data" must not contain underscores.
(#1475) Line exceeds 132 characters; contains 152 characters
(#1477) Line indented incorrectly; expected 8 spaces, found 16
(#1478) Line indented incorrectly; expected 4 spaces, found 12
(#1480) Inline comments must end in full-stops, exclamation marks, or question marks
(#1481) Line indented incorrectly; expected 4 spaces, found 12
(#1481) Line exceeds 132 characters; contains 147 characters
(#1483) Line indented incorrectly; expected 8 spaces, found 16
(#1485) Line indented incorrectly; expected 8 spaces, found 16
(#1487) Line indented incorrectly; expected 4 spaces, found 12
(#1497) Variable "user_rec" must not contain underscores.
(#1498) Inline comments must end in full-stops, exclamation marks, or question marks
(#1499) Line indented incorrectly; expected 4 spaces, found 12
(#1499) Variable "lmb_data" must not contain underscores.
(#1499) Variable "lmb_data" must not contain underscores.
(#1500) Line indented incorrectly; expected 8 spaces, found 16
(#1500) Variable "user_rec" must not contain underscores.
(#1500) Variable "lmb_data" must not contain underscores.
(#1500) Line exceeds 132 characters; contains 152 characters
(#1502) Inline comments must end in full-stops, exclamation marks, or question marks
(#1503) Variable "lmb_data" must not contain underscores.
(#1503) Line exceeds 132 characters; contains 157 characters
(#1504) Variable "lmb_data" must not contain underscores.
(#1505) Line indented incorrectly; expected 8 spaces, found 16
(#1506) Line indented incorrectly; expected 4 spaces, found 12
(#1510) Inline comments must end in full-stops, exclamation marks, or question marks
(#1511) Line indented incorrectly; expected 4 spaces, found 12
(#1511) Variable "user_rec" must not contain underscores.
(#1512) Variable "user_rec" must not contain underscores.
(#1512) Line exceeds 132 characters; contains 166 characters
(#1513) Line indented incorrectly; expected 4 spaces, found 12
(#1515) Variable "insert_result" must not contain underscores.
(#1516) Variable "update_result" must not contain underscores.
(#1517) Line indented incorrectly; expected 4 spaces, found 12
(#1517) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1519) Inline comments must end in full-stops, exclamation marks, or question marks
(#1520) Line indented incorrectly; expected 8 spaces, found 16
(#1520) Variable "user_rec" must not contain underscores.
(#1521) Line indented incorrectly; expected 12 spaces, found 20
(#1522) Variable "insert_result" must not contain underscores.
(#1522) Variable "user_rec" must not contain underscores.
(#1522) Variable "lmb_data" must not contain underscores.
(#1523) Line indented incorrectly; expected 12 spaces, found 20
(#1524) Variable "lmb_data" must not contain underscores.
(#1524) Line exceeds 132 characters; contains 156 characters
(#1526) Line indented incorrectly; expected 12 spaces, found 20
(#1527) Line indented incorrectly; expected 8 spaces, found 16
(#1529) Inline comments must end in full-stops, exclamation marks, or question marks
(#1530) Variable "update_result" must not contain underscores.
(#1530) Variable "user_rec" must not contain underscores.
(#1530) Variable "lmb_data" must not contain underscores.
(#1531) Line indented incorrectly; expected 8 spaces, found 16
(#1533) Inline comments must end in full-stops, exclamation marks, or question marks
(#1534) Line indented incorrectly; expected 8 spaces, found 16
(#1534) Variable "user_rec" must not contain underscores.
(#1534) Variable "lmb_data" must not contain underscores.
(#1534) Variable "lmb_data" must not contain underscores.
(#1535) Variable "lmb_data" must not contain underscores.
(#1535) Variable "user_rec" must not contain underscores.
(#1536) Variable "lmb_data" must not contain underscores.
(#1537) Line indented incorrectly; expected 8 spaces, found 16
(#1538) Line indented incorrectly; expected 4 spaces, found 12
(#1539) Line indented incorrectly; expected 4 spaces, found 12
(#1543) Line indented incorrectly; expected 4 spaces, found 12
(#1545) Variable "insert_result" must not contain underscores.
(#1545) Variable "update_result" must not contain underscores.
(#1547) Line indented incorrectly; expected 0 spaces, found 8
(#1560) Line indented incorrectly; expected 0 spaces, found 8
(#1560) Variable "lmb_data" must not contain underscores.
(#1561) Opening brace should be on the same line as the declaration
(#1563) Inline comments must end in full-stops, exclamation marks, or question marks
(#1564) Variable "user_rec" must not contain underscores.
(#1565) Variable "user_rec" must not contain underscores.
(#1566) Variable "user_rec" must not contain underscores.
(#1567) Variable "user_rec" must not contain underscores.
(#1568) Variable "user_rec" must not contain underscores.
(#1569) Variable "user_rec" must not contain underscores.
(#1570) Variable "user_rec" must not contain underscores.
(#1571) Variable "user_rec" must not contain underscores.
(#1573) Inline comments must end in full-stops, exclamation marks, or question marks
(#1574) Line indented incorrectly; expected 4 spaces, found 12
(#1575) Variable "auth_plugin" must not contain underscores.
(#1576) Line indented incorrectly; expected 4 spaces, found 12
(#1577) Variable "auth_plugin" must not contain underscores.
(#1578) Line indented incorrectly; expected 4 spaces, found 12
(#1579) Variable "user_rec" must not contain underscores.
(#1579) Variable "auth_plugin" must not contain underscores.
(#1586) Inline comments must end in full-stops, exclamation marks, or question marks
(#1587) Line indented incorrectly; expected 4 spaces, found 12
(#1587) Variable "auth_plugin" must not contain underscores.
(#1587) Variable "auth_plugin" must not contain underscores.
(#1589) Variable "user_rec" must not contain underscores.
(#1591) Line indented incorrectly; expected 4 spaces, found 12
(#1593) Line indented incorrectly; expected 8 spaces, found 16
(#1595) Line indented incorrectly; expected 12 spaces, found 20
(#1596) Variable "user_rec" must not contain underscores.
(#1598) Line indented incorrectly; expected 12 spaces, found 20
(#1599) Variable "user_rec" must not contain underscores.
(#1601) Line indented incorrectly; expected 12 spaces, found 20
(#1602) Variable "user_rec" must not contain underscores.
(#1603) Line indented incorrectly; expected 8 spaces, found 16
(#1604) Variable "user_rec" must not contain underscores.
(#1604) Variable "user_rec" must not contain underscores.
(#1606) Line indented incorrectly; expected 4 spaces, found 12
(#1608) Line indented incorrectly; expected 4 spaces, found 12
(#1609) Variable "user_rec" must not contain underscores.
(#1609) Variable "lmb_data" must not contain underscores.
(#1610) Line indented incorrectly; expected 4 spaces, found 12
(#1611) Variable "user_rec" must not contain underscores.
(#1611) Variable "lmb_data" must not contain underscores.
(#1612) Line indented incorrectly; expected 4 spaces, found 12
(#1616) Inline comments must end in full-stops, exclamation marks, or question marks
(#1618) Variable "user_rec" must not contain underscores.
(#1618) Variable "lmb_data" must not contain underscores.
(#1619) Line indented incorrectly; expected 4 spaces, found 12
(#1621) Line indented incorrectly; expected 8 spaces, found 16
(#1622) Variable "user_rec" must not contain underscores.
(#1623) Line indented incorrectly; expected 8 spaces, found 16
(#1624) Line indented incorrectly; expected 4 spaces, found 12
(#1626) Variable "user_rec" must not contain underscores.
(#1626) Variable "lmb_data" must not contain underscores.
(#1627) Variable "user_rec" must not contain underscores.
(#1627) Variable "lmb_data" must not contain underscores.
(#1629) Line indented incorrectly; expected 4 spaces, found 12
(#1630) Variable "user_rec" must not contain underscores.
(#1630) Variable "lmb_data" must not contain underscores.
(#1631) Line indented incorrectly; expected 4 spaces, found 12
(#1633) Line indented incorrectly; expected 4 spaces, found 12
(#1634) Variable "user_rec" must not contain underscores.
(#1634) Variable "lmb_data" must not contain underscores.
(#1635) Line indented incorrectly; expected 8 spaces, found 16
(#1637) Line indented incorrectly; expected 12 spaces, found 20
(#1638) Variable "user_rec" must not contain underscores.
(#1640) Line indented incorrectly; expected 12 spaces, found 20
(#1641) Variable "user_rec" must not contain underscores.
(#1641) Variable "lmb_data" must not contain underscores.
(#1643) Line indented incorrectly; expected 12 spaces, found 20
(#1644) Line indented incorrectly; expected 16 spaces, found 24
(#1644) Variable "lmb_data" must not contain underscores.
(#1645) Variable "user_rec" must not contain underscores.
(#1645) Variable "lmb_data" must not contain underscores.
(#1646) Line indented incorrectly; expected 16 spaces, found 24
(#1647) Variable "user_rec" must not contain underscores.
(#1648) Line indented incorrectly; expected 16 spaces, found 24
(#1649) Line indented incorrectly; expected 8 spaces, found 16
(#1650) Line indented incorrectly; expected 4 spaces, found 12
(#1652) Variable "user_rec" must not contain underscores.
(#1652) Variable "lmb_data" must not contain underscores.
(#1653) Variable "user_rec" must not contain underscores.
(#1654) Variable "user_rec" must not contain underscores.
(#1654) Variable "lmb_data" must not contain underscores.
(#1656) Inline comments must end in full-stops, exclamation marks, or question marks
(#1657) Line indented incorrectly; expected 4 spaces, found 12
(#1657) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1659) Variable "user_rec" must not contain underscores.
(#1659) Variable "user_rec" must not contain underscores.
(#1660) Variable "user_context" must not contain underscores.
(#1660) Variable "user_rec" must not contain underscores.
(#1661) Variable "user_rec" must not contain underscores.
(#1661) Variable "user_context" must not contain underscores.
(#1663) Line indented incorrectly; expected 4 spaces, found 12
(#1664) Line indented incorrectly; expected 4 spaces, found 12
(#1667) Variable "user_rec" must not contain underscores.
(#1668) Line indented incorrectly; expected 4 spaces, found 12
(#1670) Variable "lmb_data" must not contain underscores.
(#1670) Variable "user_rec" must not contain underscores.
(#1671) Variable "user_rec" must not contain underscores.
(#1673) Line indented incorrectly; expected 0 spaces, found 8
(#1687) Line indented incorrectly; expected 0 spaces, found 8
(#1687) Variable "user_rec" must not contain underscores.
(#1687) Variable "lmb_data" must not contain underscores.
(#1688) Opening brace should be on the same line as the declaration
(#1692) Inline comments must end in full-stops, exclamation marks, or question marks
(#1694) Variable "user_rec" must not contain underscores.
(#1696) Line indented incorrectly; expected 4 spaces, found 12
(#1700) Inline comments must end in full-stops, exclamation marks, or question marks
(#1702) Variable "user_rec" must not contain underscores.
(#1702) Variable "lmb_data" must not contain underscores.
(#1703) Line indented incorrectly; expected 8 spaces, found 16
(#1705) Line indented incorrectly; expected 12 spaces, found 20
(#1706) Variable "user_rec" must not contain underscores.
(#1707) Line indented incorrectly; expected 12 spaces, found 20
(#1708) Line indented incorrectly; expected 8 spaces, found 16
(#1710) Line indented incorrectly; expected 4 spaces, found 12
(#1712) Line indented incorrectly; expected 4 spaces, found 12
(#1713) Variable "user_rec" must not contain underscores.
(#1713) Variable "lmb_data" must not contain underscores.
(#1714) Line indented incorrectly; expected 4 spaces, found 12
(#1718) Inline comments must end in full-stops, exclamation marks, or question marks
(#1719) Line indented incorrectly; expected 4 spaces, found 12
(#1719) Variable "lmb_data" must not contain underscores.
(#1720) Variable "user_rec" must not contain underscores.
(#1720) Variable "lmb_data" must not contain underscores.
(#1721) Line indented incorrectly; expected 4 spaces, found 12
(#1723) Line indented incorrectly; expected 4 spaces, found 12
(#1724) Variable "user_rec" must not contain underscores.
(#1724) Variable "lmb_data" must not contain underscores.
(#1725) Line indented incorrectly; expected 4 spaces, found 12
(#1727) Line indented incorrectly; expected 4 spaces, found 12
(#1728) Variable "user_rec" must not contain underscores.
(#1728) Variable "lmb_data" must not contain underscores.
(#1729) Line indented incorrectly; expected 8 spaces, found 16
(#1731) Line indented incorrectly; expected 12 spaces, found 20
(#1732) Variable "user_rec" must not contain underscores.
(#1734) Line indented incorrectly; expected 12 spaces, found 20
(#1735) Variable "user_rec" must not contain underscores.
(#1735) Variable "lmb_data" must not contain underscores.
(#1737) Line indented incorrectly; expected 12 spaces, found 20
(#1738) Line indented incorrectly; expected 16 spaces, found 24
(#1738) Variable "lmb_data" must not contain underscores.
(#1739) Variable "user_rec" must not contain underscores.
(#1739) Variable "lmb_data" must not contain underscores.
(#1740) Line indented incorrectly; expected 16 spaces, found 24
(#1741) Variable "user_rec" must not contain underscores.
(#1742) Line indented incorrectly; expected 16 spaces, found 24
(#1743) Line indented incorrectly; expected 8 spaces, found 16
(#1744) Line indented incorrectly; expected 4 spaces, found 12
(#1747) Inline comments must end in full-stops, exclamation marks, or question marks
(#1749) Line indented incorrectly; expected 4 spaces, found 12
(#1749) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1751) Variable "user_rec" must not contain underscores.
(#1752) Inline comments must end in full-stops, exclamation marks, or question marks
(#1753) Line indented incorrectly; expected 8 spaces, found 16
(#1755) Inline comments must end in full-stops, exclamation marks, or question marks
(#1756) Variable "auth_plugin" must not contain underscores.
(#1756) Variable "user_rec" must not contain underscores.
(#1757) Line indented incorrectly; expected 12 spaces, found 20
(#1757) Variable "auth_plugin" must not contain underscores.
(#1757) Variable "auth_plugin" must not contain underscores.
(#1759) Line indented incorrectly; expected 16 spaces, found 24
(#1761) Line indented incorrectly; expected 20 spaces, found 28
(#1764) Line indented incorrectly; expected 20 spaces, found 28
(#1767) Line indented incorrectly; expected 16 spaces, found 24
(#1770) Line indented incorrectly; expected 16 spaces, found 24
(#1771) Variable "auth_plugin" must not contain underscores.
(#1771) Variable "user_rec" must not contain underscores.
(#1772) Line indented incorrectly; expected 16 spaces, found 24
(#1773) Line indented incorrectly; expected 12 spaces, found 20
(#1774) Line indented incorrectly; expected 8 spaces, found 16
(#1775) Line indented incorrectly; expected 4 spaces, found 12
(#1776) Line indented incorrectly; expected 4 spaces, found 12
(#1780) Line indented incorrectly; expected 4 spaces, found 12
(#1782) Variable "lmb_data" must not contain underscores.
(#1785) Line indented incorrectly; expected 0 spaces, found 8
(#1796) Line indented incorrectly; expected 0 spaces, found 8
(#1796) Variable "lmb_data" must not contain underscores.
(#1797) Opening brace should be on the same line as the declaration
(#1799) Inline comments must end in full-stops, exclamation marks, or question marks
(#1800) Line indented incorrectly; expected 4 spaces, found 12
(#1800) Variable "lmb_data" must not contain underscores.
(#1800) Variable "lmb_data" must not contain underscores.
(#1801) Variable "lmb_data" must not contain underscores.
(#1801) Line exceeds 132 characters; contains 154 characters
(#1803) Line indented incorrectly; expected 4 spaces, found 12
(#1805) Inline comments must end in full-stops, exclamation marks, or question marks
(#1806) Line indented incorrectly; expected 4 spaces, found 12
(#1806) Variable "user_rec" must not contain underscores.
(#1806) Variable "lmb_data" must not contain underscores.
(#1807) Inline comments must end in full-stops, exclamation marks, or question marks
(#1808) Variable "lmb_data" must not contain underscores.
(#1808) Line exceeds 132 characters; contains 149 characters
(#1810) Line indented incorrectly; expected 4 spaces, found 12
(#1811) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1814) Line indented incorrectly; expected 4 spaces, found 12
(#1816) Line indented incorrectly; expected 8 spaces, found 16
(#1818) Inline comments must end in full-stops, exclamation marks, or question marks
(#1819) Line indented incorrectly; expected 12 spaces, found 20
(#1819) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1821) Variable "user_rec" must not contain underscores.
(#1822) Variable "lmb_data" must not contain underscores.
(#1823) Variable "lmb_data" must not contain underscores.
(#1825) Line indented incorrectly; expected 12 spaces, found 20
(#1826) Line indented incorrectly; expected 12 spaces, found 20
(#1830) Line indented incorrectly; expected 12 spaces, found 20
(#1832) Line indented incorrectly; expected 8 spaces, found 16
(#1838) Line indented incorrectly; expected 12 spaces, found 20
(#1838) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1840) Variable "user_rec" must not contain underscores.
(#1842) Line indented incorrectly; expected 12 spaces, found 20
(#1843) Line indented incorrectly; expected 12 spaces, found 20
(#1847) Line indented incorrectly; expected 12 spaces, found 20
(#1849) Line indented incorrectly; expected 8 spaces, found 16
(#1850) Inline comments must end in full-stops, exclamation marks, or question marks
(#1852) Line indented incorrectly; expected 4 spaces, found 12
(#1854) Variable "lmb_data" must not contain underscores.
(#1857) Line indented incorrectly; expected 0 spaces, found 8
(#1868) Line indented incorrectly; expected 0 spaces, found 8
(#1869) Opening brace should be on the same line as the declaration
(#1879) Variable "parent_id" must not contain underscores.
(#1880) Variable "child_id" must not contain underscores.
(#1881) Variable "id_type" must not contain underscores.
(#1885) Line indented incorrectly; expected 4 spaces, found 12
(#1885) Variable "id_type" must not contain underscores.
(#1886) Inline comments must end in full-stops, exclamation marks, or question marks
(#1888) Line indented incorrectly; expected 4 spaces, found 12
(#1888) Usage of ELSEIF not allowed; use ELSE IF instead
(#1888) Variable "id_type" must not contain underscores.
(#1889) Inline comments must end in full-stops, exclamation marks, or question marks
(#1891) Line indented incorrectly; expected 4 spaces, found 12
(#1892) Inline comments must end in full-stops, exclamation marks, or question marks
(#1893) Variable "parent_id" must not contain underscores.
(#1893) Line exceeds 132 characters; contains 167 characters
(#1894) Line indented incorrectly; expected 4 spaces, found 12
(#1898) Line indented incorrectly; expected 0 spaces, found 8
(#1909) Line indented incorrectly; expected 0 spaces, found 8
(#1910) Opening brace should be on the same line as the declaration
(#1921) Variable "lmb_data" must not contain underscores.
(#1923) Variable "lmb_data" must not contain underscores.
(#1924) Variable "lmb_data" must not contain underscores.
(#1925) Variable "lmb_data" must not contain underscores.
(#1926) Variable "lmb_data" must not contain underscores.
(#1927) Variable "lmb_data" must not contain underscores.
(#1928) Variable "lmb_data" must not contain underscores.
(#1929) Variable "lmb_data" must not contain underscores.
(#1930) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#1933) Inline comments must end in full-stops, exclamation marks, or question marks
(#1934) Inline control structures are not allowed
(#1934) Variable "lmb_data" must not contain underscores.
(#1934) Variable "lmb_data" must not contain underscores.
(#1934) Variable "lmb_data" must not contain underscores.
(#1936) Line indented incorrectly; expected 4 spaces, found 12
(#1936) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#1938) Line indented incorrectly; expected 8 spaces, found 16
(#1938) Variable "old_rec" must not contain underscores.
(#1938) Variable "lmb_data" must not contain underscores.
(#1938) Variable "lmb_data" must not contain underscores.
(#1938) Line exceeds maximum limit of 180 characters; contains 209 characters
(#1940) Variable "lmb_data" must not contain underscores.
(#1941) Line indented incorrectly; expected 8 spaces, found 16
(#1942) Variable "lmb_data" must not contain underscores.
(#1942) Variable "old_rec" must not contain underscores.
(#1942) Variable "lmb_data" must not contain underscores.
(#1944) Variable "lmb_data" must not contain underscores.
(#1945) Line indented incorrectly; expected 8 spaces, found 16
(#1946) Line indented incorrectly; expected 4 spaces, found 12
(#1947) Line indented incorrectly; expected 4 spaces, found 12
(#1951) Line indented incorrectly; expected 4 spaces, found 12
(#1953) Variable "lmb_data" must not contain underscores.
(#1953) Line exceeds 132 characters; contains 138 characters
(#1954) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1956) Inline comments must end in full-stops, exclamation marks, or question marks
(#1957) Line indented incorrectly; expected 4 spaces, found 12
(#1959) Line indented incorrectly; expected 4 spaces, found 12
(#1960) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#1962) Variable "suspend_enrollment" must not contain underscores.
(#1962) Variable "lmb_data" must not contain underscores.
(#1963) Variable "delete_enrollment" must not contain underscores.
(#1963) Variable "lmb_data" must not contain underscores.
(#1964) Variable "suspend_enrollment" must not contain underscores.
(#1966) Inline comments must end in full-stops, exclamation marks, or question marks
(#1967) Line indented incorrectly; expected 4 spaces, found 12
(#1967) Variable "course_rec" must not contain underscores.
(#1967) Variable "lmb_data" must not contain underscores.
(#1967) Line exceeds 132 characters; contains 146 characters
(#1968) Variable "lmb_data" must not contain underscores.
(#1968) Line exceeds 132 characters; contains 160 characters
(#1970) Line indented incorrectly; expected 4 spaces, found 12
(#1972) Inline comments must end in full-stops, exclamation marks, or question marks
(#1973) Line indented incorrectly; expected 4 spaces, found 12
(#1973) Variable "enrol_instance" must not contain underscores.
(#1973) Variable "course_rec" must not contain underscores.
(#1973) Line exceeds maximum limit of 180 characters; contains 216 characters
(#1974) Variable "course_rec" must not contain underscores.
(#1974) Line exceeds 132 characters; contains 145 characters
(#1976) Line indented incorrectly; expected 4 spaces, found 12
(#1978) Inline comments must end in full-stops, exclamation marks, or question marks
(#1979) Line indented incorrectly; expected 4 spaces, found 12
(#1979) Variable "role_id" must not contain underscores.
(#1979) Variable "lmb_data" must not contain underscores.
(#1980) Variable "lmb_data" must not contain underscores.
(#1980) Line exceeds 132 characters; contains 166 characters
(#1982) Line indented incorrectly; expected 4 spaces, found 12
(#1986) Inline comments must end in full-stops, exclamation marks, or question marks
(#1992) Variable "lmb_data" must not contain underscores.
(#1994) Line indented incorrectly; expected 4 spaces, found 12
(#1994) Variable "user_rec" must not contain underscores.
(#1995) Variable "lmb_data" must not contain underscores.
(#1995) Line exceeds 132 characters; contains 158 characters
(#1997) Line indented incorrectly; expected 4 spaces, found 12
(#1999) Line indented incorrectly; expected 4 spaces, found 12
(#1999) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#2001) Line indented incorrectly; expected 8 spaces, found 16
(#2001) Variable "delete_enrollment" must not contain underscores.
(#2003) Inline comments must end in full-stops, exclamation marks, or question marks
(#2005) Variable "enrol_instance" must not contain underscores.
(#2005) Variable "user_rec" must not contain underscores.
(#2006) Line indented incorrectly; expected 8 spaces, found 16
(#2007) Inline comments must end in full-stops, exclamation marks, or question marks
(#2009) Variable "enrol_instance" must not contain underscores.
(#2009) Variable "user_rec" must not contain underscores.
(#2009) Variable "role_id" must not contain underscores.
(#2009) Variable "suspend_enrollment" must not contain underscores.
(#2009) Line exceeds 132 characters; contains 164 characters
(#2010) Line indented incorrectly; expected 8 spaces, found 16
(#2012) Line indented incorrectly; expected 4 spaces, found 12
(#2013) Line indented incorrectly; expected 4 spaces, found 12
(#2017) Line indented incorrectly; expected 4 spaces, found 12
(#2019) Variable "enrol_instance" must not contain underscores.
(#2019) Line exceeds 132 characters; contains 134 characters
(#2023) Line indented incorrectly; expected 0 spaces, found 8
(#2034) Line indented incorrectly; expected 0 spaces, found 8
(#2035) Opening brace should be on the same line as the declaration
(#2038) Variable "meta_plugin" must not contain underscores.
(#2039) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2041) Inline comments must end in full-stops, exclamation marks, or question marks
(#2043) Variable "lmb_data" must not contain underscores.
(#2044) Variable "lmb_data" must not contain underscores.
(#2045) Variable "lmb_data" must not contain underscores.
(#2046) Variable "lmb_data" must not contain underscores.
(#2047) Variable "lmb_data" must not contain underscores.
(#2048) Variable "lmb_data" must not contain underscores.
(#2049) Variable "lmb_data" must not contain underscores.
(#2050) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2053) Inline comments must end in full-stops, exclamation marks, or question marks
(#2054) Line indented incorrectly; expected 4 spaces, found 12
(#2055) Variable "lmb_data" must not contain underscores.
(#2055) Line exceeds maximum limit of 180 characters; contains 196 characters
(#2057) Line indented incorrectly; expected 4 spaces, found 12
(#2060) Line indented incorrectly; expected 4 spaces, found 12
(#2062) Inline comments must end in full-stops, exclamation marks, or question marks
(#2063) Variable "meta_plugin" must not contain underscores.
(#2064) Line indented incorrectly; expected 4 spaces, found 12
(#2065) Inline comments must end in full-stops, exclamation marks, or question marks
(#2066) Variable "lmb_data" must not contain underscores.
(#2066) Line exceeds maximum limit of 180 characters; contains 191 characters
(#2068) Line indented incorrectly; expected 4 spaces, found 12
(#2070) Inline comments must end in full-stops, exclamation marks, or question marks
(#2071) Line indented incorrectly; expected 4 spaces, found 12
(#2071) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#2073) Line indented incorrectly; expected 8 spaces, found 16
(#2073) Variable "old_rec" must not contain underscores.
(#2073) Variable "lmb_data" must not contain underscores.
(#2073) Line exceeds 132 characters; contains 157 characters
(#2075) Variable "lmb_data" must not contain underscores.
(#2075) Variable "lmb_data" must not contain underscores.
(#2076) Variable "lmb_data" must not contain underscores.
(#2077) Line indented incorrectly; expected 8 spaces, found 16
(#2078) Variable "lmb_data" must not contain underscores.
(#2078) Variable "old_rec" must not contain underscores.
(#2078) Variable "lmb_data" must not contain underscores.
(#2078) Variable "old_rec" must not contain underscores.
(#2078) Variable "lmb_data" must not contain underscores.
(#2080) Variable "lmb_data" must not contain underscores.
(#2081) Line indented incorrectly; expected 8 spaces, found 16
(#2082) Line indented incorrectly; expected 4 spaces, found 12
(#2083) Line indented incorrectly; expected 4 spaces, found 12
(#2087) Line indented incorrectly; expected 4 spaces, found 12
(#2089) Variable "lmb_data" must not contain underscores.
(#2089) Line exceeds 132 characters; contains 139 characters
(#2090) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2092) Inline comments must end in full-stops, exclamation marks, or question marks
(#2093) Line indented incorrectly; expected 4 spaces, found 12
(#2095) Line indented incorrectly; expected 4 spaces, found 12
(#2096) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2098) Inline comments must end in full-stops, exclamation marks, or question marks
(#2099) Line indented incorrectly; expected 4 spaces, found 12
(#2099) Variable "child_course" must not contain underscores.
(#2099) Variable "lmb_data" must not contain underscores.
(#2099) Line exceeds 132 characters; contains 146 characters
(#2100) Variable "lmb_data" must not contain underscores.
(#2100) Line exceeds 132 characters; contains 158 characters
(#2102) Line indented incorrectly; expected 4 spaces, found 12
(#2103) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2108) Variable "parent_course" must not contain underscores.
(#2108) Variable "lmb_data" must not contain underscores.
(#2109) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2111) Inline comments must end in full-stops, exclamation marks, or question marks
(#2112) Line indented incorrectly; expected 4 spaces, found 12
(#2112) Variable "lmb_data" must not contain underscores.
(#2112) Variable "lmb_data" must not contain underscores.
(#2114) Line indented incorrectly; expected 8 spaces, found 16
(#2114) Variable "parent_course" must not contain underscores.
(#2114) Variable "meta_enroll_instance" must not contain underscores.
(#2114) Variable "parent_course" must not contain underscores.
(#2114) Variable "meta_plugin" must not contain underscores.
(#2114) Variable "child_course" must not contain underscores.
(#2114) Line exceeds maximum limit of 180 characters; contains 239 characters
(#2115) Line indented incorrectly; expected 12 spaces, found 20
(#2115) Variable "lmb_data" must not contain underscores.
(#2116) Inline comments must end in full-stops, exclamation marks, or question marks
(#2117) Variable "meta_plugin" must not contain underscores.
(#2117) Variable "meta_enroll_instance" must not contain underscores.
(#2118) Line indented incorrectly; expected 12 spaces, found 20
(#2119) Inline comments must end in full-stops, exclamation marks, or question marks
(#2120) Variable "meta_enroll_instance" must not contain underscores.
(#2121) Variable "meta_enroll_instance" must not contain underscores.
(#2122) Line indented incorrectly; expected 12 spaces, found 20
(#2123) Line indented incorrectly; expected 8 spaces, found 16
(#2125) Line indented incorrectly; expected 4 spaces, found 12
(#2126) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2131) Inline comments must end in full-stops, exclamation marks, or question marks
(#2132) Line indented incorrectly; expected 4 spaces, found 12
(#2132) Variable "parent_course" must not contain underscores.
(#2133) Variable "parent_course_data" must not contain underscores.
(#2134) Variable "parent_course_data" must not contain underscores.
(#2134) Variable "lmb_data" must not contain underscores.
(#2135) Variable "parent_course_data" must not contain underscores.
(#2135) Variable "child_course" must not contain underscores.
(#2136) Variable "parent_course_data" must not contain underscores.
(#2136) Variable "child_course" must not contain underscores.
(#2137) Variable "parent_course_data" must not contain underscores.
(#2137) Variable "child_course" must not contain underscores.
(#2138) Line indented incorrectly; expected 8 spaces, found 16
(#2138) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#2144) Variable "parent_course" must not contain underscores.
(#2144) Variable "parent_course_data" must not contain underscores.
(#2146) Line indented incorrectly; expected 8 spaces, found 16
(#2147) Line indented incorrectly; expected 8 spaces, found 16
(#2150) Variable "lmb_data" must not contain underscores.
(#2150) Line exceeds 132 characters; contains 168 characters
(#2152) Line indented incorrectly; expected 8 spaces, found 16
(#2153) Line indented incorrectly; expected 4 spaces, found 12
(#2153) This comment is 72% valid code; is this commented out code?
(#2154) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2158) Variable "enroll_instance" must not contain underscores.
(#2158) Variable "parent_course" must not contain underscores.
(#2158) Variable "meta_plugin" must not contain underscores.
(#2158) Variable "child_course" must not contain underscores.
(#2158) Line exceeds maximum limit of 180 characters; contains 194 characters
(#2159) Line indented incorrectly; expected 4 spaces, found 12
(#2159) Variable "enroll_instance" must not contain underscores.
(#2160) Variable "enroll_instance_id" must not contain underscores.
(#2160) Variable "meta_plugin" must not contain underscores.
(#2160) Variable "parent_course" must not contain underscores.
(#2160) Variable "child_course" must not contain underscores.
(#2161) Variable "enroll_instance" must not contain underscores.
(#2161) Variable "enroll_instance_id" must not contain underscores.
(#2162) Line indented incorrectly; expected 4 spaces, found 12
(#2162) Usage of ELSEIF not allowed; use ELSE IF instead
(#2162) Variable "enroll_instance" must not contain underscores.
(#2163) Variable "enroll_instance" must not contain underscores.
(#2164) Variable "enroll_instance" must not contain underscores.
(#2165) Variable "enroll_instance" must not contain underscores.
(#2166) Line indented incorrectly; expected 4 spaces, found 12
(#2168) Inline comments must end in full-stops, exclamation marks, or question marks
(#2169) Line indented incorrectly; expected 4 spaces, found 12
(#2170) Variable "child_course" must not contain underscores.
(#2171) Line indented incorrectly; expected 4 spaces, found 12
(#2172) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2176) Line indented incorrectly; expected 4 spaces, found 12
(#2176) Variable "enroll_instance" must not contain underscores.
(#2176) Line exceeds 132 characters; contains 139 characters
(#2177) Variable "group_rec" must not contain underscores.
(#2178) Variable "group_rec" must not contain underscores.
(#2178) Variable "parent_course" must not contain underscores.
(#2179) Variable "group_rec" must not contain underscores.
(#2180) Variable "group_rec" must not contain underscores.
(#2180) Variable "child_course" must not contain underscores.
(#2181) Inline comments must end in full-stops, exclamation marks, or question marks
(#2182) Line indented incorrectly; expected 8 spaces, found 16
(#2182) Variable "group_rec" must not contain underscores.
(#2182) Variable "group_rec" must not contain underscores.
(#2182) Variable "group_rec" must not contain underscores.
(#2183) Inline comments must end in full-stops, exclamation marks, or question marks
(#2184) Variable "group_rec" must not contain underscores.
(#2184) Variable "group_rec" must not contain underscores.
(#2184) Variable "group_rec" must not contain underscores.
(#2185) Line indented incorrectly; expected 12 spaces, found 20
(#2185) Variable "group_rec" must not contain underscores.
(#2186) Inline comments must end in full-stops, exclamation marks, or question marks
(#2187) Variable "parent_course" must not contain underscores.
(#2187) Line exceeds 132 characters; contains 164 characters
(#2189) Line indented incorrectly; expected 12 spaces, found 20
(#2190) Line indented incorrectly; expected 8 spaces, found 16
(#2191) Inline comments must end in full-stops, exclamation marks, or question marks
(#2192) Variable "enroll_instance" must not contain underscores.
(#2192) Variable "group_rec" must not contain underscores.
(#2193) Line indented incorrectly; expected 8 spaces, found 16
(#2193) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#2195) Variable "enroll_instance" must not contain underscores.
(#2196) Line indented incorrectly; expected 8 spaces, found 16
(#2197) Line indented incorrectly; expected 8 spaces, found 16
(#2200) Variable "enroll_instance" must not contain underscores.
(#2200) Line exceeds 132 characters; contains 162 characters
(#2202) Line indented incorrectly; expected 8 spaces, found 16
(#2203) Line indented incorrectly; expected 4 spaces, found 12
(#2203) This comment is 64% valid code; is this commented out code?
(#2207) Line indented incorrectly; expected 0 spaces, found 8
(#2218) Line indented incorrectly; expected 0 spaces, found 8
(#2219) Opening brace should be on the same line as the declaration
(#2225) Line indented incorrectly; expected 4 spaces, found 12
(#2225) Variable "course_configs" must not contain underscores.
(#2226) Line indented incorrectly; expected 4 spaces, found 12
(#2226) Variable "course_configs" must not contain underscores.
(#2227) Variable "course_configs" must not contain underscores.
(#2228) Line indented incorrectly; expected 4 spaces, found 12
(#2230) Variable "course_rec" must not contain underscores.
(#2231) Variable "course_rec" must not contain underscores.
(#2232) Variable "course_rec" must not contain underscores.
(#2233) Variable "course_rec" must not contain underscores.
(#2234) Variable "course_rec" must not contain underscores.
(#2234) Variable "course_configs" must not contain underscores.
(#2235) Variable "course_rec" must not contain underscores.
(#2235) Variable "course_configs" must not contain underscores.
(#2236) Variable "course_rec" must not contain underscores.
(#2236) Variable "course_configs" must not contain underscores.
(#2237) Variable "course_rec" must not contain underscores.
(#2237) Variable "course_configs" must not contain underscores.
(#2238) Variable "course_rec" must not contain underscores.
(#2238) Variable "course_configs" must not contain underscores.
(#2239) Variable "course_rec" must not contain underscores.
(#2239) Variable "course_configs" must not contain underscores.
(#2240) Variable "course_rec" must not contain underscores.
(#2241) Variable "course_rec" must not contain underscores.
(#2241) Variable "course_configs" must not contain underscores.
(#2242) Variable "course_rec" must not contain underscores.
(#2242) Variable "course_configs" must not contain underscores.
(#2243) Variable "course_rec" must not contain underscores.
(#2243) Variable "course_configs" must not contain underscores.
(#2244) Variable "course_rec" must not contain underscores.
(#2244) Variable "course_configs" must not contain underscores.
(#2245) Variable "course_rec" must not contain underscores.
(#2245) Variable "course_configs" must not contain underscores.
(#2246) Variable "course_rec" must not contain underscores.
(#2246) Variable "course_configs" must not contain underscores.
(#2248) Variable "course_rec" must not contain underscores.
(#2249) Variable "course_rec" must not contain underscores.
(#2250) Variable "course_rec" must not contain underscores.
(#2251) Variable "course_rec" must not contain underscores.
(#2253) Variable "course_rec" must not contain underscores.
(#2254) Variable "course_rec" must not contain underscores.
(#2255) Variable "course_rec" must not contain underscores.
(#2256) Variable "course_rec" must not contain underscores.
(#2258) Variable "course_rec" must not contain underscores.
(#2260) Line indented incorrectly; expected 0 spaces, found 8
(#2273) Line indented incorrectly; expected 0 spaces, found 8
(#2273) Variable "source_id" must not contain underscores.
(#2273) Variable "create_new" must not contain underscores.
(#2274) Opening brace should be on the same line as the declaration
(#2276) Inline comments must end in full-stops, exclamation marks, or question marks
(#2277) Inline control structures are not allowed
(#2277) Variable "source_id" must not contain underscores.
(#2279) Inline comments must end in full-stops, exclamation marks, or question marks
(#2280) Line indented incorrectly; expected 4 spaces, found 12
(#2280) Variable "term_rec" must not contain underscores.
(#2280) Variable "source_id" must not contain underscores.
(#2282) Variable "term_rec" must not contain underscores.
(#2283) Variable "term_rec" must not contain underscores.
(#2284) Variable "term_rec" must not contain underscores.
(#2285) Variable "term_rec" must not contain underscores.
(#2285) Variable "source_id" must not contain underscores.
(#2286) Variable "term_rec" must not contain underscores.
(#2287) Variable "term_rec" must not contain underscores.
(#2288) Variable "term_rec" must not contain underscores.
(#2289) Variable "term_rec" must not contain underscores.
(#2290) Variable "term_rec" must not contain underscores.
(#2292) Line indented incorrectly; expected 8 spaces, found 16
(#2292) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#2294) Variable "term_rec" must not contain underscores.
(#2294) Variable "term_rec" must not contain underscores.
(#2295) Line indented incorrectly; expected 8 spaces, found 16
(#2296) Line indented incorrectly; expected 8 spaces, found 16
(#2298) Line exceeds 132 characters; contains 133 characters
(#2300) Line indented incorrectly; expected 8 spaces, found 16
(#2302) Line indented incorrectly; expected 4 spaces, found 12
(#2305) Inline comments must end in full-stops, exclamation marks, or question marks
(#2306) Line indented incorrectly; expected 4 spaces, found 12
(#2306) Variable "term_rec" must not contain underscores.
(#2306) Variable "term_rec" must not contain underscores.
(#2306) Line exceeds 132 characters; contains 174 characters
(#2308) Inline control structures are not allowed
(#2308) Variable "create_new" must not contain underscores.
(#2312) Variable "term_rec" must not contain underscores.
(#2315) Line indented incorrectly; expected 8 spaces, found 16
(#2316) Line exceeds 132 characters; contains 146 characters
(#2318) Line indented incorrectly; expected 8 spaces, found 16
(#2324) Variable "term_rec" must not contain underscores.
(#2325) Line indented incorrectly; expected 8 spaces, found 16
(#2325) Expected "try {\n...} catch (...) {\n"; found "try\n {\n...}\n catch (...)\n {\n"
(#2327) Variable "term_rec" must not contain underscores.
(#2328) Line indented incorrectly; expected 8 spaces, found 16
(#2329) Line indented incorrectly; expected 8 spaces, found 16
(#2331) Variable "term_rec" must not contain underscores.
(#2331) Line exceeds 132 characters; contains 145 characters
(#2333) Line indented incorrectly; expected 8 spaces, found 16
(#2335) Line indented incorrectly; expected 4 spaces, found 12
(#2337) Variable "term_rec" must not contain underscores.
(#2339) Line indented incorrectly; expected 0 spaces, found 8
(#2353) Line indented incorrectly; expected 0 spaces, found 8
(#2353) Variable "create_new" must not contain underscores.
(#2353) Variable "parent_id" must not contain underscores.
(#2354) Opening brace should be on the same line as the declaration
(#2356) Line indented incorrectly; expected 4 spaces, found 12
(#2356) Variable "parent_id" must not contain underscores.
(#2356) Line exceeds 132 characters; contains 150 characters
(#2358) Inline control structures are not allowed
(#2358) Variable "create_new" must not contain underscores.
(#2363) Variable "parent_id" must not contain underscores.
(#2365) Line indented incorrectly; expected 8 spaces, found 16
(#2366) Line exceeds 132 characters; contains 146 characters
(#2368) Line indented incorrectly; expected 8 spaces, found 16
(#2374) Line indented incorrectly; expected 4 spaces, found 12
(#2378) Line indented incorrectly; expected 0 spaces, found 8
(#2391) Line indented incorrectly; expected 0 spaces, found 8
(#2392) Opening brace should be on the same line as the declaration
(#2394) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2398) Inline comments must end in full-stops, exclamation marks, or question marks
(#2398) This comment is 67% valid code; is this commented out code?
(#2398) No space found before comment text; expected "// $category = $DB->get_record('course_categories', array('id'=>$data->category), '*', MUST_EXIST);" but found "//$category = $DB->get_record('course_categories', array('id'=>$data->category), '*', MUST_EXIST);"
(#2400) Inline comments must end in full-stops, exclamation marks, or question marks
(#2401) Line indented incorrectly; expected 4 spaces, found 12
(#2402) Line indented incorrectly; expected 8 spaces, found 16
(#2404) Line indented incorrectly; expected 8 spaces, found 16
(#2405) Line indented incorrectly; expected 4 spaces, found 12
(#2409) This comment is 77% valid code; is this commented out code?
(#2409) No space found before comment text; expected "// if (!empty($data->idnumber)) {" but found "//if (!empty($data->idnumber)) {"
(#2410) This comment is 68% valid code; is this commented out code?
(#2410) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2411) This comment is 60% valid code; is this commented out code?
(#2411) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#2412) This comment is 50% valid code; is this commented out code?
(#2412) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2413) Inline comments must end in full-stops, exclamation marks, or question marks
(#2413) This comment is 100% valid code; is this commented out code?
(#2413) No space found before comment text; expected "// }" but found "//}"
(#2418) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2418) Inline comments must end in full-stops, exclamation marks, or question marks
(#2422) This comment is 72% valid code; is this commented out code?
(#2422) No space found before comment text; expected "// if ($editoroptions) {" but found "//if ($editoroptions) {"
(#2423) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2424) This comment is 45% valid code; is this commented out code?
(#2424) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2425) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2426) Inline comments must end in full-stops, exclamation marks, or question marks
(#2426) This comment is 100% valid code; is this commented out code?
(#2426) No space found before comment text; expected "// }" but found "//}"
(#2429) This comment is 77% valid code; is this commented out code?
(#2429) No space found before comment text; expected "// if (!isset($data->visible)) {" but found "//if (!isset($data->visible)) {"
(#2430) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2431) This comment is 46% valid code; is this commented out code?
(#2431) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2432) This comment is 100% valid code; is this commented out code?
(#2432) No space found before comment text; expected "// }" but found "//}"
(#2433) Inline comments must end in full-stops, exclamation marks, or question marks
(#2433) This comment is 50% valid code; is this commented out code?
(#2433) No space found before comment text; expected "// $data->visibleold = $data->visible;" but found "//$data->visibleold = $data->visible;"
(#2439) This comment is 72% valid code; is this commented out code?
(#2439) No space found before comment text; expected "// if ($editoroptions) {" but found "//if ($editoroptions) {"
(#2440) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2441) This comment is 61% valid code; is this commented out code?
(#2441) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2442) This comment is 75% valid code; is this commented out code?
(#2442) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2443) This comment is 75% valid code; is this commented out code?
(#2443) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2444) This comment is 100% valid code; is this commented out code?
(#2444) No space found before comment text; expected "// }" but found "//}"
(#2445) This comment is 58% valid code; is this commented out code?
(#2445) No space found before comment text; expected "// if ($overviewfilesoptions = course_overviewfiles_options($newcourseid)) {" but found "//if ($overviewfilesoptions = course_overviewfiles_options($newcourseid)) {"
(#2446) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2447) Line exceeds 132 characters; contains 150 characters
(#2447) This comment is 61% valid code; is this commented out code?
(#2447) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2448) Inline comments must end in full-stops, exclamation marks, or question marks
(#2448) This comment is 100% valid code; is this commented out code?
(#2448) No space found before comment text; expected "// }" but found "//}"
(#2450) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2450) Inline comments must end in full-stops, exclamation marks, or question marks
(#2457) This comment is 75% valid code; is this commented out code?
(#2457) No space found before comment text; expected "// fix_course_sortorder();" but found "//fix_course_sortorder();"
(#2459) Inline comments must end in full-stops, exclamation marks, or question marks
(#2459) This comment is 72% valid code; is this commented out code?
(#2459) No space found before comment text; expected "// cache_helper::purge_by_event('changesincourse');" but found "//cache_helper::purge_by_event('changesincourse');"
(#2461) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2461) Inline comments must end in full-stops, exclamation marks, or question marks
(#2473) Inline comments must end in full-stops, exclamation marks, or question marks
(#2479) Line exceeds 132 characters; contains 133 characters
(#2481) Line indented incorrectly; expected 4 spaces, found 12
(#2483) Line indented incorrectly; expected 4 spaces, found 12
(#2486) Inline comments must end in full-stops, exclamation marks, or question marks
(#2486) This comment is 73% valid code; is this commented out code?
(#2486) No space found before comment text; expected "// save_local_role_names($course->id, (array)$data);" but found "//save_local_role_names($course->id, (array)$data);"
(#2488) Inline comments must start with a capital letter, digit or 3-dots sequence
(#2488) Inline comments must end in full-stops, exclamation marks, or question marks
(#2492) This comment is 67% valid code; is this commented out code?
(#2492) No space found before comment text; expected "// if ($CFG->usetags && isset($data->tags)) {" but found "//if ($CFG->usetags && isset($data->tags)) {"
(#2493) This comment is 62% valid code; is this commented out code?
(#2493) Expected 1 space before comment text but found 4; use block comment if you need indentation
(#2494) Inline comments must end in full-stops, exclamation marks, or question marks
(#2494) This comment is 100% valid code; is this commented out code?
(#2494) No space found before comment text; expected "// }" but found "//}"
(#2498) Line indented incorrectly; expected 0 spaces, found 8
(#2510) Line indented incorrectly; expected 0 spaces, found 8
(#2510) Variable "lmb_data" must not contain underscores.
(#2511) Opening brace should be on the same line as the declaration
(#2513) Line indented incorrectly; expected 4 spaces, found 12
(#2513) Variable "cache_term_rec" must not contain underscores.
(#2514) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#2518) Inline comments must end in full-stops, exclamation marks, or question marks
(#2519) Line indented incorrectly; expected 4 spaces, found 12
(#2519) Variable "lmb_data" must not contain underscores.
(#2519) Variable "cache_term_rec" must not contain underscores.
(#2520) Variable "term_rec" must not contain underscores.
(#2520) Variable "cache_term_rec" must not contain underscores.
(#2520) Variable "lmb_data" must not contain underscores.
(#2521) Variable "term_desc" must not contain underscores.
(#2521) Variable "term_rec" must not contain underscores.
(#2522) Line indented incorrectly; expected 4 spaces, found 12
(#2522) Usage of ELSEIF not allowed; use ELSE IF instead
(#2522) Variable "term_rec" must not contain underscores.
(#2522) Variable "lmb_data" must not contain underscores.
(#2522) Line exceeds 132 characters; contains 138 characters
(#2524) Inline comments must end in full-stops, exclamation marks, or question marks
(#2525) Variable "cache_term_rec" must not contain underscores.
(#2525) Variable "lmb_data" must not contain underscores.
(#2525) Variable "term_rec" must not contain underscores.
(#2526) Variable "term_desc" must not contain underscores.
(#2526) Variable "term_rec" must not contain underscores.
(#2527) Line indented incorrectly; expected 4 spaces, found 12
(#2528) Inline comments must end in full-stops, exclamation marks, or question marks
(#2529) Variable "term_desc" must not contain underscores.
(#2529) Variable "lmb_data" must not contain underscores.
(#2530) Line indented incorrectly; expected 4 spaces, found 12
(#2534) Variable "dept_code" must not contain underscores.
(#2534) Variable "course_num" must not contain underscores.
(#2534) Variable "section_num" must not contain underscores.
(#2534) Variable "lmb_data" must not contain underscores.
(#2536) Inline control structures are not allowed
(#2536) Variable "dept_code" must not contain underscores.
(#2536) Variable "dept_code" must not contain underscores.
(#2537) Inline control structures are not allowed
(#2537) Variable "course_num" must not contain underscores.
(#2537) Variable "course_num" must not contain underscores.
(#2538) Inline control structures are not allowed
(#2538) Variable "section_num" must not contain underscores.
(#2538) Variable "section_num" must not contain underscores.
(#2540) Variable "courseNameTokens" must be all lower-case
(#2541) Variable "lmb_data" must not contain underscores.
(#2541) Variable "term_desc" must not contain underscores.
(#2542) Variable "lmb_data" must not contain underscores.
(#2542) Variable "lmb_data" must not contain underscores.
(#2542) Variable "lmb_data" must not contain underscores.
(#2542) Variable "lmb_data" must not contain underscores.
(#2543) Variable "dept_code" must not contain underscores.
(#2543) Variable "lmb_data" must not contain underscores.
(#2544) Variable "lmb_data" must not contain underscores.
(#2545) Variable "course_num" must not contain underscores.
(#2545) Variable "section_num" must not contain underscores.
(#2548) Line indented incorrectly; expected 0 spaces, found 8
(#2560) Line indented incorrectly; expected 0 spaces, found 8
(#2560) Variable "ims_role_type" must not contain underscores.
(#2561) Opening brace should be on the same line as the declaration
(#2563) Inline comments must end in full-stops, exclamation marks, or question marks
(#2564) Variable "rolemap_config_name" must not contain underscores.
(#2564) Variable "ims_role_type" must not contain underscores.
(#2565) Line indented incorrectly; expected 4 spaces, found 12
(#2565) Variable "rolemap_config_name" must not contain underscores.
(#2565) Variable "rolemap_config_name" must not contain underscores.
(#2567) Line indented incorrectly; expected 4 spaces, found 12
(#2569) Inline comments must end in full-stops, exclamation marks, or question marks
(#2570) Variable "role_id" must not contain underscores.
(#2570) Variable "rolemap_config_name" must not contain underscores.
(#2571) Line indented incorrectly; expected 4 spaces, found 12
(#2571) Variable "role_id" must not contain underscores.
(#2573) Line indented incorrectly; expected 4 spaces, found 12
(#2575) Variable "role_id" must not contain underscores.
(#2577) Line indented incorrectly; expected 0 spaces, found 8
(#2587) Line indented incorrectly; expected 0 spaces, found 8
(#2588) Opening brace should be on the same line as the declaration
(#2590) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#2595) Inline comments must end in full-stops, exclamation marks, or question marks
(#2596) Line indented incorrectly; expected 4 spaces, found 12
(#2600) Line indented incorrectly; expected 4 spaces, found 12
(#2604) Inline comments must end in full-stops, exclamation marks, or question marks
(#2605) Line indented incorrectly; expected 4 spaces, found 12
(#2607) Line indented incorrectly; expected 4 spaces, found 12
(#2609) Inline comments must end in full-stops, exclamation marks, or question marks
(#2610) Variable "timestamp_array" must not contain underscores.
(#2612) Inline comments must end in full-stops, exclamation marks, or question marks
(#2613) Variable "minutes_lapsed" must not contain underscores.
(#2613) Variable "timestamp_array" must not contain underscores.
(#2614) Line indented incorrectly; expected 4 spaces, found 12
(#2614) Variable "minutes_lapsed" must not contain underscores.
(#2617) Line indented incorrectly; expected 4 spaces, found 12
(#2619) Inline comments must end in full-stops, exclamation marks, or question marks
(#2620) Variable "last_notice_file" must not contain underscores.
(#2621) Line indented incorrectly; expected 4 spaces, found 12
(#2621) Variable "last_notice_file" must not contain underscores.
(#2621) Variable "timestamp_array" must not contain underscores.
(#2621) Variable "last_notice_file" must not contain underscores.
(#2621) Line exceeds 132 characters; contains 152 characters
(#2624) Line indented incorrectly; expected 4 spaces, found 12
(#2626) Inline comments must end in full-stops, exclamation marks, or question marks
(#2630) Variable "email_address_array" must not contain underscores.
(#2631) Line indented incorrectly; expected 4 spaces, found 12
(#2631) Variable "email_address_array" must not contain underscores.
(#2631) Variable "email_address" must not contain underscores.
(#2632) Variable "email_address" must not contain underscores.
(#2632) Variable "email_address" must not contain underscores.
(#2633) Inline control structures are not allowed
(#2633) Variable "email_address" must not contain underscores.
(#2633) Variable "email_address" must not contain underscores.
(#2636) Variable "email_address" must not contain underscores.
(#2637) Variable "email_address" must not contain underscores.
(#2638) Variable "minutes_lapsed" must not contain underscores.
(#2638) Line exceeds maximum limit of 180 characters; contains 198 characters
(#2639) Variable "email_address" must not contain underscores.
(#2640) Line indented incorrectly; expected 4 spaces, found 12
(#2642) Inline comments must end in full-stops, exclamation marks, or question marks
(#2643) Variable "last_notice_file" must not contain underscores.
(#2647) Line indented incorrectly; expected 0 spaces, found 8
(#2659) Line indented incorrectly; expected 0 spaces, found 8
(#2659) Variable "msg_id" must not contain underscores.
(#2660) Opening brace should be on the same line as the declaration
(#2662) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#2665) Inline control structures are not allowed
(#2672) Variable "config_rec" must not contain underscores.
(#2673) Line indented incorrectly; expected 4 spaces, found 12
(#2673) Variable "config_rec" must not contain underscores.
(#2673) Line exceeds 132 characters; contains 163 characters
(#2674) Variable "config_rec" must not contain underscores.
(#2675) Variable "config_rec" must not contain underscores.
(#2676) Variable "config_rec" must not contain underscores.
(#2677) Variable "config_rec" must not contain underscores.
(#2678) Line indented incorrectly; expected 4 spaces, found 12
(#2680) Variable "timestamp_array" must not contain underscores.
(#2681) Line indented incorrectly; expected 4 spaces, found 12
(#2681) Variable "timestamp_array" must not contain underscores.
(#2681) Variable "config_rec" must not contain underscores.
(#2683) Line indented incorrectly; expected 4 spaces, found 12
(#2685) Inline comments must end in full-stops, exclamation marks, or question marks
(#2686) Variable "config_rec" must not contain underscores.
(#2686) Variable "timestamp_array" must not contain underscores.
(#2687) Line indented incorrectly; expected 4 spaces, found 12
(#2687) Expected "try {\n...} catch (...) {\n"; found "try {\n...}\n catch (...) {\n"
(#2689) Line indented incorrectly; expected 8 spaces, found 16
(#2689) Variable "config_rec" must not contain underscores.
(#2690) Variable "config_rec" must not contain underscores.
(#2691) Line indented incorrectly; expected 8 spaces, found 16
(#2692) Variable "config_rec" must not contain underscores.
(#2693) Line indented incorrectly; expected 8 spaces, found 16
(#2698) Variable "email_address_array" must not contain underscores.
(#2699) Line indented incorrectly; expected 8 spaces, found 16
(#2699) Variable "email_address_array" must not contain underscores.
(#2699) Variable "email_address" must not contain underscores.
(#2700) Variable "email_address" must not contain underscores.
(#2700) Variable "email_address" must not contain underscores.
(#2701) Inline control structures are not allowed
(#2701) Variable "email_address" must not contain underscores.
(#2701) Variable "email_address" must not contain underscores.
(#2704) Variable "email_address" must not contain underscores.
(#2705) Variable "email_address" must not contain underscores.
(#2706) Variable "msg_id" must not contain underscores.
(#2706) Line exceeds 132 characters; contains 177 characters
(#2707) Line indented incorrectly; expected 8 spaces, found 16
(#2709) Line indented incorrectly; expected 4 spaces, found 12
(#2710) Line indented incorrectly; expected 4 spaces, found 12
(#2712) Line indented incorrectly; expected 4 spaces, found 12
(#2714) Line indented incorrectly; expected 0 spaces, found 8
(#2717) Line indented incorrectly; expected 0 spaces, found 4
(#2717) This comment is 50% valid code; is this commented out code?
enrol/shebang/renderer.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#34) Line indented incorrectly; expected 0 spaces, found 4
(#43) Line indented incorrectly; expected 4 spaces, found 8
(#50) Line indented incorrectly; expected 4 spaces, found 8
(#50) Visibility must be declared on method "__construct"
(#51) Opening brace should be on the same line as the declaration
(#53) Object operator not indented correctly; expected 16 spaces but found 12
(#55) Line indented incorrectly; expected 4 spaces, found 8
(#63) Line indented incorrectly; expected 4 spaces, found 8
(#64) Opening brace should be on the same line as the declaration
(#66) Line indented incorrectly; expected 4 spaces, found 8
(#68) Line indented incorrectly; expected 0 spaces, found 4
(#68) This comment is 50% valid code; is this commented out code?
(#76) Line indented incorrectly; expected 0 spaces, found 4
(#85) Line indented incorrectly; expected 4 spaces, found 8
(#93) Line indented incorrectly; expected 4 spaces, found 8
(#94) Opening brace should be on the same line as the declaration
(#96) Line indented incorrectly; expected 8 spaces, found 12
(#97) Line indented incorrectly; expected 12 spaces, found 16
(#98) Line indented incorrectly; expected 16 spaces, found 20
(#100) Line indented incorrectly; expected 16 spaces, found 20
(#101) Line indented incorrectly; expected 12 spaces, found 16
(#102) Line indented incorrectly; expected 8 spaces, found 12
(#106) Line indented incorrectly; expected 4 spaces, found 8
(#117) Line indented incorrectly; expected 4 spaces, found 8
(#118) Opening brace should be on the same line as the declaration
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#128) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#130) Line indented incorrectly; expected 8 spaces, found 12
(#133) Line indented incorrectly; expected 8 spaces, found 12
(#135) Line indented incorrectly; expected 8 spaces, found 12
(#137) Line indented incorrectly; expected 12 spaces, found 16
(#139) Line indented incorrectly; expected 12 spaces, found 16
(#141) Inline comments must end in full-stops, exclamation marks, or question marks
(#142) Line exceeds maximum limit of 180 characters; contains 186 characters
(#143) Line exceeds 132 characters; contains 155 characters
(#145) Inline comments must end in full-stops, exclamation marks, or question marks
(#147) Line indented incorrectly; expected 12 spaces, found 16
(#154) Variable "import_url" must not contain underscores.
(#155) Variable "import_url" must not contain underscores.
(#155) Line exceeds 132 characters; contains 142 characters
(#158) Variable "delete_url" must not contain underscores.
(#159) Variable "delete_url" must not contain underscores.
(#159) Line exceeds 132 characters; contains 142 characters
(#160) Line indented incorrectly; expected 12 spaces, found 16
(#164) Line indented incorrectly; expected 8 spaces, found 12
(#164) This comment is 50% valid code; is this commented out code?
(#170) Line indented incorrectly; expected 4 spaces, found 8
(#172) Line indented incorrectly; expected 0 spaces, found 4
(#172) This comment is 50% valid code; is this commented out code?
enrol/shebang/secure/post.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#28) Line indented incorrectly; expected 0 spaces, found 4
(#32) Line indented incorrectly; expected 0 spaces, found 4
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) "require_once" must be immediately followed by an open parenthesis
(#43) Inline comments must end in full-stops, exclamation marks, or question marks
(#44) "require_once" must be immediately followed by an open parenthesis
(#46) Inline control structures are not allowed
(#47) Inline control structures are not allowed
(#48) Inline control structures are not allowed
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#55) Line indented incorrectly; expected 0 spaces, found 4
(#58) Line indented incorrectly; expected 0 spaces, found 4
(#60) Inline comments must end in full-stops, exclamation marks, or question marks
(#61) Line indented incorrectly; expected 0 spaces, found 4
(#65) Line indented incorrectly; expected 0 spaces, found 4
(#67) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Variable "ldisp_id" must not contain underscores.
(#72) Variable "jms_id" must not contain underscores.
(#72) Expected 1 space after "="; 2 found
(#76) Line indented incorrectly; expected 0 spaces, found 4
(#76) Variable "ldisp_id" must not contain underscores.
(#76) Variable "jms_id" must not contain underscores.
(#79) Line indented incorrectly; expected 0 spaces, found 4
(#81) Line indented incorrectly; expected 0 spaces, found 4
(#81) Variable "ldisp_id" must not contain underscores.
(#86) Line indented incorrectly; expected 0 spaces, found 4
(#107) Line indented incorrectly; expected 0 spaces, found 4
(#107) Variable "basic_method" must not contain underscores.
(#108) Opening brace should be on the same line as the declaration
(#110) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Line indented incorrectly; expected 4 spaces, found 8
(#113) Line indented incorrectly; expected 4 spaces, found 8
(#115) Inline comments must end in full-stops, exclamation marks, or question marks
(#116) Line indented incorrectly; expected 4 spaces, found 8
(#116) Variable "basic_method" must not contain underscores.
(#118) Line indented incorrectly; expected 8 spaces, found 12
(#120) Expected 1 space before "==="; 3 found
(#123) Line indented incorrectly; expected 8 spaces, found 12
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#129) Line indented incorrectly; expected 4 spaces, found 8
(#131) Line indented incorrectly; expected 8 spaces, found 12
(#136) Line indented incorrectly; expected 8 spaces, found 12
(#139) Inline comments must end in full-stops, exclamation marks, or question marks
(#140) Line exceeds 132 characters; contains 169 characters
(#142) Line indented incorrectly; expected 4 spaces, found 8
(#147) Inline comments must end in full-stops, exclamation marks, or question marks
(#153) Line indented incorrectly; expected 0 spaces, found 4
(#169) Line indented incorrectly; expected 0 spaces, found 4
(#169) Variable "digest_server_var" must not contain underscores.
(#169) Variable "request_method" must not contain underscores.
(#170) Opening brace should be on the same line as the declaration
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Variable "needed_parts" must not contain underscores.
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#176) Expected 1 space before "=>"; 0 found
(#176) Expected 1 space after "=>"; 0 found
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#177) Expected 1 space before "=>"; 0 found
(#177) Expected 1 space after "=>"; 0 found
(#178) Variable "needed_parts" must not contain underscores.
(#179) Variable "digest_server_var" must not contain underscores.
(#183) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Line indented incorrectly; expected 0 spaces, found 8
(#187) Variable "needed_parts" must not contain underscores.
(#188) Line indented incorrectly; expected 0 spaces, found 8
(#191) Inline comments must end in full-stops, exclamation marks, or question marks
(#192) Inline control structures are not allowed
(#192) Variable "needed_parts" must not contain underscores.
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) This comment is 50% valid code; is this commented out code?
(#198) Variable "request_method" must not contain underscores.
(#199) Variable "valid_response" must not contain underscores.
(#199) Line exceeds 132 characters; contains 134 characters
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Variable "valid_response" must not contain underscores.
(#204) Line indented incorrectly; expected 0 spaces, found 4
enrol/shebang/settings.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#28) "require" must be immediately followed by an open parenthesis
(#35) Inline doc block comments are not allowed; use "// Comment." instead
(#108) Line indented incorrectly; expected 0 spaces, found 4
(#110) Variable "tools_url" must not contain underscores.
(#113) Variable "tools_url" must not contain underscores.
(#115) Line exceeds maximum limit of 180 characters; contains 249 characters
(#120) Line exceeds 132 characters; contains 176 characters
(#121) Line exceeds maximum limit of 180 characters; contains 243 characters
(#122) Line exceeds maximum limit of 180 characters; contains 243 characters
(#123) Line exceeds maximum limit of 180 characters; contains 242 characters
(#129) Line exceeds maximum limit of 180 characters; contains 218 characters
(#130) Line exceeds 132 characters; contains 167 characters
(#131) Line exceeds 132 characters; contains 167 characters
(#132) Line exceeds 132 characters; contains 167 characters
(#133) Line exceeds 132 characters; contains 166 characters
(#139) Line exceeds maximum limit of 180 characters; contains 215 characters
(#140) Line exceeds 132 characters; contains 164 characters
(#141) Line exceeds 132 characters; contains 164 characters
(#142) Line exceeds maximum limit of 180 characters; contains 209 characters
(#152) Line exceeds maximum limit of 180 characters; contains 214 characters
(#153) Line exceeds maximum limit of 180 characters; contains 258 characters
(#155) Line exceeds maximum limit of 180 characters; contains 216 characters
(#161) Line exceeds maximum limit of 180 characters; contains 208 characters
(#162) Line exceeds 132 characters; contains 158 characters
(#163) Line exceeds 132 characters; contains 155 characters
(#170) Line exceeds maximum limit of 180 characters; contains 211 characters
(#172) Line exceeds 132 characters; contains 142 characters
(#173) Line exceeds 132 characters; contains 142 characters
(#174) Line exceeds 132 characters; contains 142 characters
(#175) Line exceeds 132 characters; contains 141 characters
(#178) Line exceeds 132 characters; contains 179 characters
(#180) Variable "userOptions" must be all lower-case
(#181) Variable "authModules" must be all lower-case
(#182) Line indented incorrectly; expected 4 spaces, found 8
(#182) Variable "authModules" must be all lower-case
(#183) Variable "userOptions" must be all lower-case
(#184) Line indented incorrectly; expected 4 spaces, found 8
(#185) Variable "userOptions" must be all lower-case
(#185) Line exceeds maximum limit of 180 characters; contains 223 characters
(#186) Line exceeds 132 characters; contains 164 characters
(#187) Line exceeds 132 characters; contains 162 characters
(#189) Line exceeds 132 characters; contains 142 characters
(#190) Line exceeds 132 characters; contains 142 characters
(#191) Line exceeds 132 characters; contains 141 characters
(#194) Line exceeds 132 characters; contains 179 characters
(#195) Line exceeds 132 characters; contains 179 characters
(#196) Line exceeds 132 characters; contains 179 characters
(#197) Line exceeds 132 characters; contains 179 characters
(#198) Line exceeds 132 characters; contains 179 characters
(#199) Line exceeds 132 characters; contains 179 characters
(#200) Line exceeds 132 characters; contains 179 characters
(#202) Line exceeds maximum limit of 180 characters; contains 222 characters
(#209) Line exceeds 132 characters; contains 176 characters
(#210) Line exceeds maximum limit of 180 characters; contains 264 characters
(#211) Line exceeds 132 characters; contains 177 characters
(#212) Line exceeds 132 characters; contains 177 characters
(#213) Line exceeds 132 characters; contains 177 characters
(#218) Line exceeds maximum limit of 180 characters; contains 213 characters
(#219) Line exceeds 132 characters; contains 162 characters
(#220) Line exceeds maximum limit of 180 characters; contains 207 characters
(#228) Variable "categoryArray" must be all lower-case
(#229) Variable "categoryArray" must be all lower-case
(#229) Line exceeds maximum limit of 180 characters; contains 201 characters
(#230) Line exceeds maximum limit of 180 characters; contains 185 characters
(#232) Variable "token_list" must not contain underscores.
(#233) Line indented incorrectly; expected 4 spaces, found 8
(#233) Variable "courseNameTokens" must be all lower-case
(#235) Inline control structures are not allowed
(#235) Variable "token_list" must not contain underscores.
(#235) Variable "token_list" must not contain underscores.
(#236) Variable "token_list" must not contain underscores.
(#237) Line indented incorrectly; expected 4 spaces, found 8
(#238) Variable "token_list" must not contain underscores.
(#238) Line exceeds maximum limit of 180 characters; contains 189 characters
(#239) Line exceeds maximum limit of 180 characters; contains 181 characters
(#240) Line exceeds maximum limit of 180 characters; contains 181 characters
(#242) Variable "token_list" must not contain underscores.
(#243) Line indented incorrectly; expected 4 spaces, found 8
(#243) Variable "courseNameTokens" must be all lower-case
(#245) Inline control structures are not allowed
(#245) Variable "token_list" must not contain underscores.
(#245) Variable "token_list" must not contain underscores.
(#246) Variable "token_list" must not contain underscores.
(#247) Line indented incorrectly; expected 4 spaces, found 8
(#248) Variable "token_list" must not contain underscores.
(#248) Line exceeds maximum limit of 180 characters; contains 191 characters
(#249) Line exceeds maximum limit of 180 characters; contains 183 characters
(#250) Line exceeds maximum limit of 180 characters; contains 183 characters
(#251) Line exceeds maximum limit of 180 characters; contains 183 characters
(#252) Line exceeds maximum limit of 180 characters; contains 181 characters
(#253) Line exceeds 132 characters; contains 154 characters
(#259) Line exceeds maximum limit of 180 characters; contains 234 characters
(#260) Line exceeds 132 characters; contains 180 characters
(#261) Line exceeds 132 characters; contains 180 characters
(#262) Line exceeds 132 characters; contains 180 characters
(#263) Line exceeds 132 characters; contains 180 characters
(#264) Line exceeds 132 characters; contains 180 characters
(#270) Line exceeds maximum limit of 180 characters; contains 240 characters
(#271) Line exceeds maximum limit of 180 characters; contains 185 characters
(#277) Line exceeds maximum limit of 180 characters; contains 186 characters
(#279) Variable "userOptions" must be all lower-case
(#279) Line exceeds 132 characters; contains 149 characters
(#280) Line indented incorrectly; expected 4 spaces, found 8
(#280) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#280) Commas (,) must be followed by white space.
(#280) Commas (,) must be followed by white space.
(#280) Commas (,) must be followed by white space.
(#280) Commas (,) must be followed by white space.
(#280) Commas (,) must be followed by white space.
(#280) Commas (,) must be followed by white space.
(#280) Commas (,) must be followed by white space.
(#280) Variable "role_num" must not contain underscores.
(#281) Variable "role_num" must not contain underscores.
(#281) Variable "role_num" must not contain underscores.
(#281) Variable "userOptions" must be all lower-case
(#281) Line exceeds maximum limit of 180 characters; contains 200 characters
(#282) Line indented incorrectly; expected 4 spaces, found 8
(#284) Line indented incorrectly; expected 0 spaces, found 4
(#284) This comment is 63% valid code; is this commented out code?
enrol/shebang/tools.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Inline comments must end in full-stops, exclamation marks, or question marks
(#42) Line indented incorrectly; expected 0 spaces, found 4
(#44) Line indented incorrectly; expected 0 spaces, found 4
(#46) File is being unconditionally included; use "require" instead
(#48) Variable "tool_class_name" must not contain underscores.
(#49) Variable "tool_class_name" must not contain underscores.
enrol/shebang/tools/tools_import_class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#38) Line indented incorrectly; expected 0 spaces, found 4
(#50) Line indented incorrectly; expected 4 spaces, found 8
(#57) Line indented incorrectly; expected 4 spaces, found 8
(#64) Line indented incorrectly; expected 4 spaces, found 8
(#71) Line indented incorrectly; expected 4 spaces, found 8
(#82) Line indented incorrectly; expected 4 spaces, found 8
(#83) Opening brace should be on the same line as the declaration
(#85) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#87) Variable "system_context" must not contain underscores.
(#89) Variable "admin_url" must not contain underscores.
(#90) Variable "index_url" must not contain underscores.
(#91) Variable "import_url" must not contain underscores.
(#93) Variable "system_context" must not contain underscores.
(#95) Variable "import_url" must not contain underscores.
(#99) Variable "index_url" must not contain underscores.
(#102) Variable "admin_url" must not contain underscores.
(#103) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#107) Variable "file_manager_options" must not contain underscores.
(#109) Spaces must be used for alignment; tabs are not allowed
(#109) Tab found within whitespace
(#110) Spaces must be used for alignment; tabs are not allowed
(#110) Tab found within whitespace
(#110) Line indented incorrectly; expected at least 8 spaces, found 4
(#115) Variable "import_url" must not contain underscores.
(#115) Variable "file_manager_options" must not contain underscores.
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#117) Line indented incorrectly; expected 8 spaces, found 12
(#122) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Line indented incorrectly; expected 12 spaces, found 16
(#130) Line indented incorrectly; expected 12 spaces, found 16
(#132) Line indented incorrectly; expected 12 spaces, found 16
(#135) Inline comments must end in full-stops, exclamation marks, or question marks
(#141) Line indented incorrectly; expected 12 spaces, found 16
(#143) Line indented incorrectly; expected 16 spaces, found 20
(#145) Line indented incorrectly; expected 20 spaces, found 24
(#147) Variable "area_files" must not contain underscores.
(#147) Variable "system_context" must not contain underscores.
(#147) Line exceeds 132 characters; contains 163 characters
(#148) Line indented incorrectly; expected 24 spaces, found 28
(#148) Variable "stored_file" must not contain underscores.
(#148) Variable "area_files" must not contain underscores.
(#150) Inline comments must end in full-stops, exclamation marks, or question marks
(#155) Variable "stored_file" must not contain underscores.
(#158) Variable "index_url" must not contain underscores.
(#161) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#163) Line indented incorrectly; expected 24 spaces, found 28
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#167) Variable "index_url" must not contain underscores.
(#169) Line indented incorrectly; expected 24 spaces, found 28
(#173) Line indented incorrectly; expected 20 spaces, found 24
(#175) Inline comments must end in full-stops, exclamation marks, or question marks
(#176) Variable "system_context" must not contain underscores.
(#176) Line exceeds 132 characters; contains 138 characters
(#177) Inline comments must end in full-stops, exclamation marks, or question marks
(#185) Line indented incorrectly; expected 16 spaces, found 20
(#185) This comment is 67% valid code; is this commented out code?
(#187) Line indented incorrectly; expected 12 spaces, found 16
(#191) Line indented incorrectly; expected 8 spaces, found 12
(#191) Usage of ELSEIF not allowed; use ELSE IF instead
(#196) Line exceeds 132 characters; contains 164 characters
(#197) Variable "index_url" must not contain underscores.
(#199) Line indented incorrectly; expected 8 spaces, found 13
(#199) Closing brace indented incorrectly; expected 12 spaces, found 13
(#199) Usage of ELSEIF not allowed; use ELSE IF instead
(#205) Variable "system_context" must not contain underscores.
(#205) Line exceeds 132 characters; contains 167 characters
(#208) Inline comments must end in full-stops, exclamation marks, or question marks
(#209) Line exceeds 132 characters; contains 141 characters
(#215) Variable "import_url" must not contain underscores.
(#217) Line indented incorrectly; expected 8 spaces, found 13
(#219) Line indented incorrectly; expected 4 spaces, found 8
(#222) Line indented incorrectly; expected 0 spaces, found 4
(#222) This comment is 50% valid code; is this commented out code?
(#229) Line indented incorrectly; expected 0 spaces, found 4
(#241) Line indented incorrectly; expected 4 spaces, found 8
(#242) Opening brace should be on the same line as the declaration
(#250) Line indented incorrectly; expected 4 spaces, found 8
(#253) Line indented incorrectly; expected 0 spaces, found 4
(#253) This comment is 50% valid code; is this commented out code?
enrol/shebang/tools/tools_index_class.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#32) Line indented incorrectly; expected 0 spaces, found 4
(#40) Line indented incorrectly; expected 4 spaces, found 8
(#48) Line indented incorrectly; expected 4 spaces, found 8
(#56) Line indented incorrectly; expected 4 spaces, found 8
(#67) Line indented incorrectly; expected 4 spaces, found 8
(#68) Opening brace should be on the same line as the declaration
(#70) Functions must not contain multiple empty lines in a row; found 3 empty lines
(#73) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Variable "admin_url" must not contain underscores.
(#76) Variable "index_url" must not contain underscores.
(#80) Variable "index_url" must not contain underscores.
(#86) Variable "admin_url" must not contain underscores.
(#99) Inline comments must end in full-stops, exclamation marks, or question marks
(#100) Line indented incorrectly; expected 8 spaces, found 12
(#100) Expected "foreach (...) {\n"; found "foreach(...) {\n"
(#100) Variable "file_path" must not contain underscores.
(#102) Variable "name_parts" must not contain underscores.
(#102) Variable "file_path" must not contain underscores.
(#103) Inline control structures are not allowed
(#103) Variable "name_parts" must not contain underscores.
(#105) Variable "file_path" must not contain underscores.
(#107) Variable "tool_class_name" must not contain underscores.
(#108) Variable "tool_class_name" must not contain underscores.
(#109) Variable "tool_url" must not contain underscores.
(#110) Variable "tool_url" must not contain underscores.
(#112) Line indented incorrectly; expected 8 spaces, found 12
(#117) Line indented incorrectly; expected 4 spaces, found 8
(#120) Line indented incorrectly; expected 0 spaces, found 4
(#120) This comment is 50% valid code; is this commented out code?
enrol/shebang/version.php
(#2) The opening <?php tag must be followed by exactly one newline.
(#29) Inline doc block comments are not allowed; use "// Comment." instead

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

(138 errors, 75 warnings)

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

enrol/shebang/add.php
(#2) Empty line found after PHP open tag
(#22) Package enrol is not valid
enrol/shebang/add_form.php
(#2) Empty line found after PHP open tag
(#32) Class enrol_shebang_add_form is not documented
(#36) Function enrol_shebang_add_form::definition is not documented
(#61) Function enrol_shebang_add_form::validation is not documented
(#22) Package enrol is not valid
enrol/shebang/classes/task/monitor_activity_task.php
(#2) Empty line found after PHP open tag
(#36) Class monitor_activity_task is not documented
(#22) Package enrol is not valid
enrol/shebang/db/access.php
(#2) Empty line found after PHP open tag
(#22) Package enrol is not valid
enrol/shebang/db/tasks.php
(#2) Empty line found after PHP open tag
(#22) Package enrol is not valid
enrol/shebang/db/upgrade.php
(#2) Empty line found after PHP open tag
(#22) Package enrol is not valid
enrol/shebang/lang/en/enrol_shebang.php
(#2) Empty line found after PHP open tag
(#22) Package enrol is not valid
enrol/shebang/lib.php
(#2) Empty line found after PHP open tag
(#181) Function enrol_shebang_plugin::is_cron_required is not documented
(#37) Constant enrol_shebang_plugin::PLUGIN_NAME is not documented
(#38) Constant enrol_shebang_plugin::PLUGIN_PATH is not documented
(#42) There is no description in phpdocs for function allow_unenrol
(#52) There is no description in phpdocs for function allow_unenrol_user
(#62) There is no description in phpdocs for function get_user_enrolment_actions
(#90) There is no description in phpdocs for function get_newinstance_link
(#131) There is no description in phpdocs for function course_edit_validation
(#165) There is no description in phpdocs for function can_hide_show_instance
(#42) Phpdocs for function enrol_shebang_plugin::allow_unenrol has incomplete parameters list
(#52) Phpdocs for function enrol_shebang_plugin::allow_unenrol_user has incomplete parameters list
(#62) Phpdocs for function enrol_shebang_plugin::get_user_enrolment_actions has incomplete parameters list
(#90) Phpdocs for function enrol_shebang_plugin::get_newinstance_link has incomplete parameters list
(#131) Phpdocs for function enrol_shebang_plugin::course_edit_validation has incomplete parameters list
(#165) Phpdocs for function enrol_shebang_plugin::can_hide_show_instance has incomplete parameters list
(#30) Class enrol_shebang_plugin does not have @copyright tag
(#30) Class enrol_shebang_plugin does not have @license tag
(#22) Package enrol is not valid
enrol/shebang/locallib.php
(#2) Empty line found after PHP open tag
(#45) Constant enrol_shebang_processor::PLUGIN_NAME is not documented
(#46) Constant enrol_shebang_processor::PLUGIN_PATH is not documented
(#48) Constant enrol_shebang_processor::ROLETYPE_LEARNER is not documented
(#49) Constant enrol_shebang_processor::ROLETYPE_INSTRUCTOR is not documented
(#50) Constant enrol_shebang_processor::ROLETYPE_CONTENTDEV is not documented
(#51) Constant enrol_shebang_processor::ROLETYPE_MEMBER is not documented
(#52) Constant enrol_shebang_processor::ROLETYPE_MANAGER is not documented
(#53) Constant enrol_shebang_processor::ROLETYPE_MENTOR is not documented
(#54) Constant enrol_shebang_processor::ROLETYPE_ADMINISTRATOR is not documented
(#55) Constant enrol_shebang_processor::ROLETYPE_TEACHINGASST is not documented
(#57) Constant enrol_shebang_processor::IDTYPE_PERSON is not documented
(#58) Constant enrol_shebang_processor::IDTYPE_GROUP is not documented
(#60) Constant enrol_shebang_processor::RECSTATUS_ADD is not documented
(#61) Constant enrol_shebang_processor::RECSTATUS_UPDATE is not documented
(#62) Constant enrol_shebang_processor::RECSTATUS_DELETE is not documented
(#64) Constant enrol_shebang_processor::STATUS_INACTIVE is not documented
(#65) Constant enrol_shebang_processor::STATUS_ACTIVE is not documented
(#67) Constant enrol_shebang_processor::MKDIR_MODE is not documented
(#68) Constant enrol_shebang_processor::INFILE_BLOCK_SIZE is not documented
(#70) Constant enrol_shebang_processor::LOGFILE_BASENAME_PROCESS is not documented
(#71) Constant enrol_shebang_processor::LOGFILE_BASENAME_MESSAGE is not documented
(#73) Constant enrol_shebang_processor::DATEFMT_LOG_FILEX is not documented
(#74) Constant enrol_shebang_processor::DATEFMT_LOG_ENTRY is not documented
(#75) Constant enrol_shebang_processor::DATEFMT_SQL_VALUE is not documented
(#77) Constant enrol_shebang_processor::LMBTAG_PROPERTIES is not documented
(#78) Constant enrol_shebang_processor::LMBTAG_GROUP is not documented
(#79) Constant enrol_shebang_processor::LMBTAG_PERSON is not documented
(#80) Constant enrol_shebang_processor::LMBTAG_MEMBERSHIP is not documented
(#82) Constant enrol_shebang_processor::LMBTAG_TYPEVALUE_COLLEGE is not documented
(#83) Constant enrol_shebang_processor::LMBTAG_TYPEVALUE_DEPT is not documented
(#84) Constant enrol_shebang_processor::LMBTAG_TYPEVALUE_TERM is not documented
(#85) Constant enrol_shebang_processor::LMBTAG_TYPEVALUE_COURSE is not documented
(#86) Constant enrol_shebang_processor::LMBTAG_TYPEVALUE_SECTION is not documented
(#87) Constant enrol_shebang_processor::LMBTAG_TYPEVALUE_CROSSLIST is not documented
(#88) Constant enrol_shebang_processor::LMBTAG_TYPEVALUE_SEGMENT is not documented
(#93) Constant enrol_shebang_processor::MOODLENT_USER is not documented
(#94) Constant enrol_shebang_processor::MOODLENT_COURSE is not documented
(#95) Constant enrol_shebang_processor::MOODLENT_COURSE_CATEGORY is not documented
(#96) Constant enrol_shebang_processor::MOODLENT_COURSE_SECTION is not documented
(#97) Constant enrol_shebang_processor::MOODLENT_ROLE_ASSIGNMENT is not documented
(#98) Constant enrol_shebang_processor::MOODLENT_GROUP is not documented
(#99) Constant enrol_shebang_processor::MOODLENT_ENROL is not documented
(#100) Constant enrol_shebang_processor::MOODLENT_USER_ENROL is not documented
(#105) Constant enrol_shebang_processor::SHEBANGENT_TERM is not documented
(#106) Constant enrol_shebang_processor::SHEBANGENT_PERSON is not documented
(#107) Constant enrol_shebang_processor::SHEBANGENT_SECTION is not documented
(#108) Constant enrol_shebang_processor::SHEBANGENT_MEMBER is not documented
(#109) Constant enrol_shebang_processor::SHEBANGENT_CROSSLIST is not documented
(#114) Constant enrol_shebang_processor::OPT_PERSON_DELETE_DELETE is not documented
(#115) Constant enrol_shebang_processor::OPT_PERSON_DELETE_UNENROL is not documented
(#117) Constant enrol_shebang_processor::OPT_PERSON_USERNAME_EMAIL is not documented
(#118) Constant enrol_shebang_processor::OPT_PERSON_USERNAME_USERID_EMAIL is not documented
(#119) Constant enrol_shebang_processor::OPT_PERSON_USERNAME_USERID_LOGON is not documented
(#120) Constant enrol_shebang_processor::OPT_PERSON_USERNAME_USERID_SCTID is not documented
(#122) Constant enrol_shebang_processor::OPT_PERSON_PASSWORD_USERID_LOGON is not documented
(#123) Constant enrol_shebang_processor::OPT_PERSON_PASSWORD_USERID_SCTID is not documented
(#125) Constant enrol_shebang_processor::OPT_PERSON_LOCALITY_DEF is not documented
(#126) Constant enrol_shebang_processor::OPT_PERSON_LOCALITY_MSG is not documented
(#127) Constant enrol_shebang_processor::OPT_PERSON_LOCALITY_IFF is not documented
(#129) Constant enrol_shebang_processor::OPT_AUTH_SHIBBOLETH is not documented
(#130) Constant enrol_shebang_processor::OPT_AUTH_SHIBBUNCIF is not documented
(#131) Constant enrol_shebang_processor::OPT_AUTH_MANUAL is not documented
(#132) Constant enrol_shebang_processor::OPT_AUTH_NOLOGIN is not documented
(#134) Constant enrol_shebang_processor::OPT_COURSE_CATEGORY_TERM is not documented
(#135) Constant enrol_shebang_processor::OPT_COURSE_CATEGORY_DEPT is not documented
(#136) Constant enrol_shebang_processor::OPT_COURSE_CATEGORY_NEST is not documented
(#137) Constant enrol_shebang_processor::OPT_COURSE_CATEGORY_PICK is not documented
(#139) Constant enrol_shebang_processor::OPT_SECURE_METHOD_BASIC is not documented
(#140) Constant enrol_shebang_processor::OPT_SECURE_METHOD_DIGEST is not documented
(#145) Constant enrol_shebang_processor::DEF_PERSON_COUNTRY is not documented
(#146) Constant enrol_shebang_processor::DEF_PERSON_AUTH_METHOD is not documented
(#148) Constant enrol_shebang_processor::DEF_MONITOR_START_HOUR is not documented
(#149) Constant enrol_shebang_processor::DEF_MONITOR_START_MIN is not documented
(#150) Constant enrol_shebang_processor::DEF_MONITOR_STOP_HOUR is not documented
(#151) Constant enrol_shebang_processor::DEF_MONITOR_STOP_MIN is not documented
(#152) Constant enrol_shebang_processor::DEF_MONITOR_THRESHOLD is not documented
(#154) Constant enrol_shebang_processor::MAX_MONITOR_THRESHOLD is not documented
(#155) Constant enrol_shebang_processor::MIN_MONITOR_THRESHOLD is not documented
(#157) Constant enrol_shebang_processor::MONITOR_NOTICES_INTERVAL is not documented
(#159) Constant enrol_shebang_processor::MAX_COURSE_PARENT_STRIPLEAD is not documented
(#161) Constant enrol_shebang_processor::MAX_LEN_PERSON_STREET is not documented
(#494) Phpdocs for function enrol_shebang_processor::log_process_exception has incomplete parameters list
(#561) Phpdocs for function enrol_shebang_processor::import_lmb_file has incomplete parameters list
(#34) Class enrol_shebang_processor does not have @copyright tag
(#34) Class enrol_shebang_processor does not have @license tag
(#1680) Invalid phpdocs tag @acess used
(#173) Not recommended phpdocs tag @access used
(#181) Not recommended phpdocs tag @access used
(#189) Not recommended phpdocs tag @access used
(#197) Not recommended phpdocs tag @access used
(#205) Not recommended phpdocs tag @access used
(#213) Not recommended phpdocs tag @access used
(#222) Not recommended phpdocs tag @access used
(#230) Not recommended phpdocs tag @access used
(#238) Not recommended phpdocs tag @access used
(#246) Not recommended phpdocs tag @access used
(#254) Not recommended phpdocs tag @access used
(#262) Not recommended phpdocs tag @access used
(#270) Not recommended phpdocs tag @access used
(#271) Not recommended phpdocs tag @static used
(#283) Not recommended phpdocs tag @access used
(#291) Not recommended phpdocs tag @access used
(#333) Not recommended phpdocs tag @access used
(#350) Not recommended phpdocs tag @access used
(#363) Not recommended phpdocs tag @access used
(#376) Not recommended phpdocs tag @access used
(#389) Not recommended phpdocs tag @access used
(#435) Not recommended phpdocs tag @access used
(#493) Not recommended phpdocs tag @access used
(#522) Not recommended phpdocs tag @access used
(#560) Not recommended phpdocs tag @access used
(#686) Not recommended phpdocs tag @access used
(#796) Not recommended phpdocs tag @access used
(#845) Not recommended phpdocs tag @access used
(#912) Not recommended phpdocs tag @access used
(#936) Not recommended phpdocs tag @access used
(#955) Not recommended phpdocs tag @access used
(#1006) Not recommended phpdocs tag @access used
(#1062) Not recommended phpdocs tag @access used
(#1176) Not recommended phpdocs tag @access used
(#1288) Not recommended phpdocs tag @access used
(#1368) Not recommended phpdocs tag @access used
(#1554) Not recommended phpdocs tag @access used
(#1792) Not recommended phpdocs tag @access used
(#1864) Not recommended phpdocs tag @access used
(#1905) Not recommended phpdocs tag @access used
(#2030) Not recommended phpdocs tag @access used
(#2215) Not recommended phpdocs tag @access used
(#2268) Not recommended phpdocs tag @access used
(#2347) Not recommended phpdocs tag @access used
(#2505) Not recommended phpdocs tag @access used
(#2556) Not recommended phpdocs tag @access used
(#2654) Not recommended phpdocs tag @access used
(#22) Package enrol is not valid
enrol/shebang/renderer.php
(#2) Empty line found after PHP open tag
(#29) No one-line description found in phpdocs for class enrol_shebang_tools_filelist
(#29) Class enrol_shebang_tools_filelist does not have @copyright tag
(#72) Class enrol_shebang_tools_renderer does not have @copyright tag
(#29) Class enrol_shebang_tools_filelist does not have @license tag
(#72) Class enrol_shebang_tools_renderer does not have @license tag
(#41) Not recommended phpdocs tag @access used
(#83) Not recommended phpdocs tag @access used
(#22) Package enrol is not valid
enrol/shebang/secure/post.php
(#2) Empty line found after PHP open tag
(#102) Phpdocs for function check_security has incomplete parameters list
(#22) Package enrol is not valid
enrol/shebang/settings.php
(#2) Empty line found after PHP open tag
(#22) Package enrol is not valid
enrol/shebang/tools.php
(#2) Empty line found after PHP open tag
(#22) Package enrol is not valid
enrol/shebang/tools/tools_import_class.php
(#2) Empty line found after PHP open tag
(#41) Constant enrol_shebang_tools_import::PLUGIN_NAME is not documented
(#42) Constant enrol_shebang_tools_import::PLUGIN_FILEAREA is not documented
(#232) Constant enrol_shebang_tools_import_form::PLUGIN_NAME is not documented
(#34) Class enrol_shebang_tools_import does not have @copyright tag
(#226) Class enrol_shebang_tools_import_form does not have @copyright tag
(#34) Class enrol_shebang_tools_import does not have @license tag
(#226) Class enrol_shebang_tools_import_form does not have @license tag
(#48) Not recommended phpdocs tag @access used
(#55) Not recommended phpdocs tag @access used
(#62) Not recommended phpdocs tag @access used
(#69) Not recommended phpdocs tag @access used
(#78) Not recommended phpdocs tag @access used
(#238) Not recommended phpdocs tag @access used
(#22) Package enrol is not valid
enrol/shebang/tools/tools_index_class.php
(#2) Empty line found after PHP open tag
(#29) Class enrol_shebang_tools_index does not have @copyright tag
(#29) Class enrol_shebang_tools_index does not have @license tag
(#38) Not recommended phpdocs tag @access used
(#46) Not recommended phpdocs tag @access used
(#54) Not recommended phpdocs tag @access used
(#63) Not recommended phpdocs tag @access used
(#22) Package enrol is not valid
enrol/shebang/version.php
(#2) Empty line found after PHP open tag
(#22) Package enrol is not valid

Update savepoints problems

(2 errors, 0 warnings)

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

enrol/shebang/db/upgrade.php
Detected more 'if' blocks (1) than 'savepoint' calls (0)
version 2012062500 is missing corresponding savepoint call

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]