Total Complexity | 2 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
13 | class WrapperFactory implements WrapperFactoryInterface |
||
14 | { |
||
15 | /** |
||
16 | * @param \Akeneo\Pim\ApiClient\Pagination\PageInterface $page |
||
17 | * |
||
18 | * @return \SprykerEco\Service\AkeneoPim\Dependencies\External\Api\Wrapper\AkeneoResourcePageInterface |
||
19 | */ |
||
20 | public function createAkeneoPage(PageInterface $page): AkeneoResourcePageInterface |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @param \Akeneo\Pim\ApiClient\Pagination\ResourceCursorInterface $resourceCursor |
||
27 | * |
||
28 | * @return \SprykerEco\Service\AkeneoPim\Dependencies\External\Api\Wrapper\AkeneoResourceCursorInterface |
||
29 | */ |
||
30 | public function createAkeneoResourceCursor(ResourceCursorInterface $resourceCursor): AkeneoResourceCursorInterface |
||
35 |
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