{
  "preset": "laravel",
  "rules": {
    "no_extra_blank_lines": true,
    "no_spaces_inside_parenthesis": true,
    "no_trailing_whitespace": true,
    "single_space_after_construct": true,
    "single_blank_line_at_eof": true,
    "indentation_type": true,
    "binary_operator_spaces": {
      "default": "single_space",
      "operators": {
        "=": "single_space",
        "=>": "single_space"
      }
    },
    "multiline_whitespace_before_semicolons": {
      "strategy": "no_multi_line"
    },
    "fully_qualified_strict_types": true,
    "simplified_null_return": true,
    "new_with_parentheses": {
      "anonymous_class": true,
      "named_class": true
    },
    "concat_space": {
      "spacing": "one"
    },
    "no_superfluous_phpdoc_tags": true,
    "no_multiple_statements_per_line": true,
    "not_operator_with_successor_space": true,
    "phpdoc_order": true,
    "phpdoc_align": {
      "align": "vertical"
    },
    "ordered_imports": {
      "sort_algorithm": "alpha"
    },
    "array_syntax": {
      "syntax": "short"
    }
  }
}
