Releases: eventjet/coding-standard
Releases · eventjet/coding-standard
coding-standard 3.6.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #15 prevents
phpcbffrom fixing loose comparison operators automatically
coding-standard 3.6.0
Added
- #14 adds new rule: Disallow using loose == and != comparison operators
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
coding-standard 3.5.0
Added
- #13 adds a new rule: Disallow array syntax (T[]) in favor of generic syntax (array<array-key, T>)
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
coding-standard 3.4.0
Added
- #12 adds a new rule: require a blank line between methods
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
coding-standard 3.3.0
Added
- Nothing.
Changed
- #11 adds support for PHP 8
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
coding-standard 3.2.0
Added
- #10 adds two new rules: enforce importing of global constants and functions
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
coding-standard 3.1.1
Added
- Nothing.
Changed
- #9 relax composer-installer version constraint
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
upgrade slevomat/coding-standard
- update to new sniffs in strict ruleset
- update README.md