Skip to content

More DRY auto submit feature, and fix boolean flag argument. #738

More DRY auto submit feature, and fix boolean flag argument.

More DRY auto submit feature, and fix boolean flag argument. #738

Triggered via push October 4, 2023 14:12
Status Failure
Total duration 50s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: push
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Fit to window
Zoom out
Zoom in

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.