diff --git a/classes/rssutils.php b/classes/rssutils.php index baace6b20..b886a060c 100755 --- a/classes/rssutils.php +++ b/classes/rssutils.php @@ -1275,7 +1275,7 @@ class RSSUtils { /** * TODO: move to DiskCache? * - * @param array> $enclosures An array of "enclosure arrays" [string $link, string $type, int $length, string, $title, int $width, int $height] + * @param array> $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 */