From bdfd65bc6a5b15fab7a65cd8b1a2bf3a6e1bda8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9o=20FIDRY?= <5175937+theofidry@users.noreply.github.com> Date: Sun, 3 Dec 2023 23:37:51 +0100 Subject: [PATCH] cs: Fix PHP-CS-Fixer configuration (#50) --- .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 492bad2..97ba6d1 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -57,7 +57,7 @@ 'lowercase_cast' => true, 'modernize_types_casting' => true, 'native_function_casing' => true, - 'new_with_braces' => true, + 'new_with_parentheses' => true, 'no_blank_lines_after_class_opening' => true, 'no_blank_lines_after_phpdoc' => true, 'no_empty_comment' => true,