reduce some doc comments to single line

This commit is contained in:
Dylan K. Taylor
2020-03-10 12:36:19 +00:00
parent 344c980cff
commit 456d9a722a
4 changed files with 8 additions and 24 deletions

View File

@ -28,13 +28,9 @@ use pocketmine\Player;
class CreativeInventoryAction extends InventoryAction{
/**
* Player put an item into the creative window to destroy it.
*/
/** Player put an item into the creative window to destroy it. */
public const TYPE_DELETE_ITEM = 0;
/**
* Player took an item from the creative window.
*/
/** Player took an item from the creative window. */
public const TYPE_CREATE_ITEM = 1;
/** @var int */