Skip to content

Commit 1484924

Browse files
committed
Updated README
1 parent 79bf835 commit 1484924

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
This extension provides following features:
1111

12-
* DQL validation for parse errors, unknown entity classes and unknown persistent fields.
12+
* DQL validation for parse errors, unknown entity classes and unknown persistent fields. QueryBuilder validation is also supported.
1313
* Recognizes magic `findBy*`, `findOneBy*` and `countBy*` methods on EntityRepository.
1414
* Validates entity fields in repository `findBy`, `findBy*`, `findOneBy`, `findOneBy*`, `count` and `countBy*` method calls.
1515
* Interprets `EntityRepository<MyEntity>` correctly in phpDocs for further type inference of methods called on the repository.
@@ -33,7 +33,7 @@ includes:
3333
- vendor/phpstan/phpstan-doctrine/extension.neon
3434
```
3535

36-
If you're interested in DQL validation, include also `rules.neon` (you will also need to provide the `objectManagerLoader`, see below):
36+
If you're interested in DQL/QueryBuilder validation, include also `rules.neon` (you will also need to provide the `objectManagerLoader`, see below):
3737

3838
```
3939
includes:

0 commit comments

Comments
 (0)