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, 15 warnings)

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

repository/xpert_url/classes/image.php
(#146) Logical operator "and" is prohibited; use "&&" instead
(#149) Logical operator "or" is prohibited; use "||" instead
repository/xpert_url/lib.php
(#185) Line exceeds 132 characters; contains 149 characters
(#228) Line exceeds 132 characters; contains 156 characters
(#230) Line exceeds 132 characters; contains 148 characters
(#232) Line exceeds 132 characters; contains 146 characters
(#234) Line exceeds 132 characters; contains 146 characters
(#236) Line exceeds 132 characters; contains 148 characters
(#238) Line exceeds 132 characters; contains 149 characters
(#240) Line exceeds 132 characters; contains 146 characters
(#312) Line exceeds 132 characters; contains 147 characters
repository/xpert_url/tests/image_test.php
(#25) PHPUnit testcase name "repository_xpert_url_image_testcase" does not match file name "image_test"
(#25) PHPUnit class "repository_xpert_url_image_testcase" does not have any namespace. It is recommended to add it to the "repository_xpert_url" namespace, using more levels if needed, in order to match the code being tested
repository/xpert_url/tests/loader_test.php
(#38) PHPUnit testcase name "repository_xpert_url_loader_testcase" does not match file name "loader_test"
(#38) PHPUnit class "repository_xpert_url_loader_testcase" does not have any namespace. It is recommended to add it to the "repository_xpert_url" namespace, using more levels if needed, in order to match the code being tested

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

(4 errors, 0 warnings)

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

repository/xpert_url/classes/loader.php
(#75) Phpdocs for function loader::get_instance_for_cache has incomplete parameters list
(#82) Phpdocs for function loader::load_for_cache has incomplete parameters list
(#89) Phpdocs for function loader::load_many_for_cache has incomplete parameters list
repository/xpert_url/classes/options.php
(#62) Phpdocs for function options::wake_from_cache 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]


Missing changes in external functions or backup support for new detected tables or columns

(0 errors, 0 warnings)

This section shows potential problems detected when there are new database structures added in a patch and it is detected that nothing has been changed related with external functions (to be used by WS) or backup and restore. It must be checked that everything is correct and nothing is being missed in those areas. [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]