@@ -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 | */ |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Elastica\Exception\InvalidException; |
8 | 8 | use Elastica\Index; |
9 | 9 | use Elastica\SearchableInterface; |
10 | -use Elastica\Type as BaseType; |
|
11 | 10 | use Elastica\Util; |
12 | 11 | |
13 | 12 | /** |