Fixed some unnecessary FQNs in docs

This commit is contained in:
Dylan K. Taylor
2017-06-25 12:43:04 +01:00
parent a365c831a8
commit a73c6f1861
23 changed files with 59 additions and 40 deletions

View File

@ -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;
/**