This repository was archived by the owner on Nov 21, 2019. It is now read-only.
v0.4.0
Pre-release
Pre-release
- 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)
Traitsuffix must not be used. (#44)- Generic types must be used (eg
array<string>notstring[]). (#43) - Statements must not be empty, except catch blocks. (#34)
- Comment annotations must be grouped. (#46)
- Inline doc comments must be valid. (#47)