mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-19 23:24:46 +02:00
13 lines
346 B
JSON
13 lines
346 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"class_attributes_separation": false,
|
|
"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
|
|
}
|
|
}
|