From 25775bb4075e70aa4fad4620d077d4a0e59bb139 Mon Sep 17 00:00:00 2001 From: wn_ Date: Sat, 13 Nov 2021 04:14:18 +0000 Subject: Fix type of 'check_first_id' in Feeds '_format_headlines_list'. --- classes/feeds.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes/feeds.php') diff --git a/classes/feeds.php b/classes/feeds.php index 24511c396..22906cb54 100755 --- a/classes/feeds.php +++ b/classes/feeds.php @@ -21,7 +21,7 @@ class Feeds extends Handler_Protected { * @return array{0: array, 1: int, 2: int, 3: bool, 4: array} $topmost_article_ids, $headlines_count, $feed, $disable_cache, $reply */ private function _format_headlines_list(int $feed, string $method, string $view_mode, int $limit, bool $cat_view, - int $offset, string $override_order, bool $include_children, bool $check_first_id, + int $offset, string $override_order, bool $include_children, ?int $check_first_id = null, bool $skip_first_id_check, string $order_by): array { $disable_cache = false; -- cgit v1.2.3