mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 06:14:33 +08:00
19 lines
306 B
YAML
19 lines
306 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
|
||
|
|
||
|
finder:
|
||
|
exclude:
|
||
|
- "stubs"
|