mirror of
https://github.com/rectorphp/rector.git
synced 2025-05-04 06:58:14 +02:00
ArgumentDefaultValueReplacerRector - cleanup test config from other Rectors
This commit is contained in:
parent
4e66cd316d
commit
8fab4d9f48
@ -1,26 +1,4 @@
|
||||
services:
|
||||
Rector\Rector\Dynamic\ArgumentAdderRector:
|
||||
$argumentChangesByMethodAndType:
|
||||
-
|
||||
class: 'Symfony\Component\DependencyInjection\ContainerBuilder'
|
||||
method: 'compile'
|
||||
position: 0
|
||||
default_value: false
|
||||
|
||||
# added default value
|
||||
-
|
||||
class: 'Symfony\Component\DependencyInjection\ContainerBuilder'
|
||||
method: 'addCompilerPass'
|
||||
position: 2
|
||||
default_value: 0
|
||||
|
||||
Rector\Rector\Dynamic\ArgumentRemoverRector:
|
||||
$argumentChangesByMethodAndType:
|
||||
-
|
||||
class: 'Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister'
|
||||
method: 'getSelectJoinColumnSQL'
|
||||
position: 4
|
||||
|
||||
Rector\Rector\Dynamic\ArgumentDefaultValueReplacerRector:
|
||||
$argumentChangesByMethodAndType:
|
||||
-
|
||||
|
Loading…
x
Reference in New Issue
Block a user