Total Complexity | 3 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
14 | class CrefoPayApiDependencyProvider extends AbstractBundleDependencyProvider |
||
15 | { |
||
16 | public const SERVICE_UTIL_ENCODING = 'SERVICE_UTIL_ENCODING'; |
||
17 | public const SERVICE_CREFO_PAY_API = 'SERVICE_CREFO_PAY_API'; |
||
18 | |||
19 | /** |
||
20 | * @param \Spryker\Zed\Kernel\Container $container |
||
21 | * |
||
22 | * @return \Spryker\Zed\Kernel\Container |
||
23 | */ |
||
24 | public function provideBusinessLayerDependencies(Container $container): Container |
||
31 | } |
||
32 | |||
33 | /** |
||
34 | * @param \Spryker\Zed\Kernel\Container $container |
||
35 | * |
||
36 | * @return \Spryker\Zed\Kernel\Container |
||
37 | */ |
||
38 | protected function addUtilEncodingService(Container $container): Container |
||
45 | } |
||
46 | |||
47 | /** |
||
48 | * @param \Spryker\Zed\Kernel\Container $container |
||
49 | * |
||
50 | * @return \Spryker\Zed\Kernel\Container |
||
51 | */ |
||
52 | protected function addCrefoPayApiService(Container $container): Container |
||
61 |
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