Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor
2020-12-27 19:35:27 +00:00
5 changed files with 26 additions and 31 deletions

View File

@ -26,7 +26,6 @@ namespace pocketmine\build\server_phar;
use pocketmine\utils\Git;
use function array_map;
use function count;
use function defined;
use function dirname;
use function file_exists;
use function getcwd;
@ -175,6 +174,4 @@ STUB
}
}
if(!defined('pocketmine\_PHPSTAN_ANALYSIS')){
main();
}
main();