@@ -34,7 +34,7 @@ discard block |
||
| 34 | 34 | * @param bool $global |
| 35 | 35 | * @param bool $status |
| 36 | 36 | * |
| 37 | - * @return BaseApi |
|
| 37 | + * @return ApiResult |
|
| 38 | 38 | * @throws \LoLApi\Exception\AbstractRateLimitException |
| 39 | 39 | */ |
| 40 | 40 | protected function callApiUrl($url, array $queryParameters = [], $global = false, $status = false) |
@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | * @param bool $fetchedFromCache |
| 80 | 80 | * @param ResponseInterface|null $response |
| 81 | 81 | * |
| 82 | - * @return $this |
|
| 82 | + * @return ApiResult |
|
| 83 | 83 | */ |
| 84 | 84 | protected function buildApiResult($fullUrl, $result, $fetchedFromCache, ResponseInterface $response = null) |
| 85 | 85 | { |