mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 23:18:10 +00:00
34 lines
1.1 KiB
JSON
34 lines
1.1 KiB
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"array_push": true,
|
|
"backtick_to_shell_exec": true,
|
|
"date_time_immutable": true,
|
|
"lowercase_keywords": true,
|
|
"lowercase_static_reference": true,
|
|
"final_internal_class": true,
|
|
"final_public_method_for_abstract_class": true,
|
|
"fully_qualified_strict_types": true,
|
|
"global_namespace_import": {
|
|
"import_classes": true,
|
|
"import_constants": true,
|
|
"import_functions": true
|
|
},
|
|
"mb_str_functions": true,
|
|
"modernize_types_casting": true,
|
|
"new_with_parentheses": false,
|
|
"no_superfluous_elseif": true,
|
|
"no_useless_else": true,
|
|
"no_multiple_statements_per_line": true,
|
|
"ordered_interfaces": true,
|
|
"ordered_traits": true,
|
|
"protected_to_private": true,
|
|
"self_accessor": true,
|
|
"self_static_accessor": true,
|
|
"strict_comparison": true,
|
|
"visibility_required": true,
|
|
"increment_style": {
|
|
"style": "pre"
|
|
}
|
|
}
|
|
}
|