automated imports cleanup

This commit is contained in:
Dylan K. Taylor 2020-05-20 14:31:31 +01:00
parent 3a78735982
commit 80b804f7aa
2 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\event\player;
use pocketmine\lang\TextContainer;
use pocketmine\lang\TranslationContainer;
use pocketmine\Player;
/**

View File

@ -28,6 +28,7 @@ use function fopen;
use function function_exists;
use function getenv;
use function is_array;
use function sapi_windows_vt100_support;
use function stream_isatty;
abstract class Terminal{