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

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

repository/xpert_flickr_public/image.php
(#146) Logical operator "and" is prohibited; use "&&" instead
(#149) Logical operator "or" is prohibited; use "||" instead
repository/xpert_flickr_public/lib.php
(#83) Logical operator "or" is prohibited; use "||" instead
(#83) Logical operator "or" is prohibited; use "||" instead
(#83) Logical operator "or" is prohibited; use "||" instead
(#193) Line exceeds 132 characters; contains 149 characters
(#196) Line exceeds 132 characters; contains 139 characters
(#197) Line exceeds 132 characters; contains 137 characters
(#198) Line exceeds 132 characters; contains 137 characters
(#199) Line exceeds 132 characters; contains 139 characters
(#200) Line exceeds 132 characters; contains 141 characters
(#201) Line exceeds 132 characters; contains 135 characters
(#226) Line exceeds 132 characters; contains 153 characters
(#228) Line exceeds 132 characters; contains 145 characters
(#230) Line exceeds 132 characters; contains 143 characters
(#232) Line exceeds 132 characters; contains 143 characters
(#234) Line exceeds 132 characters; contains 145 characters
(#236) Line exceeds 132 characters; contains 146 characters
(#238) Line exceeds 132 characters; contains 143 characters
repository/xpert_flickr_public/tests/generator_test.php
(#25) PHPUnit testcase name "repository_xpert_flickr_publicgenerator_testcase" does not match file name "generator_test"
(#25) PHPUnit class "repository_xpert_flickr_publicgenerator_testcase" does not have any namespace. It is recommended to add it to the "repository_xpert_flickr_public" namespace, using more levels if needed, in order to match the code being tested
repository/xpert_flickr_public/tests/image_test.php
(#25) PHPUnit testcase name "repository_xpert_flickr_image_testcase" does not match file name "image_test"
(#25) PHPUnit class "repository_xpert_flickr_image_testcase" does not have any namespace. It is recommended to add it to the "repository_xpert_flickr_public" 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, 3 warnings)

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

repository/xpert_flickr_public/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_flickr_public/classes/options.php
(#56) Phpdocs for function options::wake_from_cache has incomplete parameters list
repository/xpert_flickr_public/lib.php
(#57) Not recommended phpdocs tag @global used
(#444) Not recommended phpdocs tag @global used
repository/xpert_flickr_public/tests/generator_test.php
(#65) Not recommended phpdocs tag @global used

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]