mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 10:22:56 +00:00
AutoUpdater: fixed type doc for updateInfo
This commit is contained in:
@ -41,7 +41,7 @@ class AutoUpdater{
|
||||
protected $server;
|
||||
/** @var string */
|
||||
protected $endpoint;
|
||||
/* @var mixed[]|null */
|
||||
/** @var mixed[]|null */
|
||||
protected $updateInfo = null;
|
||||
/** @var VersionString|null */
|
||||
protected $newVersion;
|
||||
|
Reference in New Issue
Block a user