Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
14 | class ContactBuilder |
||
15 | { |
||
16 | /** |
||
17 | * @param MagentoCustomer $magentoCustomer |
||
18 | * @return array |
||
19 | */ |
||
20 | public function buildWithMagentoCustomer(MagentoCustomer $magentoCustomer): array |
||
26 | ]; |
||
27 | } |
||
28 | |||
29 | /** |
||
30 | * @param Subscriber $subscriber |
||
31 | * @return array |
||
32 | */ |
||
33 | public function buildWithSubscriber(Subscriber $subscriber): array |
||
40 |