Merge branch 'main' of https://github.com/pronamic/wp-pay-core #732
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yaml
on: push
phpcs
/
phpcs
40s
phpstan
/
phpstan
52s
coverage
/
coverage
41s
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Annotations
10 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/meta-box-gateway-settings.php#L99
Expected 1 space after FUNCTION keyword; 0 found
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L102
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '__'.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L107
There should be a comma after the last array item in a multi-line array.
|
phpcs / phpcs:
views/meta-box-gateway-settings.php#L159
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$section'.
|
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'.
|