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 05252bc commit f246960Copy full SHA for f246960
.rector.php
@@ -52,6 +52,7 @@
52
CodeQuality\Class_\CompleteDynamicPropertiesRector::class, # todo: TMP (!?!)
53
CodeQuality\Class_\InlineConstructorDefaultToPropertyRector::class, # todo: TMP
54
CodeQuality\ClassMethod\ExplicitReturnNullRector::class, # todo: TMP
55
+ CodeQuality\ClassMethod\LocallyCalledStaticMethodToNonStaticRector::class, # todo: TMP
56
CodeQuality\Empty_\SimplifyEmptyCheckOnEmptyArrayRector::class, # todo: TMP
57
CodeQuality\Equal\UseIdenticalOverEqualWithSameTypeRector::class, # todo: TMP
58
CodeQuality\Expression\InlineIfToExplicitIfRector::class, # todo: TMP (!?!)
0 commit comments