File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ cs-fix: prepare ## Fixes code to follow coding standards using php-cs-fixer
7676.PHONY : cs-fix
7777
7878stan : # # Runs phpstan – static analysis tool
79- $(COMPOSER_RUN ) stan --error-format= $( PHPSTAN_OUTPUT_FORMAT )
79+ $(COMPOSER_RUN ) stan
8080.PHONY : stan
8181
8282test : # # Run project php-unit and pest tests
Original file line number Diff line number Diff line change 4444 "cs-diff" : " php vendor/bin/php-cs-fixer fix --dry-run -v --diff" ,
4545 "test" : " php vendor/bin/pest" ,
4646 "test-cc" : " php vendor/bin/pest --coverage" ,
47- "stan" : " php vendor/bin/phpstan analyse"
47+ "stan" : " php vendor/bin/phpstan analyse --error-format=${PHPSTAN_OUTPUT_FORMAT} "
4848 },
4949 "config" : {
5050 "sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments