More DRY auto submit feature, and fix boolean flag argument. #738
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yaml
on: push
phpcs
/
phpcs
33s
phpstan
/
phpstan
37s
coverage
/
coverage
31s
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Annotations
11 errors
phpcs / phpcs:
views/meta-box-subscription-info.php#L248
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$subscription'.
|
phpcs / phpcs:
views/redirect-via-html.php#L49
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
|
phpcs / phpcs:
src/Fields/Field.php#L135
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
|
phpcs / phpcs:
views/meta-box-subscription-update.php#L189
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found 'str_replace'.
|
phpcs / phpcs:
views/meta-box-payment-info.php#L727
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$payment'.
|
phpcs / phpcs:
views/meta-box-payment-subscription.php#L127
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$subscription'.
|
phpcs / phpcs:
src/Core/Gateway.php#L309
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$this'.
|
phpcs / phpcs
Process completed with exit code 1.
|
phpstan / phpstan:
src/Core/Gateway.php#L352
If condition is always true.
|
phpstan / phpstan:
views/redirect-via-html.php#L49
Variable $this might not be defined.
|
phpstan / phpstan
Process completed with exit code 1.
|