Skip to content

Commit 140fc65

Browse files
authored
Update JSON.php
1 parent 1b32edd commit 140fc65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/JSON.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Class Base64
77
*
88
* @method static string encode(mixed $value, int $options = 0, int $depth = 512)
9-
* @method static string decode(string $json, bool $assoc = false, int $depth = 512, int $options = 0)
9+
* @method static mixed decode(string $json, bool $assoc = false, int $depth = 512, int $options = 0)
1010
*/
1111
abstract class JSON extends Proxy
1212
{

0 commit comments

Comments
 (0)