mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-22 19:06:35 +00:00
imports cleanup
This commit is contained in:
parent
73a8c90bee
commit
d6d9dde0b2
@ -23,8 +23,8 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace pocketmine;
|
namespace pocketmine;
|
||||||
|
|
||||||
use pocketmine\errorhandler\ErrorTypeToStringMap;
|
|
||||||
use Composer\InstalledVersions;
|
use Composer\InstalledVersions;
|
||||||
|
use pocketmine\errorhandler\ErrorTypeToStringMap;
|
||||||
use pocketmine\network\mcpe\protocol\ProtocolInfo;
|
use pocketmine\network\mcpe\protocol\ProtocolInfo;
|
||||||
use pocketmine\plugin\PluginBase;
|
use pocketmine\plugin\PluginBase;
|
||||||
use pocketmine\plugin\PluginManager;
|
use pocketmine\plugin\PluginManager;
|
||||||
|
@ -91,7 +91,6 @@ use function floor;
|
|||||||
use function get_class;
|
use function get_class;
|
||||||
use function gettype;
|
use function gettype;
|
||||||
use function is_a;
|
use function is_a;
|
||||||
use function is_array;
|
|
||||||
use function is_object;
|
use function is_object;
|
||||||
use function lcg_value;
|
use function lcg_value;
|
||||||
use function max;
|
use function max;
|
||||||
|
@ -25,6 +25,7 @@ namespace pocketmine\block;
|
|||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use pocketmine\block\utils\BrewingStandSlot;
|
use pocketmine\block\utils\BrewingStandSlot;
|
||||||
|
use function count;
|
||||||
|
|
||||||
class BrewingStandTest extends TestCase{
|
class BrewingStandTest extends TestCase{
|
||||||
|
|
||||||
|
@ -24,6 +24,7 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\plugin;
|
namespace pocketmine\plugin;
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
|
use function sort;
|
||||||
|
|
||||||
class ApiVersionTest extends TestCase{
|
class ApiVersionTest extends TestCase{
|
||||||
|
|
||||||
|
@ -24,7 +24,6 @@ declare(strict_types=1);
|
|||||||
namespace pocketmine\utils;
|
namespace pocketmine\utils;
|
||||||
|
|
||||||
use PHPUnit\Framework\TestCase;
|
use PHPUnit\Framework\TestCase;
|
||||||
use pocketmine\block\VanillaBlocks;
|
|
||||||
|
|
||||||
final class CloningRegistryTraitTest extends TestCase{
|
final class CloningRegistryTraitTest extends TestCase{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user