Skip to content

Commit

Permalink
Merge release 2.15.4 into 2.16.x (#10850)
Browse files Browse the repository at this point in the history
  • Loading branch information
derrabus authored Jul 23, 2023
2 parents 89250b8 + f7e4b61 commit 6d27797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 92 deletions.
6 changes: 2 additions & 4 deletions docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Doctrine ORM don't panic. You can get help from different sources:
- Report a bug on `GitHub <https://github.com/doctrine/orm/issues>`_.
- On `StackOverflow <https://stackoverflow.com/questions/tagged/doctrine-orm>`_

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

Getting Started
---------------
Expand Down Expand Up @@ -124,5 +124,3 @@ Cookbook
* **Custom Datatypes**
:doc:`MySQL Enums <cookbook/mysql-enums>`
:doc:`Advanced Field Value Conversion <cookbook/advanced-field-value-conversion-using-custom-mapping-types>`

.. include:: toc.rst
86 changes: 0 additions & 86 deletions docs/en/toc.rst

This file was deleted.

3 changes: 1 addition & 2 deletions docs/en/tutorials/getting-started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1343,8 +1343,7 @@ means the join details have already been defined on the owning
side. Therefore we only have to specify the property on the Bug
class that holds the owning sides.

Update your database schema by running:
::
Update your database schema by running::

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

Expand Down

0 comments on commit 6d27797

Please sign in to comment.