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

6 lines
152 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
cd ~ || exit;