Skip to content

Commit 40d6497

Browse files
committed
feat: reach type coverage level 63, switch to BC_TYPE_DECLARATION set
1 parent 330c403 commit 40d6497

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
@@ -14,8 +14,8 @@
1414
->withSets([
1515
\Rector\Set\ValueObject\SetList::CODE_QUALITY,
1616
\Rector\Set\ValueObject\SetList::DEAD_CODE,
17+
\Art4\RectorBcLibrary\Set::BC_TYPE_DECLARATION,
1718
])
18-
->withRules(\Art4\RectorBcLibrary\Set::withTypeCoverageLevel(53))
1919
->withSkip([
2020
\Rector\DeadCode\Rector\PropertyProperty\RemoveNullPropertyInitializationRector::class,
2121
])

0 commit comments

Comments
 (0)