disable self_accessor rule

This commit is contained in:
ErickSkrauch 2019-04-30 17:30:49 +03:00
parent 2140798d0a
commit bb403214d9
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E
2 changed files with 4 additions and 1 deletions

View File

@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [0.3.1] - 2019-02-27
### Removed
- `self_accessor` fixer because it leads to errors in interfaces, that returns self.
## [0.3.0] - 2019-02-23
### Added
- `array_indentation` fixer.

View File

@ -100,7 +100,6 @@ class Rules {
'return_type_declaration' => [
'space_before' => 'none',
],
'self_accessor' => true,
'set_type_to_cast' => true,
'short_scalar_cast' => true,
'single_quote' => true,