4.4.4
Fixes:
ReferenceUsedNamesOnlySniff
: Importing global functions and constants is not necessary in the global namespaceReferenceUsedNamesOnlySniff
: Some references were ignored because of bug inallowFullyQualifiedNameForCollidingClasses
optionEarlyExitSniff
: Fixed fixing of complex conditionsEarlyExitSniff
: Improved fixing conditions with commentsEarlyExitSniff
: Fixed fixing of two negative conditionsUnusedUsesSniff
: Case mismatch should be reported in doccomments tooUnusedUsesSniff
: All occurrences of case mismatch are reported nowUseStatementHelper
: Anonymous function in function should not be detected asuse
statement (thanks to @grongor)