move FrameworkBundle class renames to Symfony 33 set [ref #67]

This commit is contained in:
TomasVotruba 2017-10-05 10:50:25 +02:00
parent 2654b9421b
commit 9c75715f8f
3 changed files with 3 additions and 2 deletions

View File

@ -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
*/

View File

@ -0,0 +1,2 @@
rectors:
- Rector\Rector\Contrib\Symfony\FrameworkBundle\FrameworkBundleClassReplacementsRector

View File

@ -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