Skip to content

1.0

Compare
Choose a tag to compare
@VasekPurchart VasekPurchart released this 05 May 11:13
· 95 commits to master since this release

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