mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
Fix PHPCS errors
This commit is contained in:
parent
ff72a60ad5
commit
378423ef07
1 changed files with 2 additions and 2 deletions
|
@ -144,8 +144,8 @@ class AxoBlockModule implements ServiceModule, ExtendingModule, ExecutableModule
|
|||
if ( $is_axo_enabled ) {
|
||||
add_action(
|
||||
'wp_enqueue_scripts',
|
||||
function () use ($c) {
|
||||
$this->enqueue_paypal_insights_script($c);
|
||||
function () use ( $c ) {
|
||||
$this->enqueue_paypal_insights_script( $c );
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue