mirror of
https://github.com/elyby/php-code-style.git
synced 2024-11-06 00:04:41 +05:30
Fix default value docs
This commit is contained in:
parent
0bb3e80827
commit
04e3690d06
@ -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`.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user