Completed
Pull Request — master (#1196)
by Federico
03:11
created
lib/Elastica/Index.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -198,7 +198,7 @@  discard block
 block discarded – undo
198 198
      *
199 199
      * @param array $args OPTIONAL Additional arguments
200 200
      *
201
-     * @return array Server response
201
+     * @return Response Server response
202 202
      *
203 203
      * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-forcemerge.html
204 204
      */
@@ -225,7 +225,7 @@  discard block
 block discarded – undo
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
      *
@@ -474,7 +474,6 @@  discard block
 block discarded – undo
474 474
     /**
475 475
      * Flushes the index to storage.
476 476
      *
477
-     * @param bool $refresh
478 477
      *
479 478
      * @return Response Response object
480 479
      *
Please login to merge, or discard this patch.