From 224b20edd16a6abd4879fe0e9e0f4c1608c9accf Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 8 May 2021 00:56:54 +0200 Subject: Merge upstream SimplePie PR details (#3614) https://github.com/simplepie/simplepie/pull/681 https://github.com/simplepie/simplepie/pull/680 https://github.com/simplepie/simplepie/pull/675 --- lib/SimplePie/SimplePie.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/SimplePie/SimplePie.php') diff --git a/lib/SimplePie/SimplePie.php b/lib/SimplePie/SimplePie.php index ec95861cd..15b4dfea4 100644 --- a/lib/SimplePie/SimplePie.php +++ b/lib/SimplePie/SimplePie.php @@ -929,6 +929,8 @@ class SimplePie /** * Return the filename (i.e. hash, without path and without extension) of the file to cache a given URL. + * @param string $url The URL of the feed to be cached. + * @return string A filename (i.e. hash, without path and without extension). */ public function get_cache_filename($url) { -- cgit v1.2.3