10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"not_operator_with_successor_space": false,
|
|
"ordered_imports": false,
|
|
"phpdoc_align": false,
|
|
"phpdoc_separation": false
|
|
}
|
|
}
|