Skip to content

Commit fb757e7

Browse files
committed
Use proper PHPStan binary with Makefile
1 parent b87b5b6 commit fb757e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -428,8 +428,8 @@ phpstan: info_msg := @printf $(_TITLE) "OK" "Running PHPStan - PHP Static Analys
428428
phpstan: info
429429
ifeq ($(INSIDE_DOCKER_CONTAINER), 1)
430430
@@bin/console cache:clear
431-
@./vendor/bin/phpstan --version
432-
@./vendor/bin/phpstan -v
431+
@./tools/02_phpstan/vendor/bin/phpstan --version
432+
@./tools/02_phpstan/vendor/bin/phpstan -v
433433
else ifeq ($(RUNNING_SOME_CONTAINERS), 0)
434434
$(WARNING_DOCKER)
435435
else ifneq ($(RUNNING_ALL_CONTAINERS), 1)

0 commit comments

Comments
 (0)