Skip to content

Commit

Permalink
[Downgrade PHP 8] Register DowngradePhpTokenRector to downgrade-php80…
Browse files Browse the repository at this point in the history
… config set (#427)
  • Loading branch information
samsonasik committed Jul 12, 2021
1 parent 3b0e8b6 commit f17c388
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/set/downgrade-php80.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
use Rector\DowngradePhp80\Rector\MethodCall\DowngradeNamedArgumentRector;
use Rector\DowngradePhp80\Rector\NullsafeMethodCall\DowngradeNullsafeToTernaryOperatorRector;
use Rector\DowngradePhp80\Rector\Property\DowngradeUnionTypeTypedPropertyRector;
use Rector\DowngradePhp80\Rector\StaticCall\DowngradePhpTokenRector;
use Rector\DowngradePhp80\ValueObject\DowngradeAttributeToAnnotation;
use Rector\Removing\Rector\Class_\RemoveInterfacesRector;
use Symfony\Component\DependencyInjection\Loader\Configurator\ContainerConfigurator;
Expand Down Expand Up @@ -62,4 +63,5 @@
$services->set(DowngradeTrailingCommasInParamUseRector::class);
$services->set(DowngradeStrStartsWithRector::class);
$services->set(DowngradeStrEndsWithRector::class);
$services->set(DowngradePhpTokenRector::class);
};

0 comments on commit f17c388

Please sign in to comment.