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

(0 errors, 39 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 67% valid code; is this commented out code?
mod/checklist/lib.php
(#732) Line exceeds 132 characters; contains 151 characters
mod/checklist/locallib.php
(#957) Line exceeds 132 characters; contains 140 characters
(#961) Line exceeds 132 characters; contains 135 characters
(#964) Line exceeds 132 characters; contains 135 characters
(#968) Line exceeds 132 characters; contains 140 characters
(#973) Line exceeds 132 characters; contains 138 characters
(#976) Line exceeds 132 characters; contains 139 characters
(#981) Line exceeds 132 characters; contains 145 characters
(#984) Line exceeds 132 characters; contains 133 characters
(#988) Line exceeds 132 characters; contains 144 characters
(#991) Line exceeds 132 characters; contains 133 characters
(#1203) Line exceeds 132 characters; contains 137 characters
mod/checklist/mod_form.php
(#157) Line exceeds 132 characters; contains 169 characters
mod/checklist/renderer.php
(#121) Line exceeds 132 characters; contains 140 characters
(#128) Line exceeds 132 characters; contains 140 characters
(#155) Line exceeds 132 characters; contains 151 characters
(#158) Line exceeds 132 characters; contains 146 characters
(#276) Line exceeds 132 characters; contains 144 characters
(#330) Line exceeds 132 characters; contains 155 characters
(#337) Line exceeds 132 characters; contains 134 characters
(#365) Line exceeds 132 characters; contains 136 characters
(#368) Line exceeds 132 characters; contains 134 characters
(#371) Line exceeds 132 characters; contains 170 characters
(#373) Line exceeds 132 characters; contains 157 characters
(#379) Line exceeds 132 characters; contains 135 characters
(#392) Line exceeds 132 characters; contains 136 characters
(#436) Line exceeds 132 characters; contains 169 characters
(#437) Line exceeds 132 characters; contains 139 characters
(#445) Line exceeds 132 characters; contains 153 characters
(#461) Line exceeds 132 characters; contains 149 characters
(#462) Line exceeds 132 characters; contains 137 characters
(#951) Line exceeds 132 characters; contains 160 characters
(#954) Line exceeds 132 characters; contains 148 characters
(#982) Line exceeds 132 characters; contains 140 characters
(#984) Line exceeds 132 characters; contains 136 characters
(#985) Line exceeds 132 characters; contains 144 characters

Javascript coding style problems

(1 errors, 67 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)
(#22) Comments should not begin with a lowercase character (capitalized-comments)
(#24) Comments should not begin with a lowercase character (capitalized-comments)
(#27) Comments should not begin with a lowercase character (capitalized-comments)
(#28) Unexpected space before function parentheses. (space-before-function-paren)
(#35) Comments should not begin with a lowercase character (capitalized-comments)
(#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)
(#46) Comments should not begin with a lowercase character (capitalized-comments)
(#48) Comments should not begin with a lowercase character (capitalized-comments)
(#51) Comments should not begin with a lowercase character (capitalized-comments)
(#52) Unexpected space before function parentheses. (space-before-function-paren)
(#59) Comments should not begin with a lowercase character (capitalized-comments)
(#60) Unexpected space before function parentheses. (space-before-function-paren)
(#68) Comments should not begin with a lowercase character (capitalized-comments)
(#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

(395 errors, 0 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
(#123) Function checklist_completion_autoupdate is not documented
(#157) Function checklist_course_completion_autoupdate is not documented
(#73) There is no description in phpdocs for function checklist_autoupdate_internal
(#74) 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
(#73) Package is not specified for function checklist_autoupdate_internal. It is also not specified in file-level phpdocs
(#123) Package is not specified for function checklist_completion_autoupdate. It is also not specified in file-level phpdocs
(#157) 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
(#23) No one-line description found in phpdocs for class backup_checklist_activity_task
(#23) Class backup_checklist_activity_task does not have @copyright tag
(#23) Class backup_checklist_activity_task does not have @license tag
(#23) 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
(#21) File-level phpdocs block is not found
mod/checklist/backup/moodle2/backup_checklist_stepslib.php
(#17) File-level phpdocs block is not found
(#28) Function backup_checklist_activity_structure_step::define_structure is not documented
(#23) Class backup_checklist_activity_structure_step does not have @copyright tag
(#23) Class backup_checklist_activity_structure_step does not have @license tag
(#23) 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
(#77) 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
(#19) Class restore_checklist_activity_structure_step is not documented
(#21) Function restore_checklist_activity_structure_step::define_structure is not documented
(#37) Function restore_checklist_activity_structure_step::process_checklist is not documented
(#52) Function restore_checklist_activity_structure_step::process_checklist_item is not documented
(#85) Function restore_checklist_activity_structure_step::process_checklist_check is not documented
(#107) Function restore_checklist_activity_structure_step::process_checklist_comment is not documented
(#123) Function restore_checklist_activity_structure_step::after_execute is not documented
(#19) Package is not specified for class restore_checklist_activity_structure_step. It is also not specified in file-level phpdocs
mod/checklist/classes/event/checklist_completed.php
(#89) Function checklist_completed::get_objectid_mapping is not documented
mod/checklist/classes/event/course_module_viewed.php
(#71) Function course_module_viewed::get_objectid_mapping is not documented
mod/checklist/classes/event/edit_page_viewed.php
(#88) Function edit_page_viewed::get_objectid_mapping is not documented
mod/checklist/classes/event/report_viewed.php
(#95) Function report_viewed::get_objectid_mapping is not documented
mod/checklist/classes/event/student_checks_updated.php
(#89) Function student_checks_updated::get_objectid_mapping is not documented
mod/checklist/classes/event/teacher_checks_updated.php
(#93) Function teacher_checks_updated::validate_data is not documented
(#99) Function teacher_checks_updated::get_objectid_mapping 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::__construct is not documented
(#54) Function checklist_check::fetch is not documented
(#58) Function checklist_check::fetch_all is not documented
(#89) Function checklist_check::teachermark_valid is not documented
(#93) Function checklist_check::check_fields_valid is not documented
(#100) Function checklist_check::save is not documented
(#108) Function checklist_check::insert is not documented
(#113) Function checklist_check::update is not documented
(#118) Function checklist_check::is_checked_student is not documented
(#122) Function checklist_check::is_checked_teacher is not documented
(#126) Function checklist_check::set_teachermark is not documented
(#132) Function checklist_check::set_checked_student is not documented
(#35) Variable checklist_check::$table is not documented
(#36) Variable checklist_check::$requiredfields 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
(#66) There is no description in phpdocs for function fetch_by_userid_itemids
(#67) 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::__construct is not documented
(#58) Function checklist_comment::fetch is not documented
(#62) Function checklist_comment::fetch_all is not documented
(#133) Function checklist_comment::set_courseid is not documented
(#36) Variable checklist_comment::$table is not documented
(#37) Variable checklist_comment::$requiredfields 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
(#70) There is no description in phpdocs for function fetch_by_userid_itemids
(#93) There is no description in phpdocs for function get_commentby_name
(#100) There is no description in phpdocs for function get_commentby_url
(#107) 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::__construct is not documented
(#83) Function checklist_item::fetch is not documented
(#87) Function checklist_item::fetch_all is not documented
(#98) Function checklist_item::sort_items is not documented
(#120) Function checklist_item::store_status is not documented
(#139) Function checklist_item::is_checked is not documented
(#148) Function checklist_item::is_checked_teacher is not documented
(#152) Function checklist_item::is_checked_student is not documented
(#156) Function checklist_item::is_heading is not documented
(#160) Function checklist_item::is_required is not documented
(#164) Function checklist_item::is_optional is not documented
(#168) Function checklist_item::image_url is not documented
(#176) Function checklist_item::get_teachermark_image_url is not documented
(#188) Function checklist_item::get_teachermark_text is not documented
(#200) Function checklist_item::get_teachermark_class is not documented
(#212) Function checklist_item::toggle_hidden is not documented
(#224) Function checklist_item::hide_item is not documented
(#235) Function checklist_item::show_item is not documented
(#246) Function checklist_item::set_checked_student is not documented
(#269) Function checklist_item::set_teachermark is not documented
(#291) Function checklist_item::get_teachername is not documented
(#295) Function checklist_item::get_comment is not documented
(#299) Function checklist_item::set_editme is not documented
(#303) Function checklist_item::is_editme is not documented
(#307) Function checklist_item::get_link_url is not documented
(#320) Function checklist_item::get_link_type is not documented
(#333) Function checklist_item::set_modulelink is not documented
(#36) Variable checklist_item::$table is not documented
(#37) Variable checklist_item::$requiredfields 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
(#396) 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/classes/privacy/provider.php
(#38) Class provider is not documented
(#42) Function provider::get_metadata is not documented
(#78) Function provider::get_modid is not documented
(#86) Function provider::get_contexts_for_userid is not documented
(#196) Function provider::export_user_data is not documented
(#281) Function provider::delete_data_for_all_users_in_context is not documented
(#300) Function provider::delete_data_for_user is not documented
(#77) Variable provider::$modid is not documented
mod/checklist/db/access.php
(#17) File-level phpdocs block is not found
mod/checklist/db/install.php
(#27) Function xmldb_checklist_install is not documented
mod/checklist/db/upgrade.php
(#17) File-level phpdocs block is not found
(#19) Function xmldb_checklist_upgrade is not documented
(#19) 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) File-level phpdocs block is not found
(#194) There is no description in phpdocs for function checklist_update_all_grades
(#206) There is no description in phpdocs for function checklist_update_grades
(#429) There is no description in phpdocs for function checklist_grade_item_delete
(#443) There is no description in phpdocs for function checklist_grade_item_update
(#564) There is no description in phpdocs for function checklist_print_overview
(#727) There is no description in phpdocs for function checklist_reset_course_form_definition
(#735) There is no description in phpdocs for function checklist_reset_course_form_defaults
(#743) There is no description in phpdocs for function checklist_reset_userdata
(#783) There is no description in phpdocs for function checklist_refresh_events
(#814) There is no description in phpdocs for function checklist_supports
(#852) There is no description in phpdocs for function checklist_get_completion_state
(#430) Phpdocs for function checklist_grade_item_delete has incomplete parameters list
(#444) Phpdocs for function checklist_grade_item_update has incomplete parameters list
(#480) Phpdocs for function checklist_user_outline has incomplete parameters list
(#536) Phpdocs for function checklist_user_complete has incomplete parameters list
(#555) Phpdocs for function checklist_print_recent_activity has incomplete parameters list
(#565) Phpdocs for function checklist_print_overview has incomplete parameters list
(#700) Phpdocs for function checklist_scale_used_anywhere has incomplete parameters list
(#784) Phpdocs for function checklist_refresh_events has incomplete parameters list
(#61) Package is not specified for function checklist_add_instance. It is also not specified in file-level phpdocs
(#81) Package is not specified for function checklist_update_instance. It is also not specified in file-level phpdocs
(#154) Package is not specified for function checklist_delete_instance. It is also not specified in file-level phpdocs
(#194) Package is not specified for function checklist_update_all_grades. It is also not specified in file-level phpdocs
(#206) Package is not specified for function checklist_update_grades. It is also not specified in file-level phpdocs
(#407) Package is not specified for function checklist_sent_email_recently. It is also not specified in file-level phpdocs
(#429) Package is not specified for function checklist_grade_item_delete. It is also not specified in file-level phpdocs
(#443) Package is not specified for function checklist_grade_item_update. It is also not specified in file-level phpdocs
(#473) Package is not specified for function checklist_user_outline. It is also not specified in file-level phpdocs
(#532) Package is not specified for function checklist_user_complete. It is also not specified in file-level phpdocs
(#550) Package is not specified for function checklist_print_recent_activity. It is also not specified in file-level phpdocs
(#564) Package is not specified for function checklist_print_overview. It is also not specified in file-level phpdocs
(#652) Package is not specified for function checklist_get_participants. It is also not specified in file-level phpdocs
(#681) Package is not specified for function checklist_scale_used. It is also not specified in file-level phpdocs
(#695) Package is not specified for function checklist_scale_used_anywhere. It is also not specified in file-level phpdocs
(#707) Package is not specified for function checklist_install. It is also not specified in file-level phpdocs
(#717) Package is not specified for function checklist_uninstall. It is also not specified in file-level phpdocs
(#727) Package is not specified for function checklist_reset_course_form_definition. It is also not specified in file-level phpdocs
(#735) Package is not specified for function checklist_reset_course_form_defaults. It is also not specified in file-level phpdocs
(#743) Package is not specified for function checklist_reset_userdata. It is also not specified in file-level phpdocs
(#783) Package is not specified for function checklist_refresh_events. It is also not specified in file-level phpdocs
(#814) Package is not specified for function checklist_supports. It is also not specified in file-level phpdocs
(#852) Package is not specified for function checklist_get_completion_state. It is also not specified in file-level phpdocs
mod/checklist/locallib.php
(#42) Class checklist_class is not documented
(#402) Function checklist_class::removeauto is not documented
(#469) Function checklist_class::canupdateown is not documented
(#474) Function checklist_class::canaddown is not documented
(#480) Function checklist_class::canpreview is not documented
(#484) Function checklist_class::canedit is not documented
(#488) Function checklist_class::caneditother is not documented
(#492) Function checklist_class::canviewreports is not documented
(#497) Function checklist_class::only_view_mentee_reports is not documented
(#542) Function checklist_class::view is not documented
(#596) Function checklist_class::edit is not documented
(#630) Function checklist_class::report is not documented
(#680) Function checklist_class::user_complete is not documented
(#684) Function checklist_class::view_header is not documented
(#693) Function checklist_class::view_tabs is not documented
(#738) Function checklist_class::get_progress is not documented
(#879) Function checklist_class::formatted_intro is not documented
(#887) Function checklist_class::view_import_export is not documented
(#899) Function checklist_class::view_edit_items is not documented
(#924) Function checklist_class::view_report is not documented
(#1256) Function checklist_class::print_report_table is not documented
(#1399) Function checklist_class::find_userid is not documented
(#1412) Function checklist_class::view_footer is not documented
(#1417) Function checklist_class::process_view_actions is not documented
(#1475) Function checklist_class::process_edit_actions is not documented
(#1597) Function checklist_class::get_report_settings is not documented
(#1611) Function checklist_class::set_report_settings is not documented
(#1631) Function checklist_class::process_report_actions is not documented
(#1686) Function checklist_class::validate_links is not documented
(#1712) Function checklist_class::additem is not documented
(#1783) Function checklist_class::setevent is not documented
(#1828) Function checklist_class::setallevents is not documented
(#1841) Function checklist_class::clear_orphaned_events is not documented
(#1862) Function checklist_class::updateitem is not documented
(#1910) Function checklist_class::toggledisableitem is not documented
(#1939) Function checklist_class::deleteitem is not documented
(#1966) Function checklist_class::moveitemto is not documented
(#2006) Function checklist_class::moveitemup is not documented
(#2018) Function checklist_class::moveitemdown is not documented
(#2030) Function checklist_class::indentitemto is not documented
(#2068) Function checklist_class::indentitem is not documented
(#2076) Function checklist_class::unindentitem is not documented
(#2084) Function checklist_class::makeoptional is not documented
(#2112) Function checklist_class::nextcolour is not documented
(#2139) Function checklist_class::ajaxupdatechecks is not documented
(#2174) Function checklist_class::updatechecks is not documented
(#2249) Function checklist_class::updateteachermarks is not documented
(#2352) Function checklist_class::updateallteachermarks is not documented
(#2608) Function checklist_class::getnextuserid is not documented
(#2662) Function checklist_class::print_user_progressbar is not documented
(#2683) Function checklist_class::get_user_progress is not documented
(#2715) Function checklist_class::get_user_groupings is not documented
(#2784) Function checklist_class::get_course_groupings is not documented
(#43) Variable checklist_class::$cm is not documented
(#44) Variable checklist_class::$course is not documented
(#45) Variable checklist_class::$checklist is not documented
(#46) Variable checklist_class::$strchecklists is not documented
(#47) Variable checklist_class::$strchecklist is not documented
(#48) Variable checklist_class::$context is not documented
(#49) Variable checklist_class::$userid is not documented
(#54) Variable checklist_class::$useredit is not documented
(#55) Variable checklist_class::$additemafter is not documented
(#56) Variable checklist_class::$editdates is not documented
(#62) Variable checklist_class::$canlinkcourses is not documented
(#64) There is no description in phpdocs for function __construct
(#124) There is no description in phpdocs for function get_renderer
(#453) There is no description in phpdocs for function get_item_at_position
(#789) There is no description in phpdocs for function view_items
(#1214) 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
(#1213) 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
(#491) Function mod_checklist_renderer::checklist_item_link is not documented
(#805) Function mod_checklist_renderer::edit_date_form is not documented
(#999) Function mod_checklist_renderer::item_grouping is not documented
(#87) There is no description in phpdocs for function checklist_items
(#511) There is no description in phpdocs for function checklist_edit_items
(#876) There is no description in phpdocs for function edit_link_form
(#927) There is no description in phpdocs for function add_item_form
(#974) 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
(#140) 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/tests/privacy_provider_test.php
(#30) Class mod_checklist_privacy_provider_testcase is not documented
(#352) Function mod_checklist_privacy_provider_testcase::do_some_setup_in_another_function_so_travis_stops_complaining_about_it 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]