Skip to content
Release [1.1.0](https://github.com/doctrine/reflection/milestone/3)



1.1.0
=====

- Total issues resolved: **2**
- Total pull requests resolved: **8**
- Total contributors: **6**

Bug
---

 - [26: Fix reading docblocks for classes containing anonymous classes](https://github.com/doctrine/reflection/pull/26) thanks to @sspat and @xopoc14




 - [25: Update dependencies for CI build](https://github.com/doctrine/reflection/pull/25) thanks to @alcaeus

Improvement
-----------

 - [24: Add reflection typed no default property class](https://github.com/doctrine/reflection/pull/24) thanks to @sspat
 - [18: CI: Test against PHP 7.4snapshot instead of nightly (8.0)](https://github.com/doctrine/reflection/pull/18) thanks to @Majkl578
 - [14: Run composer update to sync new dependencies](https://github.com/doctrine/reflection/pull/14) thanks to @carusogabriel
 - [10: Add conflict on doctrine/common for <2.9@dev](https://github.com/doctrine/reflection/pull/10) thanks to @jwage

Enhancement
-----------

 - [22: Fixed tests to work with php 7.4 and on windows #21](https://github.com/doctrine/reflection/pull/22) thanks to @sspat
 - [15: CI: Test against PHP 7.3](https://github.com/doctrine/reflection/pull/15) thanks to @Majkl578