mirror of
https://github.com/elyby/php-code-style.git
synced 2024-12-22 13:09:50 +05:30
disable self_accessor rule
This commit is contained in:
parent
2140798d0a
commit
bb403214d9
@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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
|
## [0.3.0] - 2019-02-23
|
||||||
### Added
|
### Added
|
||||||
- `array_indentation` fixer.
|
- `array_indentation` fixer.
|
||||||
|
@ -100,7 +100,6 @@ class Rules {
|
|||||||
'return_type_declaration' => [
|
'return_type_declaration' => [
|
||||||
'space_before' => 'none',
|
'space_before' => 'none',
|
||||||
],
|
],
|
||||||
'self_accessor' => true,
|
|
||||||
'set_type_to_cast' => true,
|
'set_type_to_cast' => true,
|
||||||
'short_scalar_cast' => true,
|
'short_scalar_cast' => true,
|
||||||
'single_quote' => true,
|
'single_quote' => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user