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