phpstan 0.12.5

This commit is contained in:
Dylan K. Taylor
2020-01-12 16:57:43 +00:00
parent 2cfc25b4f8
commit 30f2e75278
6 changed files with 22 additions and 45 deletions

View File

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