Remove @codingStandardsIgnoreStart
comments.
#793
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yaml
on: push
phpcs
/
phpcs
26s
phpstan
/
phpstan
56s
coverage
/
coverage
26s
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Annotations
10 errors
phpcs / phpcs:
src/LicenseManager.php#L137
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L319
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L338
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L354
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L355
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L355
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$value'.
|
phpcs / phpcs:
src/Admin/AdminSettings.php#L181
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'Util'.
|
phpcs / phpcs:
src/Admin/AdminSettings.php#L223
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$args['disabled']'.
|
phpcs / phpcs:
src/Admin/AdminSettings.php#L248
Opening parenthesis of a multi-line function call must be the last content on the line
|
phpcs / phpcs:
src/Admin/AdminSettings.php#L254
Closing parenthesis of a multi-line function call must be on a line by itself
|