Skip to content

Commit 977df27

Browse files
committed
Updated README
1 parent 8f91599 commit 977df27

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99

1010
This extension provides following features:
1111

12-
* Provides correct return type for `Doctrine\ORM\EntityManager::find`, `getReference` and `getPartialReference` when `Foo::class` entity class name is provided as the first argument
13-
* Adds missing `matching` method on `Doctrine\Common\Collections\Collection`. This can be turned off by setting `parameters.doctrine.allCollectionsSelectable` to `false`.
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.
12+
* DQL validation for parse errors, unknown entity classes and unknown persistent fields.
1613
* Recognizes magic `findBy*`, `findOneBy*` and `countBy*` methods on EntityRepository.
1714
* Validates entity fields in repository `findBy`, `findBy*`, `findOneBy`, `findOneBy*`, `count` and `countBy*` method calls.
15+
* Interprets `EntityRepository<MyEntity>` correctly in phpDocs for further type inference of methods called on the repository.
16+
* Provides correct return for `Doctrine\ORM\EntityManager::getRepository()`.
17+
* Provides correct return type for `Doctrine\ORM\EntityManager::find`, `getReference` and `getPartialReference` when `Foo::class` entity class name is provided as the first argument
18+
* Adds missing `matching` method on `Doctrine\Common\Collections\Collection`. This can be turned off by setting `parameters.doctrine.allCollectionsSelectable` to `false`.
19+
* Also supports Doctrine ODM.
1820

1921
## Usage
2022

0 commit comments

Comments
 (0)