1
0
mirror of https://github.com/flarum/core.git synced 2025-01-17 14:18:33 +01:00
php-flarum/.styleci.yml

19 lines
306 B
YAML
Raw Normal View History

2016-02-26 13:35:09 +10:30
preset: recommended
enabled:
- logical_not_operators_with_successor_space
disabled:
2016-02-26 13:47:17 +10:30
- align_double_arrow
2016-11-16 15:47:12 +10:30
- blank_line_after_opening_tag
2016-02-26 13:35:09 +10:30
- multiline_array_trailing_comma
- new_with_braces
2016-02-26 13:47:17 +10:30
- phpdoc_align
2016-02-26 13:35:09 +10:30
- phpdoc_order
2016-02-26 13:47:17 +10:30
- phpdoc_separation
- phpdoc_types
2016-02-26 13:35:09 +10:30
finder:
exclude:
- "stubs"