We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbbe606 commit 8f91599Copy full SHA for 8f91599
README.md
@@ -14,6 +14,7 @@ This extension provides following features:
14
* Interpret `EntityRepository<MyEntity>` correctly in phpDocs for further type inference of methods called on the repository.
15
* Basic DQL validation for parse errors, unknown entity classes and unknown persistent fields.
16
* Recognizes magic `findBy*`, `findOneBy*` and `countBy*` methods on EntityRepository.
17
+* Validates entity fields in repository `findBy`, `findBy*`, `findOneBy`, `findOneBy*`, `count` and `countBy*` method calls.
18
19
## Usage
20
0 commit comments