AutoUpdater: fixed type doc for updateInfo

This commit is contained in:
Dylan K. Taylor 2020-01-30 21:34:26 +00:00
parent da43ae82fe
commit 9097d6c4d3

View File

@ -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;