From d0d5f1ce3f6f617e2ee1a37253ddad9687eba71c Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 17 Apr 2021 18:10:47 +0200 Subject: Merge SimplePie changes (#3588) Related to https://github.com/simplepie/simplepie/pull/676 from https://github.com/FreshRSS/FreshRSS/pull/1087 --- lib/SimplePie/SimplePie.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/SimplePie/SimplePie.php') diff --git a/lib/SimplePie/SimplePie.php b/lib/SimplePie/SimplePie.php index 0acad05d8..ec95861cd 100644 --- a/lib/SimplePie/SimplePie.php +++ b/lib/SimplePie/SimplePie.php @@ -1308,9 +1308,9 @@ class SimplePie } /** - * Set the list of domains for which force HTTPS. + * Set the list of domains for which to force HTTPS. * @see SimplePie_Sanitize::set_https_domains() - * FreshRSS + * @param array List of HTTPS domains. Example array('biz', 'example.com', 'example.org', 'www.example.net'). */ public function set_https_domains($domains = array()) { -- cgit v1.2.3