Remove comment, function call alone is clear enough. #746
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
40s
coverage
/
coverage
38s
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Annotations
18 errors
phpstan / phpstan:
views/error.php#L11
Variable $pay_error might not be defined.
|
phpstan / phpstan:
views/error.php#L31
Class Pronamic\WordPress\Pay\Gateways\IDealAdvancedV3\Error not found.
|
phpstan / phpstan:
views/error.php#L37
Call to method get_code() on an unknown class Pronamic\WordPress\Pay\Gateways\IDealAdvancedV3\Error.
|
phpstan / phpstan:
views/error.php#L40
Call to method get_message() on an unknown class Pronamic\WordPress\Pay\Gateways\IDealAdvancedV3\Error.
|
phpstan / phpstan:
views/error.php#L43
Call to method get_detail() on an unknown class Pronamic\WordPress\Pay\Gateways\IDealAdvancedV3\Error.
|
phpstan / phpstan:
views/error.php#L46
Call to method get_suggested_action() on an unknown class Pronamic\WordPress\Pay\Gateways\IDealAdvancedV3\Error.
|
phpstan / phpstan:
views/error.php#L49
Call to method get_consumer_message() on an unknown class Pronamic\WordPress\Pay\Gateways\IDealAdvancedV3\Error.
|
phpstan / phpstan:
views/exception.php#L11
Variable $exception might not be defined.
|
phpstan / phpstan:
views/redirect-via-html.php#L58
Variable $this might not be defined.
|
phpstan / phpstan
Process completed with exit code 1.
|
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#L58
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-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:
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:
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.
|