Conditions | 1 |
Paths | 1 |
Total Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
51 | public function getUrlRankByKeyword(string $keyword, string $url, string $searchEngine = 'google', ?string $callbackUrl = null, ?int $geolocId = null, int $location = 13, ?int $maxPage = null): array |
||
52 | { |
||
53 | throw new \RuntimeException(sprintf('Method "%s" is not implemented.', __METHOD__)); |
||
54 | } |
||
55 | } |
||
56 |