| Conditions | 2 |
| Paths | 2 |
| Total Lines | 7 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php declare(strict_types=1); |
||
| 41 | 48 | public function apply(array $definitionMembers): array |
|
| 42 | { |
||
| 43 | 48 | $members = $definitionMembers; |
|
| 44 | 48 | foreach ($this->filters as $filter) { |
|
| 45 | 14 | $members = array_filter($members, static fn (Stmt|Param $member): bool => $filter->accept($member)); |
|
| 46 | } |
||
| 47 | 48 | return $members; |
|
| 48 | } |
||
| 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