Skip to content

Commit e8a47df

Browse files
committed
Updated README
1 parent 6109e66 commit e8a47df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ parameters:
4646
repositoryClass: MyApp\Doctrine\BetterEntityRepository
4747
```
4848

49-
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()`:
49+
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:
5050

5151
```neon
5252
parameters:

0 commit comments

Comments
 (0)