Skip to content

Commit eda8351

Browse files
committed
CS
1 parent 68ce8e8 commit eda8351

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build/codegen/block-serializer-consts.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
use pocketmine\utils\AssumptionFailedError;
3636
use pocketmine\utils\Filesystem;
3737
use pocketmine\utils\Utils;
38+
use function array_filter;
3839
use function array_values;
3940
use function asort;
4041
use function count;

src/network/mcpe/handler/LoginPacketHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
use function json_decode;
5858
use function md5;
5959
use function ord;
60+
use function substr;
6061
use const JSON_THROW_ON_ERROR;
6162

6263
/**

0 commit comments

Comments
 (0)