From 1fb60b5b3a3931c51e26e9f181cbdb07e8d52a37 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 8 Nov 2021 18:45:05 +0000 Subject: [PATCH] CS fix again --- src/item/StringToItemParser.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/item/StringToItemParser.php b/src/item/StringToItemParser.php index 6d313905d..0d92ec428 100644 --- a/src/item/StringToItemParser.php +++ b/src/item/StringToItemParser.php @@ -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).