mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Modernize property type declarations
This commit is contained in:
@ -33,13 +33,9 @@ use function ucfirst;
|
||||
|
||||
class UpdateChecker{
|
||||
|
||||
/** @var Server */
|
||||
protected $server;
|
||||
/** @var string */
|
||||
protected $endpoint;
|
||||
/** @var UpdateInfo|null */
|
||||
protected $updateInfo = null;
|
||||
|
||||
protected Server $server;
|
||||
protected string $endpoint;
|
||||
protected ?UpdateInfo $updateInfo = null;
|
||||
private \Logger $logger;
|
||||
|
||||
public function __construct(Server $server, string $endpoint){
|
||||
|
Reference in New Issue
Block a user