Skip to content

Commit f17ee31

Browse files
committed
doctrine.rst - suggestions by ryan symfony#1
1 parent 5d29134 commit f17ee31

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

reference/configuration/doctrine.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -634,8 +634,7 @@ For drivers that rely on the PHP files (annotation, staticphp) it will
634634
be ``[Bundle]/Entity``. For drivers that are using configuration
635635
files (XML, YAML, ...) it will be ``[Bundle]/Resources/config/doctrine``.
636636

637-
If you set the ``dir`` and the ``is_bundle`` bundle configuration to ``true``,
638-
it will be prefixed with the path of the current bundle and becomes
639-
the configuration directory.
637+
If the ``dir`` configuration is set and the ``is_bundle`` configuration is ``true``,
638+
the DoctrineBundle will prefix the ``dir`` configuration with the path of the bundle.
640639

641640
.. _`DQL User Defined Functions`: http://docs.doctrine-project.org/projects/doctrine-orm/en/latest/cookbook/dql-user-defined-functions.html

0 commit comments

Comments
 (0)