Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class AddressChangeContextFactory { |
||
14 | |||
15 | /** |
||
16 | * Use this constant for MappingDriverChain::addDriver |
||
17 | */ |
||
18 | public const ENTITY_NAMESPACE = 'WMDE\Fundraising\AddressChangeContext\Domain\Model'; |
||
19 | |||
20 | private const DOCTRINE_CLASS_MAPPING_DIRECTORY = __DIR__ . '/../config/DoctrineClassMapping'; |
||
21 | |||
22 | public function newMappingDriver(): MappingDriver { |
||
27 | } |
||
28 | |||
29 | public function newEventSubscribers(): array { |
||
36 |