Skip to content

Commit c4dfa53

Browse files
fix: phpstan
1 parent 8201369 commit c4dfa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/admin/feedzy-rss-feeds-import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ public function feedzy_import_feed_options() {
438438
'posts_per_page' => 100,
439439
);
440440
$feed_categories = get_posts( $args );
441-
$post_types = get_post_types( '', 'object' );
441+
$post_types = get_post_types( '', 'objects' );
442442
$post_types = array_diff_key(
443443
$post_types,
444444
array(

0 commit comments

Comments
 (0)