Total Complexity | 2 |
Total Lines | 25 |
Duplicated Lines | 0 % |
Changes | 4 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
17 | class PartBuilderFactory |
||
18 | { |
||
19 | /** |
||
20 | * Constructs a new PartBuilder object and returns it |
||
21 | * |
||
22 | * @param StreamInterface $messageStream |
||
23 | * @return PartBuilder |
||
24 | */ |
||
25 | public function newPartBuilder(StreamInterface $messageStream) |
||
28 | } |
||
29 | |||
30 | /** |
||
31 | * Constructs a new PartBuilder object and returns it |
||
32 | * |
||
33 | * @param ParsedMessagePartFactory $messagePartFactory |
||
34 | * @param PartBuilder $parent |
||
35 | * @return PartBuilder |
||
36 | */ |
||
37 | public function newChildPartBuilder(PartBuilder $parent) |
||
45 |
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