2024-09-21 15:45:22 -04:00

15 lines
426 B
JSON

{
"preset": "laravel",
"rules": {
"class_attributes_separation": false,
"concat_space": false,
"new_with_parentheses": false,
"not_operator_with_successor_space": false,
"nullable_type_declaration_for_default_null_value": false,
"ordered_imports": false,
"phpdoc_align": false,
"phpdoc_separation": false,
"single_line_empty_body": false
}
}