Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6d27797

Browse files
authored
Merge release 2.15.4 into 2.16.x (#10850)
2 parents 89250b8 + f7e4b61 commit 6d27797

3 files changed

Lines changed: 3 additions & 92 deletions

File tree

docs/en/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ Doctrine ORM don't panic. You can get help from different sources:
1818
- Report a bug on `GitHub <https://github.com/doctrine/orm/issues>`_.
1919
- On `StackOverflow <https://stackoverflow.com/questions/tagged/doctrine-orm>`_
2020

21-
If you need more structure over the different topics you can browse the :doc:`table
22-
of contents <toc>`.
21+
If you need more structure over the different topics you can browse the table
22+
of contents.
2323

2424
Getting Started
2525
---------------
@@ -124,5 +124,3 @@ Cookbook
124124
* **Custom Datatypes**
125125
:doc:`MySQL Enums <cookbook/mysql-enums>`
126126
:doc:`Advanced Field Value Conversion <cookbook/advanced-field-value-conversion-using-custom-mapping-types>`
127-
128-
.. include:: toc.rst

docs/en/toc.rst

Lines changed: 0 additions & 86 deletions
This file was deleted.

docs/en/tutorials/getting-started.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1343,8 +1343,7 @@ means the join details have already been defined on the owning
13431343
side. Therefore we only have to specify the property on the Bug
13441344
class that holds the owning sides.
13451345

1346-
Update your database schema by running:
1347-
::
1346+
Update your database schema by running::
13481347

13491348
$ php bin/doctrine orm:schema-tool:update --force
13501349

0 commit comments

Comments
 (0)