Skip to content

2.3: Minor fixes #3214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 27, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cookbook/doctrine/mapping_model_classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Annotations, XML, Yaml, PHP and StaticPHP. The arguments are:
to specify the name of the default manager. The first parameter found is
used and the mappings are registered with that manager;
* an optional container parameter name that will be used by the compiler
pass to determine if this Doctrine type is used at all (this is relevant if
pass to determine if this Doctrine type is used at all. This is relevant if
your user has more than one type of Doctrine bundle installed, but your
bundle is only used with one type of Doctrine.

Expand Down Expand Up @@ -141,7 +141,7 @@ Annotations, XML, Yaml, PHP and StaticPHP. The arguments are:
Now place your mapping file into ``/Resources/config/doctrine-base`` with the
fully qualified class name, separated by ``.`` instead of ``\``, for example
``Other.Namespace.Model.Name.orm.xml``. You may not mix the two as otherwise
the SymfonyFileLocator will get confused.
the ``SymfonyFileLocator`` will get confused.

Adjust accordingly for the other Doctrine implementations.

Expand Down