Total Complexity | 2 |
Total Lines | 45 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
16 | abstract class SurveyEnvelope implements Scalar |
||
17 | { |
||
18 | |||
19 | /** |
||
20 | * Ctor. |
||
21 | * |
||
22 | * @phpstan-param X $subject |
||
23 | * @phpstan-param Closure(X): mixed $context |
||
24 | * @phpstan-param Closure(X, Closure(X): mixed): Y $usage |
||
25 | * @param mixed $subject element to be used in some context |
||
26 | * @param Closure $context context for element |
||
27 | * @param Closure $usage way of combining element and context |
||
28 | */ |
||
29 | public function __construct( |
||
51 | } |
||
52 | |||
53 | /** |
||
54 | * Returns result of applying context to element. |
||
55 | * |
||
56 | * @return Y |
||
|
|||
57 | */ |
||
58 | public final function value(): mixed |
||
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