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

(75 errors, 0 warnings)

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

local/alternative_file_system/classes/external_file_system.php
(#36) Opening brace must not be followed by a blank line
local/alternative_file_system/classes/i_file_system.php
(#31) Opening brace must not be followed by a blank line
local/alternative_file_system/classes/storages/gcs/gcs_file_system.php
(#36) Opening brace must not be followed by a blank line
local/alternative_file_system/classes/storages/s3/s3_file_system.php
(#32) Opening brace must not be followed by a blank line
(#201) Expected 1 blank line at end of file; 2 found
local/alternative_file_system/classes/storages/storage_file_system.php
(#37) Opening brace must not be followed by a blank line
local/alternative_file_system/db/upgrade.php
(#38) Blank line found at start of control structure
local/alternative_file_system/move-to-external.php
(#45) Blank line found at start of control structure
(#76) Blank line found at start of control structure
local/alternative_file_system/move-to-local.php
(#45) Blank line found at start of control structure
(#76) Blank line found at end of control structure
local/alternative_file_system/settings.php
(#31) Blank line found at start of control structure
(#77) Opening parenthesis of a multi-line function call must be the last content on the line
(#77) Only one argument is allowed per line in a multi-line function call
(#78) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#78) Closing parenthesis of a multi-line function call must be on a line by itself
(#88) Opening parenthesis of a multi-line function call must be the last content on the line
(#88) Only one argument is allowed per line in a multi-line function call
(#90) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#90) Closing parenthesis of a multi-line function call must be on a line by itself
(#97) Each PHP statement must be on a line by itself
(#98) Opening parenthesis of a multi-line function call must be the last content on the line
(#98) Only one argument is allowed per line in a multi-line function call
(#99) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#99) Closing parenthesis of a multi-line function call must be on a line by itself
(#102) Blank line found at end of control structure
(#104) Opening parenthesis of a multi-line function call must be the last content on the line
(#106) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#106) Closing parenthesis of a multi-line function call must be on a line by itself
(#114) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#114) Only one argument is allowed per line in a multi-line function call
(#114) Closing parenthesis of a multi-line function call must be on a line by itself
(#121) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#121) Only one argument is allowed per line in a multi-line function call
(#121) Closing parenthesis of a multi-line function call must be on a line by itself
(#128) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#128) Only one argument is allowed per line in a multi-line function call
(#128) Closing parenthesis of a multi-line function call must be on a line by itself
(#135) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#135) Only one argument is allowed per line in a multi-line function call
(#135) Closing parenthesis of a multi-line function call must be on a line by itself
(#142) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#142) Only one argument is allowed per line in a multi-line function call
(#142) Closing parenthesis of a multi-line function call must be on a line by itself
(#145) Blank line found at start of control structure
(#152) Opening parenthesis of a multi-line function call must be the last content on the line
(#152) Only one argument is allowed per line in a multi-line function call
(#153) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#153) Closing parenthesis of a multi-line function call must be on a line by itself
(#163) Opening parenthesis of a multi-line function call must be the last content on the line
(#163) Only one argument is allowed per line in a multi-line function call
(#165) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#165) Closing parenthesis of a multi-line function call must be on a line by itself
(#172) Each PHP statement must be on a line by itself
(#173) Opening parenthesis of a multi-line function call must be the last content on the line
(#173) Only one argument is allowed per line in a multi-line function call
(#174) Multi-line function call not indented correctly; expected 20 spaces but found 24
(#174) Closing parenthesis of a multi-line function call must be on a line by itself
(#177) Blank line found at end of control structure
(#179) Opening parenthesis of a multi-line function call must be the last content on the line
(#181) Multi-line function call not indented correctly; expected 16 spaces but found 20
(#181) Closing parenthesis of a multi-line function call must be on a line by itself
(#189) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#189) Only one argument is allowed per line in a multi-line function call
(#189) Closing parenthesis of a multi-line function call must be on a line by itself
(#196) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#196) Only one argument is allowed per line in a multi-line function call
(#196) Closing parenthesis of a multi-line function call must be on a line by itself
(#203) Multi-line function call not indented correctly; expected 12 spaces but found 16
(#203) Only one argument is allowed per line in a multi-line function call
(#203) Closing parenthesis of a multi-line function call must be on a line by itself
(#206) Blank line found at end of control structure
(#208) Opening parenthesis of a multi-line function call must be the last content on the line
(#210) Multi-line function call not indented correctly; expected 8 spaces but found 12
(#210) Closing parenthesis of a multi-line function call must be on a line by itself

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

(12 errors, 0 warnings)

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

local/alternative_file_system/classes/storages/s3/S3.php
(#241) Phpdocs for function S3::setProxy has incomplete parameters list
(#459) Phpdocs for function S3::putBucket has incomplete parameters list
(#561) Phpdocs for function S3::putObject has incomplete parameters list
(#647) Phpdocs for function S3::putObjectFile has incomplete parameters list
(#663) Phpdocs for function S3::putObjectString has incomplete parameters list
(#734) Phpdocs for function S3::copyObject has incomplete parameters list
(#1127) Phpdocs for function S3::getHttpUploadPostParams has incomplete parameters list
(#1567) Phpdocs for function S3::__parseCloudFrontDistributionConfig has incomplete parameters list
(#1624) Phpdocs for function S3::__getCloudFrontResponse has incomplete parameters list
(#1655) Phpdocs for function S3::__getMIMEType has incomplete parameters list
local/alternative_file_system/classes/storages/s3/S3Request.php
(#381) Phpdocs for function S3Request::__responseWriteCallback has incomplete parameters list
local/alternative_file_system/classes/storages/s3/s3_file_system.php
(#109) Phpdocs for function s3_file_system::get_remote_path_from_hash 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

(1 errors, 0 warnings)

This section shows files built by grunt and not commited [More info]

local/alternative_file_system/amd/build/settings.min.js
Uncommitted change detected.

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]