|
77 | 77 | 'lowercase_static_reference' => true, |
78 | 78 | 'magic_constant_casing' => true, |
79 | 79 | 'magic_method_casing' => true, |
80 | | - 'mb_str_functions' => false, |
81 | 80 | 'method_argument_space' => true, |
82 | 81 | 'method_chaining_indentation' => true, |
83 | 82 | 'modernize_strpos' => true, |
|
114 | 113 | 'no_spaces_around_offset' => true, |
115 | 114 | 'no_spaces_inside_parenthesis' => true, |
116 | 115 | 'no_superfluous_elseif' => true, |
117 | | - 'no_trailing_comma_in_singleline_array' => true, |
118 | | - 'no_trailing_comma_in_singleline_function_call' => true, |
119 | 116 | 'no_trailing_comma_in_singleline' => true, |
120 | 117 | 'no_trailing_whitespace_in_comment' => true, |
121 | 118 | 'no_trailing_whitespace_in_string' => true, |
|
141 | 138 | 'object_operator_without_whitespace' => true, |
142 | 139 | 'octal_notation' => true, |
143 | 140 | 'operator_linebreak' => true, |
144 | | - 'ordered_class_elements' => ['sort_algorithm' => 'alpha', 'order' => ['case', 'constant', 'constant_private', 'constant_protected', 'constant_public', 'construct', 'destruct', 'magic', 'method', 'method_abstract', 'method_private', 'method_private_abstract', 'method_private_abstract_static', 'method_private_static', 'method_protected', 'method_protected_abstract', 'method_protected_abstract_static', 'method_protected_static', 'method_public', 'method_public_abstract', 'method_public_abstract_static', 'method_public_static', 'method_static', 'phpunit', 'private', 'property', 'property_private', 'property_private_readonly', 'property_private_static', 'property_protected', 'property_protected_readonly', 'property_protected_static', 'property_public', 'property_public_readonly', 'property_public_static', 'property_static', 'protected', 'public', 'use_trait']], |
| 141 | + 'ordered_class_elements' => ['sort_algorithm' => 'alpha', 'order' => ['use_trait', 'case', 'constant', 'constant_private', 'constant_protected', 'constant_public', 'property_private', 'property_private_readonly', 'property_private_static', 'property_protected', 'property_protected_readonly', 'property_protected_static', 'property_public', 'property_public_readonly', 'property_public_static', 'property_static', 'protected', 'construct', 'destruct', 'magic', 'method', 'public', 'method_abstract', 'method_private', 'method_private_abstract', 'method_private_abstract_static', 'method_private_static', 'method_protected', 'method_protected_abstract', 'method_protected_abstract_static', 'method_protected_static', 'method_public', 'method_public_abstract', 'method_public_abstract_static', 'method_public_static', 'method_static', 'phpunit', 'private', 'property']], |
145 | 142 | 'ordered_imports' => ['sort_algorithm' => 'alpha', 'imports_order' => ['const', 'class', 'function']], |
146 | 143 | 'ordered_interfaces' => true, |
147 | 144 | 'ordered_traits' => true, |
|
0 commit comments