mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
Fixed some unnecessary FQNs in docs
This commit is contained in:
@ -30,7 +30,7 @@ use pocketmine\block\Block;
|
||||
use pocketmine\event\Event;
|
||||
|
||||
abstract class BlockEvent extends Event{
|
||||
/** @var \pocketmine\block\Block */
|
||||
/** @var Block */
|
||||
protected $block;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user