Fixing PHP-CS config

This commit is contained in:
Philipp 2024-08-23 21:37:09 +02:00
parent 8c9dcbb271
commit 6be1cd895a
No known key found for this signature in database
GPG key ID: 24A7501396EB5432

View file

@ -58,7 +58,6 @@ return $config
'syntax' => 'long',
],
'lowercase_keywords' => true,
'method_argument_space' => [],
'no_closing_tag' => true,
'no_spaces_after_function_name' => true,
'no_spaces_inside_parenthesis' => true,