Skip to content

Commit

Permalink
fix: updated rector configuration to be rector 1.0 compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
lgersman committed Feb 12, 2024
1 parent 6e351ad commit 246b60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rector.php
Expand Up @@ -3,8 +3,8 @@
declare(strict_types=1);

use Rector\Config\RectorConfig;
use Rector\Core\Configuration\Option;
use Rector\Core\ValueObject\PhpVersion;
use Rector\Configuration\Option;
use Rector\ValueObject\PhpVersion;
use Rector\Set\ValueObject\DowngradeSetList;
use Rector\Set\ValueObject\DowngradeLevelSetList;

Expand Down

0 comments on commit 246b60d

Please sign in to comment.