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

@ -25,7 +25,6 @@ namespace pocketmine\build\make_release;
use pocketmine\utils\VersionString;
use pocketmine\VersionInfo;
use function defined;
use function dirname;
use function fgets;
use function file_get_contents;
@ -86,6 +85,4 @@ function main(array $argv) : void{
system('git push origin HEAD ' . $currentVer->getBaseVersion());
}
if(!defined('pocketmine\_PHPSTAN_ANALYSIS')){
main($argv);
}
main($argv);