Fix psalm

This commit is contained in:
Michel Roux 2023-12-24 17:05:35 +01:00
parent a4c4d3a2ce
commit a3f177d9ee
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ class EpisodeActionReader
/**
* https://github.com/pbek/nextcloud-nextpod/blob/main/lib/Core/EpisodeAction/EpisodeActionExtraData.php#L119.
*
* @return EpisodeActionExtraData[]
* @throws \Exception if the XML data could not be parsed
*/
public function parseRssXml(string $xmlString, ?int $fetchedAtUnix = null): array {