rector/config/level/doctrine/dotrine25.yml
2018-08-03 09:12:54 +02:00

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