Completed
Pull Request — master (#1558)
by Oleksandr
01:55
created
lib/Elastica/JSON.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -15,10 +15,10 @@  discard block
 block discarded – undo
15 15
      * @see http://php.net/manual/en/function.json-decode.php
16 16
      * @see http://php.net/manual/en/function.json-last-error.php
17 17
      *
18
-     * @param string $args,... JSON string to parse
19 18
      *
20 19
      * @throws JSONParseException
21 20
      *
21
+     * @param string $args
22 22
      * @return array PHP array representation of JSON string
23 23
      */
24 24
     public static function parse($args/* inherit from json_decode */)
@@ -49,7 +49,6 @@  discard block
 block discarded – undo
49 49
      * @see http://php.net/manual/en/function.json-encode.php
50 50
      * @see http://php.net/manual/en/function.json-last-error.php
51 51
      *
52
-     * @param mixed $args,... Target to stringify
53 52
      *
54 53
      * @throws JSONParseException
55 54
      *
Please login to merge, or discard this patch.
lib/Elastica/Bulk.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Elastica\Bulk\Action\AbstractDocument as AbstractDocumentAction;
7 7
 use Elastica\Bulk\Response as BulkResponse;
8 8
 use Elastica\Bulk\ResponseSet;
9
-use Elastica\Exception\Bulk\ResponseException;
10 9
 use Elastica\Exception\Bulk\ResponseException as BulkResponseException;
11 10
 use Elastica\Exception\InvalidException;
12 11
 use Elastica\Script\AbstractScript;
Please login to merge, or discard this patch.