|
7 | 7 | "spacing": "one" |
8 | 8 | }, |
9 | 9 | "date_time_immutable": true, |
10 | | - "declare_strict_types": true, |
| 10 | + "declare_strict_types": false, |
11 | 11 | "lowercase_keywords": true, |
12 | 12 | "lowercase_static_reference": true, |
13 | | - "final_class": true, |
14 | | - "final_internal_class": true, |
15 | | - "final_public_method_for_abstract_class": true, |
| 13 | + "final_class": false, |
| 14 | + "final_internal_class": false, |
| 15 | + "final_public_method_for_abstract_class": false, |
16 | 16 | "fully_qualified_strict_types": true, |
17 | 17 | "global_namespace_import": { |
18 | 18 | "import_classes": true, |
19 | 19 | "import_constants": true, |
20 | 20 | "import_functions": true |
21 | 21 | }, |
22 | | - "mb_str_functions": true, |
| 22 | + "mb_str_functions": false, |
23 | 23 | "modernize_types_casting": true, |
24 | 24 | "new_with_parentheses": false, |
25 | 25 | "no_superfluous_elseif": true, |
|
55 | 55 | "protected_to_private": true, |
56 | 56 | "self_accessor": true, |
57 | 57 | "self_static_accessor": true, |
58 | | - "strict_comparison": true, |
| 58 | + "strict_comparison": false, |
59 | 59 | "visibility_required": true |
60 | 60 | } |
61 | 61 | } |
0 commit comments