@@ -69,7 +69,7 @@ discard block |
||
69 | 69 | /** |
70 | 70 | * let us keep reference to our client. |
71 | 71 | * |
72 | - * @return mixed |
|
72 | + * @return Client |
|
73 | 73 | */ |
74 | 74 | public function getClient() { |
75 | 75 | return $this->client; |
@@ -232,7 +232,7 @@ discard block |
||
232 | 232 | * |
233 | 233 | * @param $client |
234 | 234 | * |
235 | - * @return Client |
|
235 | + * @return Pool |
|
236 | 236 | */ |
237 | 237 | public function setClient( Client $client ) { |
238 | 238 | $this->client = $client; |
@@ -95,7 +95,6 @@ |
||
95 | 95 | /** |
96 | 96 | * Checks if there is any cache data for query. |
97 | 97 | * |
98 | - * @param CachePool $cachePool |
|
99 | 98 | */ |
100 | 99 | public function getCacheKey() |
101 | 100 | { |