further CS fixes

This commit is contained in:
Dylan K. Taylor
2020-03-10 12:18:16 +00:00
parent a72e6ee706
commit 6a507bb149
6 changed files with 12 additions and 4 deletions

View File

@ -23,6 +23,8 @@ declare(strict_types=1);
namespace pocketmine;
use function defined;
// composer autoload doesn't use require_once and also pthreads can inherit things
// TODO: drop this file and use a final class with constants
if(defined('pocketmine\_VERSION_INFO_INCLUDED')){