mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-12 08:49:42 +00:00
PlayerCreationEvent: fixed doc comments for baseClass and playerClass fields
This commit is contained in:
parent
8a7017fd6b
commit
293c2710d0
@ -39,9 +39,9 @@ class PlayerCreationEvent extends Event{
|
|||||||
/** @var int */
|
/** @var int */
|
||||||
private $port;
|
private $port;
|
||||||
|
|
||||||
/** @var Player::class */
|
/** @var string */
|
||||||
private $baseClass;
|
private $baseClass;
|
||||||
/** @var Player::class */
|
/** @var string */
|
||||||
private $playerClass;
|
private $playerClass;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user