Skip to content

Commit d6d726c

Browse files
author
Amrouche Hamza
committed
remove backticks
1 parent d136c49 commit d6d726c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serializer/JsonEncoder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function __construct(string $format, BaseJsonEncoder $jsonEncoder = null)
3434

3535
// Encode <, >, ', &, and " for RFC4627-compliant JSON, which may also be embedded into HTML.
3636
$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
37+
// The value "15" will be replaced by "JsonResponse::DEFAULT_ENCODING_OPTIONS" when Symfony HttpFoundation 2.7 support will be dropped
3838
new JsonEncode(15), new JsonDecode(true)
3939
);
4040
}

0 commit comments

Comments
 (0)