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 50
50
run : " composer install --ansi --no-interaction --no-progress"
51
51
52
52
- name : " Run friendsofphp/php-cs-fixer"
53
- run : " vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.php --diff --dry-run --verbose"
53
+ run : " vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.php --diff --dry-run --show-progress=dots -- verbose"
54
54
env :
55
55
PHP_CS_FIXER_IGNORE_ENV : " 1"
56
56
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ help: ## Displays this list of targets with descriptions
8
8
9
9
.PHONY : coding-standards
10
10
coding-standards : vendor # # Fixes code style issues with friendsofphp/php-cs-fixer
11
- vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --verbose
11
+ vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php --diff --show-progress=dots -- verbose
12
12
13
13
.PHONY : tests
14
14
tests : vendor # # Runs tests
You can’t perform that action at this time.
0 commit comments