| Total Complexity | 2 |
| Total Lines | 20 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 18 | final class ProductAttributeValueRepository implements ProductAttributeValueRepositoryInterface |
||
| 19 | { |
||
| 20 | /** @var BaseAttributeValueRepositoryInterface */ |
||
| 21 | private $baseAttributeValueRepository; |
||
| 22 | |||
| 23 | public function __construct(BaseAttributeValueRepositoryInterface $baseAttributeValueRepository) |
||
| 24 | { |
||
| 25 | $this->baseAttributeValueRepository = $baseAttributeValueRepository; |
||
| 26 | } |
||
| 27 | |||
| 28 | public function getUniqueAttributeValues(AttributeInterface $productAttribute): array |
||
| 38 | ; |
||
| 39 | } |
||
| 41 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths