Prechecker results: warning


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

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

repository/xpert_upload/classes/image.php
(#146) Logical operator "and" is prohibited; use "&&" instead
(#149) Logical operator "or" is prohibited; use "||" instead
repository/xpert_upload/lib.php
(#91) Logical operator "and" is prohibited; use "&&" instead
(#91) Logical operator "or" is prohibited; use "||" instead
(#388) Line exceeds 132 characters; contains 153 characters
(#390) Line exceeds 132 characters; contains 145 characters
(#392) Line exceeds 132 characters; contains 143 characters
(#394) Line exceeds 132 characters; contains 143 characters
(#396) Line exceeds 132 characters; contains 145 characters
(#398) Line exceeds 132 characters; contains 146 characters
(#400) Line exceeds 132 characters; contains 143 characters
(#426) Line exceeds 132 characters; contains 139 characters
(#429) Line exceeds 132 characters; contains 135 characters
(#432) Line exceeds 132 characters; contains 135 characters
(#435) Line exceeds 132 characters; contains 142 characters
(#448) Line exceeds 132 characters; contains 145 characters
(#451) Line exceeds 132 characters; contains 146 characters
(#454) Line exceeds 132 characters; contains 148 characters
(#456) Line exceeds 132 characters; contains 159 characters
(#458) Line exceeds 132 characters; contains 151 characters
(#460) Line exceeds 132 characters; contains 149 characters
(#462) Line exceeds 132 characters; contains 149 characters
(#464) Line exceeds 132 characters; contains 151 characters
(#466) Line exceeds 132 characters; contains 153 characters
(#468) Line exceeds 132 characters; contains 149 characters
repository/xpert_upload/tests/image_test.php
(#25) PHPUnit testcase name "repository_xpert_upload_image_testcase" does not match file name "image_test"
(#25) PHPUnit class "repository_xpert_upload_image_testcase" does not have any namespace. It is recommended to add it to the "repository_xpert_upload" 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

(0 errors, 2 warnings)

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

repository/xpert_upload/lib.php
(#415) Not recommended phpdocs tag @global used
(#415) 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]