Skip to content

Commit

Permalink
PHP linting fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauteri committed Jan 5, 2025
1 parent 6a33921 commit 41d051e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/core/classes/class-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ protected function setup_hooks(): void {
// Set priority to 11 to not conflict with media modal.
add_action( 'admin_footer', array( $this, 'event_communication_modal' ), 11 );

add_filter( 'render_block', [ $this, 'maybe_enqueue_styles' ], 10, 2 );
add_filter( 'render_block', array( $this, 'maybe_enqueue_styles' ), 10, 2 );
}

/**
Expand Down

0 comments on commit 41d051e

Please sign in to comment.