From cfe782a9c3d93e56a02f6b6b3cf17a779312d5f6 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 13 Mar 2018 20:43:42 +0100 Subject: [PATCH] Add phpstan --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index d38ec68..2b2ca70 100644 --- a/setup.sh +++ b/setup.sh @@ -71,6 +71,7 @@ if [ ! -d "$TOOLS_PATH" ]; then wget -nc http://static.pdepend.org/php/latest/pdepend.phar wget -nc http://dl.google.com/closure-compiler/compiler-latest.tar.gz wget -nc https://github.com/Orange-Management/Documentor/releases/download/1.1.0/documentor.phar + wget -nc https://github.com/phpstan/phpstan/releases/download/0.9.2/phpstan.phar tar -zxvf compiler-latest.tar.gz chmod -R 777 ${TOOLS_PATH}