mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-16 00:15:35 +00:00
Fix CS
This commit is contained in:
parent
21cf3813be
commit
8822bdbefa
@ -26,4 +26,4 @@ namespace pocketmine\data\bedrock\block;
|
||||
interface DelegatingBlockStateDeserializer extends BlockStateDeserializer{
|
||||
|
||||
public function getRealDeserializer() : BlockStateDeserializer;
|
||||
}
|
||||
}
|
||||
|
@ -26,4 +26,4 @@ namespace pocketmine\data\bedrock\block;
|
||||
interface DelegatingBlockStateSerializer extends BlockStateSerializer{
|
||||
|
||||
public function getRealSerializer() : BlockStateSerializer;
|
||||
}
|
||||
}
|
||||
|
@ -23,6 +23,8 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\data\bedrock\item\upgrade;
|
||||
|
||||
use function mb_strtolower;
|
||||
|
||||
final class ItemIdMetaUpgradeSchema{
|
||||
|
||||
/**
|
||||
|
@ -27,11 +27,11 @@ use pocketmine\utils\AssumptionFailedError;
|
||||
use pocketmine\utils\SingletonTrait;
|
||||
use pocketmine\utils\Utils;
|
||||
use Webmozart\PathUtil\Path;
|
||||
use function array_search;
|
||||
use function file_get_contents;
|
||||
use function is_array;
|
||||
use function is_string;
|
||||
use function json_decode;
|
||||
use function mb_strtolower;
|
||||
use const pocketmine\BEDROCK_ITEM_UPGRADE_SCHEMA_PATH;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user