Skip to content

Commit e60b7fb

Browse files
committed
clean up
1 parent c87f102 commit e60b7fb

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rector.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
use Rector\Php74\Rector\FuncCall\ArraySpreadInsteadOfArrayMergeRector;
1515
use Rector\Php81\Rector\Class_\MyCLabsClassToEnumRector;
1616
use Rector\Php81\Rector\Class_\SpatieEnumClassToEnumRector;
17-
use Rector\Php81\Rector\ClassConst\FinalizePublicClassConstantRector;
1817
use Rector\Php81\Rector\ClassMethod\NewInInitializerRector;
1918
use Rector\Php81\Rector\FuncCall\Php81ResourceReturnToObjectRector;
2019
use Rector\Php81\Rector\FunctionLike\IntersectionTypesRector;
@@ -45,7 +44,6 @@
4544
$containerConfigurator->import(PHPUnitSetList::PHPUNIT_CODE_QUALITY);
4645

4746
$services = $containerConfigurator->services();
48-
$services->set(FinalizePublicClassConstantRector::class);
4947

5048
// phpunit
5149
$services->set(PreferThisOrSelfMethodCallRector::class)

0 commit comments

Comments
 (0)