{
    "preset": "laravel",
    "rules": {
        "concat_space": false,
        "blank_line_before_statement": false,
        "not_operator_with_space": false,
        "not_operator_with_successor_space": false,
        "elseif": false,
        "phpdoc_separation": false,
        "function_declaration": false,
        "new_with_parentheses": false,
        "trailing_comma_in_multiline": false,
        "fully_qualified_strict_types": false,
        "ordered_imports": false
    }
}