@@ -15,7 +15,6 @@ discard block |
||
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 |
||
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 | * |