We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54774eb commit 77e6d40Copy full SHA for 77e6d40
.rector.php
@@ -130,7 +130,7 @@
130
Php80\Class_\ClassPropertyAssignToConstructorPromotionRector::class, # todo: wait for php80
131
Php80\Class_\StringableForToStringRector::class, # todo: wait for php80
132
Php80\ClassMethod\AddParamBasedOnParentClassMethodRector::class, # todo: TMP
133
- Php81\Array_\FirstClassCallableRector::class, # todo: TMP
+ Php81\Array_\ArrayToFirstClassCallableRector::class, # todo: TMP
134
Php81\FuncCall\NullToStrictStringFuncCallArgRector::class, # todo: check later
135
Strict\Empty_\DisallowedEmptyRuleFixerRector::class, # todo: TMP
136
TypeDeclaration\BooleanAnd\BinaryOpNullableToInstanceofRector::class, # todo: TMP
0 commit comments