Skip to content

Commit c681bd7

Browse files
committed
Merge branch '4.3' into 4.4
* 4.3: fix doctrine page
2 parents 89f8e68 + 4db13f9 commit c681bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doctrine.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ you need a ``Product`` object to represent those products.
8686
You can use the ``make:entity`` command to create this class and any fields you
8787
need. The command will ask you some questions - answer them like done below:
8888

89-
.. code-block:: terminal
89+
.. code-block:: bash
9090
9191
$ php bin/console make:entity
9292
@@ -248,7 +248,7 @@ But what if you need to add a new field property to ``Product``, like a
248248
``description``? You can edit the class to add the new property. But, you can
249249
also use ``make:entity`` again:
250250

251-
.. code-block:: terminal
251+
.. code-block:: bash
252252
253253
$ php bin/console make:entity
254254

0 commit comments

Comments
 (0)