Total Complexity | 5 |
Total Lines | 29 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | final class ProductVariantsDepositsProvider implements ProductVariantsDepositsProviderInterface |
||
13 | { |
||
14 | public function provideVariantsDeposits(ProductInterface $product, ChannelInterface $channel): array |
||
24 | } |
||
25 | |||
26 | private function constructOptionsMap(ProductVariantInterface $variant, ChannelInterface $channel): array |
||
43 |