Skip to content

Commit

Permalink
use naming
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Mar 23, 2021
1 parent 2df54ae commit 2f67720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/Set/ValueObject/SetList.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

namespace Rector\Set\ValueObject;

use Rector\CakePHP\Sets\CakePHPSetList;
use Rector\CakePHP\Set\CakePHPSetList;
use Rector\Doctrine\Set\DoctrineSetList;
use Rector\Laravel\Set\LaravelSetList;
use Rector\Nette\Set\KdybySetList;
use Rector\Nette\Set\NetteSetList;
use Rector\PHPUnit\Sets\PHPUnitSetList;
use Rector\PHPUnit\Set\PHPUnitSetList;
use Rector\Set\Contract\SetListInterface;
use Rector\Symfony\Set\SwiftmailerSetList;
use Rector\Symfony\Set\SymfonySetList;
Expand Down

0 comments on commit 2f67720

Please sign in to comment.