Skip to content

Commit 574fc67

Browse files
committed
chore: phpcs
1 parent 542edf1 commit 574fc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/feedzy-rss-feeds-feed-tweaks.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ function feedzy_show_import_tour() {
570570

571571
/**
572572
* Show review notice.
573-
*
573+
*
574574
* @return bool
575575
*/
576576
function feedzy_show_review_notice() {
@@ -591,7 +591,7 @@ function feedzy_show_review_notice() {
591591
'post_type' => 'feedzy_imports',
592592
'post_status' => 'publish',
593593
'posts_per_page' => 1,
594-
'meta_query' => array(
594+
'meta_query' => array( // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query
595595
array(
596596
'key' => 'imported_items_count',
597597
'value' => 100,

0 commit comments

Comments
 (0)