Files
development/4dev/checking/phpstan.sh

6 lines
143 B
Bash
Executable File

base="/storage/var/www/html/developers/clemens/core_data/php_libraries/trunk/";
# must be run in ${base}
cd $base;
${base}tools/phpstan;
cd ~;