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