More PhpStorm inspections, import cleanup

This commit is contained in:
Dylan K. Taylor
2017-01-04 14:52:57 +00:00
parent 07f18d8f6c
commit 598e7aac8f
35 changed files with 73 additions and 98 deletions

View File

@ -94,7 +94,6 @@ use pocketmine\network\protocol\UpdateBlockPacket;
use pocketmine\network\protocol\UseItemPacket;
use pocketmine\Player;
use pocketmine\Server;
use pocketmine\utils\Binary;
use pocketmine\utils\BinaryStream;
class Network{