4.0.0
BC breaks:
YodaComparisonSniff
was renamed toDisallowYodaComparisonSniff
New sniffs:
RequireYodaComparisonSniff
: If you prefer Yoda conditions, you can disableDisallowYodaComparison
and use this sniff
Improvements:
- Basic support of
object
type hint
Fixes:
TypeHintDeclarationSniff
:{@ignoredoc}
is case insensitive nowUnusedPrivateElementsSniff
: Chained private methods should not be reported as unusedReferencedNameHelper
: Some references were not recognized