Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Code Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
27 | public function __construct( |
||
28 | ClassDefinitionBuilder $classBuilder = null, |
||
29 | InterfaceDefinitionBuilder $interfaceBuilder = null, |
||
30 | TraitDefinitionBuilder $traitBuilder = null |
||
31 | ) { |
||
32 | parent::__construct( |
||
33 | (new ParserFactory)->create(ParserFactory::PREFER_PHP7), |
||
34 | new Php5Traverser( |
||
35 | $classBuilder ?? new ClassDefinitionBuilder(), |
||
36 | $interfaceBuilder ?? new InterfaceDefinitionBuilder(), |
||
37 | $traitBuilder ?? new TraitDefinitionBuilder() |
||
38 | ) |
||
42 |
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