| Total Complexity | 1 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| 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 { |
||
| 30 |