Skip to content

4.4.4

Compare
Choose a tag to compare
@kukulich kukulich released this 08 Feb 20:05
· 1725 commits to master since this release
4.4.4
01b9e8f

Fixes:

  • ReferenceUsedNamesOnlySniff: Importing global functions and constants is not necessary in the global namespace
  • ReferenceUsedNamesOnlySniff: Some references were ignored because of bug in allowFullyQualifiedNameForCollidingClasses option
  • EarlyExitSniff: Fixed fixing of complex conditions
  • EarlyExitSniff: Improved fixing conditions with comments
  • EarlyExitSniff: Fixed fixing of two negative conditions
  • UnusedUsesSniff: Case mismatch should be reported in doccomments too
  • UnusedUsesSniff: All occurrences of case mismatch are reported now
  • UseStatementHelper: Anonymous function in function should not be detected as use statement (thanks to @grongor)