check scripts update: phan from phive is too old

This commit is contained in:
Clemens Schwaighofer
2025-06-05 18:01:12 +09:00
parent c4e83f94e9
commit c43bb0662d
2 changed files with 2 additions and 2 deletions

View File

@@ -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;