Skip to content

Commit 8f91599

Browse files
committed
Updated README
1 parent fbbe606 commit 8f91599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This extension provides following features:
1414
* Interpret `EntityRepository<MyEntity>` correctly in phpDocs for further type inference of methods called on the repository.
1515
* Basic DQL validation for parse errors, unknown entity classes and unknown persistent fields.
1616
* Recognizes magic `findBy*`, `findOneBy*` and `countBy*` methods on EntityRepository.
17+
* Validates entity fields in repository `findBy`, `findBy*`, `findOneBy`, `findOneBy*`, `count` and `countBy*` method calls.
1718

1819
## Usage
1920

0 commit comments

Comments
 (0)