Skip to content

Commit 15b0017

Browse files
committed
Merge branch '7.3' into 7.4
* 7.3: Update encoders.rst
2 parents bedc9d7 + 14fec8b commit 15b0017

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

274-
// src/Serializer/YamlEncoder.php
274+
// src/Serializer/NeonEncoder.php
275275
namespace App\Serializer;
276276

277277
use Nette\Neon\Neon;

0 commit comments

Comments
 (0)