Skip to content

Commit 6b7329f

Browse files
committed
Merge branch '2.3'
* 2.3: Improve documentation of X-Forwarded-For header handling [DoctrineBridge] Loosened CollectionToArrayTransformer::transform() to accept arrays Removed unused use statements. Make usleep longer and simplify assertions Added japanese translation resource for security component. Replaced the @inheritdoc with an actual list of params since the original method has a different signature. fix typo : StdClass should be stdClass with little "s" Remove unnecessary continue from Request [Yaml] Fixed the escaping of strings starting with a dash when dumping Fix in ChainLoader.php fixed wrong started states
2 parents 3acf166 + aea0bbd commit 6b7329f

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)