@@ -23,8 +23,8 @@ |
||
23 | 23 | * Encode data in json format |
24 | 24 | * |
25 | 25 | * @param mixed $data |
26 | - * @param int $options=0 |
|
27 | - * @param int $depth=512 |
|
26 | + * @param int $options |
|
27 | + * @param int $depth |
|
28 | 28 | * @return string |
29 | 29 | */ |
30 | 30 | public static function encode($data, $options = 0, $depth = 512) |