Remove _PHPSTAN_ANALYSIS constant

we don't need this anymore since PHPStan is able to intelligently decide whether to autoload a file or not.
This commit is contained in:
Dylan K. Taylor
2020-12-27 19:10:40 +00:00
parent dea75a0687
commit 5920b0ba40
4 changed files with 3 additions and 13 deletions

View File

@ -21,8 +21,6 @@
declare(strict_types=1);
define('pocketmine\_PHPSTAN_ANALYSIS', true);
if(!defined('LEVELDB_ZLIB_RAW_COMPRESSION')){
//leveldb might not be loaded
define('LEVELDB_ZLIB_RAW_COMPRESSION', 4);