Skip to content

Commit

Permalink
minor symfony#12679 Fix doctrine page command line break (TheGarious)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 4.3 branch instead (closes symfony#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
  • Loading branch information
javiereguiluz committed Nov 24, 2019
2 parents 0d3cf69 + 67fbd12 commit 4db13f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doctrine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ you need a ``Product`` object to represent those products.
You can use the ``make:entity`` command to create this class and any fields you
need. The command will ask you some questions - answer them like done below:

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

.. code-block:: terminal
.. code-block:: bash
$ php bin/console make:entity
Expand Down

0 comments on commit 4db13f9

Please sign in to comment.