Fix default value docs

This commit is contained in:
ErickSkrauch 2018-04-17 21:37:44 +03:00
parent 0bb3e80827
commit 04e3690d06
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -189,7 +189,7 @@ Ensure that a class body contains one blank line after its definition and before
**Configuration:**
* `apply_to_anonymous_classes` - should this fixer be applied to anonymous classes? If it is set to `false`, than
anonymous classes will be fixed to don't have empty lines around body. **Default**: `false`.
anonymous classes will be fixed to don't have empty lines around body. **Default**: `true`.
* `blank_lines_count` - adjusts an amount of the blank lines. **Default**: `1`.