mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Fixing PHP-CS config
This commit is contained in:
parent
8c9dcbb271
commit
6be1cd895a
1 changed files with 0 additions and 1 deletions
|
@ -58,7 +58,6 @@ return $config
|
||||||
'syntax' => 'long',
|
'syntax' => 'long',
|
||||||
],
|
],
|
||||||
'lowercase_keywords' => true,
|
'lowercase_keywords' => true,
|
||||||
'method_argument_space' => [],
|
|
||||||
'no_closing_tag' => true,
|
'no_closing_tag' => true,
|
||||||
'no_spaces_after_function_name' => true,
|
'no_spaces_after_function_name' => true,
|
||||||
'no_spaces_inside_parenthesis' => true,
|
'no_spaces_inside_parenthesis' => true,
|
||||||
|
|
Loading…
Reference in a new issue