Skip to content

Commit

Permalink
cs style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
HimmelKreis4865 committed Mar 22, 2024
1 parent 1ad80e9 commit 5360b77
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/item/ArmorTrimPattern.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@

namespace pocketmine\item;

use function str_ends_with;
use function strlen;
use function substr;

enum ArmorTrimPattern : string{

case COAST = "coast";
Expand Down
1 change: 0 additions & 1 deletion src/network/mcpe/handler/ItemStackRequestExecutor.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
use pocketmine\network\mcpe\protocol\types\inventory\stackresponse\ItemStackResponse;
use pocketmine\network\mcpe\protocol\types\inventory\UIInventorySlotOffset;
use pocketmine\player\Player;
use pocketmine\Server;
use pocketmine\utils\AssumptionFailedError;
use function array_key_first;
use function count;
Expand Down

0 comments on commit 5360b77

Please sign in to comment.