From 6be1cd895af1c21be650c24ac970cfa0439332d2 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 23 Aug 2024 21:37:09 +0200 Subject: [PATCH] Fixing PHP-CS config --- .php-cs-fixer.dist.php | 1 - 1 file changed, 1 deletion(-) 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,