Total Complexity | 2 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
14 | abstract class SurveyEnvelope implements Scalar |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * Ctor. |
||
19 | * |
||
20 | * @param X $subject |
||
|
|||
21 | * @param Closure(X): mixed $context |
||
22 | * @param Closure(X, Closure(X): mixed): Y $composition |
||
23 | */ |
||
24 | public function __construct( |
||
46 | } |
||
47 | |||
48 | /** |
||
49 | * Returns result of applying context to element. |
||
50 | * |
||
51 | * @return Y |
||
52 | */ |
||
53 | public final function value(): mixed |
||
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