|
26 | 26 | 'fully_qualified_strict_types' => true,
|
27 | 27 | 'linebreak_after_opening_tag' => true,
|
28 | 28 | 'list_syntax' => ['syntax' => 'short'],
|
29 |
| - 'method_argument_space' => ['ensure_fully_multiline' => true], |
| 29 | + 'method_argument_space' => ['on_multiline' => 'ensure_fully_multiline'], |
30 | 30 | 'native_constant_invocation' => true,
|
31 | 31 | 'native_function_invocation' => true,
|
32 | 32 | 'native_function_type_declaration_casing' => true,
|
33 | 33 | 'no_alternative_syntax' => true,
|
34 |
| - 'no_multiline_whitespace_before_semicolons' => true, |
35 | 34 | 'no_null_property_initialization' => true,
|
36 |
| - 'no_short_echo_tag' => true, |
| 35 | + 'echo_tag_syntax' => true, |
37 | 36 | 'no_superfluous_elseif' => true,
|
38 | 37 | 'no_trailing_whitespace_in_string' => false, // test cases have trailing spaces
|
39 | 38 | 'no_unneeded_control_parentheses' => true,
|
|
44 | 43 | 'ordered_class_elements' => true,
|
45 | 44 | 'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['class', 'const', 'function']],
|
46 | 45 | 'ordered_interfaces' => true,
|
47 |
| - 'php_unit_ordered_covers' => true, |
48 | 46 | 'php_unit_set_up_tear_down_visibility' => true,
|
49 | 47 | 'php_unit_strict' => true,
|
50 | 48 | 'php_unit_test_class_requires_covers' => true,
|
|
0 commit comments