mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-12 14:35:35 +00:00
GlobalConstants: add strict_types
This commit is contained in:
parent
167492087f
commit
344c980cff
@ -19,6 +19,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
declare(strict_types=1);
|
||||||
|
|
||||||
// composer autoload doesn't use require_once and also pthreads can inherit things
|
// composer autoload doesn't use require_once and also pthreads can inherit things
|
||||||
if(defined('pocketmine\_GLOBAL_CONSTANTS_INCLUDED')){
|
if(defined('pocketmine\_GLOBAL_CONSTANTS_INCLUDED')){
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user