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