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

@ -23,11 +23,7 @@ declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\event\block\LeavesDecayEvent;
use pocketmine\item\Item;
use pocketmine\level\Level;
use pocketmine\Player;
use pocketmine\Server;
class Leaves2 extends Leaves{