CS cleanup

This commit is contained in:
Dylan K. Taylor 2023-03-08 23:10:11 +00:00
parent 54c19fd662
commit 2b88b215bf
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -17,7 +17,7 @@
* @link http://www.pocketmine.net/
*
*
*/
*/
declare(strict_types=1);
@ -87,13 +87,16 @@ use function fwrite;
use function get_class;
use function implode;
use function is_array;
use function is_object;
use function json_encode;
use function ksort;
use function mkdir;
use function ord;
use function strlen;
use const FILE_IGNORE_NEW_LINES;
use const JSON_PRETTY_PRINT;
use const JSON_THROW_ON_ERROR;
use const PHP_BINARY;
use const PHP_EOL;
use const SORT_NUMERIC;
use const SORT_STRING;