| Total Complexity | 7 | 
| Total Lines | 50 | 
| Duplicated Lines | 0 % | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 15 | final class Matcher | ||
| 16 | { | ||
| 17 | /** | ||
| 18 | * @var Collection [$rules description] | ||
| 19 | */ | ||
| 20 | private $rules; | ||
| 21 | |||
| 22 | /** | ||
| 23 | * [__construct description] | ||
| 24 | * | ||
| 25 | * @param Collection $rules [description] | ||
| 26 | */ | ||
| 27 | public function __construct(Collection $rules) | ||
| 30 | } | ||
| 31 | |||
| 32 | /** | ||
| 33 | * [match description] | ||
| 34 | * | ||
| 35 | * @param ServerRequest $request [description] | ||
| 36 | * @return MatchResult [description] | ||
| 37 | */ | ||
| 38 | public function match(ServerRequest $request): MatchResult | ||
| 67 | 
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