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

v0.5.0

Pre-release
Pre-release

Choose a tag to compare

@thewilkybarkid thewilkybarkid released this 30 May 11:59
4c60cea
  • Arrays must be created before being used. (#48)
  • Late-static binding must not be used for constants and in final classes. (#49)
  • Closures must be declared as static when not referencing $this. (#51)
  • Improve use of ternary expressions. (#50)
  • Shorthand types must be used. (#52)
  • Trailing comma is required in multi-line arrays. (#53)
  • Final methods must not be used in final classes. (#54)
  • Semicolons must not be used unnecessarily. (#55)