| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 26 | final class VisibilityFilters |
||
| 27 | { |
||
| 28 | /** @var VisibilityFilter[] */ |
||
| 29 | private readonly array $filters; |
||
| 30 | |||
| 31 | /** @param VisibilityFilter[] $filters */ |
||
| 32 | 57 | public function __construct(array $filters = []) |
|
| 33 | { |
||
| 34 | 57 | $this->filters = $filters; |
|
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * @param Property[]|ClassMethod[]|ClassConst[]|Param[] $definitionMembers |
||
| 39 | * @return Property[]|ClassMethod[]|ClassConst[]|Param[] |
||
| 40 | */ |
||
| 41 | 48 | public function apply(array $definitionMembers): array |
|
| 48 | } |
||
| 49 | } |
||
| 50 |
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