Skip to content

8.3.0

Compare
Choose a tag to compare
@kukulich kukulich released this 16 Jul 12:05
· 244 commits to master since this release
8.3.0
a14df43

馃啎 New sniffs

  • Added SlevomatCodingStandard.Complexity.Cognitive (thanks to @bkdotcom)
  • Added SlevomatCodingStandard.Files.FileLength (thanks to @bkdotcom)
  • Added SlevomatCodingStandard.Classes.ClassLength (thanks to @bkdotcom)

馃悰 Fixes

  • SlevomatCodingStandard.PHP.RequireExplicitAssertion: Do not throw away static type (thanks to @simPod)