Release Notes for 1.3.0
Feature release (minor)
1.3.0
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 1
documentation,enhancement
- 31: Add new rule for aggregate properties which are written but never used thanks to @DanielBadura
- 30: Add a rule which checks if a property is used but never written by an apply method thanks to @DanielBadura
- 29: Make all rules configurable thanks to @DanielBadura
- 28: Apply some phpstan extension best practices thanks to @DanielBadura
- 27: Rework the rule: DontRecordWhenApplying thanks to @DanielBadura
- 25: Update docs, add missing composer.lock and .gitattributes thanks to @DanielBadura
- 21: Add
DontWriteStateWhenNotApplyingRulethanks to @DanielBadura