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:
103103 run : composer install --no-progress --prefer-dist --optimize-autoloader
104104
105105 - 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
107107
108108 phpcs :
109109 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 4343 ],
4444 "check" : [
4545 " 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" ,
4747 " phpmd src/,tests/ text ./phpmd.xml.dist --exclude pclzip.lib.php" ,
4848 " @test-no-coverage"
4949 ],
You can’t perform that action at this time.
0 commit comments