Skip to content

Commit b7195d6

Browse files
VincentLangletondrejmirtes
authored andcommitted
Add allowNullablePropertyForRequiredField Readme
1 parent ecec34e commit b7195d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This extension provides following features:
1717
* Provides correct return type for `Doctrine\ORM\EntityManager::find`, `getReference` and `getPartialReference` when `Foo::class` entity class name is provided as the first argument
1818
* Adds missing `matching` method on `Doctrine\Common\Collections\Collection`. This can be turned off by setting `parameters.doctrine.allCollectionsSelectable` to `false`.
1919
* Also supports Doctrine ODM.
20-
* Analysis of discrepancies between entity column types and property field types.
20+
* Analysis of discrepancies between entity column types and property field types. This can be relaxed with the `allowNullablePropertyForRequiredField: true` setting.
2121

2222
## Installation
2323

0 commit comments

Comments
 (0)