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

(31 errors, 11 warnings)

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

local/mail/classes/external.php
(#234) Line exceeds 132 characters; contains 137 characters
(#235) Line exceeds 132 characters; contains 136 characters
local/mail/compose.php
(#24) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
local/mail/create.php
(#24) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
local/mail/db/upgrade.php
(#232) Line exceeds 132 characters; contains 142 characters
local/mail/message.class.php
(#255) Expected 1 space after "="; 2 found
(#267) Expected 1 space after ".="; 2 found
(#276) Expected 1 space after ".="; 2 found
local/mail/preferences.php
(#23) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
local/mail/recipients.php
(#26) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
local/mail/renderer.php
(#699) This comment is 55% valid code; is this commented out code?
local/mail/tests/label.class_test.php
(#36) Public method name "local_mail_label_test::assertLabel" must be in lower-case letters only
local/mail/tests/message.class_test.php
(#40) Public method name "local_mail_message_test::assertMessage" must be in lower-case letters only
local/mail/tests/testcase.class.php
(#30) Possible useless method overriding detected
(#30) Public method name "local_mail_testcase::assertContains" must be in lower-case letters only
(#31) Variable "ignoreCase" must be all lower-case
(#31) Variable "checkForObjectIdentity" must be all lower-case
(#31) Variable "checkForNonObjectIdentity" must be all lower-case
(#32) Variable "ignoreCase" must be all lower-case
(#32) Variable "checkForObjectIdentity" must be all lower-case
(#32) Variable "checkForNonObjectIdentity" must be all lower-case
(#35) Public method name "local_mail_testcase::assertIndex" must be in lower-case letters only
(#46) Possible useless method overriding detected
(#46) Public method name "local_mail_testcase::assertNotContains" must be in lower-case letters only
(#47) Variable "ignoreCase" must be all lower-case
(#47) Variable "checkForObjectIdentity" must be all lower-case
(#47) Variable "checkForNonObjectIdentity" must be all lower-case
(#48) Variable "ignoreCase" must be all lower-case
(#48) Variable "checkForObjectIdentity" must be all lower-case
(#48) Variable "checkForNonObjectIdentity" must be all lower-case
(#51) Public method name "local_mail_testcase::assertNotIndex" must be in lower-case letters only
(#60) Public method name "local_mail_testcase::assertNotRecords" must be in lower-case letters only
(#65) Public method name "local_mail_testcase::assertRecords" must be in lower-case letters only
(#70) Public method name "local_mail_testcase::loadRecords" must be in lower-case letters only
local/mail/view.php
(#24) Expected login check (require_login, require_course_login, admin_externalpage_setup) following config inclusion. None found.
(#674) Line indented incorrectly; expected at least 5 spaces, found 4
(#675) Line indented incorrectly; expected at least 5 spaces, found 4
(#676) Line indented incorrectly; expected at least 5 spaces, found 4
(#677) Line indented incorrectly; expected at least 5 spaces, found 4
(#678) Line indented incorrectly; expected at least 5 spaces, found 4
(#687) Line indented incorrectly; expected at least 5 spaces, found 4
(#688) Line indented incorrectly; expected at least 5 spaces, found 4

Javascript coding style problems

(40 errors, 465 warnings)

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

local/mail/mail.js
(#1) Line 1 exceeds the maximum line length of 132. (max-len)
(#1) 'YUI' is not defined. (no-undef)
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#3) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#4) Identifier 'mail_checkbox_labels_default' is not in camel case. (camelcase)
(#5) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#6) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#7) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#8) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#9) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#10) Identifier 'mail_undo_ids' is not in camel case. (camelcase)
(#11) Identifier 'mail_search_selected' is not in camel case. (camelcase)
(#12) Identifier 'mail_searchfrom_selected' is not in camel case. (camelcase)
(#13) Identifier 'mail_searchto_selected' is not in camel case. (camelcase)
(#14) Identifier 'mail_unread_selected' is not in camel case. (camelcase)
(#15) Identifier 'mail_attach_selected' is not in camel case. (camelcase)
(#16) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#17) Identifier 'mail_doing_search' is not in camel case. (camelcase)
(#18) Identifier 'mail_after_message_search' is not in camel case. (camelcase)
(#19) Identifier 'mail_before_message_search' is not in camel case. (camelcase)
(#20) Identifier 'mail_perpageid' is not in camel case. (camelcase)
(#22) Missing space before opening brace. (space-before-blocks)
(#23) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#28) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#32) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#35) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#48) Identifier 'mail_scroll_top' is not in camel case. (camelcase)
(#52) There should be no space after '{'. (object-curly-spacing)
(#52) There should be no space before '}'. (object-curly-spacing)
(#60) Identifier 'mail_define_label_handlers' is not in camel case. (camelcase)
(#60) Unexpected space before function parentheses. (space-before-function-paren)
(#78) Identifier 'mail_create_edit_label_panel' is not in camel case. (camelcase)
(#78) Unexpected space before function parentheses. (space-before-function-paren)
(#82) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#83) Extra space after key 'srcNode'. (key-spacing)
(#85) Extra space after key 'width'. (key-spacing)
(#86) Extra space after key 'zIndex'. (key-spacing)
(#87) Extra space after key 'centered'. (key-spacing)
(#88) Extra space after key 'modal'. (key-spacing)
(#89) Extra space after key 'visible'. (key-spacing)
(#90) Extra space after key 'render'. (key-spacing)
(#91) Extra space after key 'plugins'. (key-spacing)
(#93) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#94) Extra space after key 'value'. (key-spacing)
(#96) Extra space after key 'action'. (key-spacing)
(#96) Unexpected space before function parentheses. (space-before-function-paren)
(#98) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#99) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#103) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#104) Extra space after key 'value'. (key-spacing)
(#106) Extra space after key 'action'. (key-spacing)
(#106) Unexpected space before function parentheses. (space-before-function-paren)
(#108) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#109) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#114) Identifier 'mail_create_new_label_panel' is not in camel case. (camelcase)
(#114) Unexpected space before function parentheses. (space-before-function-paren)
(#118) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#119) Extra space after key 'srcNode'. (key-spacing)
(#121) Extra space after key 'width'. (key-spacing)
(#122) Extra space after key 'zIndex'. (key-spacing)
(#123) Extra space after key 'centered'. (key-spacing)
(#124) Extra space after key 'modal'. (key-spacing)
(#125) Extra space after key 'visible'. (key-spacing)
(#126) Extra space after key 'render'. (key-spacing)
(#127) Extra space after key 'plugins'. (key-spacing)
(#129) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#130) Extra space after key 'value'. (key-spacing)
(#132) Extra space after key 'action'. (key-spacing)
(#132) Unexpected space before function parentheses. (space-before-function-paren)
(#134) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#135) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#139) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#140) Extra space after key 'value'. (key-spacing)
(#142) Extra space after key 'action'. (key-spacing)
(#142) Unexpected space before function parentheses. (space-before-function-paren)
(#144) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#145) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#150) Identifier 'mail_create_new_search_panel' is not in camel case. (camelcase)
(#150) Unexpected space before function parentheses. (space-before-function-paren)
(#154) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#155) Extra space after key 'srcNode'. (key-spacing)
(#157) Extra space after key 'width'. (key-spacing)
(#158) Extra space after key 'zIndex'. (key-spacing)
(#159) Extra space after key 'centered'. (key-spacing)
(#160) Extra space after key 'modal'. (key-spacing)
(#161) Extra space after key 'visible'. (key-spacing)
(#162) Extra space after key 'render'. (key-spacing)
(#163) Extra space after key 'plugins'. (key-spacing)
(#165) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#166) Extra space after key 'value'. (key-spacing)
(#168) Extra space after key 'action'. (key-spacing)
(#168) Unexpected space before function parentheses. (space-before-function-paren)
(#170) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#171) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#175) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#176) Extra space after key 'value'. (key-spacing)
(#178) Extra space after key 'action'. (key-spacing)
(#178) Unexpected space before function parentheses. (space-before-function-paren)
(#180) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#181) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#187) Identifier 'mail_hide_actions' is not in camel case. (camelcase)
(#188) Missing space before opening brace. (space-before-blocks)
(#194) Identifier 'mail_show_label_actions' is not in camel case. (camelcase)
(#195) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#195) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#204) Identifier 'mail_update_menu_actions' is not in camel case. (camelcase)
(#207) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#208) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#239) Identifier 'mail_toggle_menu' is not in camel case. (camelcase)
(#250) Identifier 'mail_hide_menu_options' is not in camel case. (camelcase)
(#254) Identifier 'mail_hide_menu_actions' is not in camel case. (camelcase)
(#258) Identifier 'mail_hide_menu_labels' is not in camel case. (camelcase)
(#259) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#264) Identifier 'mail_hide_menu_search' is not in camel case. (camelcase)
(#268) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#269) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#277) Identifier 'mail_toggle_menu_actions' is not in camel case. (camelcase)
(#288) Identifier 'mail_toggle_menu_labels' is not in camel case. (camelcase)
(#299) Identifier 'mail_position_button_menu' is not in camel case. (camelcase)
(#311) Identifier 'mail_toggle_menu_search' is not in camel case. (camelcase)
(#316) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#322) Identifier 'mail_new_search_panel' is not in camel case. (camelcase)
(#327) Identifier 'mail_toggle_adv_search' is not in camel case. (camelcase)
(#338) There should be no space before ','. (comma-spacing)
(#338) A space is required after ','. (comma-spacing)
(#342) Identifier 'mail_do_search' is not in camel case. (camelcase)
(#343) Identifier 'mail_doing_search' is not in camel case. (camelcase)
(#344) Identifier 'mail_perpageid' is not in camel case. (camelcase)
(#345) Identifier 'mail_search_selected' is not in camel case. (camelcase)
(#346) Identifier 'mail_searchfrom_selected' is not in camel case. (camelcase)
(#347) Identifier 'mail_searchto_selected' is not in camel case. (camelcase)
(#348) Identifier 'mail_unread_selected' is not in camel case. (camelcase)
(#349) Identifier 'mail_attach_selected' is not in camel case. (camelcase)
(#358) Identifier 'mail_cancel_search' is not in camel case. (camelcase)
(#359) Identifier 'mail_doing_search' is not in camel case. (camelcase)
(#362) Identifier 'mail_before_message_search' is not in camel case. (camelcase)
(#363) Identifier 'mail_after_message_search' is not in camel case. (camelcase)
(#367) Identifier 'mail_show_loading_image' is not in camel case. (camelcase)
(#372) Identifier 'mail_update_form_search' is not in camel case. (camelcase)
(#376) Identifier 'mail_unread_selected' is not in camel case. (camelcase)
(#379) Identifier 'mail_attach_selected' is not in camel case. (camelcase)
(#384) Identifier 'mail_remove_action' is not in camel case. (camelcase)
(#388) Identifier 'mail_customize_menu_actions' is not in camel case. (camelcase)
(#403) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#407) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#427) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#438) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#447) Identifier 'mail_label_default_values' is not in camel case. (camelcase)
(#447) Unexpected space before function parentheses. (space-before-function-paren)
(#450) Unexpected space before function parentheses. (space-before-function-paren)
(#451) Identifier 'mail_checkbox_labels_default' is not in camel case. (camelcase)
(#453) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#460) Unexpected space before function parentheses. (space-before-function-paren)
(#460) 'index' is defined but never used. (no-unused-vars)
(#471) Identifier 'mail_set_label_default_values' is not in camel case. (camelcase)
(#471) Unexpected space before function parentheses. (space-before-function-paren)
(#474) Unexpected space before function parentheses. (space-before-function-paren)
(#474) 'index' is defined but never used. (no-unused-vars)
(#476) Missing space before opening brace. (space-before-blocks)
(#479) Identifier 'mail_checkbox_labels_default' is not in camel case. (camelcase)
(#483) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#485) Identifier 'mail_checkbox_labels_default' is not in camel case. (camelcase)
(#489) Identifier 'mail_menu_label_selection' is not in camel case. (camelcase)
(#489) Unexpected space before function parentheses. (space-before-function-paren)
(#496) Identifier 'mail_customize_menu_label' is not in camel case. (camelcase)
(#498) Expected space(s) after "if". (keyword-spacing)
(#508) Identifier 'mail_label_check_default_values' is not in camel case. (camelcase)
(#508) Unexpected space before function parentheses. (space-before-function-paren)
(#515) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#517) 'index' is defined but never used. (no-unused-vars)
(#522) Identifier 'mail_checkbox_labels_default' is not in camel case. (camelcase)
(#524) Expected space(s) after "if". (keyword-spacing)
(#524) Identifier 'mail_checkbox_labels_default' is not in camel case. (camelcase)
(#532) 'index' is defined but never used. (no-unused-vars)
(#537) Identifier 'mail_checkbox_labels_default' is not in camel case. (camelcase)
(#548) Identifier 'mail_label_set_values' is not in camel case. (camelcase)
(#548) Unexpected space before function parentheses. (space-before-function-paren)
(#549) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#552) Missing space before opening brace. (space-before-blocks)
(#555) Expected space(s) after "if". (keyword-spacing)
(#564) Identifier 'mail_get_label_value' is not in camel case. (camelcase)
(#564) Missing space before opening brace. (space-before-blocks)
(#568) Missing space before opening brace. (space-before-blocks)
(#577) Identifier 'mail_get_labels_checked' is not in camel case. (camelcase)
(#577) Missing space before opening brace. (space-before-blocks)
(#581) Identifier 'mail_get_labels_thirdstate' is not in camel case. (camelcase)
(#581) Missing space before opening brace. (space-before-blocks)
(#585) Identifier 'mail_get_labels_values' is not in camel case. (camelcase)
(#585) Missing space before opening brace. (space-before-blocks)
(#588) Unexpected space before function parentheses. (space-before-function-paren)
(#588) 'index' is defined but never used. (no-unused-vars)
(#594) Identifier 'mail_assign_labels' is not in camel case. (camelcase)
(#594) Unexpected space before function parentheses. (space-before-function-paren)
(#599) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#604) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#610) Unexpected space before function parentheses. (space-before-function-paren)
(#623) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#635) Identifier 'mail_check_selected' is not in camel case. (camelcase)
(#639) Identifier 'mail_enable_button' is not in camel case. (camelcase)
(#643) Expected space(s) after "if". (keyword-spacing)
(#643) Missing space before opening brace. (space-before-blocks)
(#648) Identifier 'mail_enable_all_buttons' is not in camel case. (camelcase)
(#649) Identifier 'mail_buttons' is not in camel case. (camelcase)
(#657) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#668) Identifier 'mail_toggle_all_buttons' is not in camel case. (camelcase)
(#675) Identifier 'mail_show_hide_toolbar_buttons' is not in camel case. (camelcase)
(#690) Identifier 'mail_fixed_toolbar_buttons' is not in camel case. (camelcase)
(#709) Identifier 'mail_get_checkboxs_checked' is not in camel case. (camelcase)
(#709) Missing space before opening brace. (space-before-blocks)
(#713) Identifier 'mail_get_checkbox_value' is not in camel case. (camelcase)
(#713) Missing space before opening brace. (space-before-blocks)
(#717) Missing space before opening brace. (space-before-blocks)
(#726) Identifier 'mail_get_checkboxs_values' is not in camel case. (camelcase)
(#726) Missing space before opening brace. (space-before-blocks)
(#729) Unexpected space before function parentheses. (space-before-function-paren)
(#729) 'index' is defined but never used. (no-unused-vars)
(#735) Identifier 'mail_set_checkbox' is not in camel case. (camelcase)
(#735) Missing space before opening brace. (space-before-blocks)
(#745) Identifier 'mail_toggle_checkbox' is not in camel case. (camelcase)
(#745) Missing space before opening brace. (space-before-blocks)
(#753) Identifier 'mail_is_checkbox_checked' is not in camel case. (camelcase)
(#753) Missing space before opening brace. (space-before-blocks)
(#757) Identifier 'mail_main_checkbox' is not in camel case. (camelcase)
(#757) Missing space before opening brace. (space-before-blocks)
(#758) Expected space(s) after "if". (keyword-spacing)
(#760) Expected space(s) after "if". (keyword-spacing)
(#768) Identifier 'mail_select_all' is not in camel case. (camelcase)
(#768) Missing space before opening brace. (space-before-blocks)
(#778) Identifier 'mail_select_none' is not in camel case. (camelcase)
(#778) Missing space before opening brace. (space-before-blocks)
(#788) Identifier 'mail_select_read' is not in camel case. (camelcase)
(#788) Missing space before opening brace. (space-before-blocks)
(#794) Missing space before opening brace. (space-before-blocks)
(#805) Identifier 'mail_select_unread' is not in camel case. (camelcase)
(#811) Missing space before opening brace. (space-before-blocks)
(#822) Identifier 'mail_select_starred' is not in camel case. (camelcase)
(#839) Identifier 'mail_select_unstarred' is not in camel case. (camelcase)
(#857) Function 'anonymous' has a complexity of 24. (complexity)
(#857) Unexpected space before function parentheses. (space-before-function-paren)
(#857) 'args' is defined but never used. (no-unused-vars)
(#863) Unexpected alert. (no-alert)
(#872) Identifier 'mail_perpageid' is not in camel case. (camelcase)
(#873) Identifier 'mail_doing_search' is not in camel case. (camelcase)
(#878) Identifier 'mail_search_selected' is not in camel case. (camelcase)
(#879) Identifier 'mail_searchfrom_selected' is not in camel case. (camelcase)
(#880) Identifier 'mail_searchto_selected' is not in camel case. (camelcase)
(#881) Identifier 'mail_unread_selected' is not in camel case. (camelcase)
(#882) Identifier 'mail_attach_selected' is not in camel case. (camelcase)
(#883) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#891) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#892) Identifier 'mail_before_message_search' is not in camel case. (camelcase)
(#893) Identifier 'mail_after_message_search' is not in camel case. (camelcase)
(#904) Blocks are nested too deeply (5). (max-depth)
(#904) Expected space(s) after "if". (keyword-spacing)
(#916) Blocks are nested too deeply (5). (max-depth)
(#926) Blocks are nested too deeply (5). (max-depth)
(#957) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#958) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#959) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#960) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#961) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#962) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#965) Identifier 'mail_undo_ids' is not in camel case. (camelcase)
(#967) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#969) Expected space(s) after "if". (keyword-spacing)
(#976) Unexpected space before function parentheses. (space-before-function-paren)
(#976) 'args' is defined but never used. (no-unused-vars)
(#977) Unexpected console statement. (no-console)
(#981) Identifier 'mail_doaction' is not in camel case. (camelcase)
(#981) Function 'anonymous' has a complexity of 50. (complexity)
(#981) Expected to return a value at the end of this function. (consistent-return)
(#988) Identifier 'mail_view' is not in camel case. (camelcase)
(#990) Expected space(s) after "if". (keyword-spacing)
(#990) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#991) Expected space(s) after "if". (keyword-spacing)
(#996) A space is required after ','. (comma-spacing)
(#1000) A space is required after ','. (comma-spacing)
(#1003) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1004) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1008) A space is required after ','. (comma-spacing)
(#1012) A space is required after ','. (comma-spacing)
(#1013) Expected space(s) after "if". (keyword-spacing)
(#1014) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1015) Expected space(s) after "if". (keyword-spacing)
(#1016) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1017) Expected space(s) after "if". (keyword-spacing)
(#1020) Identifier 'mail_view' is not in camel case. (camelcase)
(#1022) Requires a space after '{'. (block-spacing)
(#1023) Expected space(s) after "if". (keyword-spacing)
(#1026) Missing space before opening brace. (space-before-blocks)
(#1033) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1041) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1042) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1043) Identifier 'mail_undo_ids' is not in camel case. (camelcase)
(#1053) Expected space(s) after "if". (keyword-spacing)
(#1053) Missing space before opening brace. (space-before-blocks)
(#1059) Unexpected space before function parentheses. (space-before-function-paren)
(#1063) Expected space(s) after "if". (keyword-spacing)
(#1065) A space is required after ','. (comma-spacing)
(#1067) Expected space(s) after "if". (keyword-spacing)
(#1068) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1072) Expected space(s) after "if". (keyword-spacing)
(#1074) A space is required after ','. (comma-spacing)
(#1077) Expected space(s) after "if". (keyword-spacing)
(#1079) Expected space(s) after "if". (keyword-spacing)
(#1081) Expected space(s) after "if". (keyword-spacing)
(#1083) Expected space(s) after "if". (keyword-spacing)
(#1088) Identifier 'mail_view' is not in camel case. (camelcase)
(#1096) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1099) Identifier 'mail_view' is not in camel case. (camelcase)
(#1102) Missing space before value for key 'success'. (key-spacing)
(#1103) Missing space before value for key 'failure'. (key-spacing)
(#1109) Expected space(s) after "if". (keyword-spacing)
(#1123) Unexpected alert. (no-alert)
(#1127) Unexpected alert. (no-alert)
(#1137) Unexpected alert. (no-alert)
(#1141) Unexpected alert. (no-alert)
(#1147) There should be no spaces inside this paren. (space-in-parens)
(#1156) Identifier 'mail_doing_search' is not in camel case. (camelcase)
(#1159) Identifier 'mail_before_message_search' is not in camel case. (camelcase)
(#1160) Identifier 'mail_before_message_search' is not in camel case. (camelcase)
(#1161) Identifier 'mail_after_message_search' is not in camel case. (camelcase)
(#1162) Identifier 'mail_after_message_search' is not in camel case. (camelcase)
(#1165) Identifier 'mail_search_selected' is not in camel case. (camelcase)
(#1166) Identifier 'mail_searchfrom_selected' is not in camel case. (camelcase)
(#1167) Identifier 'mail_searchto_selected' is not in camel case. (camelcase)
(#1168) Identifier 'mail_unread_selected' is not in camel case. (camelcase)
(#1169) Identifier 'mail_attach_selected' is not in camel case. (camelcase)
(#1170) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#1171) Identifier 'mail_perpageid' is not in camel case. (camelcase)
(#1188) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1194) Identifier 'mail_label_confirm_delete' is not in camel case. (camelcase)
(#1206) Extra space after key 'callback'. (key-spacing)
(#1206) Identifier 'mail_label_remove' is not in camel case. (camelcase)
(#1207) Extra space after key 'message'. (key-spacing)
(#1213) Identifier 'mail_empty_trash_confirm_delete' is not in camel case. (camelcase)
(#1218) Extra space after key 'callbackargs'. (key-spacing)
(#1219) Extra space after key 'callback'. (key-spacing)
(#1219) Identifier 'mail_doaction' is not in camel case. (camelcase)
(#1220) Extra space after key 'message'. (key-spacing)
(#1226) Identifier 'mail_message_confirm_delete' is not in camel case. (camelcase)
(#1229) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1236) 'ids' is not defined. (no-undef)
(#1237) 'ids' is not defined. (no-undef)
(#1241) Extra space after key 'callbackargs'. (key-spacing)
(#1242) Extra space after key 'callback'. (key-spacing)
(#1242) Identifier 'mail_doaction' is not in camel case. (camelcase)
(#1243) Extra space after key 'message'. (key-spacing)
(#1249) Identifier 'mail_label_remove' is not in camel case. (camelcase)
(#1259) Identifier 'mail_label_new' is not in camel case. (camelcase)
(#1260) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#1265) Identifier 'mail_label_edit' is not in camel case. (camelcase)
(#1278) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#1283) Identifier 'mail_label_set_selected' is not in camel case. (camelcase)
(#1289) Identifier 'mail_update_url' is not in camel case. (camelcase)
(#1294) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1295) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1298) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1301) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1313) Identifier 'mail_position_datepicker' is not in camel case. (camelcase)
(#1323) Identifier 'mail_get_selected_date' is not in camel case. (camelcase)
(#1323) 'date' is defined but never used. (no-unused-vars)
(#1324) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#1329) Identifier 'mail_set_selected_date' is not in camel case. (camelcase)
(#1332) Missing space before value for key 'format'. (key-spacing)
(#1334) Missing space before value for key 'format'. (key-spacing)
(#1339) Identifier 'mail_notification_message' is not in camel case. (camelcase)
(#1351) Identifier 'mail_reset_date_selected' is not in camel case. (camelcase)
(#1352) 'date' is not defined. (no-undef)
(#1353) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#1353) 'date' is not defined. (no-undef)
(#1353) 'date' is not defined. (no-undef)
(#1353) 'date' is not defined. (no-undef)
(#1354) 'date' is not defined. (no-undef)
(#1357) Expected space or tab after '/**' in comment. (spaced-comment)
(#1360) 'e' is defined but never used. (no-unused-vars)
(#1393) 'e' is defined but never used. (no-unused-vars)
(#1469) 'e' is defined but never used. (no-unused-vars)
(#1525) 'e' is defined but never used. (no-unused-vars)
(#1532) 'e' is defined but never used. (no-unused-vars)
(#1539) 'e' is defined but never used. (no-unused-vars)
(#1584) 'e' is defined but never used. (no-unused-vars)
(#1598) 'e' is defined but never used. (no-unused-vars)
(#1611) 'e' is defined but never used. (no-unused-vars)
(#1633) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#1654) Expected space(s) after "if". (keyword-spacing)
(#1690) 'e' is defined but never used. (no-unused-vars)
(#1694) 'e' is defined but never used. (no-unused-vars)
(#1694) Missing space before opening brace. (space-before-blocks)
local/mail/recipients.js
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) 'YUI' is not defined. (no-undef)
(#3) Identifier 'mail_recipients_panel' is not in camel case. (camelcase)
(#5) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#6) Identifier 'mail_existing_recipients' is not in camel case. (camelcase)
(#8) Unexpected space before function parentheses. (space-before-function-paren)
(#15) Identifier 'mail_update_compose_url' is not in camel case. (camelcase)
(#24) Identifier 'mail_show_recipipients_button_ajax' is not in camel case. (camelcase)
(#24) Unexpected space before function parentheses. (space-before-function-paren)
(#36) Identifier 'mail_create_recipients_panel' is not in camel case. (camelcase)
(#36) Unexpected space before function parentheses. (space-before-function-paren)
(#42) Identifier 'mail_recipients_panel' is not in camel case. (camelcase)
(#43) Extra space after key 'srcNode'. (key-spacing)
(#45) Extra space after key 'width'. (key-spacing)
(#46) Extra space after key 'autoScroll'. (key-spacing)
(#47) Extra space after key 'zIndex'. (key-spacing)
(#48) Extra space after key 'centered'. (key-spacing)
(#49) Extra space after key 'modal'. (key-spacing)
(#50) Extra space after key 'visible'. (key-spacing)
(#51) Extra space after key 'render'. (key-spacing)
(#52) Extra space after key 'plugins'. (key-spacing)
(#54) Identifier 'mail_recipients_panel' is not in camel case. (camelcase)
(#54) A space is required after ','. (comma-spacing)
(#54) Missing space before value for key 'handles'. (key-spacing)
(#55) Identifier 'mail_recipients_panel' is not in camel case. (camelcase)
(#56) Extra space after key 'value'. (key-spacing)
(#58) Extra space after key 'action'. (key-spacing)
(#58) Unexpected space before function parentheses. (space-before-function-paren)
(#60) Identifier 'mail_recipients_panel' is not in camel case. (camelcase)
(#67) Identifier 'mail_recipients_panel' is not in camel case. (camelcase)
(#72) Unexpected space before function parentheses. (space-before-function-paren)
(#72) 'args' is defined but never used. (no-unused-vars)
(#77) Expected space(s) after "if". (keyword-spacing)
(#82) Unexpected alert. (no-alert)
(#95) A space is required after ','. (comma-spacing)
(#99) Identifier 'mail_existing_recipients' is not in camel case. (camelcase)
(#105) Unexpected space before function parentheses. (space-before-function-paren)
(#105) 'args' is defined but never used. (no-unused-vars)
(#107) Unexpected console statement. (no-console)
(#111) Identifier 'mail_doaction' is not in camel case. (camelcase)
(#111) Missing space before opening brace. (space-before-blocks)
(#131) Identifier 'mail_existing_recipients' is not in camel case. (camelcase)
(#133) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#134) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#139) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#140) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#141) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#163) Missing space before value for key 'success'. (key-spacing)
(#164) Missing space before value for key 'failure'. (key-spacing)
(#178) Requires a space after '{'. (block-spacing)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Statement inside of curly braces should be on next line. (brace-style)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#178) Requires a space before '}'. (block-spacing)
(#191) Identifier 'mail_recipient_action' is not in camel case. (camelcase)
(#205) A space is required after ','. (comma-spacing)
(#205) A space is required after ','. (comma-spacing)
(#222) Identifier 'mail_select_all_recipient_action' is not in camel case. (camelcase)
(#226) Unexpected space before function parentheses. (space-before-function-paren)
(#232) Identifier 'mail_add_recipient' is not in camel case. (camelcase)
(#234) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#235) A space is required after ','. (comma-spacing)
(#235) A space is required after ','. (comma-spacing)
(#237) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#238) A space is required after ','. (comma-spacing)
(#238) A space is required after ','. (comma-spacing)
(#240) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#241) A space is required after ','. (comma-spacing)
(#241) A space is required after ','. (comma-spacing)
(#245) Identifier 'mail_remove_recipient' is not in camel case. (camelcase)
(#248) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#250) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#252) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#253) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#259) Identifier 'mail_changes_recipients' is not in camel case. (camelcase)
(#260) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#261) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#262) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#263) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#267) Identifier 'mail_reset_recipients' is not in camel case. (camelcase)
(#268) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#269) A space is required after ','. (comma-spacing)
(#270) A space is required after ','. (comma-spacing)
(#271) A space is required after ','. (comma-spacing)
(#276) Identifier 'mail_update_recipients_state' is not in camel case. (camelcase)
(#276) Unexpected space before function parentheses. (space-before-function-paren)
(#278) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#278) Unexpected space before function parentheses. (space-before-function-paren)
(#294) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#294) Unexpected space before function parentheses. (space-before-function-paren)
(#310) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#310) Unexpected space before function parentheses. (space-before-function-paren)
(#326) Identifier 'mail_recipients' is not in camel case. (camelcase)
(#326) Unexpected space before function parentheses. (space-before-function-paren)
(#344) Identifier 'mail_show_recipients_button' is not in camel case. (camelcase)
(#344) Unexpected space before function parentheses. (space-before-function-paren)
(#352) Identifier 'mail_hide_recipients_button' is not in camel case. (camelcase)
(#352) Unexpected space before function parentheses. (space-before-function-paren)
(#360) Identifier 'mail_enable_all_recipients_buttons' is not in camel case. (camelcase)
(#360) Unexpected space before function parentheses. (space-before-function-paren)
(#378) Identifier 'mail_recipients_panel' is not in camel case. (camelcase)
(#379) Identifier 'mail_recipients_panel' is not in camel case. (camelcase)
(#382) Unexpected alert. (no-alert)
(#399) 'e' is defined but never used. (no-unused-vars)
(#404) 'e' is defined but never used. (no-unused-vars)
local/mail/user.js
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) 'YUI' is not defined. (no-undef)
(#7) Infix operators must be spaced. (space-infix-ops)
(#8) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
local/mail/users.js
(#1) A function with a name starting with an uppercase letter should only be used as a constructor. (new-cap)
(#1) 'YUI' is not defined. (no-undef)
(#7) Infix operators must be spaced. (space-infix-ops)
(#9) Infix operators must be spaced. (space-infix-ops)
(#24) 'e' is defined but never used. (no-unused-vars)
(#28) 'index' is defined but never used. (no-unused-vars)

CSS problems

(1 errors, 0 warnings)

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

local/mail/styles.css
(#487) Unknown word (CssSyntaxError)

PHPDocs style problems

(324 errors, 0 warnings)

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

local/mail/ajax.php
(#318) Function local_mail_setstarred is not documented
(#347) Function local_mail_setread is not documented
(#370) Function local_mail_setdelete is not documented
(#403) Function local_mail_hide is not documented
(#433) Function local_mail_empty_trash is not documented
(#447) Function local_mail_discard is not documented
(#478) Function local_mail_setprevpage is not documented
(#490) Function local_mail_setnextpage is not documented
(#502) Function local_mail_setgoback is not documented
(#516) Function local_mail_assignlabels is not documented
(#558) Function local_mail_setperpage is not documented
(#581) Function local_mail_print_messages is not documented
(#599) Function local_mail_getmail is not documented
(#664) Function local_mail_setlabel is not documented
(#698) Function local_mail_newlabel is not documented
(#735) Function local_mail_get_info is not documented
(#789) Function local_mail_getrecipients is not documented
(#855) Function local_mail_updaterecipients is not documented
(#928) Function local_mail_searchmessages is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#18) Package local-mail is not valid
local/mail/backup/moodle2/backup_local_mail_plugin.class.php
(#17) File-level phpdocs block is not found
(#19) Class backup_local_mail_plugin is not documented
(#21) Function backup_local_mail_plugin::define_course_plugin_structure is not documented
(#19) Package is not specified for class backup_local_mail_plugin. It is also not specified in file-level phpdocs
local/mail/backup/moodle2/restore_local_mail_plugin.class.php
(#17) File-level phpdocs block is not found
(#19) Class restore_local_mail_plugin is not documented
(#21) Function restore_local_mail_plugin::define_course_plugin_structure is not documented
(#44) Function restore_local_mail_plugin::process_local_mail_message is not documented
(#58) Function restore_local_mail_plugin::process_local_mail_message_ref is not documented
(#69) Function restore_local_mail_plugin::process_local_mail_message_user is not documented
(#103) Function restore_local_mail_plugin::process_local_mail_message_label is not documented
(#132) Function restore_local_mail_plugin::after_execute_course is not documented
(#136) Function restore_local_mail_plugin::add_to_index is not documented
(#19) Package is not specified for class restore_local_mail_plugin. It is also not specified in file-level phpdocs
local/mail/classes/external.php
(#17) File-level phpdocs block is not found
(#22) Class local_mail_external is not documented
(#24) Function local_mail_external::get_unread_count_parameters is not documented
(#28) Function local_mail_external::get_unread_count_returns is not documented
(#32) Function local_mail_external::get_unread_count is not documented
(#42) Function local_mail_external::get_menu_parameters is not documented
(#46) Function local_mail_external::get_menu_returns is not documented
(#69) Function local_mail_external::get_menu is not documented
(#104) Function local_mail_external::get_index_parameters is not documented
(#113) Function local_mail_external::get_index_returns is not documented
(#154) Function local_mail_external::get_index is not documented
(#229) Function local_mail_external::search_index_parameters is not documented
(#247) Function local_mail_external::search_index_returns is not documented
(#288) Function local_mail_external::search_index is not documented
(#392) Function local_mail_external::get_message_parameters is not documented
(#398) Function local_mail_external::get_message_returns is not documented
(#465) Function local_mail_external::get_message is not documented
(#578) Function local_mail_external::set_unread_parameters is not documented
(#585) Function local_mail_external::set_unread_returns is not documented
(#589) Function local_mail_external::set_unread is not documented
(#606) Function local_mail_external::user_picture_url is not documented
(#22) Package is not specified for class local_mail_external. It is also not specified in file-level phpdocs
local/mail/classes/observer.php
(#30) Class local_mail_observer does not have @copyright tag
(#30) Class local_mail_observer does not have @license tag
(#20) Package local-mail is not valid
local/mail/compose.php
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/compose_form.php
(#29) Class mail_compose_form is not documented
(#31) Function mail_compose_form::definition is not documented
(#108) Function mail_compose_form::validation is not documented
(#145) Function mail_compose_form::file_options is not documented
(#160) Function mail_compose_form::format_recipients is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/create.php
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/create_form.php
(#28) Class local_mail_create_form is not documented
(#30) Function local_mail_create_form::definition is not documented
(#54) Function local_mail_create_form::validation is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/db/access.php
(#17) File-level phpdocs block does not have @copyright tag
local/mail/db/events.php
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/db/messages.php
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/db/mobile.php
(#17) File-level phpdocs block is not found
local/mail/db/services.php
(#17) File-level phpdocs block is not found
local/mail/db/uninstall.php
(#28) Function xmldb_local_mail_uninstall is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/db/upgrade.php
(#25) Function xmldb_local_mail_upgrade is not documented
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#18) Package local-mail is not valid
local/mail/label.class.php
(#26) Class local_mail_label is not documented
(#33) Function local_mail_label::create is not documented
(#50) Function local_mail_label::fetch is not documented
(#62) Function local_mail_label::fetch_user is not documented
(#75) Function local_mail_label::from_record is not documented
(#84) Function local_mail_label::valid_colors is not documented
(#90) Function local_mail_label::color is not documented
(#94) Function local_mail_label::delete is not documented
(#108) Function local_mail_label::id is not documented
(#112) Function local_mail_label::name is not documented
(#116) Function local_mail_label::save is not documented
(#130) Function local_mail_label::userid is not documented
(#134) Function local_mail_label::__construct is not documented
(#28) Variable local_mail_label::$id is not documented
(#29) Variable local_mail_label::$userid is not documented
(#30) Variable local_mail_label::$name is not documented
(#31) Variable local_mail_label::$color is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/label_form.php
(#28) Class mail_label_form is not documented
(#30) Function mail_label_form::definition is not documented
(#71) Function mail_label_form::validation is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/labels_form.php
(#28) Class mail_labels_form is not documented
(#30) Function mail_labels_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/lang/ca/local_mail.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
local/mail/lang/en/local_mail.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#18) Package local-mail is not valid
local/mail/lang/es/local_mail.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
local/mail/lang/fr/local_mail.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#18) Package local-mail is not valid
local/mail/lang/pt_br/local_mail.php
(#17) File-level phpdocs block does not have @copyright tag
(#20) Package local is not valid
local/mail/lang/zh_cn/local_mail.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#18) Package local-mail is not valid
local/mail/lib.php
(#29) Function local_mail_extend_navigation is not documented
(#199) Function local_mail_pluginfile is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/locallib.php
(#35) Function local_mail_attachments is not documented
(#42) Function local_mail_downloadall is not documented
(#57) Function pack_files is not documented
(#68) Function local_mail_format_content is not documented
(#75) Function local_mail_setup_page is not documented
(#100) Function local_mail_send_notifications is not documented
(#160) Function local_mail_js_labels is not documented
(#179) Function local_mail_get_my_courses is not documented
(#196) Function local_mail_valid_recipient is not documented
(#223) Function local_mail_add_recipients is not documented
(#270) Function local_mail_getsqlrecipients is not documented
(#336) Function local_mail_get_user_roleids is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/message.class.php
(#33) Class local_mail_message is not documented
(#55) Function local_mail_message::count_index is not documented
(#64) Function local_mail_message::count_menu is not documented
(#101) Function local_mail_message::create is not documented
(#136) Function local_mail_message::delete_course is not documented
(#150) Function local_mail_message::fetch is not documented
(#155) Function local_mail_message::fetch_index is not documented
(#166) Function local_mail_message::fetch_many is not documented
(#232) Function local_mail_message::search_index is not documented
(#317) Function local_mail_message::empty_trash is not documented
(#331) Function local_mail_message::add_label is not documented
(#350) Function local_mail_message::add_recipient is not documented
(#369) Function local_mail_message::attachments is not documented
(#382) Function local_mail_message::content is not documented
(#386) Function local_mail_message::course is not documented
(#390) Function local_mail_message::deleted is not documented
(#395) Function local_mail_message::discard is not documented
(#410) Function local_mail_message::draft is not documented
(#414) Function local_mail_message::editable is not documented
(#418) Function local_mail_message::format is not documented
(#422) Function local_mail_message::forward is not documented
(#443) Function local_mail_message::has_label is not documented
(#447) Function local_mail_message::has_recipient is not documented
(#451) Function local_mail_message::id is not documented
(#455) Function local_mail_message::labels is not documented
(#467) Function local_mail_message::recipients is not documented
(#479) Function local_mail_message::references is not documented
(#487) Function local_mail_message::remove_label is not documented
(#504) Function local_mail_message::remove_recipient is not documented
(#522) Function local_mail_message::reply is not documented
(#560) Function local_mail_message::save is not documented
(#589) Function local_mail_message::send is not documented
(#630) Function local_mail_message::sender is not documented
(#635) Function local_mail_message::set_deleted is not documented
(#674) Function local_mail_message::set_invisible is not documented
(#697) Function local_mail_message::set_starred is not documented
(#724) Function local_mail_message::set_unread is not documented
(#743) Function local_mail_message::starred is not documented
(#748) Function local_mail_message::subject is not documented
(#752) Function local_mail_message::time is not documented
(#756) Function local_mail_message::unread is not documented
(#761) Function local_mail_message::viewable is not documented
(#788) Function local_mail_message::__construct is not documented
(#791) Function local_mail_message::from_records is not documented
(#841) Function local_mail_message::fetch_course is not documented
(#848) Function local_mail_message::fetch_user is not documented
(#855) Function local_mail_message::create_index is not documented
(#869) Function local_mail_message::delete_index is not documented
(#883) Function local_mail_message::has_user is not documented
(#887) Function local_mail_message::normalize_text is not documented
(#892) Function local_mail_message::set_references is not documented
(#35) Variable local_mail_message::$indextypes is not documented
(#39) Variable local_mail_message::$id is not documented
(#40) Variable local_mail_message::$course is not documented
(#41) Variable local_mail_message::$subject is not documented
(#42) Variable local_mail_message::$content is not documented
(#43) Variable local_mail_message::$format is not documented
(#44) Variable local_mail_message::$attachments is not documented
(#45) Variable local_mail_message::$draft is not documented
(#46) Variable local_mail_message::$time is not documented
(#47) Variable local_mail_message::$refs is not documented
(#48) Variable local_mail_message::$users is not documented
(#49) Variable local_mail_message::$role is not documented
(#50) Variable local_mail_message::$unread is not documented
(#51) Variable local_mail_message::$starred is not documented
(#52) Variable local_mail_message::$deleted is not documented
(#53) Variable local_mail_message::$labels is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/preferences.php
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/preferences_form.php
(#27) Class local_mail_preferences_form is not documented
(#29) Function local_mail_preferences_form::definition is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/recipients.php
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/recipients_selector.php
(#29) Class mail_recipients_selector is not documented
(#31) Function mail_recipients_selector::find_users is not documented
(#87) Function mail_recipients_selector::get_options is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/renderer.php
(#26) Class local_mail_renderer is not documented
(#28) Function local_mail_renderer::custom_image_url is not documented
(#35) Function local_mail_renderer::date is not documented
(#59) Function local_mail_renderer::attachment is not documented
(#65) Function local_mail_renderer::label is not documented
(#76) Function local_mail_renderer::label_course is not documented
(#81) Function local_mail_renderer::label_message is not documented
(#104) Function local_mail_renderer::label_draft is not documented
(#109) Function local_mail_renderer::messagelist is not documented
(#162) Function local_mail_renderer::paging is not documented
(#190) Function local_mail_renderer::summary is not documented
(#213) Function local_mail_renderer::delete is not documented
(#235) Function local_mail_renderer::discard is not documented
(#257) Function local_mail_renderer::hide is not documented
(#279) Function local_mail_renderer::empty_trash is not documented
(#301) Function local_mail_renderer::reply is not documented
(#315) Function local_mail_renderer::starred is not documented
(#338) Function local_mail_renderer::forward is not documented
(#352) Function local_mail_renderer::replyall is not documented
(#366) Function local_mail_renderer::labels is not documented
(#411) Function local_mail_renderer::read is not documented
(#425) Function local_mail_renderer::unread is not documented
(#440) Function local_mail_renderer::selectall is not documented
(#464) Function local_mail_renderer::goback is not documented
(#473) Function local_mail_renderer::moreactions is not documented
(#498) Function local_mail_renderer::optlabels is not documented
(#522) Function local_mail_renderer::search is not documented
(#533) Function local_mail_renderer::toggle_buttons is not documented
(#546) Function local_mail_renderer::editlabelform is not documented
(#583) Function local_mail_renderer::newlabelform is not documented
(#620) Function local_mail_renderer::searchform is not documented
(#721) Function local_mail_renderer::htmllabelcolors is not documented
(#757) Function local_mail_renderer::recipientsform is not documented
(#883) Function local_mail_renderer::recipientslist is not documented
(#956) Function local_mail_renderer::references is not documented
(#972) Function local_mail_renderer::mail is not documented
(#1094) Function local_mail_renderer::toolbar is not documented
(#1163) Function local_mail_renderer::notification_bar is not documented
(#1175) Function local_mail_renderer::users is not documented
(#1189) Function local_mail_renderer::perpage is not documented
(#1218) Function local_mail_renderer::view is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/settings.php
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/tests/external_test.php
(#17) File-level phpdocs block is not found
(#23) Class local_mail_external_test is not documented
(#738) Function local_mail_external_test::attachment_url is not documented
(#744) Function local_mail_external_test::create_attachment is not documented
(#757) Function local_mail_external_test::format_text is not documented
(#762) Function local_mail_external_test::picture_url is not documented
(#769) Function local_mail_external_test::index_response is not documented
(#25) Variable local_mail_external_test::$course1 is not documented
(#26) Variable local_mail_external_test::$course2 is not documented
(#27) Variable local_mail_external_test::$course3 is not documented
(#28) Variable local_mail_external_test::$user1 is not documented
(#29) Variable local_mail_external_test::$user2 is not documented
(#30) Variable local_mail_external_test::$user3 is not documented
(#23) Package is not specified for class local_mail_external_test. It is also not specified in file-level phpdocs
local/mail/tests/label.class_test.php
(#30) Class local_mail_label_test is not documented
(#36) Function local_mail_label_test::assertLabel is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/tests/message.class_test.php
(#31) Class local_mail_message_test is not documented
(#40) Function local_mail_message_test::assertMessage is not documented
(#38) Variable local_mail_message_test::$course1 is not documented
(#38) Variable local_mail_message_test::$course2 is not documented
(#38) Variable local_mail_message_test::$user1 is not documented
(#38) Variable local_mail_message_test::$user2 is not documented
(#38) Variable local_mail_message_test::$user3 is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/tests/testcase.class.php
(#28) Class local_mail_testcase is not documented
(#30) Function local_mail_testcase::assertContains is not documented
(#35) Function local_mail_testcase::assertIndex is not documented
(#46) Function local_mail_testcase::assertNotContains is not documented
(#51) Function local_mail_testcase::assertNotIndex is not documented
(#60) Function local_mail_testcase::assertNotRecords is not documented
(#65) Function local_mail_testcase::assertRecords is not documented
(#70) Function local_mail_testcase::loadRecords is not documented
(#83) Function local_mail_testcase::setUp is not documented
(#87) Function local_mail_testcase::tearDown is not documented
(#17) No one-line description found in phpdocs for file
(#18) Package local-mail is not valid
local/mail/version.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#18) Package local-mail is not valid
local/mail/view.php
(#17) No one-line description found in phpdocs for file
(#17) File-level phpdocs block does not have @copyright tag
(#18) Package local-mail 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

(1 errors, 1 warnings)

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

Task "stylelint:css" failed. Use --force to continue.
Problems running grunt

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]