Conditions | 1 |
Paths | 1 |
Total Lines | 22 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
31 | public function __construct( |
||
32 | /** |
||
33 | * Element to be used in some context. |
||
34 | * |
||
35 | * @var X |
||
36 | */ |
||
37 | private mixed $subject, |
||
38 | |||
39 | /** |
||
40 | * Context for element. |
||
41 | * |
||
42 | * @var Closure(X): mixed |
||
43 | */ |
||
44 | private Closure $context, |
||
45 | |||
46 | /** |
||
47 | * way of combining element and context. |
||
48 | * |
||
49 | * @var Closure(X, Closure(X): mixed): Y |
||
50 | */ |
||
51 | private Closure $usage |
||
52 | ) { |
||
53 | } |
||
65 |
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