Skip to content

Commit 762730b

Browse files
committed
Update code style #12152
1 parent 57cc66b commit 762730b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.php-cs-fixer.dist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
'native_function_invocation' => false, // I suppose this would be best, but I am still unconvinced about the visual aspect of it
117117
'native_function_type_declaration_casing' => false, // Deprecated
118118
'native_type_declaration_casing' => true,
119-
'new_expression_parentheses' => false, // Requires PHP 8.4
119+
'new_expression_parentheses' => true,
120120
'new_with_braces' => false, // Deprecated
121121
'new_with_parentheses' => true,
122122
'no_alias_functions' => true,
@@ -187,7 +187,7 @@
187187
'ordered_traits' => true,
188188
'ordered_types' => false, // We prefer to keep some freedom
189189
'php_unit_assert_new_names' => true,
190-
'php_unit_attributes' => false, // Requires PHPUnit 10
190+
'php_unit_attributes' => true,
191191
'php_unit_construct' => true,
192192
'php_unit_data_provider_method_order' => false, // In most cases, yes, but we still have a few exceptions of data providers shared across multiple tests
193193
'php_unit_data_provider_name' => false, // In most cases, yes, but we still have a few exceptions of data providers shared across multiple tests

0 commit comments

Comments
 (0)