Skip to content
### Release Notes for [3.4.4](https://github.com/doctrine/common/milestone/65)

### 3.4.4

- Total issues resolved: **0**
- Total pull requests resolved: **4**
- Total contributors: **3**

#### Bug

 - [1011: Generate explicit nullable types for proxies](https://github.com/doctrine/common/pull/1011) thanks to @nicolas-grekas

#### Improvement

 - [1004: Add doctrine-project.json to .gitattributes](https://github.com/doctrine/common/pull/1004) thanks to @VincentLanglet
 - [1003: Add phpstan.neon.dist and psalm.xml to .gitattributes](https://github.com/doctrine/common/pull/1003) thanks to @VincentLanglet
 - [996: Add missing strict parameter to in_array](https://github.com/doctrine/common/pull/996) thanks to @deguif