From a3f177d9eee0d499e0abcc8d6f03881a88f5a2bd Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Sun, 24 Dec 2023 17:05:35 +0100 Subject: [PATCH] Fix psalm --- lib/Core/EpisodeAction/EpisodeActionReader.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Core/EpisodeAction/EpisodeActionReader.php b/lib/Core/EpisodeAction/EpisodeActionReader.php index ecc6dcc..88eb62f 100644 --- a/lib/Core/EpisodeAction/EpisodeActionReader.php +++ b/lib/Core/EpisodeAction/EpisodeActionReader.php @@ -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 {