Skip to content

Commit eb513b0

Browse files
authored
Bump to use Rector 2.1.2 and re-enable on CI (#233)
1 parent d49aff7 commit eb513b0

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/code_analysis.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ jobs:
2020
name: 'Composer Validate'
2121
run: composer validate --ansi
2222

23-
# temporary disable due to missing method PHPStan\PhpDocParser\Ast\PhpDoc\PhpDocNode::getSealedTagValues() due requirement of latest phpdoc-parser
24-
# -
25-
# name: 'Rector'
26-
# run: composer rector --ansi
23+
-
24+
name: 'Rector'
25+
run: composer rector --ansi
2726

2827
-
2928
name: 'Coding Standard'

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@
88
"webmozart/assert": "^1.11",
99
"phpstan/phpstan": "^2.1.18",
1010
"nette/utils": "^3.2|^4.0",
11-
"phpstan/phpdoc-parser": "^2.1"
11+
"phpstan/phpdoc-parser": "^2.2"
1212
},
1313
"require-dev": {
1414
"nikic/php-parser": "^5.4",
1515
"phpunit/phpunit": "^11.5",
1616
"symfony/framework-bundle": "6.1.*",
1717
"phpecs/phpecs": "^2.1",
1818
"tomasvotruba/class-leak": "^2.0",
19-
"rector/rector": "^2.0.11",
19+
"rector/rector": "^2.1.2",
2020
"phpstan/extension-installer": "^1.4",
2121
"symplify/phpstan-extensions": "^12.0",
2222
"tomasvotruba/unused-public": "^2.0",

0 commit comments

Comments
 (0)