mirror of
https://github.com/rectorphp/rector.git
synced 2025-03-14 04:19:44 +01:00
[Symfony] add ContainerBuilder::compile() arg Rector
This commit is contained in:
parent
1dba1a4382
commit
909e25e715
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user