diff --git a/.phive/phars.xml b/.phive/phars.xml index 3c6bd04e..5a90dcfe 100644 --- a/.phive/phars.xml +++ b/.phive/phars.xml @@ -3,7 +3,7 @@ - + diff --git a/4dev/checking/phan.sh b/4dev/checking/phan.sh index 37c72234..2366b134 100755 --- a/4dev/checking/phan.sh +++ b/4dev/checking/phan.sh @@ -1,5 +1,5 @@ base=$(pwd)"/"; # must be run in ${base} cd $base || exit; -${base}tools/phan --progress-bar -C --analyze-twice; +PHAN_DISABLE_XDEBUG_WARN=1;${base}tools/phan --progress-bar -C --analyze-twice cd ~ || exit;