Skip to content

Commit 771977c

Browse files
committed
More tweaking on wording. Thanks to @Talus. closes #2
1 parent 82fcd68 commit 771977c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

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

139139
Each **annotation** mapping may also specify the following options:
140140
* **use_simple_annotation_reader**:
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`)
144-
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)
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`)
144+
Note that if set to `false`, the `AnnotationRegistry` will probably
145+
need to be configured correctly so that it can load your Annotations
146+
classes. See this FAQ:
147+
[Why aren't my Annotations classes being found?](#why-arent-my-annotations-classes-being-found)
148148
* **query_cache**:
149149
String or array describing query cache implementation.
150150
*Default: setting specified by orm.default_cache*

0 commit comments

Comments
 (0)