mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-15 11:35:03 +01:00
15 lines
426 B
JSON
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
|
|
}
|
|
}
|