v1.8.0 - Total issues resolved: 1 - Total pull requests resolved: 7 - Total contributors: 4 Improvement ----------- - [287: No longer require dev versions of PHPUnit on PHP 7.4](https://github.com/doctrine/annotations/pull/287) thanks to @alcaeus - [230: Added PHP CodeSniffer tags to globally ignored annotations list.](https://github.com/doctrine/annotations/pull/230) thanks to @watari enhancement ----------- - [281: Backporting adding global ignored annotations to DocParser.](https://github.com/doctrine/annotations/pull/281) thanks to @phpeek - [280: Backporting ignoring PHP CodeSniffer annotations to 1.8.](https://github.com/doctrine/annotations/pull/280) thanks to @phpeek - [279: Backporting ignoring phpcsSuppress annotation to 1.8.](https://github.com/doctrine/annotations/pull/279) thanks to @phpeek - [229: Added `@phpcsSuppress` to globally ignored annotations](https://github.com/doctrine/annotations/pull/229) thanks to @watari bug --- - [277: @phpcsSuppress annotation is not being ignored.](https://github.com/doctrine/annotations/issues/277) thanks to @phpeek - [235: Update AnnotationReader's metadata parser to use list of known ignored annotation ](https://github.com/doctrine/annotations/pull/235) thanks to @sanmai