All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Change from @cedric-anne
- remove '#' comments disallow rule to permit usage of PHP attributes
- upgrade phpcs to 3.6
- upgrade slevomat/coding-standard to 7.0
Change from @cedric-anne
- Add namespace CS
Change from @cedric-anne
- upgrade phpcs to 3.5
Change from @trasher
- upgrade phpcs to 3.3
Change from @trasher
- upgrade phpcs to 3.x
Change from @trasher
- use array short syntax,
- lowercase constants (true, false and null),
- method signature spacing
Changes from @ddurieux:
- no use of
$this
in static methods
Changes from @ddurieux:
- no empty statements
- no inline control structures
- function open brace on same line
- parameters with defaults at end
- semicolon spacing
Changes from @AnaelMobilia:
- no white spaces for if brackets
- no perl comments (#)
- no shorthand open tags
- no deprecated functions
- white space after comma
- white space after control structures
Changes from @remicollet:
- elseif declaration
Initial release, from @ddurieux:
- 3 spaces,
- no tabs allowed,
- no PHP closing tag