diff --git a/src/Services/System/UpdateAvailableManager.php b/src/Services/System/UpdateAvailableManager.php index bf44706d..8d9bacac 100644 --- a/src/Services/System/UpdateAvailableManager.php +++ b/src/Services/System/UpdateAvailableManager.php @@ -93,7 +93,7 @@ class UpdateAvailableManager /** * Get the latest version info. The value is cached for 2 days. * @return array - * @phpstan-return array{version: string} + * @phpstan-return array{version: string, url: string} */ private function getLatestVersionInfo(): array {