mirror of
https://github.com/wallabag/wallabag.git
synced 2025-01-09 16:35:27 +00:00
Fix indentation
This commit is contained in:
parent
2c7c39ed87
commit
569eca0396
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ return PhpCsFixer\Config::create()
|
||||||
'combine_consecutive_unsets' => true,
|
'combine_consecutive_unsets' => true,
|
||||||
'heredoc_to_nowdoc' => true,
|
'heredoc_to_nowdoc' => true,
|
||||||
'no_extra_blank_lines' => [
|
'no_extra_blank_lines' => [
|
||||||
'break',
|
'break',
|
||||||
'continue',
|
'continue',
|
||||||
'extra',
|
'extra',
|
||||||
'return',
|
'return',
|
||||||
|
|
Loading…
Reference in a new issue