v3.0.0-beta.1
Pre-release
Pre-release
What's Changed
- Update authors in composer.json by @jaymcp in #159
- Introduce more comprehensive docblock coverage by @jaymcp in #168
- Add support for Enums to filename sniff by @jaymcp in #170
- Add new Sniff to restrict line length in docblocks by @jaymcp in #171
- Implement new rules for further conformity checking by @jaymcp in #169
- Add Sniff to ensure usage of Stringable interface by @jaymcp in #172
- Implement Sniff to ensure a blank line before an object's closing brace by @jaymcp in #173
- Implement Sniff to ensure a blank line after an object's opening brace by @jaymcp in #174
- Add sniff to ban heredocs. by @jaymcp in #175
- Add Sniff to enforce shorthand array syntax by @jaymcp in #177
- Run tests against PHP 8.4 in CI by @jaymcp in #178
- Add new Sniff to check declare statements by @jaymcp in #179
Full Changelog: v2.0.1...v3.0.0