Skip to content

Commit 79be983

Browse files
committed
Merge branch '7.4' into 8.0
* 7.4: Update encoders.rst
2 parents 3c75033 + 15b0017 commit 79be983

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

259-
// src/Serializer/YamlEncoder.php
259+
// src/Serializer/NeonEncoder.php
260260
namespace App\Serializer;
261261

262262
use Nette\Neon\Neon;

0 commit comments

Comments
 (0)