Skip to content

Commit 7e398d1

Browse files
committed
Merge branch '6.4' into 7.2
* 6.4: [Serializer] Backport a fix in the filename of an encoder
2 parents 1169ef4 + ebb014c commit 7e398d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer/encoders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Creating a Custom Encoder
266266
Imagine you want to serialize and deserialize `NEON`_. For that you'll have to
267267
create your own encoder::
268268

269-
// src/Serializer/YamlEncoder.php
269+
// src/Serializer/NeonEncoder.php
270270
namespace App\Serializer;
271271

272272
use Nette\Neon\Neon;

0 commit comments

Comments
 (0)