Total Complexity | 3 |
Total Lines | 39 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
19 | class AkeneoPimConfigurationProfilePlugin extends AbstractPlugin implements ConfigurationProfilePluginInterface |
||
20 | { |
||
21 | /** |
||
22 | * {@inheritDoc} |
||
23 | * |
||
24 | * @api |
||
25 | * |
||
26 | * @return array<\SprykerMiddleware\Zed\Process\Dependency\Plugin\Configuration\ProcessConfigurationPluginInterface> |
||
27 | */ |
||
28 | public function getProcessConfigurationPlugins(): array |
||
29 | { |
||
30 | return $this->getFactory() |
||
31 | ->getAkeneoPimProcesses(); |
||
32 | } |
||
33 | |||
34 | /** |
||
35 | * {@inheritDoc} |
||
36 | * |
||
37 | * @api |
||
38 | * |
||
39 | * @return array<\SprykerMiddleware\Zed\Process\Dependency\Plugin\TranslatorFunction\TranslatorFunctionPluginInterface> |
||
40 | */ |
||
41 | public function getTranslatorFunctionPlugins(): array |
||
42 | { |
||
43 | return $this->getFactory() |
||
44 | ->getAkeneoPimTranslatorFunctions(); |
||
45 | } |
||
46 | |||
47 | /** |
||
48 | * {@inheritDoc} |
||
49 | * |
||
50 | * @api |
||
51 | * |
||
52 | * @return array<\SprykerMiddleware\Zed\Process\Dependency\Plugin\Validator\ValidatorPluginInterface> |
||
53 | */ |
||
54 | public function getValidatorPlugins(): array |
||
58 | } |
||
59 | } |
||
60 |
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