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

@ -1,5 +1,6 @@
<?php
/*
*
* ____ _ _ __ __ _ __ __ ____
@ -19,6 +20,8 @@
*
*/
declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\item\Item;