@@ -107,6 +107,7 @@ |
||
107 | 107 | |
108 | 108 | /** |
109 | 109 | * Select query. |
110 | + * @param string $query |
|
110 | 111 | */ |
111 | 112 | public function query($query, $resultmode = null) |
112 | 113 | { |
@@ -377,6 +377,7 @@ |
||
377 | 377 | |
378 | 378 | /** |
379 | 379 | * Parse response. |
380 | + * @param \Psr\Http\Message\ResponseInterface $response |
|
380 | 381 | */ |
381 | 382 | protected function parse($response): array |
382 | 383 | { |