Total Complexity | 7 |
Total Lines | 46 |
Duplicated Lines | 0 % |
Coverage | 80% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | final class TimeType extends ScalarType |
||
16 | { |
||
17 | public ?string $description = 'A time of the day (local time, no timezone).'; |
||
18 | |||
19 | /** |
||
20 | * Serializes an internal value to include in a response. |
||
21 | */ |
||
22 | 1 | public function serialize(mixed $value): mixed |
|
29 | } |
||
30 | |||
31 | /** |
||
32 | * Parses an externally provided value (query variable) to use as an input. |
||
33 | */ |
||
34 | 2 | public function parseValue(mixed $value): ?ChronosTime |
|
47 | } |
||
48 | |||
49 | /** |
||
50 | * Parses an externally provided literal value to use as an input (e.g. in Query AST). |
||
51 | */ |
||
52 | 3 | public function parseLiteral(Node $valueNode, ?array $variables = null): ?ChronosTime |
|
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