mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Fix CS
This commit is contained in:
parent
3ce1be2a23
commit
3a9e4bc357
@ -28,6 +28,15 @@ use pocketmine\nbt\tag\IntTag;
|
|||||||
use pocketmine\nbt\tag\StringTag;
|
use pocketmine\nbt\tag\StringTag;
|
||||||
use pocketmine\network\mcpe\convert\BlockStateDictionary;
|
use pocketmine\network\mcpe\convert\BlockStateDictionary;
|
||||||
use pocketmine\utils\AssumptionFailedError;
|
use pocketmine\utils\AssumptionFailedError;
|
||||||
|
use function array_values;
|
||||||
|
use function count;
|
||||||
|
use function dirname;
|
||||||
|
use function file_get_contents;
|
||||||
|
use function file_put_contents;
|
||||||
|
use function fwrite;
|
||||||
|
use function get_class;
|
||||||
|
use function json_encode;
|
||||||
|
use function ksort;
|
||||||
|
|
||||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||||
|
|
||||||
@ -66,5 +75,3 @@ foreach($reportMap as $blockName => $propertyList){
|
|||||||
ksort($reportMap, SORT_STRING);
|
ksort($reportMap, SORT_STRING);
|
||||||
|
|
||||||
file_put_contents($argv[2], json_encode($reportMap, JSON_PRETTY_PRINT));
|
file_put_contents($argv[2], json_encode($reportMap, JSON_PRETTY_PRINT));
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user