| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 15 | class HttpRequestOptions extends DataTransferObject |
||
| 16 | { |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var array<mixed>|string|null |
||
| 20 | */ |
||
| 21 | public string|array|null $query = null; |
||
|
|
|||
| 22 | |||
| 23 | /** |
||
| 24 | * @var array<mixed>|null |
||
| 25 | */ |
||
| 26 | public ?array $headers = null; |
||
| 27 | |||
| 28 | public ?string $body = null; |
||
| 29 | |||
| 30 | public ?HandlerStack $handler = null; |
||
| 31 | |||
| 32 | 1 | public function addHeader(string $key, mixed $value): void |
|
| 35 | 1 | } |
|
| 36 | |||
| 37 | /** |
||
| 38 | * @return array<mixed> |
||
| 39 | */ |
||
| 40 | 104 | public function all(): array |
|
| 47 |
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