Some inspection fixes

This commit is contained in:
Dylan K. Taylor
2017-08-16 13:07:33 +01:00
parent 9a0b3a6e22
commit c4d8c28338
3 changed files with 13 additions and 3 deletions

View File

@ -23,7 +23,6 @@ declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\item\Item;
use pocketmine\level\Level;
class GlowingRedstoneOre extends RedstoneOre{