| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 10 | 
| Code Lines | 3 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 55 | public function __invoke( | ||
| 56 | ResponseFactory $responseFactory, | ||
| 57 | UserRepository $userRepository, | ||
| 58 | LoggerInterface $logger | ||
| 59 |     ): ResponseInterface { | ||
| 60 | $dataReader = $userRepository->findAllOrderByLogin(); | ||
| 61 | |||
| 62 |         $logger->debug('Collected {count} users', ['count' => $dataReader->count()]); | ||
| 63 | |||
| 64 | return $responseFactory->create($dataReader); | ||
| 65 | } | ||
| 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