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 2140798 commit bb40321Copy full SHA for bb40321
CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
7
## [Unreleased]
8
9
+## [0.3.1] - 2019-02-27
10
+### Removed
11
+- `self_accessor` fixer because it leads to errors in interfaces, that returns self.
12
+
13
## [0.3.0] - 2019-02-23
14
### Added
15
- `array_indentation` fixer.
src/Rules.php
@@ -100,7 +100,6 @@ class Rules {
100
'return_type_declaration' => [
101
'space_before' => 'none',
102
],
103
- 'self_accessor' => true,
104
'set_type_to_cast' => true,
105
'short_scalar_cast' => true,
106
'single_quote' => true,
0 commit comments