mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-19 06:18:07 +01:00
18 lines
704 B
YAML
18 lines
704 B
YAML
services:
|
|
Rector\Rector\Typehint\ParentTypehintedArgumentRector:
|
|
$typehintForArgumentByMethodAndClass:
|
|
'Doctrine\ORM\Mapping\ClassMetadataFactory':
|
|
'setEntityManager':
|
|
'em': 'Doctrine\ORM\EntityManagerInterface'
|
|
'Doctrine\ORM\Tools\DebugUnitOfWorkListener':
|
|
'dumpIdentityMap':
|
|
'em': 'Doctrine\ORM\EntityManagerInterface'
|
|
|
|
Rector\Rector\Argument\ArgumentRemoverRector:
|
|
$argumentChangesByMethodAndType:
|
|
-
|
|
class: 'Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister'
|
|
method: 'getSelectJoinColumnSQL'
|
|
position: 4
|
|
|