[TOOLS] Run PHPStan on the whole codebase on each commit

This commit is contained in:
2021-09-06 18:45:14 +01:00
parent ecb1064d08
commit 0eb0236feb

View File

@@ -25,5 +25,9 @@ if echo "${staged_files}" | grep -F ".php"; then
"${root}/bin/php-doc-check" src plugins components
fi
echo "Running phpstan"
"${root}/vendor/bin/phpstan" --memory-limit=2G analyse src tests components plugins
# Only commit if there wasn't an error
exit $?