Skip to content

Commit

Permalink
NetworkSession: fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 8, 2023
1 parent 267032c commit dd355c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/network/mcpe/NetworkSession.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
use function base64_encode;
use function bin2hex;
use function count;
use function function_exists;
use function get_class;
use function hrtime;
use function in_array;
Expand All @@ -141,6 +142,7 @@
use function substr;
use function time;
use function ucfirst;
use function xdebug_is_debugger_active;
use const JSON_THROW_ON_ERROR;
use const SORT_NUMERIC;

Expand Down

0 comments on commit dd355c5

Please sign in to comment.