Skip to content

Commit 14fec8b

Browse files
committed
minor #21180 [Serializer] Fix classname comment in Create a Custom Encoders section (Fuzip)
This PR was merged into the 7.3 branch. Discussion ---------- [Serializer] Fix classname comment in Create a Custom Encoders section Fix classname comment in `Creating a Custom Encoder` section Commits ------- 09bb042 Update encoders.rst
2 parents 5564fb0 + 09bb042 commit 14fec8b

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)