Skip to content

Commit ddd67f2

Browse files
committed
2.3: Minor fixes
1 parent 36ebcab commit ddd67f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/doctrine/mapping_model_classes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Annotations, XML, Yaml, PHP and StaticPHP. The arguments are:
107107
to specify the name of the default manager. The first parameter found is
108108
used and the mappings are registered with that manager;
109109
* an optional container parameter name that will be used by the compiler
110-
pass to determine if this Doctrine type is used at all (this is relevant if
110+
pass to determine if this Doctrine type is used at all. This is relevant if
111111
your user has more than one type of Doctrine bundle installed, but your
112112
bundle is only used with one type of Doctrine.
113113

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

146146
Adjust accordingly for the other Doctrine implementations.
147147

0 commit comments

Comments
 (0)