Skip to content
v1.7.0

- Total issues resolved: 1
- Total pull requests resolved: 22
- Total contributors: 13

bug
---

 - [276: Fix lookahead on PHP 7.4](https://github.com/doctrine/annotations/pull/276) thanks to @alcaeus and @garak
 - [235: Update AnnotationReader's metadata parser to use list of known ignored annotation ](https://github.com/doctrine/annotations/pull/235) thanks to @sanmai

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

 - [250: Backport conversion of performance tests to PHPBench into 1.7](https://github.com/doctrine/annotations/pull/250) thanks to @Majkl578
 - [230: Added PHP CodeSniffer tags to globally ignored annotations list.](https://github.com/doctrine/annotations/pull/230) thanks to @watari
 - [166: Removed pre-7.1 quirks](https://github.com/doctrine/annotations/pull/166) thanks to @Majkl578

enhancement
-----------

 - [229: Added `@phpcsSuppress` to globally ignored annotations](https://github.com/doctrine/annotations/pull/229) thanks to @watari
 - [192: Update PHPUnit config](https://github.com/doctrine/annotations/pull/192) thanks to @Majkl578
 - [189: fixed array declarations for php 7](https://github.com/doctrine/annotations/pull/189) thanks to @AlessandroMinoccheri
 - [180: Fix: Add test for __get() and __set()](https://github.com/doctrine/annotations/pull/180) thanks to @localheinz
 - [179: Fix: Add phpunit.xml to .gitignore](https://github.com/doctrine/annotations/pull/179) thanks to @localheinz
 - [178: Enhancement: Keep packages sorted](https://github.com/doctrine/annotations/pull/178) thanks to @localheinz
 - [174: Enhancement: Use stages on Travis](https://github.com/doctrine/annotations/pull/174) thanks to @localheinz
 - [170: Upgrade to PHPUnit 7](https://github.com/doctrine/annotations/pull/170) thanks to @carusogabriel
 - [164: Use Null Coalesce Operator](https://github.com/doctrine/annotations/pull/164) thanks to @carusogabriel

Documentation
-------------

 - [224: Update copyright](https://github.com/doctrine/annotations/pull/224) thanks to @samnela
 - [217: Document correct method usage](https://github.com/doctrine/annotations/pull/217) thanks to @greg0ire
 - [198: Fix package name to  doctrine/annotations](https://github.com/doctrine/annotations/pull/198) thanks to @jungleran
 - [197: Point link to new docs location](https://github.com/doctrine/annotations/pull/197) thanks to @greg0ire
 - [196: Fixed consistency of formatting and a few reference links.](https://github.com/doctrine/annotations/pull/196) thanks to @jwage
 - [195: Add docs sidebar.rst file](https://github.com/doctrine/annotations/pull/195) thanks to @jwage
 - [194: Move documentation from doctrine/common to annotation](https://github.com/doctrine/annotations/pull/194) thanks to @SenseException
 - [190: Create basic documentation for annotation reader](https://github.com/doctrine/annotations/pull/190) thanks to @SenseException