Skip to content

v1.0.0-rc1

Latest
Compare
Choose a tag to compare
@PeeHaa PeeHaa released this 24 Dec 16:06
· 3 commits to master since this release
ae732ba

Added

Changed

  • [d420eac] Allow single line property docblock
  • [b4dffa0] Excluded requirement of fully qualified exceptions
  • [52eb47c] Prevent errors on unused imports in annotations
  • [1023bbe] Disable control structure spacing for yields
  • [bd74644] Disable DisallowedPostDecrementOperator rule
  • [85bfb91] Allow @dataProvider annotation
  • [9e93294] Disable DisallowedPostIncrementOperator rule
  • [d41e21b] Update php_codesniffer to 3.4.0

Deprecated

None

Removed

None

Fixed

  • [d3678da] Disable Classes.SuperfluousExceptionNaming.SuperfluousSuffix sniff until upstream release the bug fix where classes called Exception result in a false positive (slevomat/coding-standard#552)

Security

None