mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-20 18:06:40 +00:00
Remove unnecessary constant from PHPStan bootstrap
This commit is contained in:
parent
54174eefa0
commit
2566123e49
@ -28,6 +28,3 @@ if(!defined('LEVELDB_ZLIB_RAW_COMPRESSION')){
|
|||||||
if(!extension_loaded('libdeflate')){
|
if(!extension_loaded('libdeflate')){
|
||||||
function libdeflate_deflate_compress(string $data, int $level = 6) : string{}
|
function libdeflate_deflate_compress(string $data, int $level = 6) : string{}
|
||||||
}
|
}
|
||||||
|
|
||||||
//TODO: these need to be defined properly or removed
|
|
||||||
define('pocketmine\COMPOSER_AUTOLOADER_PATH', dirname(__DIR__, 2) . '/vendor/autoload.php');
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user