Skip to content

Commit 7175f41

Browse files
loic425OskarStark
andauthored
Apply suggestions from code review
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent ff6be17 commit 7175f41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

serializer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,9 @@ given class:
499499

500500
.. code-block:: terminal
501501
502-
$ php bin/console debug:serializer 'App\Entity\SomeClass'
502+
$ php bin/console debug:serializer 'App\Entity\Book'
503503
504-
App\Entity\SomeClass
504+
App\Entity\Book
505505
--------------------
506506
507507
+----------------+------------------------------------------------------------+
@@ -532,7 +532,7 @@ given class:
532532
533533
.. versionadded:: 6.3
534534

535-
This debug command was introduced in Symfony 6.3.
535+
The debug:serializer`` command was introduced in Symfony 6.3.
536536

537537

538538
Going Further with the Serializer

0 commit comments

Comments
 (0)