mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-20 22:44:46 +02:00
12 lines
300 B
JSON
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
|
|
}
|
|
}
|