This repository was archived by the owner on Nov 21, 2019. It is now read-only.
v0.5.0
Pre-release
Pre-release
- 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)