Skip to content

Commit f246960

Browse files
committed
rector
1 parent 05252bc commit f246960

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
CodeQuality\Class_\CompleteDynamicPropertiesRector::class, # todo: TMP (!?!)
5353
CodeQuality\Class_\InlineConstructorDefaultToPropertyRector::class, # todo: TMP
5454
CodeQuality\ClassMethod\ExplicitReturnNullRector::class, # todo: TMP
55+
CodeQuality\ClassMethod\LocallyCalledStaticMethodToNonStaticRector::class, # todo: TMP
5556
CodeQuality\Empty_\SimplifyEmptyCheckOnEmptyArrayRector::class, # todo: TMP
5657
CodeQuality\Equal\UseIdenticalOverEqualWithSameTypeRector::class, # todo: TMP
5758
CodeQuality\Expression\InlineIfToExplicitIfRector::class, # todo: TMP (!?!)

0 commit comments

Comments
 (0)