Completed
Pull Request — master (#7)
by Michaël
04:22
created
src/LoLApi/Api/BaseApi.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.