rector/config/level/symfony/symfony33.yml
2018-10-22 00:16:41 +02:00

42 lines
2.2 KiB
YAML

services:
# dependency-injection
Rector\Rector\Argument\ArgumentAdderRector:
# added default value
Symfony\Component\DependencyInjection\ContainerBuilder:
compile:
2:
__unknown__: 0
addCompilerPass:
2:
priority: 0
Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph:
connect:
6:
weak: false
Rector\Symfony\Rector\Console\ConsoleExceptionToErrorEventConstantRector: ~
Rector\Rector\Class_\ClassReplacerRector:
# console
'Symfony\Component\Console\Event\ConsoleExceptionEvent': 'Symfony\Component\Console\Event\ConsoleErrorEvent'
# debug
'Symfony\Component\Debug\Exception\ContextErrorException': 'ErrorException'
# dependency-injection
'Symfony\Component\DependencyInjection\DefinitionDecorator': 'Symfony\Component\DependencyInjection\ChildDefinition'
# framework bundle
'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddConsoleCommandPass': 'Symfony\Component\Console\DependencyInjection\AddConsoleCommandPass'
'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\SerializerPass': 'Symfony\Component\Serializer\DependencyInjection\SerializerPass'
'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\FormPass': 'Symfony\Component\Form\DependencyInjection\FormPass'
'Symfony\Bundle\FrameworkBundle\EventListener\SessionListener': 'Symfon\Component\HttpKernel\EventListener\SessionListener'
'Symfony\Bundle\FrameworkBundle\EventListener\TestSessionListenr': 'Symfony\Component\HttpKernel\EventListener\TestSessionListener'
'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\ConfigCachePass': 'Symfony\Component\Config\DependencyInjection\ConfigCachePass'
'Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\PropertyInfoPass': 'Symfony\Component\PropertyInfo\DependencyInjection\PropertyInfoPass'
Rector\Rector\MethodCall\MethodNameReplacerRector:
# dependency-injection
Symfony\Component\DependencyInjection\Container:
isFrozen: 'isCompiled'