From 6cd83ea1da4d24d439a5f30bfc13349f0c25e597 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Thu, 11 Feb 2021 07:56:31 +0100 Subject: remove unused lastModified from feed fetcher Signed-off-by: Benjamin Brahmer --- lib/Fetcher/IFeedFetcher.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'lib/Fetcher/IFeedFetcher.php') diff --git a/lib/Fetcher/IFeedFetcher.php b/lib/Fetcher/IFeedFetcher.php index abb367889..45e0915f0 100644 --- a/lib/Fetcher/IFeedFetcher.php +++ b/lib/Fetcher/IFeedFetcher.php @@ -24,9 +24,7 @@ interface IFeedFetcher * Fetch feed content. * * @param string $url remote url of the feed - * @param string|null $lastModified a last modified value from an http header defaults to false. - * If lastModified matches the http header from the feed no results are fetched - * @param bool $fullTextEnabled If true use a scraper to download the full article + * @param bool $fullTextEnabled If true use a scraper to download the full article * @param string|null $user if given, basic auth is set for this feed * @param string|null $password if given, basic auth is set for this feed. Ignored if user is empty * @@ -37,7 +35,6 @@ interface IFeedFetcher */ public function fetch( string $url, - ?string $lastModified, bool $fullTextEnabled, ?string $user, ?string $password -- cgit v1.2.3