mirror of
https://github.com/flarum/framework.git
synced 2024-11-22 06:33:27 +08:00
233b97329c
Core source code should contain things necessary for core to run. Development tooling like this belongs in external packages, like the upcoming Flarum CLI.
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
|