Skip to content

Commit 78b36d0

Browse files
committed
...
1 parent 571cabf commit 78b36d0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/types/command/CommandData.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
namespace pocketmine\network\mcpe\protocol\types\command;
1616

17+
use function is_int;
18+
1719
class CommandData{
1820
private string $permission;
1921

src/types/command/CommandPermissions.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
namespace pocketmine\network\mcpe\protocol\types\command;
1616

17-
use pocketmine\network\mcpe\protocol\PacketDecodeException;
1817
use function array_flip;
1918

2019
final class CommandPermissions{

0 commit comments

Comments
 (0)