Releases: MyOnlineStore/coding-standard
Releases · MyOnlineStore/coding-standard
4.0.3
What's Changed
- chore(ruleset): Remove Yoda-comparison requirement. by @TomPeters-NL in #16
New Contributors
- @TomPeters-NL made their first contribution in #16
Full Changelog: 4.0.2...4.0.3
4.0.2
4.0.1
Full Changelog: 4.0...4.0.1
4.0
What's Changed
- chore: Upgrade to Doctrine Coding Standard 10 by @frankverhoeven in #14
Full Changelog: 3.1.1...4.0
3.1.1
Improve PHP8 support
Upgrade to doctrine/coding-standard ^9
Upgrade to include PSR-12
- Upgrade
doctrine/coding-standardto^8.1, supportingPSR-12 - Enables use with PHP 8
For details see #10
Use Doctrine coding standard as base
Allow unused parameters/class properties
1.1.3 Allow unused parameters sometimes required by an interface (#8)
Require single-line property docblocks
1.1.2 Require single-line property docblocks (#7)