mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 02:08:21 +00:00
fix PhpStorm's screwups
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user