Skip to content

Add Mollie gateway. #84

Add Mollie gateway.

Add Mollie gateway. #84

Triggered via push May 7, 2024 10:00
Status Failure
Total duration 47s
Artifacts

ci.yaml

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

Annotations

11 errors and 10 warnings
phpstan / phpstan
Process completed with exit code 1.
phpcs / phpcs: packages/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php#L9
Opening brace should be on the same line as the declaration for interface CronExpression_FieldInterface
phpcs / phpcs: packages/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php#L10
Tabs must be used to indent lines; spaces are not allowed
phpcs / phpcs: packages/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php#L11
Tabs must be used to indent lines; spaces are not allowed
phpcs / phpcs: packages/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php#L12
Tabs must be used to indent lines; spaces are not allowed
phpcs / phpcs: packages/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php#L13
Tabs must be used to indent lines; spaces are not allowed
phpcs / phpcs: packages/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php#L14
Tabs must be used to indent lines; spaces are not allowed
phpcs / phpcs: packages/woocommerce/action-scheduler/lib/cron-expression/CronExpression_FieldInterface.php#L15
Tabs must be used to indent lines; spaces are not allowed
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L57
Use of a direct database call is discouraged.
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L57
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L104
Use of a direct database call is discouraged.
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L149
Use of a direct database call is discouraged.
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L149
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L210
Use of a direct database call is discouraged.
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L210
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L221
Use of a direct database call is discouraged.
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L221
Direct database call without caching detected. Consider using wp_cache_get() / wp_cache_set() or wp_cache_delete().
phpcs / phpcs: packages/wp-pay-gateways/mollie/src/CustomerDataStore.php#L243
Use of a direct database call is discouraged.