Completed
Push — master ( 0a06ce...0da2c4 )
by François-Xavier
05:12 queued 02:27
created
src/JSON.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -15,7 +15,6 @@  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 mixed $args,... JSON string to parse
19 18
      *
20 19
      * @throws JSONParseException
21 20
      *
@@ -46,7 +45,6 @@  discard block
 block discarded – undo
46 45
      * @see http://php.net/manual/en/function.json-encode.php
47 46
      * @see http://php.net/manual/en/function.json-last-error.php
48 47
      *
49
-     * @param mixed $args,... Target to stringify
50 48
      *
51 49
      * @throws JSONParseException
52 50
      *
Please login to merge, or discard this patch.