@@ -225,7 +225,7 @@ |
||
| 225 | 225 | * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html |
| 226 | 226 | * |
| 227 | 227 | * @param array $args OPTIONAL Arguments to use |
| 228 | - * @param bool|array $options OPTIONAL |
|
| 228 | + * @param boolean $options OPTIONAL |
|
| 229 | 229 | * bool=> Deletes index first if already exists (default = false). |
| 230 | 230 | * array => Associative array of options (option=>value) |
| 231 | 231 | * |