We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f3668 commit e95b68cCopy full SHA for e95b68c
.github/workflows/ci.yml
@@ -52,7 +52,7 @@ jobs:
52
composer-options: "--optimize-autoloader"
53
54
- name: "Run PHP-CS-Fixer"
55
- run: vendor/bin/php-cs-fixer fix -v --dry-run --allow-unsupported-php-version=yes --using-cache=no --format=checkstyle | cs2pr
+ run: vendor/bin/php-cs-fixer fix -v --dry-run --diff --allow-unsupported-php-version=yes --using-cache=no --format=checkstyle | cs2pr
56
57
phpunit:
58
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony ${{ matrix.sf_version }})
0 commit comments