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 @@ -103,7 +103,7 @@ jobs:
103
103
run : composer install --no-progress --prefer-dist --optimize-autoloader
104
104
105
105
- name : Code style with PHP-CS-Fixer
106
- run : ./vendor/bin/php-cs-fixer fix --format=checkstyle | cs2pr
106
+ run : ./vendor/bin/php-cs-fixer fix --dry-run --show-progress=none --using-cache=no -v -- format=checkstyle | cs2pr
107
107
108
108
phpcs :
109
109
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 43
43
],
44
44
"check" : [
45
45
" php-cs-fixer fix --ansi --dry-run --diff" ,
46
- " phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --ignore=src/PhpWord/Shared/PCLZip --standard=PSR2 -n" ,
46
+ " phpcs --report-width=200 --report-summary --report-full samples/ src/ tests/ --ignore=src/PhpWord/Shared/PCLZip --standard=PSR2 -n" ,
47
47
" phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php" ,
48
48
" @test-no-coverage"
49
49
],
You can’t perform that action at this time.
0 commit comments