Skip to content

Commit d1857c2

Browse files
samsonasikArshid
authored andcommitted
Remove removed "Rector\Symfony\Set\FOSRestSetList/JMSSetList/SensiolabsSetList" usage (rectorphp#7204)
* Remove removed "Rector\Symfony\Set\FOSRestSetList" usage * SetList more removal
1 parent 301ddeb commit d1857c2

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/Configuration/RectorConfigBuilder.php

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
use Rector\Set\SetManager;
3232
use Rector\Set\ValueObject\DowngradeLevelSetList;
3333
use Rector\Set\ValueObject\SetList;
34-
use Rector\Symfony\Set\SymfonyInternalSetList;
3534
use Rector\Symfony\Set\SymfonySetList;
3635
use Rector\ValueObject\Configuration\LevelOverflow;
3736
use Rector\ValueObject\PhpVersion;
@@ -504,18 +503,6 @@ public function withAttributesSets(
504503
$this->sets[] = DoctrineSetList::GEDMO_ANNOTATIONS_TO_ATTRIBUTES;
505504
}
506505

507-
if ($fosRest || $all) {
508-
$this->sets[] = SymfonyInternalSetList::FOS_REST_ANNOTATIONS_TO_ATTRIBUTES;
509-
}
510-
511-
if ($jms || $all) {
512-
$this->sets[] = SymfonyInternalSetList::JMS_ANNOTATIONS_TO_ATTRIBUTES;
513-
}
514-
515-
if ($sensiolabs || $all) {
516-
$this->sets[] = SymfonyInternalSetList::SENSIOLABS_ANNOTATIONS_TO_ATTRIBUTES;
517-
}
518-
519506
if ($phpunit || $all) {
520507
$this->sets[] = PHPUnitSetList::ANNOTATIONS_TO_ATTRIBUTES;
521508
}

0 commit comments

Comments
 (0)