Skip to content

Commit 9b68bda

Browse files
authored
Merge pull request #4 from assoconnect/fix_rector
Fix the implementation of Rector
2 parents 6459e64 + 943b7e3 commit 9b68bda

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
- run: vendor/bin/phpstan
3636
if: ${{ failure() || success() }}
3737

38+
- run: vendor/bin/rector process --dry-run
39+
if: ${{ failure() || success() }}
40+
3841
- run: XDEBUG_MODE=coverage vendor/bin/phpunit --coverage-clover ./clover.xml --log-junit ./phpunit.report.xml
3942
if: ${{ failure() || success() }}
4043

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require-dev": {
25-
"assoconnect/php-quality-config": "^1.11"
25+
"assoconnect/php-quality-config": "^1.16"
2626
},
2727
"require": {
2828
"php": "^8.2"

rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
->withTypeCoverageLevel(0)
1515
->withSets([
1616
__DIR__ . '/vendor/assoconnect/php-quality-config/src/Rector/rules.php',
17-
]);
17+
]);

0 commit comments

Comments
 (0)