Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | final class BackendsConfig implements JsonSerializable |
||
11 | { |
||
12 | /** @var list<BackendConfigInterface> */ |
||
|
|||
13 | private array $configs = []; |
||
14 | |||
15 | public function add(BackendConfigInterface $backendConfig): self |
||
19 | } |
||
20 | |||
21 | /** |
||
22 | * @psalm-suppress MixedReturnTypeCoercion |
||
23 | * |
||
24 | * @return array<string,array> |
||
25 | */ |
||
26 | public function jsonSerialize(): array |
||
39 |
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