Total Complexity | 2 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php |
||
13 | class Factory |
||
14 | { |
||
15 | /** @var Configuration */ |
||
16 | private $configuration; |
||
17 | |||
18 | /** @var ExecutorInterface */ |
||
19 | private $versionExecutor; |
||
20 | |||
21 | 146 | public function __construct(Configuration $configuration, ExecutorInterface $versionExecutor) |
|
25 | 146 | } |
|
26 | |||
27 | 73 | public function createVersion(string $version, string $migrationClassName) : Version |
|
37 |
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