From 67b6c4e1b0a9fa0138eb897f8a19e5b85d705c29 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Fri, 8 Jan 2021 23:26:10 +0100 Subject: Fix psalm issues Signed-off-by: Sean Molenaar --- lib/Fetcher/IFeedFetcher.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Fetcher/IFeedFetcher.php') diff --git a/lib/Fetcher/IFeedFetcher.php b/lib/Fetcher/IFeedFetcher.php index bfa737805..ff9a89903 100644 --- a/lib/Fetcher/IFeedFetcher.php +++ b/lib/Fetcher/IFeedFetcher.php @@ -31,7 +31,7 @@ interface IFeedFetcher * @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 * - * @return an array containing the new feed and its items, first + * @return array an array containing the new feed and its items, first * element being the Feed and second element being an array of Items * * @throws ReadErrorException if the Feed-IO fetcher encounters a problem -- cgit v1.2.3