PhpStorm sucks

I'm very sure I enabled 'Ensure every file ends with a line break' ...
This commit is contained in:
Dylan K. Taylor 2022-05-24 15:22:23 +01:00
parent 0fc24c94cd
commit d8dc32ec4b
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
5 changed files with 4 additions and 5 deletions

View File

@ -34,7 +34,6 @@ use pocketmine\data\bedrock\item\ItemTypeIds as Ids;
use pocketmine\data\bedrock\item\SavedItemData as Data;
use pocketmine\data\bedrock\PotionTypeIdMap;
use pocketmine\item\Banner;
use pocketmine\item\Durable;
use pocketmine\item\Item;
use pocketmine\item\ItemBlock;
use pocketmine\item\PotionType;

View File

@ -25,4 +25,4 @@ namespace pocketmine\data\bedrock\item;
final class ItemTypeDeserializeException extends \RuntimeException{
}
}

View File

@ -25,4 +25,4 @@ namespace pocketmine\data\bedrock\item;
final class ItemTypeSerializeException extends \LogicException{
}
}

View File

@ -58,4 +58,4 @@ final class CoralFan extends Item{
public function getMaxStackSize() : int{
return $this->getBlock()->getMaxStackSize();
}
}
}

View File

@ -39,4 +39,4 @@ final class ItemIdentifierFlattened extends ItemIdentifier{
public function getAllIds() : array{
return [$this->getId(), ...$this->additionalIds];
}
}
}