Conditions | 1 |
Paths | 1 |
Total Lines | 22 |
Code Lines | 0 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
24 | public function __construct( |
||
25 | /** |
||
26 | * Element for context. |
||
27 | * |
||
28 | * @var X |
||
29 | */ |
||
30 | private mixed $subject, |
||
31 | |||
32 | /** |
||
33 | * Context to be applied to the element. |
||
34 | * |
||
35 | * @var Closure(X): mixed |
||
36 | */ |
||
37 | private Closure $context, |
||
38 | |||
39 | /** |
||
40 | * Way of combining element and context. |
||
41 | * |
||
42 | * @var Closure(X, Closure(X): mixed): Y |
||
43 | */ |
||
44 | private Closure $composition |
||
45 | ) { |
||
46 | } |
||
58 |
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