Skip to content

Commit bf3b298

Browse files
authored
Rector: fix FirstClassCallableRector to ArrayToFirstClassCallableRector rename (#5160)
* Update .rector.php FirstClassCallableRector got renamed to ArrayToFirstClassCallableRector * ~ bump rector/rector dependency
1 parent 54774eb commit bf3b298

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.rector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
Php80\Class_\ClassPropertyAssignToConstructorPromotionRector::class, # todo: wait for php80
131131
Php80\Class_\StringableForToStringRector::class, # todo: wait for php80
132132
Php80\ClassMethod\AddParamBasedOnParentClassMethodRector::class, # todo: TMP
133-
Php81\Array_\FirstClassCallableRector::class, # todo: TMP
133+
Php81\Array_\ArrayToFirstClassCallableRector::class, # todo: TMP
134134
Php81\FuncCall\NullToStrictStringFuncCallArgRector::class, # todo: check later
135135
Strict\Empty_\DisallowedEmptyRuleFixerRector::class, # todo: TMP
136136
TypeDeclaration\BooleanAnd\BinaryOpNullableToInstanceofRector::class, # todo: TMP

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"phpstan/phpstan": "^2.1.18",
7474
"phpstan/phpstan-phpunit": "^2.0",
7575
"phpunit/phpunit": "^9.6",
76-
"rector/rector": "^2.1.7",
76+
"rector/rector": "^2.1.12",
7777
"squizlabs/php_codesniffer": "^3.7",
7878
"symplify/vendor-patches": "^12.0"
7979
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)