Completed
Push — master ( 3a2d29...d0475e )
by Nicolas
02:57
created
lib/Elastica/Index.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -192,7 +192,7 @@  discard block
 block discarded – undo
192 192
      *
193 193
      * @param array $args OPTIONAL Additional arguments
194 194
      *
195
-     * @return array Server response
195
+     * @return Response Server response
196 196
      *
197 197
      * @deprecated Replaced by forcemerge
198 198
      * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-optimize.html
@@ -211,7 +211,7 @@  discard block
 block discarded – undo
211 211
      *
212 212
      * @param array $args OPTIONAL Additional arguments
213 213
      *
214
-     * @return array Server response
214
+     * @return Response Server response
215 215
      *
216 216
      * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-forcemerge.html
217 217
      */
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
      * @link https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html
239 239
      *
240 240
      * @param array      $args    OPTIONAL Arguments to use
241
-     * @param bool|array $options OPTIONAL
241
+     * @param boolean $options OPTIONAL
242 242
      *                            bool=> Deletes index first if already exists (default = false).
243 243
      *                            array => Associative array of options (option=>value)
244 244
      *
Please login to merge, or discard this patch.