| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 83.33% |
| Changes | 0 | ||
| 1 | <?php |
||
| 25 | class FindDevAppsUrlScraper implements ParseHandlerInterface |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * @param RequestInterface $request |
||
| 29 | * @param ResponseInterface $response |
||
| 30 | * @param array $options |
||
| 31 | * |
||
| 32 | * @throws \Nelexa\GPlay\Exception\GooglePlayException |
||
| 33 | * |
||
| 34 | * @return string|null |
||
| 35 | */ |
||
| 36 | 1 | public function __invoke(RequestInterface $request, ResponseInterface $response, array &$options = []): ?string |
|
| 48 |