Prechecker results: error


Overview

(0 errors, 0 warnings)

This section shows the general problems detected when processing the code [More info]


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

(332 errors, 45 warnings)

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

public/mod/listgrades/backup/moodle2/backup_listgrades_activity_task.class.php
(#33) Opening brace must not be followed by a blank line
(#64) Expected at least 1 space before "."; 0 found
(#64) Expected at least 1 space after "."; 0 found
(#64) Expected at least 1 space before "."; 0 found
(#64) Expected at least 1 space after "."; 0 found
public/mod/listgrades/backup/moodle2/backup_listgrades_stepslib.php
(#1) No one-line description found in phpdocs for docblock of file backup_listgrades_stepslib.php
(#24) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#33) Opening brace must not be followed by a blank line
(#35) Missing docblock for function define_structure
(#41) Opening parenthesis of a multi-line function call must be the last content on the line
(#44) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#44) Only one argument is allowed per line in a multi-line function call
(#44) Only one argument is allowed per line in a multi-line function call
(#44) Only one argument is allowed per line in a multi-line function call
(#44) Closing parenthesis of a multi-line function call must be on a line by itself
(#63) The closing brace for the class must go on the next line after the body
public/mod/listgrades/backup/moodle2/restore_listgrades_activity_task.class.php
(#1) No one-line description found in phpdocs for docblock of file restore_listgrades_activity_task.class.php
(#32) Opening brace must not be followed by a blank line
public/mod/listgrades/backup/moodle2/restore_listgrades_stepslib.php
(#1) No one-line description found in phpdocs for docblock of file restore_listgrades_stepslib.php
(#31) Opening brace must not be followed by a blank line
(#33) Missing docblock for function define_structure
(#42) Missing docblock for function process_listgrades
(#62) Line indented incorrectly; expected 12 spaces, found 13
(#66) Line indented incorrectly; expected 12 spaces, found 16
(#66) Closing brace indented incorrectly; expected 13 spaces, found 16
(#69) Closing brace indented incorrectly; expected 16 spaces, found 12
(#85) Line indented incorrectly; expected 16 spaces, found 20
(#86) Line indented incorrectly; expected 20 spaces, found 24
(#87) Line indented incorrectly; expected 24 spaces, found 28
(#89) Line indented incorrectly; expected 24 spaces, found 28
(#91) Line indented incorrectly; expected 24 spaces, found 28
(#94) Line indented incorrectly; expected 20 spaces, found 24
(#95) Line indented incorrectly; expected 16 spaces, found 20
(#106) Missing docblock for function after_execute
public/mod/listgrades/classes/event/course_module_instance_list_viewed.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#37) Expected 1 blank line at end of file; 2 found
public/mod/listgrades/classes/event/course_module_viewed.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#36) Opening brace must not be followed by a blank line
(#47) Missing docblock for function get_objectid_mapping
(#50) Expected 1 blank line at end of file; 2 found
public/mod/listgrades/classes/privacy/provider.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#41) There must not be a space before the colon in a return type declaration
public/mod/listgrades/db/access.php
(#34) There should be a comma after the last array item in a multi-line array.
(#43) There should be a comma after the last array item in a multi-line array.
public/mod/listgrades/db/install.php
(#30) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#32) Missing docblock for function xmldb_listgrades_install
(#35) Function closing brace must go on the next line following the body; found 1 blank lines before brace
public/mod/listgrades/db/log.php
(#33) Expected 1 newline at end of file; 0 found
public/mod/listgrades/db/upgrade.php
(#45) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#47) Missing docblock for function xmldb_listgrades_upgrade
public/mod/listgrades/index.php
(#45) Short array syntax must be used to define arrays
(#46) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space after "."; 0 found
(#46) Expected at least 1 space before "."; 0 found
(#46) Expected at least 1 space after "."; 0 found
(#62) Expected at least 1 space before "."; 0 found
(#62) Expected at least 1 space after "."; 0 found
(#86) Expected at least 1 space before "."; 0 found
(#86) Expected at least 1 space after "."; 0 found
(#86) Expected at least 1 space before "."; 0 found
(#86) Expected at least 1 space after "."; 0 found
(#93) Expected at least 1 space before "."; 0 found
(#93) Expected at least 1 space after "."; 0 found
(#93) Expected at least 1 space before "."; 0 found
(#93) Expected at least 1 space after "."; 0 found
(#94) There should be a comma after the last array item in a multi-line array.
public/mod/listgrades/lang/ca/listgrades.php
(#2) Moodle boilerplate not found at first line
(#18) Missing @copyright tag
(#21) Incorrect @package tag for file listgrades.php. Expected mod_listgrades, found mod.
public/mod/listgrades/lang/en/listgrades.php
(#37) The string key "defaultintro" is not in the correct order, it should be before "defaultintrotext"
(#41) The string key "createlisting" is not in the correct order, it should be before "footerheader"
(#51) The string key "listgrades:addinstance" is not in the correct order, it should be before "opendate_help"
(#62) The string key "showuserfield" is not in the correct order, it should be before "showusername_help"
(#68) The string key "notopen" is not in the correct order, it should be before "userfieldmask_help"
(#71) Unexpected string end, it should be a line feed after a semicolon
(#71) Expected 1 newline at end of file; 0 found
public/mod/listgrades/lang/es/listgrades.php
(#43) The string key "defaultintro_help" is not in the correct order, it should be before "defaultintrotext"
(#46) The string key "createlisting" is not in the correct order, it should be before "footerheader"
(#56) The string key "listgrades:addinstance" is not in the correct order, it should be before "opendate_help"
(#66) The string key "showuserfield" is not in the correct order, it should be before "showusername_help"
(#72) The string key "notopen" is not in the correct order, it should be before "userfieldmask_help"
(#75) The string key "useridnever" is not in the correct order, it should be before "useridonlyifnamecollide"
public/mod/listgrades/lib.php
(#1) No one-line description found in phpdocs for docblock of file lib.php
(#31) Expected 1 space after SWITCH keyword; 0 found
(#32) The CASE body must start on the line following the statement
(#32) Terminating statement must be on a line by itself
(#32) Closing brace must be on a line by itself
(#33) The CASE body must start on the line following the statement
(#33) Terminating statement must be on a line by itself
(#33) Closing brace must be on a line by itself
(#34) The CASE body must start on the line following the statement
(#34) Terminating statement must be on a line by itself
(#34) Closing brace must be on a line by itself
(#35) The CASE body must start on the line following the statement
(#35) Terminating statement must be on a line by itself
(#35) Closing brace must be on a line by itself
(#36) The CASE body must start on the line following the statement
(#36) Terminating statement must be on a line by itself
(#36) Closing brace must be on a line by itself
(#37) The CASE body must start on the line following the statement
(#37) Terminating statement must be on a line by itself
(#37) Closing brace must be on a line by itself
(#38) The CASE body must start on the line following the statement
(#38) Terminating statement must be on a line by itself
(#38) Closing brace must be on a line by itself
(#39) The CASE body must start on the line following the statement
(#39) Terminating statement must be on a line by itself
(#39) Closing brace must be on a line by itself
(#40) The CASE body must start on the line following the statement
(#40) Terminating statement must be on a line by itself
(#40) Closing brace must be on a line by itself
(#41) The CASE body must start on the line following the statement
(#41) Terminating statement must be on a line by itself
(#41) Closing brace must be on a line by itself
(#43) The DEFAULT body must start on the line following the statement
(#43) Terminating statement must be on a line by itself
(#43) Closing brace must be on a line by itself
(#119) Opening parenthesis of a multi-line function call must be the last content on the line
(#119) Only one argument is allowed per line in a multi-line function call
(#119) Only one argument is allowed per line in a multi-line function call
(#120) Multi-line function call not indented correctly; expected 8 spaces but found 32
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Only one argument is allowed per line in a multi-line function call
(#120) Closing parenthesis of a multi-line function call must be on a line by itself
(#157) Opening parenthesis of a multi-line function call must be the last content on the line
(#157) Only one argument is allowed per line in a multi-line function call
(#157) Only one argument is allowed per line in a multi-line function call
(#158) Multi-line function call not indented correctly; expected 8 spaces but found 28
(#158) Only one argument is allowed per line in a multi-line function call
(#158) Only one argument is allowed per line in a multi-line function call
(#158) Only one argument is allowed per line in a multi-line function call
(#158) Closing parenthesis of a multi-line function call must be on a line by itself
(#187) Whitespace found at end of line
(#242) Expected at least 1 space before "."; 0 found
(#242) Expected at least 1 space after "."; 0 found
(#252) Line exceeds 132 characters; contains 135 characters
(#303) Opening parenthesis of a multi-line function call must be the last content on the line
(#303) Only one argument is allowed per line in a multi-line function call
(#303) Only one argument is allowed per line in a multi-line function call
(#304) Multi-line function call not indented correctly; expected 8 spaces but found 44
(#304) Only one argument is allowed per line in a multi-line function call
(#304) Only one argument is allowed per line in a multi-line function call
(#304) Closing parenthesis of a multi-line function call must be on a line by itself
(#305) Parentheses must be used when instantiating a new class
(#313) Opening parenthesis of a multi-line function call must be the last content on the line
(#313) Only one argument is allowed per line in a multi-line function call
(#313) Only one argument is allowed per line in a multi-line function call
(#314) Multi-line function call not indented correctly; expected 8 spaces but found 48
(#314) Only one argument is allowed per line in a multi-line function call
(#314) Only one argument is allowed per line in a multi-line function call
(#314) Only one argument is allowed per line in a multi-line function call
(#314) Closing parenthesis of a multi-line function call must be on a line by itself
(#323) Expected 0 spaces after opening bracket; 1 found
(#350) Short array syntax must be used to define arrays
(#359) Short array syntax must be used to define arrays
(#364) Expected at least 1 space before "."; 0 found
(#364) Expected at least 1 space after "."; 0 found
(#364) Expected at least 1 space before "."; 0 found
(#364) Expected at least 1 space after "."; 0 found
(#364) Expected at least 1 space before "."; 0 found
(#364) Expected at least 1 space after "."; 0 found
(#364) Expected at least 1 space before "."; 0 found
(#364) Expected at least 1 space after "."; 0 found
(#364) Line exceeds maximum limit of 180 characters; contains 182 characters
(#386) Expected at least 1 space before "."; 0 found
(#386) Expected at least 1 space after "."; 0 found
(#386) Expected at least 1 space before "."; 0 found
(#386) Expected at least 1 space after "."; 0 found
(#386) Line exceeds 132 characters; contains 140 characters
(#422) Expected at least 1 space before "."; 0 found
(#422) Expected at least 1 space after "."; 0 found
(#422) Expected at least 1 space before "."; 0 found
(#422) Expected at least 1 space after "."; 0 found
(#496) The first parameter of a multi-line function declaration must be on the line after the opening bracket
(#497) Multi-line function declaration not indented correctly; expected 4 spaces but found 54
(#497) Multi-line function declarations must define one parameter per line
(#497) The closing parenthesis of a multi-line function declaration must be on a new line
(#529) There must not be a space before the colon in a return type declaration
public/mod/listgrades/locallib.php
(#32) Missing docblock for class grade_report_listing
(#36) Incorrect spacing between argument "$page" and equals sign; expected 1 but found 0
(#36) Incorrect spacing between default value and equals sign for argument "$page"; expected 1 but found 0
(#36) Incorrect spacing between argument "$sortitemid" and equals sign; expected 1 but found 0
(#36) Incorrect spacing between default value and equals sign for argument "$sortitemid"; expected 1 but found 0
(#41) Expected 1 space after "="; 2 found
(#49) Inline comments must start with a capital letter, digit or 3-dots sequence
(#49) Inline comments must end in full-stops, exclamation marks, or question marks
(#54) Inline comments must end in full-stops, exclamation marks, or question marks
(#56) Whitespace found at end of line
(#58) Whitespace found at end of line
(#65) Missing docblock for function get_item_names
(#80) Missing docblock for function get_category_names
(#82) Expected 1 space after FUNCTION keyword; 0 found
(#89) Missing docblock for function get_gradeitems
(#96) Missing docblock for function get_grades
(#99) Missing docblock for function get_users
(#102) Missing docblock for function get_students_per_page
(#110) Missing docblock for function listgrades_mask
(#127) Whitespace found at end of line
(#128) Whitespace found at end of line
(#130) Whitespace found at end of line
(#131) Whitespace found at end of line
(#133) Whitespace found at end of line
(#134) Whitespace found at end of line
(#136) Whitespace found at end of line
(#137) Whitespace found at end of line
(#138) Whitespace found at end of line
(#139) Whitespace found at end of line
(#140) Whitespace found at end of line
(#143) Whitespace found at end of line
(#144) Whitespace found at end of line
(#145) Whitespace found at end of line
(#147) Whitespace found at end of line
(#165) Inline comments must end in full-stops, exclamation marks, or question marks
(#168) Inline comments must end in full-stops, exclamation marks, or question marks
(#170) Expected "} else if (...) {\n"; found "} else if (...){\n"
(#170) Expected "if (...) {\n"; found "if (...){\n"
(#170) Expected 1 space after closing parenthesis; found 0
(#177) Expected at least 1 space after "-"; 0 found
(#177) Expected 1 space after "-"; 0 found
(#179) Inline comments must end in full-stops, exclamation marks, or question marks
(#206) Space after opening parenthesis of function call prohibited
(#213) Expected "if (...) {\n"; found "if(...) {\n"
(#213) Expected 1 space after IF keyword; 0 found
(#214) Space found after square bracket; expected "[-" but found "[ -"
(#231) Each class must be in a file by itself
(#232) Missing docblock for function get_parent
(#238) Missing docblock for function get_visible_name
(#246) Missing docblock for function listgrades_get_editor_options
(#318) Short array syntax must be used to define arrays
public/mod/listgrades/mod_form.php
(#27) Expected at least 1 space before "."; 0 found
(#27) Expected at least 1 space after "."; 0 found
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#29) Expected at least 1 space before "."; 0 found
(#29) Expected at least 1 space after "."; 0 found
(#30) Expected at least 1 space before "."; 0 found
(#30) Expected at least 1 space after "."; 0 found
(#32) Missing docblock for class mod_listgrades_mod_form
(#33) Missing docblock for function definition
(#56) Opening parenthesis of a multi-line function call must be the last content on the line
(#56) Only one argument is allowed per line in a multi-line function call
(#56) Only one argument is allowed per line in a multi-line function call
(#56) Only one argument is allowed per line in a multi-line function call
(#57) Multi-line function call not indented correctly; expected 8 spaces but found 28
(#57) Closing parenthesis of a multi-line function call must be on a line by itself
(#70) Opening parenthesis of a multi-line function call must be the last content on the line
(#70) Only one argument is allowed per line in a multi-line function call
(#70) Only one argument is allowed per line in a multi-line function call
(#70) Only one argument is allowed per line in a multi-line function call
(#71) Multi-line function call not indented correctly; expected 8 spaces but found 28
(#71) Closing parenthesis of a multi-line function call must be on a line by itself
(#100) Opening parenthesis of a multi-line function call must be the last content on the line
(#100) Only one argument is allowed per line in a multi-line function call
(#100) Only one argument is allowed per line in a multi-line function call
(#101) Multi-line function call not indented correctly; expected 12 spaces but found 20
(#101) Only one argument is allowed per line in a multi-line function call
(#101) Only one argument is allowed per line in a multi-line function call
(#101) Only one argument is allowed per line in a multi-line function call
(#101) Closing parenthesis of a multi-line function call must be on a line by itself
(#116) Expected 1 blank line at end of file; 2 found
public/mod/listgrades/settings.php
(#31) Inline comments must end in full-stops, exclamation marks, or question marks
(#32) Line exceeds 132 characters; contains 161 characters
(#34) Opening parenthesis of a multi-line function call must be the last content on the line
(#35) Multi-line function call not indented correctly; expected 4 spaces but found 20
(#35) Only one argument is allowed per line in a multi-line function call
(#35) Only one argument is allowed per line in a multi-line function call
(#35) Closing parenthesis of a multi-line function call must be on a line by itself
(#43) Opening parenthesis of a multi-line function call must be the last content on the line
(#44) Multi-line function call not indented correctly; expected 4 spaces but found 20
(#44) Only one argument is allowed per line in a multi-line function call
(#44) Only one argument is allowed per line in a multi-line function call
(#44) Only one argument is allowed per line in a multi-line function call
(#44) Closing parenthesis of a multi-line function call must be on a line by itself
(#44) Line exceeds 132 characters; contains 143 characters
(#60) Opening parenthesis of a multi-line function call must be the last content on the line
(#61) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#61) Only one argument is allowed per line in a multi-line function call
(#61) Only one argument is allowed per line in a multi-line function call
(#61) Only one argument is allowed per line in a multi-line function call
(#61) Closing parenthesis of a multi-line function call must be on a line by itself
(#63) Opening parenthesis of a multi-line function call must be the last content on the line
(#64) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#64) Only one argument is allowed per line in a multi-line function call
(#64) Only one argument is allowed per line in a multi-line function call
(#64) Closing parenthesis of a multi-line function call must be on a line by itself
(#68) Opening parenthesis of a multi-line function call must be the last content on the line
(#69) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#69) Only one argument is allowed per line in a multi-line function call
(#69) Only one argument is allowed per line in a multi-line function call
(#69) Only one argument is allowed per line in a multi-line function call
(#69) Closing parenthesis of a multi-line function call must be on a line by itself
(#82) Opening parenthesis of a multi-line function call must be the last content on the line
(#83) Multi-line function call not indented correctly; expected 8 spaces but found 7
(#83) Only one argument is allowed per line in a multi-line function call
(#84) Multi-line function call not indented correctly; expected 4 spaces but found 7
(#84) Only one argument is allowed per line in a multi-line function call
(#84) Closing parenthesis of a multi-line function call must be on a line by itself
(#85) Opening parenthesis of a multi-line function call must be the last content on the line
(#86) Only one argument is allowed per line in a multi-line function call
(#87) Multi-line function call not indented correctly; expected 4 spaces but found 8
(#87) Only one argument is allowed per line in a multi-line function call
(#87) Closing parenthesis of a multi-line function call must be on a line by itself
public/mod/listgrades/tests/generator/lib.php
(#26) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#37) Opening brace must not be followed by a blank line
(#39) Missing docblock for function create_instance
(#39) Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update the type to be explicitly nullable instead. Found implicitly nullable parameter: $options.
public/mod/listgrades/tests/generator_test.php
(#23) Invalid @category tag value "phpunit".
(#27) Unit test generator_test should be declared as final.
(#28) Test method test_generator() is missing any coverage information, own or at class level
(#28) Test method test_generator() is missing a return type
public/mod/listgrades/tests/lib_test.php
(#28) Unexpected MOODLE_INTERNAL check. No side effects or multiple artifacts detected.
(#40) Unit test lib_test should be declared as final.
(#40) Opening brace must not be followed by a blank line
(#46) The setUpBeforeClass() method in unit tests must always call to parent::setUpBeforeClass().
(#55) Test method test_listgrades_view() is missing any coverage information, own or at class level
(#55) Test method test_listgrades_view() is missing a return type
(#62) Short array syntax must be used to define arrays
(#63) Opening parenthesis of a multi-line function call must be the last content on the line
(#63) Only one argument is allowed per line in a multi-line function call
(#63) Short array syntax must be used to define arrays
(#64) Multi-line function call not indented correctly; expected 8 spaces but found 60
(#64) Short array syntax must be used to define arrays
(#64) Closing parenthesis of a multi-line function call must be on a line by itself
(#82) Short array syntax must be used to define arrays
(#93) Test method test_listgrades_core_calendar_provide_event_action() is missing any coverage information, own or at class level
(#93) Test method test_listgrades_core_calendar_provide_event_action() is missing a return type
(#99) Short array syntax must be used to define arrays
(#102) Opening parenthesis of a multi-line function call must be the last content on the line
(#102) Only one argument is allowed per line in a multi-line function call
(#103) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#103) Closing parenthesis of a multi-line function call must be on a line by itself
(#119) Test method test_listgrades_core_calendar_provide_event_action_already_completed() is missing any coverage information, own or at class level
(#119) Test method test_listgrades_core_calendar_provide_event_action_already_completed() is missing a return type
(#128) Short array syntax must be used to define arrays
(#129) Opening parenthesis of a multi-line function call must be the last content on the line
(#129) Only one argument is allowed per line in a multi-line function call
(#129) Short array syntax must be used to define arrays
(#130) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#130) Short array syntax must be used to define arrays
(#130) Closing parenthesis of a multi-line function call must be on a line by itself
(#136) Opening parenthesis of a multi-line function call must be the last content on the line
(#136) Only one argument is allowed per line in a multi-line function call
(#137) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#137) Closing parenthesis of a multi-line function call must be on a line by itself
(#156) Test method test_listgrades_core_calendar_provide_event_action_user_override() is missing any coverage information, own or at class level
(#156) Test method test_listgrades_core_calendar_provide_event_action_user_override() is missing a return type
(#165) Short array syntax must be used to define arrays
(#166) Opening parenthesis of a multi-line function call must be the last content on the line
(#166) Only one argument is allowed per line in a multi-line function call
(#166) Short array syntax must be used to define arrays
(#167) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#167) Short array syntax must be used to define arrays
(#167) Closing parenthesis of a multi-line function call must be on a line by itself
(#173) Opening parenthesis of a multi-line function call must be the last content on the line
(#173) Only one argument is allowed per line in a multi-line function call
(#174) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#174) Closing parenthesis of a multi-line function call must be on a line by itself
public/mod/listgrades/view.php
(#26) Expected at least 1 space before "."; 0 found
(#26) Expected at least 1 space after "."; 0 found
(#27) Expected at least 1 space before "."; 0 found
(#27) Expected at least 1 space after "."; 0 found
(#28) Expected at least 1 space before "."; 0 found
(#28) Expected at least 1 space after "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space after "."; 0 found
(#57) Expected at least 1 space before "."; 0 found
(#57) Expected at least 1 space after "."; 0 found
(#118) Expected 0 spaces before closing bracket; 1 found
(#151) Variable "sql_in" must not contain underscores.
(#158) Variable "sql_in" must not contain underscores.
(#170) Whitespace found at end of line
(#172) Whitespace found at end of line
(#180) Inline comments must start with a capital letter, digit or 3-dots sequence
(#221) Line exceeds 132 characters; contains 140 characters
(#240) Parentheses must be used when instantiating a new class
(#246) Blank line found at end of control structure

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

(10 errors, 0 warnings)

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

public/mod/listgrades/backup/moodle2/restore_listgrades_activity_task.class.php
(#76) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#78) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#92) Inline phpdocs tag {@link restore_logs_processor} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
(#94) Inline phpdocs tag {@link restore_log_rule} with incorrect contents found. It must match {@link [valid URL] [description (optional)]} or {@see [valid FQSEN] [description (optional)]}
public/mod/listgrades/lib.php
(#49) Phpdocs for function listgrades_reset_userdata has incomplete parameters list
(#343) Phpdocs for function listgrades_export_contents has incomplete parameters list
(#492) Phpdocs for function mod_listgrades_core_calendar_provide_event_action has incomplete parameters list
public/mod/listgrades/locallib.php
(#33) Phpdocs for function grade_report_listing::__construct has incomplete parameters list
(#201) Phpdocs for function listgrades_get_gradeitems_for_backup has incomplete parameters list
(#254) Phpdocs for function listgrades_update_calendar has incomplete parameters list

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]