This commit is contained in:
Dylan K. Taylor 2022-08-25 18:19:16 +01:00
parent 0e73ffe555
commit 7f175b47e6
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 0 additions and 3 deletions

View File

@ -32,9 +32,7 @@ use pocketmine\utils\TextFormat;
use pocketmine\utils\Utils;
use pocketmine\VersionInfo;
use function count;
use function function_exists;
use function implode;
use function opcache_get_status;
use function sprintf;
use function stripos;
use function strtolower;

View File

@ -79,7 +79,6 @@ use function preg_match_all;
use function preg_replace;
use function shell_exec;
use function spl_object_id;
use function sprintf;
use function str_pad;
use function str_split;
use function stripos;