We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d136c49 commit d6d726cCopy full SHA for d6d726c
src/Serializer/JsonEncoder.php
@@ -34,7 +34,7 @@ public function __construct(string $format, BaseJsonEncoder $jsonEncoder = null)
34
35
// Encode <, >, ', &, and " for RFC4627-compliant JSON, which may also be embedded into HTML.
36
$this->jsonEncoder = $jsonEncoder ?: new BaseJsonEncoder(
37
- // The value "15" will be replaced by `JsonResponse::DEFAULT_ENCODING_OPTIONS` when Symfony HttpFoundation 2.7 support will be dropped
+ // The value "15" will be replaced by "JsonResponse::DEFAULT_ENCODING_OPTIONS" when Symfony HttpFoundation 2.7 support will be dropped
38
new JsonEncode(15), new JsonDecode(true)
39
);
40
}
0 commit comments