summaryrefslogtreecommitdiff
path: root/classes/RSSUtils.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/RSSUtils.php')
-rw-r--r--classes/RSSUtils.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/RSSUtils.php b/classes/RSSUtils.php
index 540069b6a..c4a6af548 100644
--- a/classes/RSSUtils.php
+++ b/classes/RSSUtils.php
@@ -1989,8 +1989,6 @@ class RSSUtils {
}
/**
- * @see https://community.tt-rss.org/t/problem-with-img-srcset/3519
- *
* @return array<int, array<string, string>> An array of srcset subitem arrays with keys "url" and "size"
*/
static function decode_srcset(string $srcset): array {