Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class FactFinderNgToProductImageStorageClientBridge implements FactFinderNgToProductImageStorageClientInterface |
||
13 | { |
||
14 | /** |
||
15 | * @var \Spryker\Client\ProductImageStorage\ProductImageStorageClientInterface |
||
16 | */ |
||
17 | protected $productImageStorageClient; |
||
18 | |||
19 | /** |
||
20 | * @param \Spryker\Client\ProductImageStorage\ProductImageStorageClientInterface $productImageStorageClient |
||
21 | */ |
||
22 | public function __construct($productImageStorageClient) |
||
25 | } |
||
26 | |||
27 | /** |
||
28 | * @param int $idProductAbstract |
||
29 | * @param string $locale |
||
30 | * |
||
31 | * @return \Generated\Shared\Transfer\ProductAbstractImageStorageTransfer|null |
||
32 | */ |
||
33 | public function findProductImageAbstractStorageTransfer(int $idProductAbstract, string $locale): ?ProductAbstractImageStorageTransfer |
||
38 |
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