@@ -42,7 +42,6 @@ discard block |
||
42 | 42 | * RemoteFetcher constructor. |
43 | 43 | * |
44 | 44 | * @param \GuzzleHttp\Client $http |
45 | - * @param CacheInterface $cache |
|
46 | 45 | */ |
47 | 46 | public function __construct(Client $http, array $options = []) |
48 | 47 | { |
@@ -54,7 +53,7 @@ discard block |
||
54 | 53 | * Fetch a page from remote repository |
55 | 54 | * |
56 | 55 | * @param string $pageName |
57 | - * @return string |
|
56 | + * @return TldrPage |
|
58 | 57 | * @throws PageNotFoundException |
59 | 58 | */ |
60 | 59 | public function fetchPage(String $pageName): TldrPage |