🔧
This commit is contained in:
10
vendor/nikic/php-parser/Makefile
vendored
Normal file
10
vendor/nikic/php-parser/Makefile
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
.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
|
||||
Reference in New Issue
Block a user