Fix PHPCS errors

This commit is contained in:
Daniel Dudzic 2024-11-29 16:36:19 +01:00
parent ff72a60ad5
commit 378423ef07
No known key found for this signature in database
GPG key ID: 31B40D33E3465483

View file

@ -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 );
}
);
}