File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3131use Rector \Set \SetManager ;
3232use Rector \Set \ValueObject \DowngradeLevelSetList ;
3333use Rector \Set \ValueObject \SetList ;
34- use Rector \Symfony \Set \SymfonyInternalSetList ;
3534use Rector \Symfony \Set \SymfonySetList ;
3635use Rector \ValueObject \Configuration \LevelOverflow ;
3736use 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 }
You can’t perform that action at this time.
0 commit comments