@@ -34,7 +34,7 @@ |
||
| 34 | 34 | * @param string $method |
| 35 | 35 | * @param array $params |
| 36 | 36 | * @param int $limit |
| 37 | - * @return \Iterator|void |
|
| 37 | + * @return \Generator |
|
| 38 | 38 | */ |
| 39 | 39 | public function paginateOver($method, $params, $limit = 0) |
| 40 | 40 | { |
@@ -306,7 +306,7 @@ |
||
| 306 | 306 | * If we are uploading file, we should build boundary form data. Otherwise |
| 307 | 307 | * it is simple urlencoded form. |
| 308 | 308 | * |
| 309 | - * @return array |
|
| 309 | + * @return string[] |
|
| 310 | 310 | */ |
| 311 | 311 | protected function getContentTypeHeader() |
| 312 | 312 | { |