mirror of
https://github.com/rectorphp/rector.git
synced 2025-02-25 12:14:02 +01:00
move FrameworkBundle class renames to Symfony 33 set [ref #67]
This commit is contained in:
parent
2654b9421b
commit
9c75715f8f
@ -5,7 +5,7 @@ namespace Rector\Rector\Contrib\Symfony\FrameworkBundle;
|
||||
use Rector\Rector\AbstractClassReplacerRector;
|
||||
|
||||
/**
|
||||
* Ref.: https://github.com/symfony/symfony/blob/master/UPGRADE-4.0.md#frameworkbundle
|
||||
* Ref: https://github.com/symfony/symfony/blob/master/UPGRADE-3.3.md#frameworkbundle
|
||||
*
|
||||
* FrameworkBundle classes replaced by new ones
|
||||
*/
|
||||
|
2
src/config/level/symfony/symfony33.yml
Normal file
2
src/config/level/symfony/symfony33.yml
Normal file
@ -0,0 +1,2 @@
|
||||
rectors:
|
||||
- Rector\Rector\Contrib\Symfony\FrameworkBundle\FrameworkBundleClassReplacementsRector
|
@ -2,7 +2,6 @@ rectors:
|
||||
- Rector\Rector\Contrib\Symfony\Validator\ConstraintUrlOptionRector
|
||||
- Rector\Rector\Contrib\Symfony\Validator\ConstraintValidatorTestClassRenameRector
|
||||
- Rector\Rector\Contrib\Symfony\Form\FormIsValidRector
|
||||
- Rector\Rector\Contrib\Symfony\FrameworkBundle\FrameworkBundleClassReplacementsRector
|
||||
- Rector\Rector\Contrib\Symfony\Form\StringFormTypeToClassRector
|
||||
- Rector\Rector\Contrib\Symfony\VarDumper\VarDumperTestTraitMethodArgsRector
|
||||
- Rector\Rector\Contrib\Symfony\DependencyInjection\ContainerBuilderCompileEnvArgumentRector
|
||||
|
Loading…
x
Reference in New Issue
Block a user