Some cleanup and added missing strict types declare for EndRod

This commit is contained in:
Dylan K. Taylor
2017-08-19 11:11:49 +01:00
parent bedfca8698
commit 64f2e7587d
6 changed files with 2 additions and 18 deletions

View File

@ -19,8 +19,9 @@
*
*/
namespace pocketmine\block;
declare(strict_types=1);
namespace pocketmine\block;
use pocketmine\item\Item;
use pocketmine\math\AxisAlignedBB;