Files
development/4dev/checking/phan.sh
2025-06-05 18:02:03 +09:00

7 lines
237 B
Bash
Executable File

base=$(pwd)"/";
# must be run in ${base}
cd $base || exit;
#PHAN_DISABLE_XDEBUG_WARN=1;${base}tools/phan --progress-bar -C --analyze-twice
PHAN_DISABLE_XDEBUG_WARN=1;${base}vendor/bin/phan --progress-bar -C --analyze-twice
cd ~ || exit;