mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
CS cleanup
This commit is contained in:
parent
54c19fd662
commit
2b88b215bf
@ -87,13 +87,16 @@ use function fwrite;
|
|||||||
use function get_class;
|
use function get_class;
|
||||||
use function implode;
|
use function implode;
|
||||||
use function is_array;
|
use function is_array;
|
||||||
|
use function is_object;
|
||||||
use function json_encode;
|
use function json_encode;
|
||||||
use function ksort;
|
use function ksort;
|
||||||
|
use function mkdir;
|
||||||
use function ord;
|
use function ord;
|
||||||
use function strlen;
|
use function strlen;
|
||||||
use const FILE_IGNORE_NEW_LINES;
|
use const FILE_IGNORE_NEW_LINES;
|
||||||
use const JSON_PRETTY_PRINT;
|
use const JSON_PRETTY_PRINT;
|
||||||
use const JSON_THROW_ON_ERROR;
|
use const JSON_THROW_ON_ERROR;
|
||||||
|
use const PHP_BINARY;
|
||||||
use const PHP_EOL;
|
use const PHP_EOL;
|
||||||
use const SORT_NUMERIC;
|
use const SORT_NUMERIC;
|
||||||
use const SORT_STRING;
|
use const SORT_STRING;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user