import cleanup and missing strict types declare

This commit is contained in:
Dylan K. Taylor
2017-08-07 15:42:46 +01:00
parent 54b6a5710e
commit 6b7a382625
8 changed files with 3 additions and 13 deletions

View File

@ -24,7 +24,6 @@ declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\item\Item;
use pocketmine\level\Level;
use pocketmine\math\AxisAlignedBB;
use pocketmine\nbt\tag\ByteTag;
use pocketmine\nbt\tag\CompoundTag;