From 0880ced2a3f4cd1dc2c9f24d3f988fbe53cf2fa6 Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 23 Aug 2024 21:45:28 +0200 Subject: [PATCH] Fixup --- .php-cs-fixer.dist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index e80dfb85b5..d376a525f2 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -62,7 +62,7 @@ return $config 'lowercase_keywords' => true, 'no_closing_tag' => true, 'no_spaces_after_function_name' => true, - 'spaces_inside_parenthesis' => false, + 'spaces_inside_parentheses' => false, 'no_trailing_whitespace' => true, 'no_trailing_whitespace_in_comment' => true, 'no_unused_imports' => true,