1
0
mirror of https://github.com/pmmp/PocketMine-MP.git synced 2025-08-13 14:58:44 +00:00

Merge branch 'stable'

This commit is contained in:
Dylan K. Taylor 2020-01-25 18:11:02 +00:00
commit 588ff8acf6

@ -14,7 +14,7 @@ while getopts "p:t:" OPTION 2> /dev/null; do
esac esac
done done
[ ! -f phpstan.phar ] && echo "Downloading PHPStan..." && curl -sSLO https://github.com/phpstan/phpstan/releases/download/0.12.6/phpstan.phar [ ! -f phpstan.phar ] && echo "Downloading PHPStan..." && curl -sSLO https://github.com/phpstan/phpstan/releases/download/0.12.7/phpstan.phar
"$PHP_BINARY" phpstan.phar analyze --no-progress --memory-limit=2G || exit 1 "$PHP_BINARY" phpstan.phar analyze --no-progress --memory-limit=2G || exit 1
echo "PHPStan scan succeeded" echo "PHPStan scan succeeded"