{
    "preset": "psr12",
    "rules": {
        "declare_strict_types": true,
        "declare_parentheses": true,
        "blank_line_after_opening_tag": true,
        "blank_line_after_namespace": true,
        "fully_qualified_strict_types": true,
        "concat_space": {
            "spacing": "one"
        },
        "array_syntax": true,
        "array_indentation": true,
        "combine_consecutive_issets": true,
        "combine_consecutive_unsets": true,
        "explicit_string_variable": true,
        "ordered_class_elements": {
            "order": [
                "use_trait",
                "case",
                "constant",
                "constant_public",
                "constant_protected",
                "constant_private",
                "property_public",
                "property_protected",
                "property_private",
                "construct",
                "destruct",
                "magic",
                "phpunit",
                "method_abstract",
                "method_public_static",
                "method_public",
                "method_protected_static",
                "method_protected",
                "method_private_static",
                "method_private"
            ],
            "sort_algorithm": "none"
        }
    }
}
