Files
development/4dev/checking/phpstan.sh
Clemens Schwaighofer c4e83f94e9 Check scripts update
2025-06-05 17:56:29 +09:00

6 lines
95 B
Bash
Executable File

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