CS fix again

This commit is contained in:
Dylan K. Taylor 2021-11-08 18:45:05 +00:00
parent 08420c2556
commit 1fb60b5b3a
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -30,10 +30,6 @@ use pocketmine\block\utils\SlabType;
use pocketmine\block\VanillaBlocks;
use pocketmine\utils\SingletonTrait;
use pocketmine\utils\StringToTParser;
use function array_keys;
use function str_replace;
use function strtolower;
use function trim;
/**
* Handles parsing items from strings. This is used to interpret names from the /give command (and others).