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 @@ -199,7 +199,7 @@ The ``make:entity`` command is a tool to make life easier. But this is *your* co
199199add/remove fields, add/remove methods or update configuration.
200200
201201Doctrine supports a wide variety of field types, each with their own options.
202- To see a full list, check out ` Doctrine's Mapping Types documentation`_ .
202+ Check out the ` list of Doctrine mapping types `_ in the Doctrine documentation.
203203If you want to use XML instead of attributes, add ``type: xml `` and
204204``dir: '%kernel.project_dir%/config/doctrine' `` to the entity mappings in your
205205``config/packages/doctrine.yaml `` file.
@@ -1075,7 +1075,7 @@ Learn more
10751075
10761076.. _`Doctrine` : https://www.doctrine-project.org/
10771077.. _`RFC 3986` : https://www.ietf.org/rfc/rfc3986.txt
1078- .. _`Doctrine's Mapping Types documentation ` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html
1078+ .. _`list of Doctrine mapping types ` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/basic-mapping.html#reference-mapping-types
10791079.. _`Query Builder` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/query-builder.html
10801080.. _`Doctrine Query Language` : https://www.doctrine-project.org/projects/doctrine-orm/en/current/reference/dql-doctrine-query-language.html
10811081.. _`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