Skip to content

Commit ebb014c

Browse files
committed
[Serializer] Backport a fix in the filename of an encoder
1 parent 3be34a6 commit ebb014c

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
@@ -265,7 +265,7 @@ Creating a Custom Encoder
265265
Imagine you want to serialize and deserialize `NEON`_. For that you'll have to
266266
create your own encoder::
267267

268-
// src/Serializer/YamlEncoder.php
268+
// src/Serializer/NeonEncoder.php
269269
namespace App\Serializer;
270270

271271
use Nette\Neon\Neon;

0 commit comments

Comments
 (0)