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