Skip to content

4.4.0

Compare
Choose a tag to compare
@kukulich kukulich released this 05 Feb 21:31
· 1725 commits to master since this release
4.4.0
d91220b

New sniffs:

  • NewWithParenthesesSniff: Require new with parentheses
  • RequireNullCoalesceOperatorSniff: Require usage of null coalesce operator when possible
  • EarlyExitSniff: Require usage of early exit
  • ForbiddenCommentsSniff: 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