Completed
Push — master ( 683f7d...5b8e9d )
by Nicolas
02:38
created
lib/Elastica/JSON.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -14,10 +14,10 @@  discard block
 block discarded – undo
14 14
      * @link http://php.net/manual/en/function.json-decode.php
15 15
      * @link http://php.net/manual/en/function.json-last-error.php
16 16
      *
17
-     * @param string $args,... JSON string to parse
18 17
      *
19 18
      * @throws JSONParseException
20 19
      *
20
+     * @param string $args
21 21
      * @return array PHP array representation of JSON string
22 22
      */
23 23
     public static function parse($args/* inherit from json_decode */)
@@ -48,7 +48,6 @@  discard block
 block discarded – undo
48 48
      * @link http://php.net/manual/en/function.json-encode.php
49 49
      * @link http://php.net/manual/en/function.json-last-error.php
50 50
      *
51
-     * @param mixed $args,... Target to stringify
52 51
      *
53 52
      * @throws JSONParseException
54 53
      *
Please login to merge, or discard this patch.