We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 747f282 commit 604c99cCopy full SHA for 604c99c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## Not released
4
+- Removed `NeutronStandard.Conditions.DisallowConditionAssignWithoutConditional`.
5
+- Removed `NeutronStandard.MagicMethods.DisallowMagicGet`.
6
+- Removed `NeutronStandard.MagicMethods.DisallowMagicSet`.
7
+- Made `NeutronStandard.Whitespace.DisallowMultipleNewlines.MultipleNewlines` a warning not error.
8
+- Added custom `AssignmentInsideConditionSniff` sniff.
9
+
10
## 0.6.0
11
- Missing return type waring from `ReturnTypeDeclarationSniff` skipped for hook callbacks.
12
- Fixed a bug in return counting in helper class that affected few sniffs.
0 commit comments