{
  "preset": "laravel",
  "rules": {
    "@PSR12": true,
    "binary_operator_spaces": {
      "default": "single_space",
      "operators": {
        "=>": "align_single_space_minimal"
      }
      
    },
    "blank_line_before_statement": {
      "statements": [
        "continue",
        "return",
        "throw"
      ]
    },
    "phpdoc_line_span": {
      "property": "single"
    },
    "phpdoc_align": {
      "align": "vertical"
    },
    "general_phpdoc_tag_rename": {
      "replacements": {
        "type": "var"
      }
    },
    "phpdoc_no_alias_tag": true,
    "increment_style": {
      "style": "post"
    }
  },
  "exclude": [
    "database"
  ]
}
