We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6be17 commit 7175f41Copy full SHA for 7175f41
serializer.rst
@@ -499,9 +499,9 @@ given class:
499
500
.. code-block:: terminal
501
502
- $ php bin/console debug:serializer 'App\Entity\SomeClass'
+ $ php bin/console debug:serializer 'App\Entity\Book'
503
504
- App\Entity\SomeClass
+ App\Entity\Book
505
--------------------
506
507
+----------------+------------------------------------------------------------+
@@ -532,7 +532,7 @@ given class:
532
533
.. versionadded:: 6.3
534
535
- This debug command was introduced in Symfony 6.3.
+ The debug:serializer`` command was introduced in Symfony 6.3.
536
537
538
Going Further with the Serializer
0 commit comments