mirror of
https://github.com/LukeHagar/plexphp.git
synced 2025-12-06 04:20:51 +00:00
19 lines
604 B
JSON
19 lines
604 B
JSON
{
|
|
"preset": "laravel",
|
|
"rules": {
|
|
"no_superfluous_phpdoc_tags": false,
|
|
"phpdoc_separation": false,
|
|
"phpdoc_trim": false,
|
|
"phpdoc_var_without_name": false,
|
|
"class_attributes_separation": false,
|
|
"single_blank_line_at_eof": false,
|
|
"blank_line_after_namespace": false,
|
|
"no_extra_blank_lines": false,
|
|
"no_blank_lines_after_class_opening": false,
|
|
"single_line_after_imports": false,
|
|
"no_trailing_whitespace_in_comment": false,
|
|
"single_line_empty_body": false,
|
|
"new_with_parentheses": false
|
|
}
|
|
}
|