Improvements
- Add support for multi-line array shape annotations by @dereuromark in #38
- Fix VariableWrong false positives for partial doc blocks by @dereuromark in #40
- Fix scope_opener error for abstract/interface methods by @dereuromark in #39
- Skip docblock requirement for constructors with fully typed parameters by @dereuromark in #41
- Fix param order when adding missing
@paramannotations by @dereuromark in #42 - Remove AttributesSniff to fix conflict with Slevomat ReferenceUsedNamesOnly by @dereuromark in #43
The attribute usage is now the same as class usage. This seems to make sense moving forward and to not clash with other sniffer packages - and triggers now the major.
Full Changelog: 0.4.6...0.5.0