We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6459e64 + 943b7e3 commit 9b68bdaCopy full SHA for 9b68bda
3 files changed
.github/workflows/build.yml
@@ -35,6 +35,9 @@ jobs:
35
- run: vendor/bin/phpstan
36
if: ${{ failure() || success() }}
37
38
+ - run: vendor/bin/rector process --dry-run
39
+ if: ${{ failure() || success() }}
40
+
41
- run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover ./clover.xml --log-junit ./phpunit.report.xml
42
43
composer.json
@@ -22,7 +22,7 @@
22
}
23
},
24
"require-dev": {
25
- "assoconnect/php-quality-config": "^1.11"
+ "assoconnect/php-quality-config": "^1.16"
26
27
"require": {
28
"php": "^8.2"
rector.php
@@ -14,4 +14,4 @@
14
->withTypeCoverageLevel(0)
15
->withSets([
16
__DIR__ . '/vendor/assoconnect/php-quality-config/src/Rector/rules.php',
17
- ]);
+ ]);
0 commit comments