{
    "preset": "laravel",
    "rules": {
        "ordered_imports": true,
        "no_unused_imports": true,
        "no_trailing_whitespace": true,
        "single_blank_line_at_eof": true,
        "no_whitespace_in_blank_line": true,
        "class_attributes_separation": true,
        "no_superfluous_phpdoc_tags": true,
        "phpdoc_trim": true,
        "no_empty_phpdoc": true,
        "phpdoc_align": true,
        "no_extra_blank_lines": true,
        "blank_line_after_namespace": true,
        "single_line_after_imports": true,
        "array_syntax": true,
        "list_syntax": true,
        "lowercase_keywords": true,
        "lowercase_static_reference": true,
        "no_alias_language_construct_call": true,
        "no_blank_lines_after_class_opening": true,
        "no_blank_lines_after_phpdoc": true,
        "no_break_comment": true,
        "no_closing_tag": true,
        "no_mixed_echo_print": true,
        "no_short_bool_cast": true,
        "no_spaces_around_offset": true,
        "no_superfluous_elseif": true,
        "no_unneeded_control_parentheses": true,
        "no_unreachable_default_argument_value": true,
        "no_useless_else": true,
        "no_useless_return": true,
        "ordered_class_elements": true,
        "ordered_traits": true,
        "phpdoc_separation": true,
        "phpdoc_summary": true,
        "phpdoc_to_comment": true,
        "self_accessor": true,
        "short_scalar_cast": true,
        "single_line_comment_spacing": true,
        "single_quote": true,
        "standardize_not_equals": true,
        "trailing_comma_in_multiline": false,
        "fully_qualified_strict_types": false,
        "new_with_parentheses": false,
        "concat_space": false,
        "not_operator_with_successor_space": false,
        "braces_position": false,
        "unary_operator_spaces": false,
        "binary_operator_spaces": false,
        "single_space_around_construct": false,
        "blank_line_before_statement": false,
        "method_chaining_indentation": false,
        "statement_indentation": false,
        "cast_spaces": false,
        "function_declaration": false,
        "method_argument_space": false,
        "control_structure_braces": false,
        "control_structure_continuation_position": false,
        "declare_parentheses": false,
        "elseif": false,
        "include": false,
        "increment_style": false,
        "native_type_declaration_casing": false,
        "no_multiline_whitespace_around_double_arrow": false,
        "single_line_empty_body": false,
        "string_implicit_backslashes": false,
        "whitespace_after_comma_in_array": false,
        "yoda_style": false,
        "lambda_not_used_import": false,
        "spaces_inside_parentheses": false,
        "no_blank_lines_after_phpdoc": false,
        "nullable_type_declaration": true,
        "class_definition": false,
        "phpdoc_order": false,
        "phpdoc_indent": false,
        "phpdoc_align": false,
        "no_trailing_whitespace_in_comment": true,
        "array_indentation": false,
        "blank_line_between_import_groups": false,
        "single_import_per_statement": false,
        "ordered_interfaces": false,
        "no_empty_statement": true,
        "constant_case": false
    }
}
