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\plugin;
use pocketmine\event\Event;

View File

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

View File

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

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types=1);
/**
* Plugin related classes
*/

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types=1);
namespace pocketmine\plugin;
use pocketmine\command\Command;

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types=1);
namespace pocketmine\plugin;
use pocketmine\permission\Permission;

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types=1);
namespace pocketmine\plugin;
use pocketmine\utils\ServerException;

View File

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

View File

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

View File

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

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types=1);
namespace pocketmine\plugin;
use pocketmine\command\defaults\TimingsCommand;

View File

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

View File

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