comment phan because of old version

This commit is contained in:
Dennis Eichhorn 2019-10-28 21:09:41 +01:00
parent 10f1f47853
commit 8b8fb69aaf

View File

@ -1,15 +1,15 @@
#!/bin/bash #!/bin/bash
isPhanTestSuccessful() { isPhanTestSuccessful() {
export PHAN_DISABLE_XDEBUG_WARN="1" # export PHAN_DISABLE_XDEBUG_WARN="1"
php -d memory_limit=4G ${rootpath}/vendor/bin/phan -k ${rootpath}/Build/Config/phan.php --minimum-severity=0 --color -f "$1" >&2 # php -d memory_limit=4G ${rootpath}/vendor/bin/phan -k ${rootpath}/Build/Config/phan.php #--minimum-severity=0 --color -f "$1" >&2
if [ $? -ne 0 ]; then # if [ $? -ne 0 ]; then
echo 0 echo 0
return 0 return 0
fi # fi
#
echo 1 # echo 1
return 1 # return 1
} }
isPhpStanTestSuccessful() { isPhpStanTestSuccessful() {