GlobalConstants: add strict_types

This commit is contained in:
Dylan K. Taylor 2020-03-10 12:35:13 +00:00
parent 167492087f
commit 344c980cff

View File

@ -19,6 +19,8 @@
*
*/
declare(strict_types=1);
// composer autoload doesn't use require_once and also pthreads can inherit things
if(defined('pocketmine\_GLOBAL_CONSTANTS_INCLUDED')){
return;