Bite the bullet and enable strict types on everything

This commit is contained in:
Dylan K. Taylor
2017-06-03 21:32:29 +01:00
parent 606b9b687d
commit 51b0673b4b
846 changed files with 1691 additions and 1 deletions

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types=1);
namespace pocketmine\entity;
use pocketmine\event\entity\EntityDamageByEntityEvent;