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 b87b5b6 commit fb757e7Copy full SHA for fb757e7
Makefile
@@ -428,8 +428,8 @@ phpstan: info_msg := @printf $(_TITLE) "OK" "Running PHPStan - PHP Static Analys
428
phpstan: info
429
ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
430
@@bin/console cache:clear
431
- @./vendor/bin/phpstan --version
432
- @./vendor/bin/phpstan -v
+ @./tools/02_phpstan/vendor/bin/phpstan --version
+ @./tools/02_phpstan/vendor/bin/phpstan -v
433
else ifeq ($(RUNNING_SOME_CONTAINERS), 0)
434
$(WARNING_DOCKER)
435
else ifneq ($(RUNNING_ALL_CONTAINERS), 1)
0 commit comments