Skip to content

Commit 4db13f9

Browse files
committed
minor #12679 Fix doctrine page command line break (TheGarious)
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes #12679). Discussion ---------- Fix doctrine page command line break <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 67fbd12 fix doctrine page
2 parents 0d3cf69 + 67fbd12 commit 4db13f9

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)