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

(24 errors, 12 warnings)

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

local/mail/ajax.php
(#26) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
local/mail/classes/external.php
(#236) Line exceeds 132 characters; contains 137 characters
(#237) Line exceeds 132 characters; contains 136 characters
local/mail/compose.php
(#24) Expected login check (require_login, require_course_login, require_admin, admin_externalpage_setup) following config inclusion. None found.
local/mail/create.php
(#24) Expected login check (require_login, require_course_login, require_admin, 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, require_admin, admin_externalpage_setup) following config inclusion. None found.
local/mail/recipients.php
(#26) Expected login check (require_login, require_course_login, require_admin, 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, require_admin, admin_externalpage_setup) following config inclusion. None found.

Javascript coding style problems

(40 errors, 466 warnings)

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

local/mail/mail.js
(#1) This line has a length of 205. Maximum allowed is 132. (max-len)
(#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_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)
(#712) Identifier 'mail_get_checkboxs_checked' is not in camel case. (camelcase)
(#712) Missing space before opening brace. (space-before-blocks)
(#716) Identifier 'mail_get_checkbox_value' is not in camel case. (camelcase)
(#716) Missing space before opening brace. (space-before-blocks)
(#720) Missing space before opening brace. (space-before-blocks)
(#729) Identifier 'mail_get_checkboxs_values' is not in camel case. (camelcase)
(#729) Missing space before opening brace. (space-before-blocks)
(#732) Unexpected space before function parentheses. (space-before-function-paren)
(#732) 'index' is defined but never used. (no-unused-vars)
(#738) Identifier 'mail_set_checkbox' is not in camel case. (camelcase)
(#738) Missing space before opening brace. (space-before-blocks)
(#748) Identifier 'mail_toggle_checkbox' is not in camel case. (camelcase)
(#748) Missing space before opening brace. (space-before-blocks)
(#756) Identifier 'mail_is_checkbox_checked' is not in camel case. (camelcase)
(#756) Missing space before opening brace. (space-before-blocks)
(#760) Identifier 'mail_main_checkbox' is not in camel case. (camelcase)
(#760) Missing space before opening brace. (space-before-blocks)
(#761) Expected space(s) after "if". (keyword-spacing)
(#763) Expected space(s) after "if". (keyword-spacing)
(#771) Identifier 'mail_select_all' is not in camel case. (camelcase)
(#771) Missing space before opening brace. (space-before-blocks)
(#781) Identifier 'mail_select_none' is not in camel case. (camelcase)
(#781) Missing space before opening brace. (space-before-blocks)
(#791) Identifier 'mail_select_read' is not in camel case. (camelcase)
(#791) Missing space before opening brace. (space-before-blocks)
(#797) Missing space before opening brace. (space-before-blocks)
(#808) Identifier 'mail_select_unread' is not in camel case. (camelcase)
(#814) Missing space before opening brace. (space-before-blocks)
(#825) Identifier 'mail_select_starred' is not in camel case. (camelcase)
(#842) Identifier 'mail_select_unstarred' is not in camel case. (camelcase)
(#860) Function has a complexity of 26. Maximum allowed is 20. (complexity)
(#860) Unexpected space before function parentheses. (space-before-function-paren)
(#860) 'args' is defined but never used. (no-unused-vars)
(#866) Unexpected alert. (no-alert)
(#878) Identifier 'mail_perpageid' is not in camel case. (camelcase)
(#879) Identifier 'mail_doing_search' is not in camel case. (camelcase)
(#884) Identifier 'mail_search_selected' is not in camel case. (camelcase)
(#885) Identifier 'mail_searchfrom_selected' is not in camel case. (camelcase)
(#886) Identifier 'mail_searchto_selected' is not in camel case. (camelcase)
(#887) Identifier 'mail_unread_selected' is not in camel case. (camelcase)
(#888) Identifier 'mail_attach_selected' is not in camel case. (camelcase)
(#889) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#897) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#898) Identifier 'mail_before_message_search' is not in camel case. (camelcase)
(#899) Identifier 'mail_after_message_search' is not in camel case. (camelcase)
(#910) Expected space(s) after "if". (keyword-spacing)
(#910) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#922) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#932) Blocks are nested too deeply (5). Maximum allowed is 4. (max-depth)
(#968) Each then() should return a value or throw (promise/always-return)
(#974) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#975) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#976) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#977) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#978) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#979) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#982) Identifier 'mail_undo_ids' is not in camel case. (camelcase)
(#984) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#986) Expected space(s) after "if". (keyword-spacing)
(#993) Unexpected space before function parentheses. (space-before-function-paren)
(#993) 'args' is defined but never used. (no-unused-vars)
(#994) Unexpected console statement. (no-console)
(#998) Identifier 'mail_doaction' is not in camel case. (camelcase)
(#998) Function has a complexity of 50. Maximum allowed is 20. (complexity)
(#998) Expected to return a value at the end of function. (consistent-return)
(#1005) Identifier 'mail_view' is not in camel case. (camelcase)
(#1007) Expected space(s) after "if". (keyword-spacing)
(#1007) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1008) Expected space(s) after "if". (keyword-spacing)
(#1013) A space is required after ','. (comma-spacing)
(#1017) A space is required after ','. (comma-spacing)
(#1020) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1021) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1025) A space is required after ','. (comma-spacing)
(#1029) A space is required after ','. (comma-spacing)
(#1030) Expected space(s) after "if". (keyword-spacing)
(#1031) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1032) Expected space(s) after "if". (keyword-spacing)
(#1033) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1034) Expected space(s) after "if". (keyword-spacing)
(#1037) Identifier 'mail_view' is not in camel case. (camelcase)
(#1039) Requires a space after '{'. (block-spacing)
(#1040) Expected space(s) after "if". (keyword-spacing)
(#1043) Missing space before opening brace. (space-before-blocks)
(#1050) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1058) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1059) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1060) Identifier 'mail_undo_ids' is not in camel case. (camelcase)
(#1070) Expected space(s) after "if". (keyword-spacing)
(#1070) Missing space before opening brace. (space-before-blocks)
(#1076) Unexpected space before function parentheses. (space-before-function-paren)
(#1080) Expected space(s) after "if". (keyword-spacing)
(#1082) A space is required after ','. (comma-spacing)
(#1084) Expected space(s) after "if". (keyword-spacing)
(#1085) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1089) Expected space(s) after "if". (keyword-spacing)
(#1091) A space is required after ','. (comma-spacing)
(#1094) Expected space(s) after "if". (keyword-spacing)
(#1096) Expected space(s) after "if". (keyword-spacing)
(#1098) Expected space(s) after "if". (keyword-spacing)
(#1100) Expected space(s) after "if". (keyword-spacing)
(#1105) Identifier 'mail_view' is not in camel case. (camelcase)
(#1113) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1116) Identifier 'mail_view' is not in camel case. (camelcase)
(#1119) Missing space before value for key 'success'. (key-spacing)
(#1120) Missing space before value for key 'failure'. (key-spacing)
(#1126) Expected space(s) after "if". (keyword-spacing)
(#1140) Unexpected alert. (no-alert)
(#1144) Unexpected alert. (no-alert)
(#1154) Unexpected alert. (no-alert)
(#1158) Unexpected alert. (no-alert)
(#1164) There should be no space before this paren. (space-in-parens)
(#1173) Identifier 'mail_doing_search' is not in camel case. (camelcase)
(#1176) Identifier 'mail_before_message_search' is not in camel case. (camelcase)
(#1177) Identifier 'mail_before_message_search' is not in camel case. (camelcase)
(#1178) Identifier 'mail_after_message_search' is not in camel case. (camelcase)
(#1179) Identifier 'mail_after_message_search' is not in camel case. (camelcase)
(#1182) Identifier 'mail_search_selected' is not in camel case. (camelcase)
(#1183) Identifier 'mail_searchfrom_selected' is not in camel case. (camelcase)
(#1184) Identifier 'mail_searchto_selected' is not in camel case. (camelcase)
(#1185) Identifier 'mail_unread_selected' is not in camel case. (camelcase)
(#1186) Identifier 'mail_attach_selected' is not in camel case. (camelcase)
(#1187) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#1188) Identifier 'mail_perpageid' is not in camel case. (camelcase)
(#1205) Identifier 'mail_undo_function' is not in camel case. (camelcase)
(#1211) Identifier 'mail_label_confirm_delete' is not in camel case. (camelcase)
(#1223) Extra space after key 'callback'. (key-spacing)
(#1223) Identifier 'mail_label_remove' is not in camel case. (camelcase)
(#1224) Extra space after key 'message'. (key-spacing)
(#1230) Identifier 'mail_empty_trash_confirm_delete' is not in camel case. (camelcase)
(#1235) Extra space after key 'callbackargs'. (key-spacing)
(#1236) Extra space after key 'callback'. (key-spacing)
(#1236) Identifier 'mail_doaction' is not in camel case. (camelcase)
(#1237) Extra space after key 'message'. (key-spacing)
(#1243) Identifier 'mail_message_confirm_delete' is not in camel case. (camelcase)
(#1246) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1253) 'ids' is not defined. (no-undef)
(#1254) 'ids' is not defined. (no-undef)
(#1258) Extra space after key 'callbackargs'. (key-spacing)
(#1259) Extra space after key 'callback'. (key-spacing)
(#1259) Identifier 'mail_doaction' is not in camel case. (camelcase)
(#1260) Extra space after key 'message'. (key-spacing)
(#1266) Identifier 'mail_label_remove' is not in camel case. (camelcase)
(#1276) Identifier 'mail_label_new' is not in camel case. (camelcase)
(#1277) Identifier 'mail_new_label_panel' is not in camel case. (camelcase)
(#1282) Identifier 'mail_label_edit' is not in camel case. (camelcase)
(#1295) Identifier 'mail_edit_label_panel' is not in camel case. (camelcase)
(#1300) Identifier 'mail_label_set_selected' is not in camel case. (camelcase)
(#1306) Identifier 'mail_update_url' is not in camel case. (camelcase)
(#1311) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1312) Identifier 'mail_message_view' is not in camel case. (camelcase)
(#1315) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1318) Identifier 'mail_view_type' is not in camel case. (camelcase)
(#1330) Identifier 'mail_position_datepicker' is not in camel case. (camelcase)
(#1340) Identifier 'mail_get_selected_date' is not in camel case. (camelcase)
(#1340) 'date' is defined but never used. (no-unused-vars)
(#1341) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#1346) Identifier 'mail_set_selected_date' is not in camel case. (camelcase)
(#1349) Missing space before value for key 'format'. (key-spacing)
(#1351) Missing space before value for key 'format'. (key-spacing)
(#1356) Identifier 'mail_notification_message' is not in camel case. (camelcase)
(#1368) Identifier 'mail_reset_date_selected' is not in camel case. (camelcase)
(#1369) 'date' is not defined. (no-undef)
(#1370) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#1370) 'date' is not defined. (no-undef)
(#1370) 'date' is not defined. (no-undef)
(#1370) 'date' is not defined. (no-undef)
(#1371) 'date' is not defined. (no-undef)
(#1374) Expected space or tab after '/**' in comment. (spaced-comment)
(#1377) 'e' is defined but never used. (no-unused-vars)
(#1410) 'e' is defined but never used. (no-unused-vars)
(#1486) 'e' is defined but never used. (no-unused-vars)
(#1542) 'e' is defined but never used. (no-unused-vars)
(#1549) 'e' is defined but never used. (no-unused-vars)
(#1556) 'e' is defined but never used. (no-unused-vars)
(#1601) 'e' is defined but never used. (no-unused-vars)
(#1615) 'e' is defined but never used. (no-unused-vars)
(#1628) 'e' is defined but never used. (no-unused-vars)
(#1650) Identifier 'mail_date_selected' is not in camel case. (camelcase)
(#1671) Expected space(s) after "if". (keyword-spacing)
(#1707) 'e' is defined but never used. (no-unused-vars)
(#1711) 'e' is defined but never used. (no-unused-vars)
(#1711) 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) Statement inside of curly braces should be on next line. (brace-style)
(#178) Missing space before opening brace. (space-before-blocks)
(#178) Requires a space before '}'. (block-spacing)
(#178) Closing curly brace should be on the same line as opening curly brace or on the line after the previous block. (brace-style)
(#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)
(#11) Operator '+' must be spaced. (space-infix-ops)
(#12) Operator '+' must be spaced. (space-infix-ops)
(#13) Operator '+' 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) Operator '+' must be spaced. (space-infix-ops)
(#9) Operator '+' 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

(323 errors, 0 warnings)

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

local/mail/ajax.php
(#334) Function local_mail_setstarred is not documented
(#363) Function local_mail_setread is not documented
(#387) Function local_mail_setdelete is not documented
(#422) Function local_mail_hide is not documented
(#454) Function local_mail_empty_trash is not documented
(#469) Function local_mail_discard is not documented
(#502) Function local_mail_setprevpage is not documented
(#514) Function local_mail_setnextpage is not documented
(#526) Function local_mail_setgoback is not documented
(#541) Function local_mail_assignlabels is not documented
(#584) Function local_mail_setperpage is not documented
(#607) Function local_mail_print_messages is not documented
(#623) Function local_mail_getmail is not documented
(#685) Function local_mail_setlabel is not documented
(#719) Function local_mail_newlabel is not documented
(#756) Function local_mail_get_info is not documented
(#810) Function local_mail_getrecipients is not documented
(#876) Function local_mail_updaterecipients is not documented
(#949) 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
(#70) Function local_mail_external::get_menu is not documented
(#106) Function local_mail_external::get_index_parameters is not documented
(#115) Function local_mail_external::get_index_returns is not documented
(#156) Function local_mail_external::get_index is not documented
(#231) Function local_mail_external::search_index_parameters is not documented
(#249) Function local_mail_external::search_index_returns is not documented
(#290) Function local_mail_external::search_index is not documented
(#394) Function local_mail_external::get_message_parameters is not documented
(#400) Function local_mail_external::get_message_returns is not documented
(#467) Function local_mail_external::get_message is not documented
(#580) Function local_mail_external::set_unread_parameters is not documented
(#587) Function local_mail_external::set_unread_returns is not documented
(#591) Function local_mail_external::set_unread is not documented
(#608) 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
(#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
(#206) 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
(#138) Function local_mail_send_notifications is not documented
(#198) Function local_mail_js_labels is not documented
(#217) Function local_mail_get_my_courses is not documented
(#234) Function local_mail_valid_recipient is not documented
(#261) Function local_mail_add_recipients is not documented
(#308) Function local_mail_getsqlrecipients is not documented
(#374) 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::replysend is not documented
(#478) Function local_mail_message::has_label is not documented
(#482) Function local_mail_message::has_recipient is not documented
(#486) Function local_mail_message::id is not documented
(#490) Function local_mail_message::labels is not documented
(#502) Function local_mail_message::recipients is not documented
(#514) Function local_mail_message::references is not documented
(#522) Function local_mail_message::remove_label is not documented
(#539) Function local_mail_message::remove_recipient is not documented
(#557) Function local_mail_message::reply is not documented
(#595) Function local_mail_message::save is not documented
(#628) Function local_mail_message::send is not documented
(#669) Function local_mail_message::sender is not documented
(#674) Function local_mail_message::set_deleted is not documented
(#713) Function local_mail_message::set_invisible is not documented
(#736) Function local_mail_message::set_starred is not documented
(#763) Function local_mail_message::set_unread is not documented
(#782) Function local_mail_message::starred is not documented
(#787) Function local_mail_message::subject is not documented
(#791) Function local_mail_message::time is not documented
(#795) Function local_mail_message::unread is not documented
(#800) Function local_mail_message::viewable is not documented
(#827) Function local_mail_message::__construct is not documented
(#830) Function local_mail_message::from_records is not documented
(#880) Function local_mail_message::fetch_course is not documented
(#887) Function local_mail_message::fetch_user is not documented
(#894) Function local_mail_message::create_index is not documented
(#908) Function local_mail_message::delete_index is not documented
(#922) Function local_mail_message::has_user is not documented
(#926) Function local_mail_message::normalize_text is not documented
(#931) 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
(#884) Function local_mail_renderer::recipientslist is not documented
(#957) Function local_mail_renderer::references is not documented
(#973) Function local_mail_renderer::mail is not documented
(#1095) Function local_mail_renderer::toolbar is not documented
(#1167) Function local_mail_renderer::notification_bar is not documented
(#1179) Function local_mail_renderer::users is not documented
(#1193) Function local_mail_renderer::perpage is not documented
(#1222) 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
(#745) Function local_mail_external_test::attachment_url is not documented
(#751) Function local_mail_external_test::create_attachment is not documented
(#764) Function local_mail_external_test::format_text is not documented
(#769) Function local_mail_external_test::picture_url is not documented
(#776) 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]

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

shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 3 warnings)

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

local/mail/templates/navbar_popover.mustache
(#1) Example context missing (@template section not found.)
(#1) ESLint warning [no-redeclare]: 'controller' is already defined. ( ), Line: 4 Column: 9
(#1) ESLint warning [new-cap]: A constructor name should not start with a lowercase letter. ( ), Line: 4 Column: 26

Gherkin .feature problems

(0 errors, 0 warnings)

This section shows problems detected in behat .feature files [More info]