| Total Complexity | 2 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | final class ProductProductAttributesContext implements ProductAttributesContextInterface |
||
| 16 | { |
||
| 17 | /** @var TaxonContextInterface */ |
||
| 18 | private $taxonContext; |
||
| 19 | |||
| 20 | /** @var ProductAttributesFinderInterface */ |
||
| 21 | private $attributesFinder; |
||
| 22 | |||
| 23 | public function __construct( |
||
| 29 | } |
||
| 30 | |||
| 31 | public function getAttributes(): ?array |
||
| 39 |