Enable strict types on SubChunk and EmptySubChunk

This commit is contained in:
Dylan K. Taylor 2016-12-22 18:48:43 +00:00
parent 8ee3723588
commit acd141e5aa
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types = 1);
namespace pocketmine\level\format\generic;
use pocketmine\utils\ChunkException;

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types = 1);
namespace pocketmine\level\format\generic;
class SubChunk{