{
    "preset": "laravel",
    "rules": {
        "@PHP82Migration": true,
        "@PSR2": true,
        "blank_line_after_opening_tag": false,
        "cast_spaces": false,
        "linebreak_after_opening_tag": false,
        "no_superfluous_phpdoc_tags": false,
        "no_unused_imports": true,
        "not_operator_with_successor_space": false,
        "ordered_imports": false,
        "phpdoc_order": true,
        "phpdoc_separation": true,
        "single_line_comment_style": false,
        "Laravel/laravel_phpdoc_alignment": false,
        "curly_braces_position": {
            "anonymous_classes_opening_brace": "next_line_unless_newline_at_signature_end"
        }
    }
}
