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 c87f102 commit e60b7fbCopy full SHA for e60b7fb
1 file changed
rector.php
@@ -14,7 +14,6 @@
14
use Rector\Php74\Rector\FuncCall\ArraySpreadInsteadOfArrayMergeRector;
15
use Rector\Php81\Rector\Class_\MyCLabsClassToEnumRector;
16
use Rector\Php81\Rector\Class_\SpatieEnumClassToEnumRector;
17
-use Rector\Php81\Rector\ClassConst\FinalizePublicClassConstantRector;
18
use Rector\Php81\Rector\ClassMethod\NewInInitializerRector;
19
use Rector\Php81\Rector\FuncCall\Php81ResourceReturnToObjectRector;
20
use Rector\Php81\Rector\FunctionLike\IntersectionTypesRector;
@@ -45,7 +44,6 @@
45
44
$containerConfigurator->import(PHPUnitSetList::PHPUNIT_CODE_QUALITY);
46
47
$services = $containerConfigurator->services();
48
- $services->set(FinalizePublicClassConstantRector::class);
49
50
// phpunit
51
$services->set(PreferThisOrSelfMethodCallRector::class)
0 commit comments