Total Complexity | 1 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | class ExistsAppScraper implements ParseHandlerInterface |
||
24 | { |
||
25 | /** |
||
26 | * @param RequestInterface $request |
||
27 | * @param ResponseInterface $response |
||
28 | * @param array $options |
||
29 | * |
||
30 | * @return bool |
||
31 | */ |
||
32 | 6 | public function __invoke(RequestInterface $request, ResponseInterface $response, array &$options = []): bool |
|
37 |