mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 03:15:56 +00:00
Minor correction to RSSUtils::cache_enclosures() $enclosures param type.
All FeedEnclosure values are currently strings, even though the numeric things get converted to int before getting inserted in 'ttrss_enclosures'.
This commit is contained in:
@@ -1275,7 +1275,7 @@ class RSSUtils {
|
||||
/**
|
||||
* TODO: move to DiskCache?
|
||||
*
|
||||
* @param array<int, array<string|int>> $enclosures An array of "enclosure arrays" [string $link, string $type, int $length, string, $title, int $width, int $height]
|
||||
* @param array<int, array<string>> $enclosures An array of "enclosure arrays" [string $link, string $type, string $length, string, $title, string $width, string $height]
|
||||
* @see RSSUtils::update_rss_feed()
|
||||
* @see FeedEnclosure
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user