fix PhpStorm's screwups

This commit is contained in:
Dylan K. Taylor
2019-07-01 18:49:07 +01:00
parent 7aa4d974ef
commit b90be8dc5f
2 changed files with 10 additions and 10 deletions

View File

@ -183,7 +183,7 @@ class Player extends Human implements CommandSender, ChunkLoader, ChunkListener,
protected $permanentWindows = [];
/** @var PlayerCursorInventory */
protected $cursorInventory;
/** @var \pocketmine\crafting\CraftingGrid */
/** @var CraftingGrid */
protected $craftingGrid = null;
/** @var int */