diff options
| author | 2021-04-17 18:10:47 +0200 | |
|---|---|---|
| committer | 2021-04-17 18:10:47 +0200 | |
| commit | d0d5f1ce3f6f617e2ee1a37253ddad9687eba71c (patch) | |
| tree | 5ae0d84e8dcd461ade04780367906854749084ab /lib/SimplePie/SimplePie.php | |
| parent | 27372b5bb7e8059c8cc4d2ff5c2fe5a0315a0191 (diff) | |
Merge SimplePie changes (#3588)
Related to https://github.com/simplepie/simplepie/pull/676
from https://github.com/FreshRSS/FreshRSS/pull/1087
Diffstat (limited to 'lib/SimplePie/SimplePie.php')
| -rw-r--r-- | lib/SimplePie/SimplePie.php | 4 |
1 files changed, 2 insertions, 2 deletions
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()) { |
