| Total Complexity | 3 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 21 | class AkeneoPimServiceFactory extends AbstractServiceFactory |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * @return \SprykerEco\Service\AkeneoPim\Dependencies\External\Api\Adapter\AdapterFactoryInterface |
||
| 25 | */ |
||
| 26 | public function createAkeneoPimAdapterFactory(): AdapterFactoryInterface |
||
| 27 | { |
||
| 28 | return new AdapterFactory( |
||
| 29 | $this->getConfig(), |
||
| 30 | $this->createWrapperFactory(), |
||
| 31 | $this->getSessionClient() |
||
| 32 | ); |
||
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @return \SprykerEco\Service\AkeneoPim\Dependencies\External\Api\Wrapper\WrapperFactoryInterface |
||
| 37 | */ |
||
| 38 | public function createWrapperFactory(): WrapperFactoryInterface |
||
| 41 | } |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @return \Symfony\Component\HttpFoundation\Session\SessionInterface |
||
| 45 | */ |
||
| 46 | public function getSessionClient(): SessionInterface |
||
| 49 | } |
||
| 50 | } |
||
| 51 |
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