Files
development/4dev/checking/phpstan.sh
T

6 lines
95 B
Bash
Executable File

base=$(pwd)"/";
# must be run in ${base}
cd $base || exit;
${base}tools/phpstan;
cd ~ || exit;