Update deps
All checks were successful
repod / xml (push) Successful in 13m58s
repod / php (push) Successful in 14m11s
repod / nodejs (push) Successful in 7m7s

This commit is contained in:
Michel Roux 2024-01-07 11:07:48 +01:00
parent b69fe34a64
commit 48cc054db5
3 changed files with 426 additions and 263 deletions

14
composer.lock generated
View File

@ -94,16 +94,16 @@
}, },
{ {
"name": "php-cs-fixer/shim", "name": "php-cs-fixer/shim",
"version": "v3.41.1", "version": "v3.46.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-CS-Fixer/shim.git", "url": "https://github.com/PHP-CS-Fixer/shim.git",
"reference": "01cea2dca727100537bd63e28e06e49a475b54e9" "reference": "e9fc76796f284c050615937b9bd2df7688452c33"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/01cea2dca727100537bd63e28e06e49a475b54e9", "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/e9fc76796f284c050615937b9bd2df7688452c33",
"reference": "01cea2dca727100537bd63e28e06e49a475b54e9", "reference": "e9fc76796f284c050615937b9bd2df7688452c33",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -140,9 +140,9 @@
"description": "A tool to automatically fix PHP code style", "description": "A tool to automatically fix PHP code style",
"support": { "support": {
"issues": "https://github.com/PHP-CS-Fixer/shim/issues", "issues": "https://github.com/PHP-CS-Fixer/shim/issues",
"source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.41.1" "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.46.0"
}, },
"time": "2023-12-10T19:59:57+00:00" "time": "2024-01-03T21:39:12+00:00"
}, },
{ {
"name": "psalm/phar", "name": "psalm/phar",
@ -391,5 +391,5 @@
"platform-overrides": { "platform-overrides": {
"php": "8.0" "php": "8.0"
}, },
"plugin-api-version": "2.2.0" "plugin-api-version": "2.3.0"
} }

View File

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

673
package-lock.json generated

File diff suppressed because it is too large Load Diff