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

(83 errors, 0 warnings)

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

admin/tool/userautodelete/classes/local/admin/admin_setting_configcheckbox_alwaystrue.php
(#32) Opening brace must not be followed by a blank line
(#52) The closing brace for the class must go on the next line after the body
admin/tool/userautodelete/classes/logger.php
(#37) Opening brace must not be followed by a blank line
(#108) The closing brace for the class must go on the next line after the body
admin/tool/userautodelete/classes/manager.php
(#34) Opening brace must not be followed by a blank line
(#345) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#351) Each line in a multi-line control structure must be indented at least once; expected at least 16 spaces, but found 12
(#351) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#391) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#397) Each line in a multi-line control structure must be indented at least once; expected at least 20 spaces, but found 16
(#397) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#433) The first expression of a multi-line control structure must be on the line after the opening parenthesis
(#458) Each line in a multi-line control structure must be indented at least once; expected at least 12 spaces, but found 8
(#458) The closing parenthesis of a multi-line control structure must be on the line after the last expression
(#503) The closing brace for the class must go on the next line after the body
admin/tool/userautodelete/classes/output/log_table.php
(#34) Expected at least 1 space before "."; 0 found
(#34) Expected at least 1 space after "."; 0 found
(#41) Opening brace must not be followed by a blank line
(#120) The closing brace for the class must go on the next line after the body
admin/tool/userautodelete/classes/privacy/provider.php
(#43) The interface names in a "class implements" statement should be ordered alphabetically. Expected: \core_privacy\local\metadata\provider, \core_privacy\local\request\plugin\provider, \core_privacy\local\request\core_userlist_provider; Found: \core_privacy\local\request\core_userlist_provider, \core_privacy\local\metadata\provider, \core_privacy\local\request\plugin\provider
(#46) Opening brace must not be followed by a blank line
(#102) Expected at least 1 space before "."; 0 found
(#102) Expected at least 1 space after "."; 0 found
(#188) The closing brace for the class must go on the next line after the body
admin/tool/userautodelete/classes/task/check_and_delete_users.php
(#36) Opening brace must not be followed by a blank line
(#59) The closing brace for the class must go on the next line after the body
admin/tool/userautodelete/settings.php
(#40) Opening parenthesis of a multi-line function call must be the last content on the line
(#46) Opening parenthesis of a multi-line function call must be the last content on the line
(#53) Opening parenthesis of a multi-line function call must be the last content on the line
(#60) Opening parenthesis of a multi-line function call must be the last content on the line
(#68) Opening parenthesis of a multi-line function call must be the last content on the line
(#70) Expected at least 1 space before "."; 0 found
(#71) Expected at least 1 space before "."; 0 found
(#71) Expected at least 1 space after "."; 0 found
(#71) Expected at least 1 space before "."; 0 found
(#71) Expected at least 1 space after "."; 0 found
(#71) Expected at least 1 space before "."; 0 found
(#72) Expected at least 1 space before "."; 0 found
(#81) Opening parenthesis of a multi-line function call must be the last content on the line
(#83) Expected at least 1 space before "."; 0 found
(#84) Expected at least 1 space before "."; 0 found
(#84) Expected at least 1 space after "."; 0 found
(#84) Expected at least 1 space before "."; 0 found
(#84) Expected at least 1 space after "."; 0 found
(#84) Expected at least 1 space before "."; 0 found
(#85) Expected at least 1 space before "."; 0 found
(#91) Opening parenthesis of a multi-line function call must be the last content on the line
(#93) Expected at least 1 space before "."; 0 found
(#94) Expected at least 1 space before "."; 0 found
(#94) Expected at least 1 space after "."; 0 found
(#94) Expected at least 1 space before "."; 0 found
(#94) Expected at least 1 space after "."; 0 found
(#94) Expected at least 1 space before "."; 0 found
(#95) Expected at least 1 space before "."; 0 found
(#100) Opening parenthesis of a multi-line function call must be the last content on the line
(#106) Opening parenthesis of a multi-line function call must be the last content on the line
(#114) Opening parenthesis of a multi-line function call must be the last content on the line
(#121) Opening parenthesis of a multi-line function call must be the last content on the line
(#128) Opening parenthesis of a multi-line function call must be the last content on the line
(#135) Opening parenthesis of a multi-line function call must be the last content on the line
(#145) Opening parenthesis of a multi-line function call must be the last content on the line
(#151) Opening parenthesis of a multi-line function call must be the last content on the line
(#158) Opening parenthesis of a multi-line function call must be the last content on the line
(#166) Opening parenthesis of a multi-line function call must be the last content on the line
(#173) Opening parenthesis of a multi-line function call must be the last content on the line
admin/tool/userautodelete/tests/logger_test.php
(#31) Opening brace must not be followed by a blank line
(#97) The closing brace for the class must go on the next line after the body
admin/tool/userautodelete/tests/manager_test.php
(#31) Opening brace must not be followed by a blank line
(#63) Expected at least 1 space before "."; 0 found
(#63) Expected at least 1 space after "."; 0 found
(#63) Expected at least 1 space before "."; 0 found
(#63) Expected at least 1 space after "."; 0 found
(#293) Expected at least 1 space before "."; 0 found
(#293) Expected at least 1 space after "."; 0 found
(#297) Expected at least 1 space before "."; 0 found
(#297) Expected at least 1 space after "."; 0 found
(#297) Expected at least 1 space before "."; 0 found
(#297) Expected at least 1 space after "."; 0 found
(#750) The closing brace for the class must go on the next line after the body
admin/tool/userautodelete/tests/output/log_table_test.php
(#34) Opening brace must not be followed by a blank line
(#99) The closing brace for the class must go on the next line after the body
admin/tool/userautodelete/tests/task/check_and_delete_users_test.php
(#31) Opening brace must not be followed by a blank line
(#63) The closing brace for the class must go on the next line after the body

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

(0 errors, 0 warnings)

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


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]