strip extra blank lines (php-cs-fixer)

This commit is contained in:
Dylan K. Taylor
2020-01-22 14:50:29 +00:00
parent 9cd6b3e1c7
commit f624871b3f
193 changed files with 0 additions and 243 deletions

View File

@ -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 = [];