2.2
- 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