2024-10-19 18:29:44 -04:00

12 lines
300 B
JSON

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