Merge commit '9097d6c4d35b05576181f91bda68d316809f28b9'

# Conflicts:
#	resources/vanilla
This commit is contained in:
Dylan K. Taylor 2020-01-31 20:02:59 +00:00
commit 3401504bab

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;