Skip to content

Commit f5789bb

Browse files
ThomasLandauerondrejmirtes
authored andcommitted
Clarifiying DQL validation
See #183 (comment) I think this is more important than the repository thing, so I moved it in front. Do you agree?
1 parent 6c1e0c4 commit f5789bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ parameters:
5858
repositoryClass: MyApp\Doctrine\BetterEntityRepository
5959
```
6060

61-
You can opt in for more advanced analysis by providing the object manager from your own application. This will allow the correct entity `repositoryClass` to be inferred when accessing `$entityManager->getRepository()`. Also, it allows DQL validation when enabled:
61+
You can opt in for more advanced analysis by providing the object manager from your own application. This will allow DQL validation, and the correct entity `repositoryClass` to be inferred when accessing `$entityManager->getRepository()`:
6262

6363
```neon
6464
parameters:

0 commit comments

Comments
 (0)