Total Complexity | 3 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 0 |
1 | <?php declare(strict_types=1); |
||
14 | final class PhpTraverser |
||
15 | { |
||
16 | 37 | public function __construct( |
|
20 | 37 | } |
|
21 | |||
22 | /** |
||
23 | * It will create a `Definition` from the given nodes. |
||
24 | * It will add the `Definition` to the `Codebase` |
||
25 | * |
||
26 | * @param Stmt[] $nodes |
||
27 | * @see PhpCodeParser::parse() |
||
28 | */ |
||
29 | 29 | public function traverse(array $nodes): void |
|
32 | 29 | } |
|
33 | |||
34 | 31 | public function codebase(): Codebase |
|
39 |
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