PHP-Parser/Makefile
2023-09-17 11:08:23 +02:00

11 lines
183 B
Makefile

.PHONY: phpstan php-cs-fixer
tools/vendor:
composer install -d tools
phpstan: tools/vendor
tools/vendor/bin/phpstan
php-cs-fixer: tools/vendor
tools/vendor/bin/php-cs-fixer fix