4.4.0
New sniffs:
NewWithParenthesesSniff
: Requirenew
with parenthesesRequireNullCoalesceOperatorSniff
: Require usage of null coalesce operator when possibleEarlyExitSniff
: Require usage of early exitForbiddenCommentsSniff
: Reports forbidden comments in descriptions (thanks to @Majkl578)
Improvements:
ReferenceUsedNamesOnlySniff
:searchAnnotations
- Enables searching for mentions in@var
,@param
,@return
and@throws
annotations
Fixes:
UnusedPrivateElementsSniff
: Properties and methods used in HEREDOC should not be reported as unused