mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +02:00
Fixed static analysis issues
This commit is contained in:
parent
97ccb0cb21
commit
a43ee52086
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue