Skip to content
### Release Notes for [1.2.2](https://github.com/doctrine/reflection/milestone/7)

### 1.2.2

- Total issues resolved: **0**
- Total pull requests resolved: **8**
- Total contributors: **5**

 - [51: Setup release workflow](https://github.com/doctrine/reflection/pull/51) thanks to @greg0ire
 - [50: Migrate cs to ga](https://github.com/doctrine/reflection/pull/50) thanks to @greg0ire
 - [49: PHP 8 compatibility](https://github.com/doctrine/reflection/pull/49) thanks to @alexpott
 - [48: Move website config to default branch](https://github.com/doctrine/reflection/pull/48) thanks to @SenseException
 - [44: Use CodeCov instead of Scrutinizer](https://github.com/doctrine/reflection/pull/44) thanks to @greg0ire
 - [40: Fix typo in lib/Doctrine/Common/Reflection/TypedNoDefaultReflectionProperty.php](https://github.com/doctrine/reflection/pull/40) thanks to @pgrimaud
 - [38: Validate composer json](https://github.com/doctrine/reflection/pull/38) thanks to @greg0ire

#### Bug

 - [33: Fix Trying to access array offset on value of type null](https://github.com/doctrine/reflection/pull/33) thanks to @DieterHolvoet