Skip to content

5.0.1

Compare
Choose a tag to compare
@kukulich kukulich released this 27 Feb 14:05
· 1228 commits to master since this release
5.0.1
777ab18

Fixes

  • DisallowArrayTypeHintSyntaxSniff: Follow type hint when converting to generics syntax (thanks to @thewilkybarkid)
  • UnusedVariableSniff: Fixed false positive
  • UselessVariableSniff: Fixed false positive
  • UselessParenthesesSniff: Fixed false positive
  • TypeHintDeclarationSniff: Invalid annotations should be ignored

Improvements

  • UseStatementHelper: Speedup
  • UseStatementHelper: Mark method getUseStatements() as deprecated