Skip to content
This repository was archived by the owner on Nov 21, 2019. It is now read-only.

v0.4.0

Pre-release
Pre-release

Choose a tag to compare

@thewilkybarkid thewilkybarkid released this 19 Feb 09:59
0db1bcf
  • PHP files must only contain PHP. (#24)
  • Functions, methods and closures must not have unnecessary whitespace. (#30)
  • Parentheses must not be used unnecessarily. (#39)
  • Comments must be meaningful and aligned. (#35)
  • No spacing after spread/splat operator. (#45)
  • Trait suffix must not be used. (#44)
  • Generic types must be used (eg array<string> not string[]). (#43)
  • Statements must not be empty, except catch blocks. (#34)
  • Comment annotations must be grouped. (#46)
  • Inline doc comments must be valid. (#47)