phpcbf #176
ci.yaml
on: push
phpcs
/
phpcs
1m 15s
phpstan
/
phpstan
18s
coverage
/
coverage
19s
Matrix: phplint / phplint
Matrix: phpunit / phpunit
Annotations
10 errors and 10 warnings
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L47
Mismatched text domain. Expected 'pronamic-ideal' but found 'pronamic_ideal'
|
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L47
Mismatched text domain. Expected 'pronamic-ideal' but got 'pronamic_ideal'.
|
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L60
Mismatched text domain. Expected 'pronamic-ideal' but found 'pronamic_ideal'
|
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L60
Mismatched text domain. Expected 'pronamic-ideal' but got 'pronamic_ideal'.
|
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L61
Mismatched text domain. Expected 'pronamic-ideal' but found 'pronamic_ideal'
|
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L61
Mismatched text domain. Expected 'pronamic-ideal' but got 'pronamic_ideal'.
|
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L66
Mismatched text domain. Expected 'pronamic-ideal' but found 'pronamic_ideal'
|
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L66
Mismatched text domain. Expected 'pronamic-ideal' but got 'pronamic_ideal'.
|
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L82
Mismatched text domain. Expected 'pronamic-ideal' but found 'pronamic_ideal'
|
phpcs / phpcs:
packages/wp-pay/core/views/meta-box-payment-update.php#L82
Mismatched text domain. Expected 'pronamic-ideal' but got 'pronamic_ideal'.
|
phpcs / phpcs:
packages/wp-pay-gateways/adyen/src/ServiceException.php#L104
It is recommended not to use reserved keyword "object" as function parameter name. Found: $object
|
phpcs / phpcs:
packages/wp-pay-gateways/omnikassa-2/src/PaymentBrands.php#L128
It is recommended not to use reserved keyword "default" as function parameter name. Found: $default
|
phpcs / phpcs:
packages/wp-pay-gateways/omnikassa-2/src/DataHelper.php#L61
`strip_tags()` does not strip CSS and JS in between the script and style tags. Use `wp_strip_all_tags()` to strip all tags.
|
phpcs / phpcs:
packages/wp-pay-gateways/omnikassa-2/src/DataHelper.php#L134
It is recommended not to use reserved keyword "string" as function parameter name. Found: $string
|
phpcs / phpcs:
packages/wp-pay-gateways/omnikassa-2/src/DataHelper.php#L142
`strip_tags()` does not strip CSS and JS in between the script and style tags. Use `wp_strip_all_tags()` to strip all tags.
|
phpcs / phpcs:
packages/wp-pay/core/src/LicenseManager.php#L281
wp_remote_get() is highly discouraged. Please use vip_safe_wp_remote_get() instead which is designed to more gracefully handle failure than wp_remote_get() does.
|
phpcs / phpcs:
packages/wp-pay/core/src/LicenseManager.php#L329
wp_remote_get() is highly discouraged. Please use vip_safe_wp_remote_get() instead which is designed to more gracefully handle failure than wp_remote_get() does.
|
phpcs / phpcs:
packages/wp-pay/core/src/LicenseManager.php#L353
wp_remote_get() is highly discouraged. Please use vip_safe_wp_remote_get() instead which is designed to more gracefully handle failure than wp_remote_get() does.
|
phpcs / phpcs:
packages/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php#L18
Equals sign not aligned with surrounding assignments; expected 2 spaces but found 1 space
|
phpcs / phpcs:
packages/woocommerce/action-scheduler/lib/cron-expression/CronExpression.php#L19
Equals sign not aligned with surrounding assignments; expected 4 spaces but found 1 space
|