Skip to content

0.5.0

Latest

Choose a tag to compare

@dereuromark dereuromark released this 27 Nov 22:44

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 @param annotations 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