Skip to content

Commit ea7e68b

Browse files
authored
Remove removed "Rector\Symfony\Set\FOSRestSetList/JMSSetList/SensiolabsSetList" usage (#7204)
* Remove removed "Rector\Symfony\Set\FOSRestSetList" usage * SetList more removal
1 parent ef73f11 commit ea7e68b

1 file changed

Lines changed: 0 additions & 15 deletions

File tree

src/Configuration/RectorConfigBuilder.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@
3131
use Rector\Set\SetManager;
3232
use Rector\Set\ValueObject\DowngradeLevelSetList;
3333
use Rector\Set\ValueObject\SetList;
34-
use Rector\Symfony\Set\FOSRestSetList;
35-
use Rector\Symfony\Set\JMSSetList;
36-
use Rector\Symfony\Set\SensiolabsSetList;
3734
use Rector\Symfony\Set\SymfonySetList;
3835
use Rector\ValueObject\Configuration\LevelOverflow;
3936
use Rector\ValueObject\PhpVersion;
@@ -510,18 +507,6 @@ public function withAttributesSets(
510507
$this->sets[] = PHPUnitSetList::ANNOTATIONS_TO_ATTRIBUTES;
511508
}
512509

513-
if ($fosRest || $all) {
514-
$this->sets[] = FOSRestSetList::ANNOTATIONS_TO_ATTRIBUTES;
515-
}
516-
517-
if ($jms || $all) {
518-
$this->sets[] = JMSSetList::ANNOTATIONS_TO_ATTRIBUTES;
519-
}
520-
521-
if ($sensiolabs || $all) {
522-
$this->sets[] = SensiolabsSetList::ANNOTATIONS_TO_ATTRIBUTES;
523-
}
524-
525510
if ($behat || $all) {
526511
$this->sets[] = SetList::BEHAT_ANNOTATIONS_TO_ATTRIBUTES;
527512
}

0 commit comments

Comments
 (0)