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 d357a2b commit 9288871Copy full SHA for 9288871
.github/workflows/ci.yaml
@@ -125,8 +125,7 @@ jobs:
125
126
- if: matrix.install-phpunit-12
127
run: |
128
- composer install-dev-tools
129
- ./vendor/bin/php-cs-fixer fix --quiet --rules=php_unit_attributes
+ composer apply-php_unit_attributes
130
131
- run: composer show | grep php-cs-fixer
132
composer.json
@@ -35,6 +35,10 @@
35
"php-cs-fixer check --ansi --show-progress=dots --diff --verbose",
36
"@composer --no-interaction --working-dir=.dev-tools analyse"
37
],
38
+ "apply-php_unit_attributes": [
39
+ "@prepare-dev-tools",
40
+ "php-cs-fixer fix --quiet --rules=php_unit_attributes || exit 0"
41
+ ],
42
"fix": [
43
"@prepare-dev-tools",
44
"php-cs-fixer fix --ansi --verbose || exit 0",
0 commit comments