File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 run : " composer install --ansi --no-interaction --no-progress"
5151
5252 - 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"
5454 env :
5555 PHP_CS_FIXER_IGNORE_ENV : " 1"
5656
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ help: ## Displays this list of targets with descriptions
88
99.PHONY : coding-standards
1010coding-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
1212
1313.PHONY : tests
1414tests : vendor # # Runs tests
You can’t perform that action at this time.
0 commit comments