File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ,
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 ' => true ,
193193 'php_unit_data_provider_name ' => ['prefix ' => 'provider ' , 'suffix ' => '' ],
You can’t perform that action at this time.
0 commit comments