Skip to content

Commit 77e6d40

Browse files
authored
Update .rector.php
FirstClassCallableRector got renamed to ArrayToFirstClassCallableRector
1 parent 54774eb commit 77e6d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)