| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class ContactBuilder |
||
| 16 | { |
||
| 17 | /** |
||
| 18 | * @param MagentoCustomerInterface $magentoCustomer |
||
| 19 | * @return array |
||
| 20 | */ |
||
| 21 | public function buildWithMagentoCustomer(MagentoCustomerInterface $magentoCustomer): array |
||
| 30 | ]; |
||
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @param Subscriber $subscriber |
||
| 35 | * @return array |
||
| 36 | */ |
||
| 37 | public function buildWithSubscriber(Subscriber $subscriber): array |
||
| 47 |