We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 330c403 commit 40d6497Copy full SHA for 40d6497
.rector.php
@@ -14,8 +14,8 @@
14
->withSets([
15
\Rector\Set\ValueObject\SetList::CODE_QUALITY,
16
\Rector\Set\ValueObject\SetList::DEAD_CODE,
17
+ \Art4\RectorBcLibrary\Set::BC_TYPE_DECLARATION,
18
])
- ->withRules(\Art4\RectorBcLibrary\Set::withTypeCoverageLevel(53))
19
->withSkip([
20
\Rector\DeadCode\Rector\PropertyProperty\RemoveNullPropertyInitializationRector::class,
21
0 commit comments