Skip to content

2.2

Compare
Choose a tag to compare
@VasekPurchart VasekPurchart released this 21 Sep 16:42
· 80 commits to master since this release
2.2
ac8c913
  • Remove DisallowAlternativePHPTags as they have been removed from PHP 7.0 onwards (#25)
  • PHP_CodeSniffer 3.1 (#26)
  • New sniff Consistence.Exceptions.ExceptionDeclaration checks exception rules from the standard (#19 thanks to @mhujer)
    • Exception name must end with Exception
    • Exception must be chainable
    • Exception must be placed in exception (configurable) directory