[Symfony] add ContainerBuilder::compile() arg Rector

This commit is contained in:
TomasVotruba 2017-10-14 21:48:19 +02:00
parent 1dba1a4382
commit 909e25e715

View File

@ -1,4 +1,13 @@
rectors:
# dependency-injection
Rector\Rector\Dynamic\MethodArgumentChangerRector:
-
class: Symfony\Component\DependencyInjection\ContainerBuilder
method: compile
position: 0
type: added
default_value: false
Rector\Rector\Contrib\Symfony\Console\ConsoleExceptionToErrorEventConstantRector: ~
Rector\Rector\Dynamic\ClassReplacerRector: