Total Complexity | 3 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
15 | class Exporter implements ExporterInterface |
||
16 | { |
||
17 | /** |
||
18 | * @var \SprykerEco\Zed\Minubo\Persistence\MinuboEntityManagerInterface |
||
19 | */ |
||
20 | protected $entityManager; |
||
21 | |||
22 | /** |
||
23 | * @var array<\SprykerEco\Zed\Minubo\Dependency\Plugin\MinuboExportPluginInterface> |
||
24 | */ |
||
25 | protected $exportPlugins; |
||
26 | |||
27 | /** |
||
28 | * @param \SprykerEco\Zed\Minubo\Persistence\MinuboEntityManagerInterface $entityManager |
||
29 | * @param array<\SprykerEco\Zed\Minubo\Dependency\Plugin\MinuboExportPluginInterface> $exportPlugins |
||
30 | */ |
||
31 | public function __construct(MinuboEntityManagerInterface $entityManager, array $exportPlugins) |
||
35 | } |
||
36 | |||
37 | /** |
||
38 | * @return void |
||
39 | */ |
||
40 | public function exportData(): void |
||
52 |
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