- Total pull requests resolved: **37**
- Total contributors: **5**
### New sniff
- [39: Add ShortList sniff](https://github.com/doctrine/coding-standard/pull/39) thanks to @carusogabriel
- [43: [RFC] Reference global classes via `use`](https://github.com/doctrine/coding-standard/pull/43) thanks to @deeky666
- [51: Enable UseSpacing sniff](https://github.com/doctrine/coding-standard/pull/51) thanks to @Majkl578
- [59: Enable NamespaceSpacing sniff](https://github.com/doctrine/coding-standard/pull/59) thanks to @Majkl578
- [65: Use new Generic.PHP.LowerCaseType Sniff](https://github.com/doctrine/coding-standard/pull/65) thanks to @carusogabriel
- [68: UselessAliasSniff to report unnecessaries alias](https://github.com/doctrine/coding-standard/pull/68) thanks to @carusogabriel
- [69: Add UselessSemicolon sniff](https://github.com/doctrine/coding-standard/pull/69) thanks to @carusogabriel
- [70: Add UselessParentheses sniff](https://github.com/doctrine/coding-standard/pull/70) thanks to @carusogabriel
- [71: Add Sniff for force null type hint to be on the last position on annotations](https://github.com/doctrine/coding-standard/pull/71) thanks to @carusogabriel
- [72: Add Sniff to report useless variables](https://github.com/doctrine/coding-standard/pull/72) thanks to @carusogabriel
- [73: Add Sniff to reported unused variables passed to closures](https://github.com/doctrine/coding-standard/pull/73) thanks to @carusogabriel
- [76: Enable StaticClosure sniff](https://github.com/doctrine/coding-standard/pull/76) thanks to @Majkl578
- [78: Enable ModernClassNameReference sniff](https://github.com/doctrine/coding-standard/pull/78) thanks to @Majkl578
- [80: Enable TraitUseDeclarationSniff & TraitUseSpacingSniff](https://github.com/doctrine/coding-standard/pull/80) thanks to @Majkl578
- [82: Enable UselessConstantTypeHintSniff](https://github.com/doctrine/coding-standard/pull/82) thanks to @Majkl578
- [83: Add sniff to require assignment operators when possible](https://github.com/doctrine/coding-standard/pull/83) thanks to @carusogabriel
- [88: phpDoc annotation spacing](https://github.com/doctrine/coding-standard/pull/88) thanks to @Majkl578
- [89: Enable OptimizedFunctionsWithoutUnpacking sniff](https://github.com/doctrine/coding-standard/pull/89) thanks to @Majkl578
### Documentation
- [81: Update homepage](https://github.com/doctrine/coding-standard/pull/81) thanks to @Majkl578
- [86: Document how to customize rules](https://github.com/doctrine/coding-standard/pull/86) thanks to @Majkl578
### Improvement
- [45: Remove constraint version](https://github.com/doctrine/coding-standard/pull/45) thanks to @yourwebmaker
- [46: Forbidden usage of settype function](https://github.com/doctrine/coding-standard/pull/46) thanks to @carusogabriel
- [48: Forbidden usage of extract](https://github.com/doctrine/coding-standard/pull/48) thanks to @carusogabriel
- [49: Forbidden usage of compact](https://github.com/doctrine/coding-standard/pull/49) thanks to @carusogabriel
- [50: Remove early return duplicated entry](https://github.com/doctrine/coding-standard/pull/50) thanks to @carusogabriel
- [53: Use SemicolonSpacing Sniff](https://github.com/doctrine/coding-standard/pull/53) thanks to @carusogabriel
- [54: Add Generic.Arrays.ArrayIndent sniff](https://github.com/doctrine/coding-standard/pull/54) thanks to @deeky666
- [55: Use PHPCS XML schema definition](https://github.com/doctrine/coding-standard/pull/55) thanks to @deeky666
- [61: Improve short list syntax rule description](https://github.com/doctrine/coding-standard/pull/61) thanks to @carusogabriel
- [62: Update to PHCS 3.3 and Slevomat/CS 4.6.1](https://github.com/doctrine/coding-standard/pull/62) thanks to @carusogabriel
- [64: Remove duplicated ShortOpenTags](https://github.com/doctrine/coding-standard/pull/64) thanks to @carusogabriel
- [66: Add some docs to the doctrine/coding-standard project.](https://github.com/doctrine/coding-standard/pull/66) thanks to @jwage
- [74: Require reviews from code owners for CS changes](https://github.com/doctrine/coding-standard/pull/74) thanks to @Majkl578
- [77: Bump patch versions of dependencies](https://github.com/doctrine/coding-standard/pull/77) thanks to @carusogabriel
- [79: Add .doctrine-project.json to root of the project.](https://github.com/doctrine/coding-standard/pull/79) thanks to @jwage
- [84: Use new PHPCS array syntax](https://github.com/doctrine/coding-standard/pull/84) thanks to @carusogabriel
- [85: Validate ruleset against XML schema](https://github.com/doctrine/coding-standard/pull/85) thanks to @Majkl578