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

(0 errors, 0 warnings)

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


Javascript coding style problems

(0 errors, 17 warnings)

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

blocks/quick_user/amd/src/module.js
(#27) Missing space before opening brace. (space-before-blocks)
(#30) There should be no spaces inside this paren. (space-in-parens)
(#30) Missing space before opening brace. (space-before-blocks)
(#33) Missing space before opening brace. (space-before-blocks)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#39) There should be no spaces inside this paren. (space-in-parens)
(#48) Missing space before opening brace. (space-before-blocks)
(#57) Missing space before opening brace. (space-before-blocks)
(#71) There should be no spaces inside this paren. (space-in-parens)
(#71) Missing space before opening brace. (space-before-blocks)
(#74) There should be no spaces inside this paren. (space-in-parens)
(#74) Missing space before opening brace. (space-before-blocks)
(#76) There should be no spaces inside this paren. (space-in-parens)
(#86) Missing space before opening brace. (space-before-blocks)
(#99) Missing space before opening brace. (space-before-blocks)

CSS problems

(0 errors, 0 warnings)

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


PHPDocs style problems

(3 errors, 0 warnings)

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

blocks/quick_user/classes/privacy/provider.php
(#19) Package block_quick_user\privacy is not valid
blocks/quick_user/classes/search.php
(#71) Phpdocs for function search::results has incomplete parameters list
blocks/quick_user/classes/user.php
(#77) Phpdocs for function user::__construct 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, 1 warnings)

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

blocks/quick_user/templates/user_info.mustache
(#1) HTML Validation error, line 5: An “img” element must have an “alt” attribute, except under certain conditions. For details, consult guidance on providing text alternatives for images. (> <img src='http://moodle.site/blocks/quick_user/pix/plus.png' class='quick_user_toggle' data-userid='1' /> )