Skip to content

Commit 3a7301c

Browse files
DE TROOSTEMBERGH AntoineDE TROOSTEMBERGH Antoine
authored andcommitted
try to fix the php-cs-fixer pr annotation
1 parent 55defcc commit 3a7301c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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
],

0 commit comments

Comments
 (0)