Skip to content

Commit bb40321

Browse files
committed
disable self_accessor rule
1 parent 2140798 commit bb40321

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [0.3.1] - 2019-02-27
10+
### Removed
11+
- `self_accessor` fixer because it leads to errors in interfaces, that returns self.
12+
913
## [0.3.0] - 2019-02-23
1014
### Added
1115
- `array_indentation` fixer.

src/Rules.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ class Rules {
100100
'return_type_declaration' => [
101101
'space_before' => 'none',
102102
],
103-
'self_accessor' => true,
104103
'set_type_to_cast' => true,
105104
'short_scalar_cast' => true,
106105
'single_quote' => true,

0 commit comments

Comments
 (0)