mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 10:53:05 +00:00
Fixed some unnecessary FQNs in docs
This commit is contained in:
@ -31,10 +31,10 @@ use pocketmine\Player;
|
||||
class BlockBreakEvent extends BlockEvent implements Cancellable{
|
||||
public static $handlerList = null;
|
||||
|
||||
/** @var \pocketmine\Player */
|
||||
/** @var Player */
|
||||
protected $player;
|
||||
|
||||
/** @var \pocketmine\item\Item */
|
||||
/** @var Item */
|
||||
protected $item;
|
||||
|
||||
/** @var bool */
|
||||
|
Reference in New Issue
Block a user