{
    "preset": "laravel",
    "rules": {
        "single_line_empty_body": false,
        "new_with_parentheses": true,
        "phpdoc_separation": {
            "groups": [
                ["property"],
                ["property-read"],
                ["param"],
                ["return"],
                ["throws"]
            ]
        },
        "not_operator_with_successor_space": true
    }
}
