Skip to content

Commit

Permalink
skip MyCLabsClassToEnumRector and SpatieEnumClassToEnumRector as need…
Browse files Browse the repository at this point in the history
…s syntax update usage and downgrade rule for it
  • Loading branch information
samsonasik committed Dec 2, 2021
1 parent 5d72960 commit 9bb7746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/set/php81.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
return static function (ContainerConfigurator $containerConfigurator): void {
$services = $containerConfigurator->services();
$services->set(ReturnNeverTypeRector::class);
$services->set(MyCLabsClassToEnumRector::class);
//$services->set(MyCLabsClassToEnumRector::class);
$services->set(MyCLabsMethodCallToEnumConstRector::class);
$services->set(FinalizePublicClassConstantRector::class);
$services->set(ReadOnlyPropertyRector::class);
$services->set(SpatieEnumClassToEnumRector::class);
//$services->set(SpatieEnumClassToEnumRector::class);
$services->set(Php81ResourceReturnToObjectRector::class);
$services->set(NewInInitializerRector::class);
$services->set(IntersectionTypesRector::class);
Expand Down

0 comments on commit 9bb7746

Please sign in to comment.