@@ -14,10 +14,10 @@ discard block  | 
                                                    ||
| 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  | 
                                                    ||
| 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 | *  |