Total Complexity | 5 |
Total Lines | 34 |
Duplicated Lines | 0 % |
Coverage | 76.92% |
Changes | 0 |
1 | <?php |
||
24 | class FindDevAppsUrlScraper implements ResponseHandlerInterface |
||
25 | { |
||
26 | /** |
||
27 | * @param RequestInterface $request |
||
28 | * @param ResponseInterface $response |
||
29 | * |
||
30 | * @throws GooglePlayException |
||
31 | * |
||
32 | * @return string|null |
||
33 | */ |
||
34 | 1 | public function __invoke(RequestInterface $request, ResponseInterface $response): ?string |
|
60 |