From af88d70014115d0f0e24775cda90b265d79cb2ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=BCnch?= Date: Fri, 8 Dec 2023 11:48:34 +0100 Subject: [PATCH] Fix configuration deprecation warning --- .php-cs-fixer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.php-cs-fixer.php b/.php-cs-fixer.php index 0d3d6e816..fbec6d7cf 100644 --- a/.php-cs-fixer.php +++ b/.php-cs-fixer.php @@ -12,7 +12,7 @@ 'array_syntax' => ['syntax' => 'short'], 'concat_space' => ['spacing' => 'one'], 'include' => true, - 'new_with_braces' => true, + 'new_with_parentheses' => true, 'no_empty_statement' => true, 'no_extra_blank_lines' => true, 'no_leading_import_slash' => true,