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 \FOSRestSetList ;
35- use Rector \Symfony \Set \JMSSetList ;
36- use Rector \Symfony \Set \SensiolabsSetList ;
3734use Rector \Symfony \Set \SymfonySetList ;
3835use Rector \ValueObject \Configuration \LevelOverflow ;
3936use 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 }
You can’t perform that action at this time.
0 commit comments