Skip to content

Commit

Permalink
fix phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
wordpressfan committed Aug 27, 2024
1 parent d734781 commit 8c552f0
Showing 1 changed file with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ protected function get_processed_tags() {
*
* @param array|string[] $tags Tags to be processed.
*/
return wpm_apply_filters_typed( 'array', 'rocket_lazy_render_content_processed_tags', [
'DIV',
'MAIN',
'FOOTER',
'SECTION',
'ARTICLE',
'HEADER',
] );
return wpm_apply_filters_typed(
'array',
'rocket_lazy_render_content_processed_tags',
[
'DIV',
'MAIN',
'FOOTER',
'SECTION',
'ARTICLE',
'HEADER',
]
);
}

}

0 comments on commit 8c552f0

Please sign in to comment.