diff --git a/en/tutorials/getting-started-xml-edition.rst b/en/tutorials/getting-started-xml-edition.rst index 44679c9d1..ae2c97d28 100644 --- a/en/tutorials/getting-started-xml-edition.rst +++ b/en/tutorials/getting-started-xml-edition.rst @@ -100,6 +100,7 @@ following set of classes. Put them into `entities/Bug.php`, .. code-block:: php name = $name; } } + +.. code-block:: php + // User.php class User { protected $id; @@ -210,6 +219,7 @@ with the assumptions about related collections: