1.0
New features
- PHP 7.0 and 7.1 coding standard rules (#9)
- Slevomat sniffs for checking the standard (#11)
- This includes primarily sniffs for checking namespaces, uses, scalar type hints and other PHP 7 features.
Rule changes
- Trait uses must be FQN (#12)
- Remove rules for creating exception interface hierarchies (#13)
- Remove rule for separating namespace uses by top-level namespace (#14)
- Require bool and int in PHPDoc to be consistent with PHP's scalar types (#15)
- Rules for writing inline
@var
(#16)
See respective PRs for details and reasons.
Maintenance
- Remove support for PHP 5.6, since it is no longer supported and adopt PHP 7.0 (#10)