From 88f4c38d4ea8a123a63a9c2a8b21e143ebc658a6 Mon Sep 17 00:00:00 2001 From: Kevin Papst Date: Sat, 16 Dec 2023 20:09:19 +0100 Subject: [PATCH] code style --- .php-cs-fixer.dist.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 0821af5..87feef3 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -61,7 +61,7 @@ 'lowercase_static_reference' => true, 'magic_constant_casing' => 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, @@ -84,7 +84,7 @@ 'no_spaces_around_offset' => true, 'no_trailing_comma_in_list_call' => true, 'no_trailing_comma_in_singleline_array' => true, - 'no_unneeded_curly_braces' => true, + 'no_unneeded_braces' => true, 'no_unneeded_final_method' => true, 'no_unused_imports' => true, 'no_whitespace_before_comma_in_array' => true, @@ -153,7 +153,7 @@ ], 'scope' => 'namespaced' ], - 'native_function_type_declaration_casing' => true, + 'native_type_declaration_casing' => true, 'no_alias_functions' => [ 'sets' => [ '@internal'