| Total Complexity | 3 |
| Total Lines | 24 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | class DepositHelper extends Helper |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * Get deposit fee by given product variant and context |
||
| 20 | * @param ProductVariantInterface $productVariant |
||
| 21 | * @param array $context |
||
| 22 | * @return int|null |
||
| 23 | */ |
||
| 24 | public function getPrice(ProductVariantInterface $productVariant, array $context): ?int |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * {@inheritdoc} |
||
| 36 | */ |
||
| 37 | public function getName(): string |
||
| 42 |