| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 4 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 49 | 1 | protected static function metaForAddress(ClassMetadataBuilder $builder): void |
|
| 50 | { |
||
| 51 | 1 | $builder->createEmbedded(HasAddressEmbeddableInterface::PROP_ADDRESS, AddressEmbeddable::class) |
|
| 52 | 1 | ->setColumnPrefix(HasAddressEmbeddableInterface::COLUMN_PREFIX_ADDRESS) |
|
| 53 | 1 | ->build(); |
|
| 54 | 1 | } |
|
| 56 |