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 ;
3435use Rector \Symfony \Set \SymfonySetList ;
3536use Rector \ValueObject \Configuration \LevelOverflow ;
3637use Rector \ValueObject \PhpVersion ;
@@ -504,15 +505,15 @@ public function withAttributesSets(
504505 }
505506
506507 if ($ fosRest || $ all ) {
507- $ this ->sets [] = __DIR__ . ' /../../vendor/rector/rector-symfony/config/sets/fosrest/annotations-to-attributes.php ' ;
508+ $ this ->sets [] = SymfonyInternalSetList:: FOS_REST_ANNOTATIONS_TO_ATTRIBUTES ;
508509 }
509510
510511 if ($ jms || $ all ) {
511- $ this ->sets [] = __DIR__ . ' /../../vendor/rector/rector-symfony/config/sets/jms/annotations-to-attributes.php ' ;
512+ $ this ->sets [] = SymfonyInternalSetList:: JMS_ANNOTATIONS_TO_ATTRIBUTES ;
512513 }
513514
514515 if ($ sensiolabs || $ all ) {
515- $ this ->sets [] = __DIR__ . ' /../../vendor/rector/rector-symfony/config/sets/sensiolabs/annotations-to-attributes.php ' ;
516+ $ this ->sets [] = SymfonyInternalSetList:: SENSIOLABS_ANNOTATIONS_TO_ATTRIBUTES ;
516517 }
517518
518519 if ($ phpunit || $ all ) {
You can’t perform that action at this time.
0 commit comments