mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
14 lines
775 B
YAML
14 lines
775 B
YAML
services:
|
|
Rector\Symfony\Rector\Validator\ConstraintUrlOptionRector: ~
|
|
Rector\Symfony\Rector\Form\FormIsValidRector: ~
|
|
Rector\Symfony\Rector\Form\StringFormTypeToClassRector: ~
|
|
Rector\Symfony\Rector\VarDumper\VarDumperTestTraitMethodArgsRector: ~
|
|
Rector\Symfony\Rector\DependencyInjection\ContainerBuilderCompileEnvArgumentRector: ~
|
|
|
|
Rector\Symfony\Rector\Process\ProcessBuilderInstanceRector: ~
|
|
Rector\Symfony\Rector\Process\ProcessBuilderGetProcessRector: ~
|
|
|
|
Rector\Rector\Class_\ClassReplacerRector:
|
|
'Symfony\Component\Validator\Tests\Constraints\AbstractConstraintValidatorTest': 'Symfony\Component\Validator\Test\ConstraintValidatorTestCase'
|
|
'Symfony\Component\Process\ProcessBuilder': 'Symfony\Component\Process\Process'
|