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

(248 errors, 102 warnings)

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

mod/custommailing/backup/moodle2/backup_custommailing_activity_task.class.php
(#26) Expected MOODLE_INTERNAL check or config.php inclusion. Change in global state detected.
(#26) Inline comments must end in full-stops, exclamation marks, or question marks
(#27) Line exceeds 132 characters; contains 135 characters
(#27) Inline comments must end in full-stops, exclamation marks, or question marks
(#34) Opening brace should be on the same line as the declaration for class backup_custommailing_activity_task
(#40) Opening brace should be on the same line as the declaration
(#41) Inline comments must end in full-stops, exclamation marks, or question marks
(#48) Opening brace should be on the same line as the declaration
(#56) The static declaration must come after the visibility declaration
(#57) Opening brace should be on the same line as the declaration
(#60) Commas (,) must be followed by white space.
(#62) Inline comments must end in full-stops, exclamation marks, or question marks
(#63) Expected 1 space before "="; 0 found
(#63) Expected 1 space after "="; 0 found
(#64) Expected 1 space before "="; 0 found
(#66) Inline comments must end in full-stops, exclamation marks, or question marks
(#67) Expected 1 space before "="; 0 found
(#67) Expected 1 space after "="; 0 found
(#68) Expected 1 space before "="; 0 found
mod/custommailing/backup/moodle2/backup_custommailing_settingslib.php
(#28) Inline comments must end in full-stops, exclamation marks, or question marks
(#28) File must end with a newline character
mod/custommailing/backup/moodle2/backup_custommailing_stepslib.php
(#33) Inline comments must end in full-stops, exclamation marks, or question marks
(#36) Inline comments must end in full-stops, exclamation marks, or question marks
(#37) Expected 1 space before "="; 0 found
(#40) Variable "custommailing_mailings" must not contain underscores.
(#42) Variable "custommailing_mailing" must not contain underscores.
(#45) Commas (,) must be followed by white space.
(#45) Commas (,) must be followed by white space.
(#48) Variable "custommailing_logs" must not contain underscores.
(#50) Variable "custommailing_log" must not contain underscores.
(#51) Commas (,) must be followed by white space.
(#53) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Variable "custommailing_mailings" must not contain underscores.
(#55) Variable "custommailing_mailings" must not contain underscores.
(#55) Variable "custommailing_mailing" must not contain underscores.
(#57) Variable "custommailing_logs" must not contain underscores.
(#58) Variable "custommailing_logs" must not contain underscores.
(#58) Variable "custommailing_log" must not contain underscores.
(#59) Inline comments must end in full-stops, exclamation marks, or question marks
(#62) Variable "custommailing_mailing" must not contain underscores.
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#70) Variable "custommailing_log" must not contain underscores.
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#73) Variable "custommailing_log" must not contain underscores.
(#73) Commas (,) must be followed by white space.
(#75) Inline comments must end in full-stops, exclamation marks, or question marks
(#77) Inline comments must end in full-stops, exclamation marks, or question marks
(#80) File must end with a newline character
mod/custommailing/classes/Mailing.php
(#35) "require_once" must be immediately followed by an open parenthesis
(#81) Must use "self::" for local static member reference
(#82) Functions must not contain multiple empty lines in a row; found 2 empty lines
(#92) Public method name "Mailing::getWithCourse" must be in lower-case letters only
(#100) Must use "self::" for local static member reference
(#111) Public method name "Mailing::getAll" must be in lower-case letters only
(#111) Variable "custommailing_id" must not contain underscores.
(#115) Variable "custommailing_id" must not contain underscores.
(#117) Must use "self::" for local static member reference
(#153) Public method name "Mailing::deleteAll" must be in lower-case letters only
(#153) Variable "custommailing_id" must not contain underscores.
(#154) Must use "self::" for local static member reference
(#154) Variable "custommailing_id" must not contain underscores.
(#155) Must use "self::" for local static member reference
(#163) Public method name "Mailing::getAllToSend" must be in lower-case letters only
(#175) Must use "self::" for local static member reference
mod/custommailing/classes/MailingLog.php
(#35) "require_once" must be immediately followed by an open parenthesis
(#42) Opening brace should be on the same line as the declaration for class MailingLog
(#61) Public method name "MailingLog::getAll" must be in lower-case letters only
(#67) Must use "self::" for local static member reference
(#80) Public method name "MailingLog::getAllForTable" must be in lower-case letters only
(#83) Variable "user_name_fields" must not contain underscores.
(#83) Commas (,) must be followed by white space.
(#83) Commas (,) must be followed by white space.
(#85) Line exceeds 132 characters; contains 136 characters
(#85) Variable "user_name_fields" must not contain underscores.
(#85) Whitespace found at end of line within string
(#98) Commas (,) must be followed by white space.
(#98) Commas (,) must be followed by white space.
(#101) Expected "} else {\n"; found "}\n else {\n"
(#130) Public method name "MailingLog::deleteByUser" must be in lower-case letters only
mod/custommailing/classes/event/course_module_instance_list_viewed.php
(#30) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#41) Possible useless method overriding detected
mod/custommailing/classes/event/course_module_viewed.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/custommailing/classes/privacy/provider.php
(#40) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#52) Opening brace should be on the same line as the declaration for class provider
(#197) Line indented incorrectly; expected at least 8 spaces, found 7
(#204) Whitespace found at end of line within string
mod/custommailing/classes/task/cron_task.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/custommailing/db/upgrade.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
mod/custommailing/delete.php
(#29) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#36) Variable "mailing_id" must not contain underscores.
(#43) Variable "mailing_id" must not contain underscores.
(#48) Variable "mailing_id" must not contain underscores.
(#49) Variable "return_url" must not contain underscores.
(#56) Variable "mailing_id" must not contain underscores.
(#57) Variable "mailing_id" must not contain underscores.
(#58) Variable "return_url" must not contain underscores.
(#67) Variable "mailing_id" must not contain underscores.
(#71) Variable "return_url" must not contain underscores.
mod/custommailing/index.php
(#28) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#38) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
(#41) Function print_error() has been deprecated; use throw new moodle_exception() (using lang strings only if meant to be shown to final user)() instead
mod/custommailing/lang/fr/custommailing.php
(#95) File must end with a newline character
mod/custommailing/lib.php
(#64) Inline comments must end in full-stops, exclamation marks, or question marks
(#68) Inline comments must end in full-stops, exclamation marks, or question marks
(#71) Inline comments must end in full-stops, exclamation marks, or question marks
(#177) Variable "course_module_context" must not contain underscores.
(#181) Variable "course_module_context" must not contain underscores.
(#197) Opening brace should be on the same line as the declaration
(#214) function name "custommailing_getCmFromCustomcertInstance" must be lower-case letters only
(#215) Opening brace should be on the same line as the declaration
(#232) function name "custommailing_getCustomcert" must be lower-case letters only
(#233) Opening brace should be on the same line as the declaration
(#245) Opening brace should be on the same line as the declaration
(#255) Line exceeds 132 characters; contains 163 characters
(#278) Opening brace should be on the same line as the declaration
(#284) Variable "delay_range" must not contain underscores.
(#286) Variable "delay_range" must not contain underscores.
(#289) Inline comments must start with a capital letter, digit or 3-dots sequence
(#289) Inline comments must end in full-stops, exclamation marks, or question marks
(#292) Variable "sql_where" must not contain underscores.
(#294) Variable "sql_where" must not contain underscores.
(#297) Variable "sql_where" must not contain underscores.
(#300) Inline comments must start with a capital letter, digit or 3-dots sequence
(#300) Inline comments must end in full-stops, exclamation marks, or question marks
(#304) Line exceeds 132 characters; contains 174 characters
(#306) Usage of ELSEIF not allowed; use ELSE IF instead
(#307) Inline comments must start with a capital letter, digit or 3-dots sequence
(#307) Inline comments must end in full-stops, exclamation marks, or question marks
(#309) Variable "sql_retro" must not contain underscores.
(#309) Line exceeds maximum limit of 180 characters; contains 220 characters
(#311) Variable "sql_retro" must not contain underscores.
(#313) Inline comments must end in full-stops, exclamation marks, or question marks
(#313) No space found before comment text; expected "// ToDo : check if user enrolled with different enrol methods to same course" but found "//ToDo : check if user enrolled with different enrol methods to same course"
(#317) Whitespace found at end of line within string
(#320) Usage of ELSEIF not allowed; use ELSE IF instead
(#325) Usage of ELSEIF not allowed; use ELSE IF instead
(#326) Inline comments must start with a capital letter, digit or 3-dots sequence
(#326) Inline comments must end in full-stops, exclamation marks, or question marks
(#328) Variable "sql_retro" must not contain underscores.
(#328) Line exceeds maximum limit of 180 characters; contains 220 characters
(#330) Variable "sql_retro" must not contain underscores.
(#334) Variable "interval_duration" must not contain underscores.
(#335) Variable "delay_range" must not contain underscores.
(#336) Variable "interval_duration" must not contain underscores.
(#338) Variable "interval_duration" must not contain underscores.
(#343) Whitespace found at end of line within string
(#344) Variable "sql_retro" must not contain underscores.
(#346) Usage of ELSEIF not allowed; use ELSE IF instead
(#347) Inline comments must start with a capital letter, digit or 3-dots sequence
(#347) Inline comments must end in full-stops, exclamation marks, or question marks
(#349) Variable "sql_retro" must not contain underscores.
(#351) Variable "sql_retro" must not contain underscores.
(#355) Variable "interval_duration" must not contain underscores.
(#356) Variable "delay_range" must not contain underscores.
(#357) Variable "interval_duration" must not contain underscores.
(#359) Variable "interval_duration" must not contain underscores.
(#364) Line exceeds 132 characters; contains 145 characters
(#365) Variable "sql_retro" must not contain underscores.
(#367) Usage of ELSEIF not allowed; use ELSE IF instead
(#367) Line exceeds 132 characters; contains 144 characters
(#368) Inline comments must start with a capital letter, digit or 3-dots sequence
(#368) Inline comments must end in full-stops, exclamation marks, or question marks
(#370) Variable "join_retro" must not contain underscores.
(#373) Variable "sql_where" must not contain underscores.
(#373) Line exceeds maximum limit of 180 characters; contains 259 characters
(#375) Variable "join_retro" must not contain underscores.
(#379) Variable "interval_duration" must not contain underscores.
(#380) Variable "delay_range" must not contain underscores.
(#381) Variable "interval_duration" must not contain underscores.
(#383) Variable "interval_duration" must not contain underscores.
(#385) Inline comments must end in full-stops, exclamation marks, or question marks
(#385) No space found before comment text; expected "// ToDo : other modules than scorm" but found "//ToDo : other modules than scorm"
(#388) Variable "join_retro" must not contain underscores.
(#389) Line exceeds maximum limit of 180 characters; contains 200 characters
(#389) Whitespace found at end of line within string
(#391) Variable "sql_where" must not contain underscores.
(#393) Usage of ELSEIF not allowed; use ELSE IF instead
(#393) Line exceeds 132 characters; contains 143 characters
(#394) Inline comments must start with a capital letter, digit or 3-dots sequence
(#394) Inline comments must end in full-stops, exclamation marks, or question marks
(#396) Variable "join_retro" must not contain underscores.
(#397) Whitespace found at end of line within string
(#399) Variable "sql_where" must not contain underscores.
(#399) Line exceeds maximum limit of 180 characters; contains 255 characters
(#401) Variable "join_retro" must not contain underscores.
(#405) Variable "interval_duration" must not contain underscores.
(#406) Variable "delay_range" must not contain underscores.
(#407) Variable "interval_duration" must not contain underscores.
(#409) Variable "interval_duration" must not contain underscores.
(#411) Inline comments must end in full-stops, exclamation marks, or question marks
(#411) No space found before comment text; expected "// ToDo : other modules than scorm" but found "//ToDo : other modules than scorm"
(#414) Variable "join_retro" must not contain underscores.
(#415) Line exceeds maximum limit of 180 characters; contains 200 characters
(#415) Whitespace found at end of line within string
(#417) Variable "sql_where" must not contain underscores.
(#419) Usage of ELSEIF not allowed; use ELSE IF instead
(#421) Inline comments must start with a capital letter, digit or 3-dots sequence
(#421) Inline comments must end in full-stops, exclamation marks, or question marks
(#423) Variable "join_retro" must not contain underscores.
(#426) Variable "sql_where" must not contain underscores.
(#426) Line exceeds maximum limit of 180 characters; contains 260 characters
(#428) Variable "join_retro" must not contain underscores.
(#429) Variable "sql_where" must not contain underscores.
(#433) Variable "join_retro" must not contain underscores.
(#435) Variable "sql_where" must not contain underscores.
(#453) Variable "ids_to_update" must not contain underscores.
(#457) Whitespace found at end of line within string
(#471) Line exceeds maximum limit of 180 characters; contains 185 characters
(#472) Variable "ids_to_update" must not contain underscores.
(#477) Inline comments must end in full-stops, exclamation marks, or question marks
(#478) Variable "ids_to_update" must not contain underscores.
(#478) Variable "ids_to_update" must not contain underscores.
(#479) Variable "ids_to_update" must not contain underscores.
(#539) Opening brace should be on the same line as the declaration
(#543) Whitespace found at end of line within string
(#573) Opening brace should be on the same line as the declaration
mod/custommailing/logs.php
(#28) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#68) Variable "string_statuses" must not contain underscores.
(#74) Variable "string_unknown_status" must not contain underscores.
(#84) Variable "string_statuses" must not contain underscores.
(#85) Variable "string_statuses" must not contain underscores.
(#87) Expected "} else {\n"; found "}\n else {\n"
(#88) Variable "string_unknown_status" must not contain underscores.
(#94) Line exceeds 132 characters; contains 141 characters
mod/custommailing/mailing_form.php
(#29) "require_once" must be immediately followed by an open parenthesis
(#35) Opening brace should be on the same line as the declaration for class mailing_form
(#42) Opening brace should be on the same line as the declaration
(#47) Variable "course_module_context" must not contain underscores.
(#48) Variable "custom_cert" must not contain underscores.
(#77) Variable "custom_cert" must not contain underscores.
(#91) Inline comments must end in full-stops, exclamation marks, or question marks
(#94) Variable "course_module_context" must not contain underscores.
(#97) Inline comments must end in full-stops, exclamation marks, or question marks
(#103) Inline comments must end in full-stops, exclamation marks, or question marks
(#108) This comment is 58% valid code; is this commented out code?
(#109) Line exceeds 132 characters; contains 152 characters
(#109) Line indented incorrectly; expected at least 8 spaces, found 0
(#109) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#110) Line indented incorrectly; expected at least 8 spaces, found 0
(#110) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#111) Inline comments must end in full-stops, exclamation marks, or question marks
(#111) Line indented incorrectly; expected at least 8 spaces, found 0
(#111) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#113) Inline comments must end in full-stops, exclamation marks, or question marks
(#120) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#127) Line exceeds 132 characters; contains 156 characters
(#136) Inline comments must end in full-stops, exclamation marks, or question marks
(#137) Variable "mailing_mode_module" must not contain underscores.
(#139) Variable "mailing_mode_module" must not contain underscores.
(#140) Variable "mailing_mode_module" must not contain underscores.
(#141) Variable "mailing_mode_module" must not contain underscores.
(#147) Variable "mailing_mode_module" must not contain underscores.
(#147) Line exceeds 132 characters; contains 159 characters
(#148) Variable "mailing_mode_module" must not contain underscores.
(#148) Line exceeds 132 characters; contains 133 characters
(#162) Variable "mailing_mode" must not contain underscores.
(#163) Variable "mailing_mode" must not contain underscores.
(#164) Variable "mailing_mode" must not contain underscores.
(#170) Variable "mailing_mode" must not contain underscores.
(#171) Line exceeds 132 characters; contains 134 characters
(#187) Inline comments must end in full-stops, exclamation marks, or question marks
(#196) Inline comments must end in full-stops, exclamation marks, or question marks
(#201) Inline comments must end in full-stops, exclamation marks, or question marks
(#202) Line exceeds 132 characters; contains 146 characters
(#207) This comment is 64% valid code; is this commented out code?
(#207) No space found before comment text; expected "// Todo v2 : starttime" but found "//Todo v2 : starttime"
(#208) Line indented incorrectly; expected at least 8 spaces, found 0
(#208) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#209) Line indented incorrectly; expected at least 8 spaces, found 0
(#209) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#210) Line indented incorrectly; expected at least 8 spaces, found 0
(#210) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#211) Line indented incorrectly; expected at least 8 spaces, found 0
(#211) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#212) Line indented incorrectly; expected at least 8 spaces, found 0
(#212) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#213) Inline comments must end in full-stops, exclamation marks, or question marks
(#213) Line indented incorrectly; expected at least 8 spaces, found 0
(#213) Expected 1 space before comment text but found 8; use block comment if you need indentation
(#215) Inline comments must end in full-stops, exclamation marks, or question marks
(#237) Opening brace should be on the same line as the declaration
mod/custommailing/mod_form.php
(#28) "require_once" must be immediately followed by an open parenthesis
(#57) Line exceeds maximum limit of 180 characters; contains 185 characters
(#73) Variable "default_values" must not contain underscores.
(#74) Variable "default_values" must not contain underscores.
(#74) Inline comments must end in full-stops, exclamation marks, or question marks
(#75) Variable "default_values" must not contain underscores.
mod/custommailing/upsert.php
(#29) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#34) "require_once" must be immediately followed by an open parenthesis
(#35) "require_once" must be immediately followed by an open parenthesis
(#38) Variable "mailing_id" must not contain underscores.
(#51) Variable "mailing_id" must not contain underscores.
(#53) Variable "mailing_id" must not contain underscores.
(#65) Usage of ELSEIF not allowed; use ELSE IF instead
(#72) Inline comments must start with a capital letter, digit or 3-dots sequence
(#72) Inline comments must end in full-stops, exclamation marks, or question marks
(#72) No space found before comment text; expected "// disabled in v1" but found "//disabled in v1"
(#83) Usage of ELSEIF not allowed; use ELSE IF instead
(#96) Inline comments must end in full-stops, exclamation marks, or question marks
(#96) No space found before comment text; expected "// Todo v2 : starttime" but found "//Todo v2 : starttime"
(#97) Inline comments must start with a capital letter, digit or 3-dots sequence
(#97) No space found before comment text; expected "// $data->starttimehour * 3600 + $data->starttimeminute * 60;" but found "//$data->starttimehour * 3600 + $data->starttimeminute * 60;"
(#106) Line exceeds 132 characters; contains 168 characters
(#109) Line exceeds 132 characters; contains 170 characters
(#124) Inline comments must end in full-stops, exclamation marks, or question marks
(#124) No space found before comment text; expected "// Todo v2 : starttime" but found "//Todo v2 : starttime"
(#125) Inline comments must start with a capital letter, digit or 3-dots sequence
(#125) Inline comments must end in full-stops, exclamation marks, or question marks
(#125) This comment is 50% valid code; is this commented out code?
(#125) No space found before comment text; expected "// floor($data->starttime / 3600);" but found "//floor($data->starttime / 3600);"
(#126) Inline comments must start with a capital letter, digit or 3-dots sequence
(#126) Inline comments must end in full-stops, exclamation marks, or question marks
(#126) This comment is 47% valid code; is this commented out code?
(#126) No space found before comment text; expected "// floor(($data->starttime / 60) % 60);" but found "//floor(($data->starttime / 60) % 60);"
(#127) Line exceeds maximum limit of 180 characters; contains 223 characters
(#133) Usage of ELSEIF not allowed; use ELSE IF instead
mod/custommailing/version.php
(#29) Inline comments must end in full-stops, exclamation marks, or question marks
mod/custommailing/view.php
(#28) "require_once" must be immediately followed by an open parenthesis
(#32) "require_once" must be immediately followed by an open parenthesis
(#33) "require_once" must be immediately followed by an open parenthesis
(#58) Line exceeds maximum limit of 180 characters; contains 190 characters
(#65) Usage of ELSEIF not allowed; use ELSE IF instead
(#67) Usage of ELSEIF not allowed; use ELSE IF instead
(#69) Usage of ELSEIF not allowed; use ELSE IF instead
(#70) Line exceeds 132 characters; contains 170 characters
(#71) Usage of ELSEIF not allowed; use ELSE IF instead
(#72) Line exceeds 132 characters; contains 171 characters
(#73) Usage of ELSEIF not allowed; use ELSE IF instead
(#74) Line exceeds 132 characters; contains 166 characters
(#75) Usage of ELSEIF not allowed; use ELSE IF instead
(#76) Line exceeds 132 characters; contains 165 characters
(#82) Line exceeds 132 characters; contains 170 characters
(#85) Line exceeds 132 characters; contains 148 characters
(#86) Line exceeds 132 characters; contains 164 characters
(#88) Line exceeds maximum limit of 180 characters; contains 202 characters
(#89) Line exceeds maximum limit of 180 characters; contains 206 characters
(#94) Whitespace found at end of line within string
(#95) Line exceeds 132 characters; contains 150 characters
(#99) Line exceeds 132 characters; contains 168 characters
(#101) Usage of ELSEIF not allowed; use ELSE IF instead
(#104) Line exceeds maximum limit of 180 characters; contains 207 characters
(#110) Line exceeds 132 characters; contains 134 characters
(#116) Inline comments must start with a capital letter, digit or 3-dots sequence
(#116) Inline comments must end in full-stops, exclamation marks, or question marks
(#118) Line exceeds 132 characters; contains 180 characters

Javascript coding style problems

(0 errors, 0 warnings)

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


CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(47 errors, 1 warnings)

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

mod/custommailing/backup/moodle2/backup_custommailing_activity_task.class.php
(#29) No one-line description found in phpdocs for class backup_custommailing_activity_task
(#52) Phpdocs for function backup_custommailing_activity_task::encode_content_links has incomplete parameters list
mod/custommailing/backup/moodle2/backup_custommailing_stepslib.php
(#31) Function backup_custommailing_activity_structure_step::define_structure is not documented
mod/custommailing/classes/Mailing.php
(#59) There is no description in phpdocs for function create
(#72) There is no description in phpdocs for function get
(#87) There is no description in phpdocs for function getWithCourse
(#106) There is no description in phpdocs for function getAll
(#125) There is no description in phpdocs for function update
(#138) There is no description in phpdocs for function delete
(#149) There is no description in phpdocs for function deleteAll
(#159) There is no description in phpdocs for function getAllToSend
(#183) There is no description in phpdocs for function format
mod/custommailing/classes/MailingLog.php
(#43) There is no description in phpdocs for function create
(#56) There is no description in phpdocs for function getAll
(#75) There is no description in phpdocs for function getAllForTable
(#113) There is no description in phpdocs for function update
(#126) There is no description in phpdocs for function deleteByUser
(#136) There is no description in phpdocs for function format
mod/custommailing/classes/event/course_module_instance_list_viewed.php
(#34) Package mod_custommailing\event is not valid
(#38) There is no description in phpdocs for function init
mod/custommailing/classes/event/course_module_viewed.php
(#32) Package mod_custommailing\event is not valid
(#36) There is no description in phpdocs for function init
mod/custommailing/classes/privacy/provider.php
(#46) Package mod_custommailing\privacy is not valid
(#42) No one-line description found in phpdocs for class provider
(#54) There is no description in phpdocs for function get_metadata
mod/custommailing/classes/task/cron_task.php
(#20) Package mod_reengagement is not valid
mod/custommailing/db/upgrade.php
(#28) There is no description in phpdocs for function xmldb_custommailing_upgrade
mod/custommailing/lib.php
(#52) There is no description in phpdocs for function custommailing_add_instance
(#87) There is no description in phpdocs for function custommailing_update_instance
(#101) There is no description in phpdocs for function custommailing_delete_instance
(#125) There is no description in phpdocs for function custommailing_supports
(#170) There is no description in phpdocs for function custommailing_get_activities
(#191) There is no description in phpdocs for function custommailing_getcustomcertsfromcourse
(#209) There is no description in phpdocs for function custommailing_getCmFromCustomcertInstance
(#227) There is no description in phpdocs for function custommailing_getCustomcert
(#239) There is no description in phpdocs for function custommailing_logs_generate
(#269) There is no description in phpdocs for function custommailing_getsql
(#531) There is no description in phpdocs for function custommailing_certifications
(#564) There is no description in phpdocs for function custommailing_certification
(#53) Phpdocs for function custommailing_add_instance has incomplete parameters list
(#88) Phpdocs for function custommailing_update_instance has incomplete parameters list
(#102) Phpdocs for function custommailing_delete_instance has incomplete parameters list
(#126) Phpdocs for function custommailing_supports has incomplete parameters list
(#565) Phpdocs for function custommailing_certification has incomplete parameters list
mod/custommailing/mailing_form.php
(#37) There is no description in phpdocs for function definition
(#229) There is no description in phpdocs for function validation
mod/custommailing/mod_form.php
(#40) There is no description in phpdocs for function definition
(#70) There is no description in phpdocs for function set_data

Update savepoints problems

(0 errors, 0 warnings)

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


Third party library modification problems

(0 errors, 0 warnings)

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


grunt changes

(0 errors, 0 warnings)

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


shifter problems

(0 errors, 0 warnings)

This section shows problems detected by shifter [More info]


Mustache template problems

(0 errors, 0 warnings)

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


Gherkin .feature problems

(0 errors, 0 warnings)

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