Skip to content

Commit aea0bbd

Browse files
samsonasikfabpot
authored andcommitted
fix typo : StdClass should be stdClass with little "s"
1 parent 0821f3a commit aea0bbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Encoder/JsonDecode.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public function getLastError()
7070
*
7171
* json_decode_associative: boolean
7272
* If true, returns the object as associative array.
73-
* If false, returns the object as nested StdClass
73+
* If false, returns the object as nested stdClass
7474
* If not specified, this method will use the default set in JsonDecode::__construct
7575
*
7676
* json_decode_recursion_depth: integer

0 commit comments

Comments
 (0)