Skip to content

7.0.7

Choose a tag to compare

@kukulich kukulich released this 03 May 06:41
· 564 commits to master since this release
7.0.7
0012151

🐛 Fixes

  • ReturnTypeHintSniff: Fixed fixer for void in union type hint
  • UnusedUsesSniff: Fixed false positive
  • FunctionLengthSniff: Moved to Functions namespace, old sniff still exists and is marked as deprecated (thanks to @50bhan)
  • FunctionLengthSniff: Resolve off-by-one error (thanks to @aadmathijssen)