Completed
Push — master ( 3faae2...61a8ba )
by Nicolas
02:06 queued 15s
created
lib/Elastica/Client.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -188,7 +188,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
      */
@@ -289,7 +289,7 @@  discard block
 block discarded – undo
289 289
      *
290 290
      * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
291 291
      *
292
-     * @param array|\Elastica\Document[] $docs Array of Elastica\Document
292
+     * @param Document[] $docs Array of Elastica\Document
293 293
      *
294 294
      * @throws \Elastica\Exception\InvalidException If docs is empty
295 295
      *
Please login to merge, or discard this patch.