Skip to content

3.0

Compare
Choose a tag to compare
@VasekPurchart VasekPurchart released this 23 Mar 16:28
· 59 commits to master since this release
3.0
dd4a3b6

New features

  • Additional sniffs for checking current standard (#34)
    • check that there are parentheses when calling constructor even when no parameters are given
    • check that single line content PHPDocs are actually written in single line
    • check that language expressions are not written with parentheses if possible
    • check that there are no empty comments

Rule changes

  • Use float instead of double or real (#35)
  • Forbid (binary) and (unset) typecasts (#36)
  • Disallow empty() since it is magic (#37)

Maintenance