mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
strip extra blank lines (php-cs-fixer)
This commit is contained in:
@ -60,7 +60,6 @@ class Item implements ItemIds, \JsonSerializable{
|
||||
public const TAG_DISPLAY_NAME = "Name";
|
||||
public const TAG_DISPLAY_LORE = "Lore";
|
||||
|
||||
|
||||
/** @var LittleEndianNBTStream */
|
||||
private static $cachedParser = null;
|
||||
|
||||
@ -111,7 +110,6 @@ class Item implements ItemIds, \JsonSerializable{
|
||||
return ItemFactory::fromString($str, $multiple);
|
||||
}
|
||||
|
||||
|
||||
/** @var Item[] */
|
||||
private static $creative = [];
|
||||
|
||||
|
Reference in New Issue
Block a user