Skip to content

Commit 82fcd68

Browse files
committed
Try some new formatting because GitHub Markdown is being inconsistent. Also tweaked wording a bit.
1 parent 69e0a1e commit 82fcd68

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -138,14 +138,13 @@ Configuration
138138

139139
Each **annotation** mapping may also specify the following options:
140140
* **use_simple_annotation_reader**:
141-
If `true`, only the notation `@Entity` will work.
141+
* If `true`, only simple notations like `@Entity` will work.
142+
* If `false`, more advanced notations and aliasing via `use` will
143+
work. (Example: `use Doctrine\ORM\Mapping AS ORM`, `@ORM\Entity`)
142144

143-
If `false`, the notation `@ORM\Entity` and similar
144-
(`@Doctrine\ORM\Mapping\Entity`, ... and so on) will also be supported.
145-
146-
Note that if set to `false`, the `AnnotationRegistry` will probably
147-
need to be configured correctly. See this FAQ:
148-
[Why aren't my Annotations classes being found?](#why-arent-my-annotations-classes-being-found)
145+
Note that if set to `false`, the `AnnotationRegistry` will probably
146+
need to be configured correctly. See this FAQ:
147+
[Why aren't my Annotations classes being found?](#why-arent-my-annotations-classes-being-found)
149148
* **query_cache**:
150149
String or array describing query cache implementation.
151150
*Default: setting specified by orm.default_cache*

0 commit comments

Comments
 (0)