Skip to content

Commit aba6d33

Browse files
authored
Merge pull request #874 from dunglas/fix_phpdoc
Fix the PHPDoc of JsonEncoder
2 parents 63c880f + 2652206 commit aba6d33

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
@@ -19,7 +19,7 @@
1919
use Symfony\Component\Serializer\Encoder\JsonEncoder as BaseJsonEncoder;
2020

2121
/**
22-
* JSON-LD Encoder.
22+
* A JSON encoder with appropriate default options to embed the generated document into HTML.
2323
*
2424
* @author Kévin Dunglas <[email protected]>
2525
*/

0 commit comments

Comments
 (0)