mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-05 11:27:07 +00:00
build/server-phar: import global functions
This commit is contained in:
parent
d418dd7a09
commit
da5b7f47df
@ -24,6 +24,23 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\build\server_phar;
|
namespace pocketmine\build\server_phar;
|
||||||
|
|
||||||
use pocketmine\utils\Git;
|
use pocketmine\utils\Git;
|
||||||
|
use function array_map;
|
||||||
|
use function count;
|
||||||
|
use function defined;
|
||||||
|
use function dirname;
|
||||||
|
use function file_exists;
|
||||||
|
use function getcwd;
|
||||||
|
use function getopt;
|
||||||
|
use function implode;
|
||||||
|
use function ini_get;
|
||||||
|
use function microtime;
|
||||||
|
use function preg_quote;
|
||||||
|
use function realpath;
|
||||||
|
use function round;
|
||||||
|
use function rtrim;
|
||||||
|
use function sprintf;
|
||||||
|
use function str_replace;
|
||||||
|
use function unlink;
|
||||||
|
|
||||||
require dirname(__DIR__) . '/vendor/autoload.php';
|
require dirname(__DIR__) . '/vendor/autoload.php';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user