File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ The ``make:entity`` command is a tool to make life easier. But this is *your* co
198
198
add/remove fields, add/remove methods or update configuration.
199
199
200
200
Doctrine supports a wide variety of field types, each with their own options.
201
- To see a full list, check out ` Doctrine's Mapping Types documentation`_ .
201
+ Check out the ` list of Doctrine mapping types `_ in the Doctrine documentation.
202
202
If you want to use XML instead of annotations, add ``type: xml `` and
203
203
``dir: '%kernel.project_dir%/config/doctrine' `` to the entity mappings in your
204
204
``config/packages/doctrine.yaml `` file.
@@ -889,7 +889,7 @@ Learn more
889
889
890
890
.. _`Doctrine` : https://www.doctrine-project.org/
891
891
.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
892
- .. _`Doctrine's Mapping Types documentation ` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html#reference-mapping-types
892
+ .. _`list of Doctrine mapping types ` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html#reference-mapping-types
893
893
.. _`Query Builder` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/query-builder.html
894
894
.. _`Doctrine Query Language` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/dql-doctrine-query-language.html
895
895
.. _`Reserved SQL keywords documentation` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html#quoting-reserved-words
You can’t perform that action at this time.
0 commit comments