Releases: eventjet/coding-standard
Releases · eventjet/coding-standard
3.19.2
3.19.1
What's Changed
- Allow the if-true-return-false pattern by @MidnightDesign in #43
Full Changelog: 3.19.0...3.19.1
3.19.0
What's Changed
- Drop loose-comparison rule; add PHPStan + Psalm fixture guardrail by @MidnightDesign in #42
- Add invalid fixtures and close per-tool rule gaps by @MidnightDesign in #41
Full Changelog: 3.18.1...3.19.0
3.18.1
What's Changed
- Run CI on PHP 8.3, 8.4 by @MidnightDesign in #39
- Disallow multiple classes per file by @MidnightDesign in #40
Full Changelog: 3.18.0...3.18.1
3.18.0
What's Changed
- Check heredoc/nowdoc indentation by @MidnightDesign in #38
Full Changelog: 3.17.0...3.18.0
3.17.0
What's Changed
- Fix the spaces-around-concat.php test (Conflicted with another rule) by @MidnightDesign in #36
- Avoid string literals with double quotes by @MidnightDesign in #37
Full Changelog: 3.16.0...3.17.0
3.16.0
What's Changed
- Enable PHP CS Fixer's
concat_spacerule by @MidnightDesign in #34 - Disallow useless string concatenation by @MidnightDesign in #35
Full Changelog: 3.15.1...3.16.0