Skip to content

Commit 038c1f5

Browse files
committed
feat: allow doctrine/doctrine-bundle 3
1 parent e95b68c commit 038c1f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
composer-options: "--optimize-autoloader"
5353

5454
- name: "Run PHP-CS-Fixer"
55-
run: vendor/bin/php-cs-fixer fix -v --dry-run --diff --allow-unsupported-php-version=yes --using-cache=no --format=checkstyle | cs2pr
55+
run: vendor/bin/php-cs-fixer fix -v --dry-run --allow-unsupported-php-version=yes --using-cache=no --format=checkstyle | cs2pr
5656

5757
phpunit:
5858
name: PHPUnit (PHP ${{ matrix.php }}) (Symfony ${{ matrix.sf_version }})

0 commit comments

Comments
 (0)