From 35b53ecd404a74edea3c6866e451c4819bdc9ea8 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Tue, 29 Sep 2020 13:54:17 +0200 Subject: OPML export command and fixes Signed-off-by: Sean Molenaar --- lib/Config/FetcherConfig.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Config') diff --git a/lib/Config/FetcherConfig.php b/lib/Config/FetcherConfig.php index 4966f5b40..3e75d854a 100644 --- a/lib/Config/FetcherConfig.php +++ b/lib/Config/FetcherConfig.php @@ -98,9 +98,9 @@ class FetcherConfig /** * Configure a guzzle client * - * @return ClientInterface Legacy client to guzzle. + * @return ClientInterface Client to guzzle. */ - public function getClient() + public function getClient(): ClientInterface { $config = [ 'timeout' => $this->client_timeout, -- cgit v1.2.3