Completed
Pull Request — master (#1093)
by Tim
05:06
created
lib/Elastica/Client.php 1 patch
Doc Comments   +3 added lines, -3 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
      */
Please login to merge, or discard this patch.
lib/Elastica/Type/AbstractType.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 use Elastica\Exception\InvalidException;
8 8
 use Elastica\Index;
9 9
 use Elastica\SearchableInterface;
10
-use Elastica\Type as BaseType;
11 10
 use Elastica\Util;
12 11
 
13 12
 /**
Please login to merge, or discard this patch.