File tree Expand file tree Collapse file tree 4 files changed +37
-40
lines changed Expand file tree Collapse file tree 4 files changed +37
-40
lines changed Original file line number Diff line number Diff line change @@ -58,11 +58,11 @@ jobs:
58
58
59
59
- name : " Run php-cs-fixer"
60
60
run : |
61
- vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.dist.php --diff --dry-run --verbose
61
+ vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.dist.php --diff --dry-run --show-progress=dots -- verbose
62
62
63
63
- name : " Run php-cs-fixer for test code"
64
64
run : |
65
- vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.test.php --diff --dry-run --verbose
65
+ vendor/bin/php-cs-fixer fix --ansi --config=.php-cs-fixer.test.php --diff --dry-run --show-progress=dots -- verbose
66
66
67
67
yamllint :
68
68
name : " yamllint"
Original file line number Diff line number Diff line change 10
10
11
11
.PHONY : cs
12
12
cs : vendor # # Fixes coding standard issues with php-cs-fixer
13
- vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --diff --verbose
14
- vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.test.php --diff --verbose
13
+ vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php --diff --show-progress=dots -- verbose
14
+ vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.test.php --diff --show-progress=dots -- verbose
15
15
16
16
.PHONY : coverage
17
17
coverage : vendor # # Collects coverage with phpunit
Original file line number Diff line number Diff line change 1
1
{
2
2
"require" : {
3
3
"php" : " ^7.4 || ^8.0" ,
4
- "friendsofphp/php-cs-fixer" : " ^3.40 .0"
4
+ "friendsofphp/php-cs-fixer" : " ^3.45 .0"
5
5
},
6
6
"config" : {
7
7
"platform" : {
You can’t perform that action at this time.
0 commit comments