Skip to content

Commit

Permalink
chore: phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theodesp committed Jan 20, 2025
1 parent 8524235 commit 6acd73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Data/ContentBlocksResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ private static function filter_allowed_blocks( array $blocks, array $allowed_blo

return array_filter(
$blocks,
static function ($block) use ($allowed_block_names) {
static function ( $block ) use ( $allowed_block_names ) {
return in_array( $block['blockName'], $allowed_block_names, true );
}
);
Expand Down

0 comments on commit 6acd73b

Please sign in to comment.