Skip to content

7.0.19

Compare
Choose a tag to compare
@kukulich kukulich released this 01 Mar 18:21
· 411 commits to master since this release
7.0.19
bef66a4

🐛 Fixes

  • SlevomatCodingStandard.TypeHints.PropertyTypeHint: Type alias should not be reported as "missing traversable type hint specification"
  • SlevomatCodingStandard.TypeHints.ParameterTypeHint: Type alias should not be reported as "missing traversable type hint specification"
  • SlevomatCodingStandard.TypeHints.ReturnTypeHint: Type alias should not be reported as "missing traversable type hint specification"
  • SlevomatCodingStandard.ControlStructures.RequireYodaComparison: Fixed false positives with match
  • SlevomatCodingStandard.ControlStructures.DisallowYodaComparison: Fixed false positives with match
  • SlevomatCodingStandard.Commenting.DocCommentSpacing: Fixed internal error
  • SlevomatCodingStandard.Variables.UnusedVariable: Fixed false positive
  • SlevomatCodingStandard.Variables.UnusedVariable: Fixed missing report when option ignoreUnusedValuesWhenOnlyKeysAreUsedInForeach is enabled
  • SlevomatCodingStandard.Functions.RequireTrailingCommaInCall: Fixed false positive
  • ReferencedNameHelper: Fixed searching of class references in heredoc
  • Ignore invalid @template and @type annotations