mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
Command: fix type doc comment for commandMap field
This commit is contained in:
parent
5caae37768
commit
4b65e1cbe1
@ -55,7 +55,7 @@ abstract class Command{
|
|||||||
*/
|
*/
|
||||||
private $activeAliases = [];
|
private $activeAliases = [];
|
||||||
|
|
||||||
/** @var CommandMap */
|
/** @var CommandMap|null */
|
||||||
private $commandMap = null;
|
private $commandMap = null;
|
||||||
|
|
||||||
/** @var string */
|
/** @var string */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user