diff --git a/Makefile b/Makefile index 9a7bdf2d2a..1473c9998c 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ tools/vendor: composer install -d tools phpstan: tools/vendor - tools/vendor/bin/phpstan + php tools/vendor/bin/phpstan php-cs-fixer: tools/vendor - tools/vendor/bin/php-cs-fixer fix + php tools/vendor/bin/php-cs-fixer fix