mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-05 17:36:12 +00:00
Modernize property type declarations
This commit is contained in:
@ -49,10 +49,8 @@ class SendUsageTask extends AsyncTask{
|
||||
public const TYPE_STATUS = 2;
|
||||
public const TYPE_CLOSE = 3;
|
||||
|
||||
/** @var string */
|
||||
public $endpoint;
|
||||
/** @var string */
|
||||
public $data;
|
||||
public string $endpoint;
|
||||
public string $data;
|
||||
|
||||
/**
|
||||
* @param string[] $playerList
|
||||
|
Reference in New Issue
Block a user