File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 44 "license" : " MIT" ,
55 "description" : " Rector downgrade PHP rules" ,
66 "require" : {
7- "php" : " >=8.1 "
7+ "php" : " >=8.2 "
88 },
99 "require-dev" : {
1010 "phpstan/extension-installer" : " ^1.3" ,
1313 "phpunit/phpunit" : " ^10.3" ,
1414 "rector/phpstan-rules" : " ^0.7.4" ,
1515 "rector/rector-generator" : " ^0.7.3" ,
16- "rector/rector-src" : " dev-main " ,
16+ "rector/rector-src" : " dev-tv-bump-php82 " ,
1717 "symplify/easy-coding-standard" : " ^12.0" ,
1818 "symplify/phpstan-extensions" : " ^11.3" ,
1919 "symplify/phpstan-rules" : " ^12.4" ,
Original file line number Diff line number Diff line change @@ -62,7 +62,9 @@ parameters:
6262
6363 # phpstan need to load rector nodes first to avoid this
6464 - ' #Rector\\Core\\Contract\\PhpParser\\Node\\StmtsAwareInterface #'
65+ - ' #Access to an undefined property Rector\\Contract\\PhpParser\\Node\\StmtsAwareInterface\:\:\$stmts #'
6566
6667 -
6768 message : ' #Parameter \#1 \$attributeClass of class Rector\\DowngradePhp80\\ValueObject\\DowngradeAttributeToAnnotation constructor expects class\-string, string given#'
6869 path : " config/*"
70+
You can’t perform that action at this time.
0 commit comments