mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 13:35:47 +08:00
15 lines
272 B
YAML
15 lines
272 B
YAML
|
preset: recommended
|
||
|
|
||
|
enabled:
|
||
|
- logical_not_operators_with_successor_space
|
||
|
|
||
|
disabled:
|
||
|
- align_double_arrow
|
||
|
- blank_line_after_opening_tag
|
||
|
- multiline_array_trailing_comma
|
||
|
- new_with_braces
|
||
|
- phpdoc_align
|
||
|
- phpdoc_order
|
||
|
- phpdoc_separation
|
||
|
- phpdoc_types
|