| Total Complexity | 5 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | class FindDevAppsUrlScraper implements ResponseHandlerInterface |
||
| 14 | { |
||
| 15 | /** |
||
| 16 | * @param RequestInterface $request |
||
| 17 | * @param ResponseInterface $response |
||
| 18 | * @return string|null |
||
| 19 | * @throws GooglePlayException |
||
| 20 | */ |
||
| 21 | public function __invoke(RequestInterface $request, ResponseInterface $response): ?string |
||
| 44 |