mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
cumulative imports cleanup (again)
This commit is contained in:
@@ -23,6 +23,18 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\network\mcpe;
|
||||
|
||||
use function base64_decode;
|
||||
use function base64_encode;
|
||||
use function count;
|
||||
use function explode;
|
||||
use function is_array;
|
||||
use function json_decode;
|
||||
use function json_last_error_msg;
|
||||
use function rtrim;
|
||||
use function str_repeat;
|
||||
use function strlen;
|
||||
use function strtr;
|
||||
|
||||
final class JwtUtils{
|
||||
|
||||
/**
|
||||
|
@@ -38,10 +38,8 @@ use function explode;
|
||||
use function gmp_init;
|
||||
use function json_decode;
|
||||
use function openssl_verify;
|
||||
use function str_repeat;
|
||||
use function str_split;
|
||||
use function strlen;
|
||||
use function strtr;
|
||||
use function time;
|
||||
use const OPENSSL_ALGO_SHA384;
|
||||
|
||||
|
Reference in New Issue
Block a user