@@ -50,7 +50,7 @@ discard block |
||
| 50 | 50 | /** |
| 51 | 51 | * Set the weight for this aggregation. |
| 52 | 52 | * |
| 53 | - * @param mixed $missing |
|
| 53 | + * @param integer $missing |
|
| 54 | 54 | * |
| 55 | 55 | * @return $this |
| 56 | 56 | */ |
@@ -98,7 +98,6 @@ discard block |
||
| 98 | 98 | /** |
| 99 | 99 | * Set the value_type for this aggregation. |
| 100 | 100 | * |
| 101 | - * @param string $format |
|
| 102 | 101 | * @param mixed $valueType |
| 103 | 102 | * |
| 104 | 103 | * @return $this |
@@ -224,7 +224,7 @@ discard block |
||
| 224 | 224 | } |
| 225 | 225 | |
| 226 | 226 | /** |
| 227 | - * @param array|string $fields |
|
| 227 | + * @param string $fields |
|
| 228 | 228 | * |
| 229 | 229 | * @return $this |
| 230 | 230 | */ |
@@ -382,7 +382,7 @@ discard block |
||
| 382 | 382 | } |
| 383 | 383 | |
| 384 | 384 | /** |
| 385 | - * @param array $fields if empty array all options will be returned |
|
| 385 | + * @param string[] $fields if empty array all options will be returned |
|
| 386 | 386 | */ |
| 387 | 387 | public function getOptions(array $fields = []): array |
| 388 | 388 | { |