mirror of
https://github.com/flarum/core.git
synced 2025-01-17 22:29:15 +01: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"
|