mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Fixup
This commit is contained in:
parent
10cb502f16
commit
0880ced2a3
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ return $config
|
||||||
'lowercase_keywords' => true,
|
'lowercase_keywords' => true,
|
||||||
'no_closing_tag' => true,
|
'no_closing_tag' => true,
|
||||||
'no_spaces_after_function_name' => true,
|
'no_spaces_after_function_name' => true,
|
||||||
'spaces_inside_parenthesis' => false,
|
'spaces_inside_parentheses' => false,
|
||||||
'no_trailing_whitespace' => true,
|
'no_trailing_whitespace' => true,
|
||||||
'no_trailing_whitespace_in_comment' => true,
|
'no_trailing_whitespace_in_comment' => true,
|
||||||
'no_unused_imports' => true,
|
'no_unused_imports' => true,
|
||||||
|
|
Loading…
Reference in a new issue