Skip to content

Commit 1b35d8a

Browse files
committed
Updated README
1 parent 95ffd12 commit 1b35d8a

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
@@ -13,6 +13,7 @@ This extension provides following features:
1313
* Adds missing `matching` method on `Doctrine\Common\Collections\Collection`. This can be turned off by setting `parameters.doctrine.allCollectionsSelectable` to `false`.
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.
16+
* Recognizes magic `findBy*`, `findOneBy*` and `countBy*` methods on EntityRepository.
1617

1718
## Usage
1819

0 commit comments

Comments
 (0)