We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abf742 commit 26573eaCopy full SHA for 26573ea
Makefile
@@ -4,7 +4,7 @@ tools/vendor:
4
composer install -d tools
5
6
phpstan: tools/vendor
7
- tools/vendor/bin/phpstan
+ php tools/vendor/bin/phpstan
8
9
php-cs-fixer: tools/vendor
10
- tools/vendor/bin/php-cs-fixer fix
+ php tools/vendor/bin/php-cs-fixer fix
0 commit comments