@@ -188,7 +188,7 @@ discard block |
||
| 188 | 188 | * Sets / overwrites a specific config value. |
| 189 | 189 | * |
| 190 | 190 | * @param string $key Key to set |
| 191 | - * @param mixed $value Value |
|
| 191 | + * @param string $value Value |
|
| 192 | 192 | * |
| 193 | 193 | * @return $this |
| 194 | 194 | */ |
@@ -198,8 +198,8 @@ discard block |
||
| 198 | 198 | } |
| 199 | 199 | |
| 200 | 200 | /** |
| 201 | - * @param array|string $keys config key or path of config keys |
|
| 202 | - * @param mixed $default default value will be returned if key was not found |
|
| 201 | + * @param string[] $keys config key or path of config keys |
|
| 202 | + * @param boolean $default default value will be returned if key was not found |
|
| 203 | 203 | * |
| 204 | 204 | * @return mixed |
| 205 | 205 | */ |
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | * |
| 290 | 290 | * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html |
| 291 | 291 | * |
| 292 | - * @param array|\Elastica\Document[] $docs Array of Elastica\Document |
|
| 292 | + * @param Document[] $docs Array of Elastica\Document |
|
| 293 | 293 | * |
| 294 | 294 | * @throws \Elastica\Exception\InvalidException If docs is empty |
| 295 | 295 | * |