Added missing strict type declares

This commit is contained in:
Dylan K. Taylor 2017-08-04 13:14:20 +01:00
parent 11fae493a5
commit fdf71841e1
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@
*
*/
declare(strict_types=1);
namespace pocketmine\block;

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types=1);
namespace pocketmine\tile;