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

(17 errors, 15 warnings)

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

mod/checklist/autoupdate.php
(#27) Inline comments must start with a capital letter, digit or 3-dots sequence
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) This comment is 75% valid code; is this commented out code?
(#27) No space found before comment text; expected "// define("DEBUG_CHECKLIST_AUTOUPDATE", 1);" but found "//define("DEBUG_CHECKLIST_AUTOUPDATE", 1);"
(#130) Whitespace found at end of line within string
(#131) Whitespace found at end of line within string
(#132) Whitespace found at end of line within string
mod/checklist/backup/moodle2/backup_checklist_activity_task.class.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/checklist/backup/moodle2/backup_checklist_settingslib.php
(#1) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#2) The opening <?php tag must be followed by exactly one newline.
(#5) Inline comments must end in full-stops, exclamation marks, or question marks
mod/checklist/backup/moodle2/backup_checklist_stepslib.php
(#24) Expected MOODLE_INTERNAL check or config.php inclusion
mod/checklist/backup/moodle2/restore_checklist_stepslib.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
mod/checklist/classes/local/checklist_check.php
(#36) Member variable "required_fields" must not contain underscores.
mod/checklist/classes/local/checklist_comment.php
(#37) Member variable "required_fields" must not contain underscores.
mod/checklist/classes/local/checklist_item.php
(#37) Member variable "required_fields" must not contain underscores.
mod/checklist/db/access.php
(#21) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/checklist/db/upgrade.php
(#17) Expected MOODLE_INTERNAL check or config.php inclusion
mod/checklist/lang/en/checklist.php
(#106) Whitespace found at end of line within string
(#108) Whitespace found at end of line within string
mod/checklist/lib.php
(#55) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
mod/checklist/locallib.php
(#29) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#1773) Empty CATCH statement detected
(#1819) Line exceeds 132 characters; contains 133 characters
mod/checklist/renderer.php
(#302) Line exceeds 132 characters; contains 133 characters
(#375) Line exceeds 132 characters; contains 133 characters
(#404) Line exceeds 132 characters; contains 133 characters
(#627) Line exceeds 132 characters; contains 136 characters
(#632) Line exceeds 132 characters; contains 133 characters
(#653) Line exceeds 132 characters; contains 135 characters
(#864) Whitespace found at end of line within string
mod/checklist/settings.php
(#36) Whitespace found at end of line

Javascript coding style problems

(1 errors, 58 warnings)

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

mod/checklist/updatechecks24.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#2) Expected space or tab after '/*' in comment. (spaced-comment)
(#3) Identifier 'mod_checklist' is not in camel case. (camelcase)
(#4) Unexpected space before function parentheses. (space-before-function-paren)
(#6) Unexpected space before function parentheses. (space-before-function-paren)
(#7) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#23) Unexpected space before function parentheses. (space-before-function-paren)
(#30) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#36) Infix operators must be spaced. (space-infix-ops)
(#51) Unexpected space before function parentheses. (space-before-function-paren)
(#56) Identifier 'check_click' is not in camel case. (camelcase)
(#56) Unexpected space before function parentheses. (space-before-function-paren)
(#57) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#94) Identifier 'update_progress_bar' is not in camel case. (camelcase)
(#94) Unexpected space before function parentheses. (space-before-function-paren)
(#107) Infix operators must be spaced. (space-infix-ops)
(#110) Infix operators must be spaced. (space-infix-ops)
(#123) Infix operators must be spaced. (space-infix-ops)
(#126) Infix operators must be spaced. (space-infix-ops)
(#138) Identifier 'update_server' is not in camel case. (camelcase)
(#138) Unexpected space before function parentheses. (space-before-function-paren)
(#139) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#140) Infix operators must be spaced. (space-infix-ops)
(#154) Unexpected space before function parentheses. (space-before-function-paren)
(#160) Identifier 'send_update_batch' is not in camel case. (camelcase)
(#160) Unexpected space before function parentheses. (space-before-function-paren)
(#161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#161) Expected variable declaration to be on a new line. (one-var-declaration-per-line)
(#173) Infix operators must be spaced. (space-infix-ops)
(#187) Unexpected space before function parentheses. (space-before-function-paren)
(#190) Unexpected alert. (no-alert)
(#193) Unexpected space before function parentheses. (space-before-function-paren)
(#195) Unexpected alert. (no-alert)
(#209) Identifier 'show_spinner' is not in camel case. (camelcase)
(#209) Unexpected space before function parentheses. (space-before-function-paren)
(#213) Identifier 'hide_spinner' is not in camel case. (camelcase)
(#213) Unexpected space before function parentheses. (space-before-function-paren)
mod/checklist/yui/buttons/buttons.js
(#1) Expected space or tab after '/*' in comment. (spaced-comment)
(#2) 'YUI' is not defined. (no-undef)
(#2) Unexpected space before function parentheses. (space-before-function-paren)
(#4) Identifier 'toggle_values' is not in camel case. (camelcase)
(#4) Identifier 'col_clicked' is not in camel case. (camelcase)
(#4) Identifier 'row_clicked' is not in camel case. (camelcase)
(#6) Identifier 'toggle_values' is not in camel case. (camelcase)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#14) Identifier 'toggle_values' is not in camel case. (camelcase)
(#17) Identifier 'toggle_values' is not in camel case. (camelcase)
(#20) Identifier 'col_clicked' is not in camel case. (camelcase)
(#20) Unexpected space before function parentheses. (space-before-function-paren)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#36) Unexpected space before function parentheses. (space-before-function-paren)
(#44) Identifier 'row_clicked' is not in camel case. (camelcase)
(#44) Unexpected space before function parentheses. (space-before-function-paren)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#60) Unexpected space before function parentheses. (space-before-function-paren)
(#70) Identifier 'mod_checklist' is not in camel case. (camelcase)
(#72) Unexpected space before function parentheses. (space-before-function-paren)
mod/checklist/yui/src/linkselect/js/linkselect.js
(#6) Identifier 'mod_checklist' is not in camel case. (camelcase)

CSS problems

(0 errors, 7 warnings)

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

mod/checklist/styles.css
(#116) Expected "#095C09" to be "#095c09" (color-hex-case)
(#121) Expected "#C71212" to be "#c71212" (color-hex-case)
(#35) Expected "#000000" to be "#000" (color-hex-length)
(#43) Expected "#ff0000" to be "#f00" (color-hex-length)
(#59) Expected "#00ff00" to be "#0f0" (color-hex-length)
(#158) Expected "#00ff00" to be "#0f0" (color-hex-length)
(#170) Expected "#ff0000" to be "#f00" (color-hex-length)

PHPDocs style problems

(376 errors, 1 warnings)

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

mod/checklist/autoupdate.php
(#17) File-level phpdocs block is not found
(#29) Function checklist_completion_update_checks is not documented
(#118) Function checklist_completion_autoupdate is not documented
(#152) Function checklist_course_completion_autoupdate is not documented
(#68) There is no description in phpdocs for function checklist_autoupdate_internal
(#69) Phpdocs for function checklist_autoupdate_internal has incomplete parameters list
(#29) Package is not specified for function checklist_completion_update_checks. It is also not specified in file-level phpdocs
(#68) Package is not specified for function checklist_autoupdate_internal. It is also not specified in file-level phpdocs
(#118) Package is not specified for function checklist_completion_autoupdate. It is also not specified in file-level phpdocs
(#152) Package is not specified for function checklist_course_completion_autoupdate. It is also not specified in file-level phpdocs
mod/checklist/backup/moodle2/backup_checklist_activity_task.class.php
(#17) File-level phpdocs block is not found
(#21) No one-line description found in phpdocs for class backup_checklist_activity_task
(#21) Class backup_checklist_activity_task does not have @copyright tag
(#21) Class backup_checklist_activity_task does not have @license tag
(#21) Package is not specified for class backup_checklist_activity_task. It is also not specified in file-level phpdocs
mod/checklist/backup/moodle2/backup_checklist_settingslib.php
(#2) Empty line found after PHP open tag
(#) File-level phpdocs block is not found
mod/checklist/backup/moodle2/backup_checklist_stepslib.php
(#26) Function backup_checklist_activity_structure_step::define_structure is not documented
(#17) File-level phpdocs block does not have @copyright tag
(#21) Class backup_checklist_activity_structure_step does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Class backup_checklist_activity_structure_step does not have @license tag
(#21) Package is not specified for class backup_checklist_activity_structure_step. It is also not specified in file-level phpdocs
mod/checklist/backup/moodle2/restore_checklist_activity_task.class.php
(#17) File-level phpdocs block is not found
(#76) Function restore_checklist_activity_task::after_restore is not documented
(#21) No one-line description found in phpdocs for class restore_checklist_activity_task
(#21) Class restore_checklist_activity_task does not have @copyright tag
(#21) Class restore_checklist_activity_task does not have @license tag
(#21) Package is not specified for class restore_checklist_activity_task. It is also not specified in file-level phpdocs
mod/checklist/backup/moodle2/restore_checklist_stepslib.php
(#17) File-level phpdocs block is not found
(#17) Class restore_checklist_activity_structure_step is not documented
(#19) Function restore_checklist_activity_structure_step::define_structure is not documented
(#35) Function restore_checklist_activity_structure_step::process_checklist is not documented
(#50) Function restore_checklist_activity_structure_step::process_checklist_item is not documented
(#79) Function restore_checklist_activity_structure_step::process_checklist_check is not documented
(#101) Function restore_checklist_activity_structure_step::process_checklist_comment is not documented
(#117) Function restore_checklist_activity_structure_step::after_execute is not documented
(#17) Package is not specified for class restore_checklist_activity_structure_step. It is also not specified in file-level phpdocs
mod/checklist/classes/event/teacher_checks_updated.php
(#93) Function teacher_checks_updated::validate_data is not documented
mod/checklist/classes/local/autoupdate.php
(#29) Class autoupdate is not documented
(#34) Function autoupdate::get_log_actions_legacy is not documented
(#97) Function autoupdate::get_log_action_new is not documented
(#196) Function autoupdate::init_log_status is not documented
(#220) Function autoupdate::get_logged_userids_legacy is not documented
(#247) Function autoupdate::get_logged_userids_new is not documented
(#292) Function autoupdate::get_logs_legacy is not documented
(#308) Function autoupdate::get_module_from_component is not documented
(#319) Function autoupdate::get_logs_new is not documented
(#337) Function autoupdate::get_entry_info is not documented
(#363) Function autoupdate::update_from_event is not documented
(#30) Variable autoupdate::$uselegacy is not documented
mod/checklist/classes/local/checklist_check.php
(#34) Class checklist_check is not documented
(#48) Function checklist_check::fetch is not documented
(#52) Function checklist_check::fetch_all is not documented
(#83) Function checklist_check::teachermark_valid is not documented
(#87) Function checklist_check::check_fields_valid is not documented
(#94) Function checklist_check::save is not documented
(#102) Function checklist_check::insert is not documented
(#107) Function checklist_check::update is not documented
(#112) Function checklist_check::is_checked_student is not documented
(#116) Function checklist_check::is_checked_teacher is not documented
(#120) Function checklist_check::set_teachermark is not documented
(#126) Function checklist_check::set_checked_student is not documented
(#35) Variable checklist_check::$table is not documented
(#36) Variable checklist_check::$required_fields is not documented
(#41) Variable checklist_check::$item is not documented
(#42) Variable checklist_check::$userid is not documented
(#43) Variable checklist_check::$usertimestamp is not documented
(#44) Variable checklist_check::$teachermark is not documented
(#45) Variable checklist_check::$teachertimestamp is not documented
(#46) Variable checklist_check::$teacherid is not documented
(#60) There is no description in phpdocs for function fetch_by_userid_itemids
(#61) Phpdocs for function checklist_check::fetch_by_userid_itemids has incomplete parameters list
mod/checklist/classes/local/checklist_comment.php
(#35) Class checklist_comment is not documented
(#52) Function checklist_comment::fetch is not documented
(#56) Function checklist_comment::fetch_all is not documented
(#127) Function checklist_comment::set_courseid is not documented
(#36) Variable checklist_comment::$table is not documented
(#37) Variable checklist_comment::$required_fields is not documented
(#42) Variable checklist_comment::$itemid is not documented
(#43) Variable checklist_comment::$userid is not documented
(#44) Variable checklist_comment::$commentby is not documented
(#45) Variable checklist_comment::$text is not documented
(#48) Variable checklist_comment::$commentbyname is not documented
(#50) Variable checklist_comment::$courseid is not documented
(#64) There is no description in phpdocs for function fetch_by_userid_itemids
(#87) There is no description in phpdocs for function get_commentby_name
(#94) There is no description in phpdocs for function get_commentby_url
(#101) There is no description in phpdocs for function add_commentby_names
mod/checklist/classes/local/checklist_item.php
(#35) Class checklist_item is not documented
(#77) Function checklist_item::fetch is not documented
(#81) Function checklist_item::fetch_all is not documented
(#92) Function checklist_item::sort_items is not documented
(#114) Function checklist_item::store_status is not documented
(#133) Function checklist_item::is_checked is not documented
(#142) Function checklist_item::is_checked_teacher is not documented
(#146) Function checklist_item::is_checked_student is not documented
(#150) Function checklist_item::is_heading is not documented
(#154) Function checklist_item::is_required is not documented
(#158) Function checklist_item::is_optional is not documented
(#162) Function checklist_item::get_teachermark_image_url is not documented
(#175) Function checklist_item::get_teachermark_text is not documented
(#187) Function checklist_item::get_teachermark_class is not documented
(#199) Function checklist_item::toggle_hidden is not documented
(#211) Function checklist_item::hide_item is not documented
(#222) Function checklist_item::show_item is not documented
(#233) Function checklist_item::set_checked_student is not documented
(#256) Function checklist_item::set_teachermark is not documented
(#278) Function checklist_item::get_teachername is not documented
(#282) Function checklist_item::get_comment is not documented
(#286) Function checklist_item::set_editme is not documented
(#290) Function checklist_item::is_editme is not documented
(#294) Function checklist_item::get_link_url is not documented
(#307) Function checklist_item::get_link_type is not documented
(#320) Function checklist_item::set_modulelink is not documented
(#36) Variable checklist_item::$table is not documented
(#37) Variable checklist_item::$required_fields is not documented
(#43) Variable checklist_item::$checklist is not documented
(#44) Variable checklist_item::$userid is not documented
(#45) Variable checklist_item::$displaytext is not documented
(#46) Variable checklist_item::$position is not documented
(#47) Variable checklist_item::$indent is not documented
(#48) Variable checklist_item::$itemoptional is not documented
(#49) Variable checklist_item::$duetime is not documented
(#50) Variable checklist_item::$eventid is not documented
(#51) Variable checklist_item::$colour is not documented
(#52) Variable checklist_item::$moduleid is not documented
(#53) Variable checklist_item::$hidden is not documented
(#54) Variable checklist_item::$grouping is not documented
(#55) Variable checklist_item::$linkcourseid is not documented
(#56) Variable checklist_item::$linkurl is not documented
(#59) Variable checklist_item::$usertimestamp is not documented
(#60) Variable checklist_item::$teachermark is not documented
(#61) Variable checklist_item::$teachertimestamp is not documented
(#62) Variable checklist_item::$teacherid is not documented
(#64) Variable checklist_item::$teachername is not documented
(#67) Variable checklist_item::$editme is not documented
(#68) Variable checklist_item::$modulelink is not documented
(#71) Variable checklist_item::$groupingname is not documented
(#73) Constant checklist_item::LINK_MODULE is not documented
(#74) Constant checklist_item::LINK_COURSE is not documented
(#75) Constant checklist_item::LINK_URL is not documented
(#383) There is no description in phpdocs for function add_grouping_names
mod/checklist/classes/local/output_status.php
(#29) Class output_status is not documented
(#352) Function output_status::is_autoupdatewarning is not documented
(#31) Variable output_status::$additemafter is not documented
(#34) Variable output_status::$viewother is not documented
(#35) Variable output_status::$userreport is not documented
(#36) Variable output_status::$teachercomments is not documented
(#37) Variable output_status::$editcomments is not documented
(#38) Variable output_status::$teachermarklocked is not documented
(#39) Variable output_status::$showcompletiondates is not documented
(#40) Variable output_status::$canupdateown is not documented
(#41) Variable output_status::$canaddown is not documented
(#42) Variable output_status::$addown is not documented
(#43) Variable output_status::$showprogressbar is not documented
(#44) Variable output_status::$showteachermark is not documented
(#45) Variable output_status::$showcheckbox is not documented
(#46) Variable output_status::$overrideauto is not documented
(#47) Variable output_status::$checkgroupings is not documented
(#48) Variable output_status::$updateform is not documented
(#51) Variable output_status::$editdates is not documented
(#52) Variable output_status::$editlinks is not documented
(#53) Variable output_status::$allowcourselinks is not documented
(#54) Variable output_status::$itemid is not documented
(#55) Variable output_status::$autopopulate is not documented
(#56) Variable output_status::$autoupdatewarning is not documented
(#57) Variable output_status::$editgrouping is not documented
(#58) Variable output_status::$courseid is not documented
(#68) There is no description in phpdocs for function set_viewother
(#83) There is no description in phpdocs for function set_userreport
(#98) There is no description in phpdocs for function set_teachercomments
(#113) There is no description in phpdocs for function set_editcomments
(#128) There is no description in phpdocs for function set_teachermarklocked
(#143) There is no description in phpdocs for function set_showcompletiondates
(#158) There is no description in phpdocs for function set_canupdateown
(#173) There is no description in phpdocs for function set_showprogressbar
(#188) There is no description in phpdocs for function set_showteachermark
(#203) There is no description in phpdocs for function set_showcheckbox
(#218) There is no description in phpdocs for function set_overrideauto
(#233) There is no description in phpdocs for function set_checkgroupings
(#248) There is no description in phpdocs for function set_canaddown
(#263) There is no description in phpdocs for function set_addown
(#278) There is no description in phpdocs for function set_additemafter
(#293) There is no description in phpdocs for function set_updateform
(#308) There is no description in phpdocs for function set_editdates
(#323) There is no description in phpdocs for function set_itemid
(#330) There is no description in phpdocs for function is_autopopulate
(#337) There is no description in phpdocs for function set_autopopulate
(#356) There is no description in phpdocs for function set_autoupdatewarning
(#363) There is no description in phpdocs for function is_editlinks
(#370) There is no description in phpdocs for function set_editlinks
(#377) There is no description in phpdocs for function is_allowcourselinks
(#384) There is no description in phpdocs for function set_allowcourselinks
(#391) There is no description in phpdocs for function is_editgrouping
(#398) There is no description in phpdocs for function set_editgrouping
(#405) There is no description in phpdocs for function get_courseid
(#415) There is no description in phpdocs for function set_courseid
mod/checklist/classes/local/progress_info.php
(#29) Class progress_info is not documented
(#30) Variable progress_info::$totalitems is not documented
(#31) Variable progress_info::$requireditems is not documented
(#32) Variable progress_info::$allcompleteitems is not documented
(#33) Variable progress_info::$requiredcompleteitems is not documented
(#37) Phpdocs for function progress_info::__construct has incomplete parameters list
mod/checklist/db/access.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/checklist/db/upgrade.php
(#17) File-level phpdocs block is not found
(#17) Function xmldb_checklist_upgrade is not documented
(#17) Package is not specified for function xmldb_checklist_upgrade. It is also not specified in file-level phpdocs
mod/checklist/edit.php
(#17) File-level phpdocs block is not found
mod/checklist/export.php
(#17) File-level phpdocs block is not found
mod/checklist/import.php
(#17) File-level phpdocs block is not found
(#40) Class checklist_import_form is not documented
(#41) Function checklist_import_form::definition is not documented
(#40) Package is not specified for class checklist_import_form. It is also not specified in file-level phpdocs
mod/checklist/importexportfields.php
(#17) File-level phpdocs block is not found
mod/checklist/index.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Package mod/checklist is not valid
mod/checklist/lang/en/checklist.php
(#17) File-level phpdocs block is not found
mod/checklist/lib.php
(#17) No one-line description found in phpdocs for file
(#184) There is no description in phpdocs for function checklist_update_all_grades
(#196) There is no description in phpdocs for function checklist_update_grades
(#408) There is no description in phpdocs for function checklist_grade_item_delete
(#422) There is no description in phpdocs for function checklist_grade_item_update
(#543) There is no description in phpdocs for function checklist_print_overview
(#706) There is no description in phpdocs for function checklist_reset_course_form_definition
(#714) There is no description in phpdocs for function checklist_reset_course_form_defaults
(#722) There is no description in phpdocs for function checklist_reset_userdata
(#762) There is no description in phpdocs for function checklist_refresh_events
(#788) There is no description in phpdocs for function checklist_supports
(#821) There is no description in phpdocs for function checklist_get_completion_state
(#409) Phpdocs for function checklist_grade_item_delete has incomplete parameters list
(#423) Phpdocs for function checklist_grade_item_update has incomplete parameters list
(#459) Phpdocs for function checklist_user_outline has incomplete parameters list
(#515) Phpdocs for function checklist_user_complete has incomplete parameters list
(#534) Phpdocs for function checklist_print_recent_activity has incomplete parameters list
(#544) Phpdocs for function checklist_print_overview has incomplete parameters list
(#679) Phpdocs for function checklist_scale_used_anywhere has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#59) Package is not specified for function checklist_add_instance. It is also not specified in file-level phpdocs
(#79) Package is not specified for function checklist_update_instance. It is also not specified in file-level phpdocs
(#144) Package is not specified for function checklist_delete_instance. It is also not specified in file-level phpdocs
(#184) Package is not specified for function checklist_update_all_grades. It is also not specified in file-level phpdocs
(#196) Package is not specified for function checklist_update_grades. It is also not specified in file-level phpdocs
(#386) Package is not specified for function checklist_sent_email_recently. It is also not specified in file-level phpdocs
(#408) Package is not specified for function checklist_grade_item_delete. It is also not specified in file-level phpdocs
(#422) Package is not specified for function checklist_grade_item_update. It is also not specified in file-level phpdocs
(#452) Package is not specified for function checklist_user_outline. It is also not specified in file-level phpdocs
(#511) Package is not specified for function checklist_user_complete. It is also not specified in file-level phpdocs
(#529) Package is not specified for function checklist_print_recent_activity. It is also not specified in file-level phpdocs
(#543) Package is not specified for function checklist_print_overview. It is also not specified in file-level phpdocs
(#631) Package is not specified for function checklist_get_participants. It is also not specified in file-level phpdocs
(#660) Package is not specified for function checklist_scale_used. It is also not specified in file-level phpdocs
(#674) Package is not specified for function checklist_scale_used_anywhere. It is also not specified in file-level phpdocs
(#686) Package is not specified for function checklist_install. It is also not specified in file-level phpdocs
(#696) Package is not specified for function checklist_uninstall. It is also not specified in file-level phpdocs
(#706) Package is not specified for function checklist_reset_course_form_definition. It is also not specified in file-level phpdocs
(#714) Package is not specified for function checklist_reset_course_form_defaults. It is also not specified in file-level phpdocs
(#722) Package is not specified for function checklist_reset_userdata. It is also not specified in file-level phpdocs
(#762) Package is not specified for function checklist_refresh_events. It is also not specified in file-level phpdocs
(#788) Package is not specified for function checklist_supports. It is also not specified in file-level phpdocs
(#821) Package is not specified for function checklist_get_completion_state. It is also not specified in file-level phpdocs
mod/checklist/locallib.php
(#41) Class checklist_class is not documented
(#384) Function checklist_class::removeauto is not documented
(#451) Function checklist_class::canupdateown is not documented
(#456) Function checklist_class::canaddown is not documented
(#462) Function checklist_class::canpreview is not documented
(#466) Function checklist_class::canedit is not documented
(#470) Function checklist_class::caneditother is not documented
(#474) Function checklist_class::canviewreports is not documented
(#479) Function checklist_class::only_view_mentee_reports is not documented
(#524) Function checklist_class::view is not documented
(#578) Function checklist_class::edit is not documented
(#612) Function checklist_class::report is not documented
(#662) Function checklist_class::user_complete is not documented
(#666) Function checklist_class::view_header is not documented
(#675) Function checklist_class::view_tabs is not documented
(#720) Function checklist_class::get_progress is not documented
(#861) Function checklist_class::formatted_intro is not documented
(#869) Function checklist_class::view_import_export is not documented
(#881) Function checklist_class::view_edit_items is not documented
(#906) Function checklist_class::view_report is not documented
(#1232) Function checklist_class::print_report_table is not documented
(#1377) Function checklist_class::find_userid is not documented
(#1390) Function checklist_class::view_footer is not documented
(#1395) Function checklist_class::process_view_actions is not documented
(#1453) Function checklist_class::process_edit_actions is not documented
(#1575) Function checklist_class::get_report_settings is not documented
(#1589) Function checklist_class::set_report_settings is not documented
(#1609) Function checklist_class::process_report_actions is not documented
(#1664) Function checklist_class::validate_links is not documented
(#1690) Function checklist_class::additem is not documented
(#1761) Function checklist_class::setevent is not documented
(#1808) Function checklist_class::setallevents is not documented
(#1819) Function checklist_class::updateitem is not documented
(#1864) Function checklist_class::toggledisableitem is not documented
(#1893) Function checklist_class::deleteitem is not documented
(#1920) Function checklist_class::moveitemto is not documented
(#1962) Function checklist_class::moveitemup is not documented
(#1974) Function checklist_class::moveitemdown is not documented
(#1986) Function checklist_class::indentitemto is not documented
(#2024) Function checklist_class::indentitem is not documented
(#2032) Function checklist_class::unindentitem is not documented
(#2040) Function checklist_class::makeoptional is not documented
(#2070) Function checklist_class::nextcolour is not documented
(#2097) Function checklist_class::ajaxupdatechecks is not documented
(#2132) Function checklist_class::updatechecks is not documented
(#2207) Function checklist_class::updateteachermarks is not documented
(#2310) Function checklist_class::updateallteachermarks is not documented
(#2558) Function checklist_class::getnextuserid is not documented
(#2608) Function checklist_class::print_user_progressbar is not documented
(#2629) Function checklist_class::get_user_progress is not documented
(#2661) Function checklist_class::get_user_groupings is not documented
(#2730) Function checklist_class::get_course_groupings is not documented
(#42) Variable checklist_class::$cm is not documented
(#43) Variable checklist_class::$course is not documented
(#44) Variable checklist_class::$checklist is not documented
(#45) Variable checklist_class::$strchecklists is not documented
(#46) Variable checklist_class::$strchecklist is not documented
(#47) Variable checklist_class::$context is not documented
(#48) Variable checklist_class::$userid is not documented
(#53) Variable checklist_class::$useredit is not documented
(#54) Variable checklist_class::$additemafter is not documented
(#55) Variable checklist_class::$editdates is not documented
(#61) Variable checklist_class::$canlinkcourses is not documented
(#63) There is no description in phpdocs for function __construct
(#123) There is no description in phpdocs for function get_renderer
(#435) There is no description in phpdocs for function get_item_at_position
(#771) There is no description in phpdocs for function view_items
(#1190) Phpdocs for function checklist_class::report_add_toggle_button_row has incomplete parameters list
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#1189) Invalid phpdocs tag @table used
(#21) Package mod/checklist is not valid
mod/checklist/mod_form.php
(#46) Class mod_checklist_mod_form is not documented
(#48) Function mod_checklist_mod_form::definition is not documented
(#141) Function mod_checklist_mod_form::data_preprocessing is not documented
(#153) Function mod_checklist_mod_form::add_completion_rules is not documented
(#166) Function mod_checklist_mod_form::completion_rule_enabled is not documented
(#170) Function mod_checklist_mod_form::get_data is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#46) Package is not specified for class mod_checklist_mod_form. It is also not specified in file-level phpdocs
mod/checklist/renderer.php
(#31) Class mod_checklist_renderer is not documented
(#32) Function mod_checklist_renderer::progress_bars is not documented
(#43) Function mod_checklist_renderer::progress_bar is not documented
(#73) Function mod_checklist_renderer::progress_bar_external is not documented
(#487) Function mod_checklist_renderer::checklist_item_link is not documented
(#800) Function mod_checklist_renderer::edit_date_form is not documented
(#993) Function mod_checklist_renderer::item_grouping is not documented
(#87) There is no description in phpdocs for function checklist_items
(#507) There is no description in phpdocs for function checklist_edit_items
(#871) There is no description in phpdocs for function edit_link_form
(#921) There is no description in phpdocs for function add_item_form
(#968) There is no description in phpdocs for function edit_item_form
mod/checklist/report.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Package mod/checklist is not valid
mod/checklist/settings.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
mod/checklist/tests/behat/behat_mod_checklist.php
(#44) Phpdocs for function behat_mod_checklist::i_visit_the_calendar_for_course_showing_date has incomplete parameters list
(#139) Phpdocs for function behat_mod_checklist::the_following_items_are_checked_off_in_checklist_for_user has incomplete parameters list
mod/checklist/tests/generator/lib.php
(#29) Class mod_checklist_generator is not documented
(#30) Function mod_checklist_generator::create_instance is not documented
mod/checklist/updatechecks.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Package mod/checklist is not valid
mod/checklist/version.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#22) Package mod/checklist is not valid
mod/checklist/view.php
(#17) File-level phpdocs block does not have @copyright tag
(#17) File-level phpdocs block does not have @license tag
(#21) Package mod/checklist is not valid

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

This section shows problems detected in mustache templates [More info]