Releases: eventjet/coding-standard
Releases · eventjet/coding-standard
3.12.0
3.11.0
3.10.3
3.10.2
What's Changed
- Test the PHP CS Fixer rules by @MidnightDesign in #23
Full Changelog: 3.10.1...3.10.2
3.10.1
What's Changed
- Add documentation how to use PHP CS Fixer by @rieschl in #21
- Add the
ordered_typesrule to the strict PHP CS Fixer ruleset by @MidnightDesign in #22
Full Changelog: 3.10.0...3.10.1
3.10.0
coding-standard 3.9.0
What's Changed
- Upgrade slevomat/coding-standard to 8.x by @MidnightDesign in #19
Full Changelog: 3.8.0...3.9.0
coding-standard 3.8.0
What's Changed
- Disable two rules in the
EventjetStrictruleset that produce false positives all the time:
Exclude the rulesSlevomatCodingStandard.TypeHints.ParameterTypeHint.MissingTraversableTypeHintSpecificationandSlevomatCodingStandard.TypeHints.ReturnTypeHint.MissingTraversableTypeHintSpecification. For example, we would have to repeat the type in every implementing class if even though it's already defined on the interface.
coding-standard 3.7.1
Added
- #17 adds support for PHP 8.1
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
coding-standard 3.7.0
Added
- #16 adds support for
slevomat/coding-standard:^7.0
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.