| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class ProductImportValidationRuleSet extends AbstractValidationRuleSet implements ValidationRuleSetInterface |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var array<string> |
||
| 18 | */ |
||
| 19 | protected static $skuValues; |
||
| 20 | |||
| 21 | /** |
||
| 22 | * @var \SprykerEco\Zed\AkeneoPimMiddlewareConnector\AkeneoPimMiddlewareConnectorConfig |
||
| 23 | */ |
||
| 24 | protected $config; |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @param \SprykerEco\Zed\AkeneoPimMiddlewareConnector\AkeneoPimMiddlewareConnectorConfig $config |
||
| 28 | */ |
||
| 29 | public function __construct(AkeneoPimMiddlewareConnectorConfig $config) |
||
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @return array |
||
| 36 | */ |
||
| 37 | protected function getRules(): array |
||
| 49 |
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