Skip to content

Commit 5360b77

Browse files
cs style fixes
1 parent 1ad80e9 commit 5360b77

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/item/ArmorTrimPattern.php

-4
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@
2323

2424
namespace pocketmine\item;
2525

26-
use function str_ends_with;
27-
use function strlen;
28-
use function substr;
29-
3026
enum ArmorTrimPattern : string{
3127

3228
case COAST = "coast";

src/network/mcpe/handler/ItemStackRequestExecutor.php

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
use pocketmine\network\mcpe\protocol\types\inventory\stackresponse\ItemStackResponse;
5656
use pocketmine\network\mcpe\protocol\types\inventory\UIInventorySlotOffset;
5757
use pocketmine\player\Player;
58-
use pocketmine\Server;
5958
use pocketmine\utils\AssumptionFailedError;
6059
use function array_key_first;
6160
use function count;

0 commit comments

Comments
 (0)