From: Philipp Date: Fri, 23 Aug 2024 19:37:09 +0000 (+0200) Subject: Fixing PHP-CS config X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6be1cd895af1c21be650c24ac970cfa0439332d2;p=friendica.git Fixing PHP-CS config --- diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 272180fd12..9ed05cbc66 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -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,