Fixed static analysis issues

This commit is contained in:
Jan Böhmer 2023-08-05 00:07:42 +02:00
parent 97ccb0cb21
commit a43ee52086

View file

@ -93,7 +93,7 @@ class UpdateAvailableManager
/** /**
* Get the latest version info. The value is cached for 2 days. * Get the latest version info. The value is cached for 2 days.
* @return array * @return array
* @phpstan-return array{version: string} * @phpstan-return array{version: string, url: string}
*/ */
private function getLatestVersionInfo(): array private function getLatestVersionInfo(): array
{ {