fixed PHPCS

This commit is contained in:
Daniel Hüsken 2025-01-31 08:28:15 +01:00
parent 99ca470d3f
commit a4ccd02902
No known key found for this signature in database
GPG key ID: 9F732DA37FA709E8
7 changed files with 14 additions and 14 deletions

View file

@ -258,8 +258,8 @@ class AxoGateway extends WC_Payment_Gateway {
* So you can implement your own for example on subscriptions
*
* - true bool controls execution of 'OrderProcessor::precess()'
* @var $this \WC_Payment_Gateway
* @var $wc_order \WC_Order
* - $this \WC_Payment_Gateway
* - $wc_order \WC_Order
*/
$process = apply_filters( 'woocommerce_paypal_payments_before_order_process', true, $this, $wc_order );
if ( $process ) {