framework/.styleci.yml
2016-02-26 13:47:17 +10:30

18 lines
273 B
YAML

preset: recommended
enabled:
- logical_not_operators_with_successor_space
disabled:
- align_double_arrow
- multiline_array_trailing_comma
- new_with_braces
- phpdoc_align
- phpdoc_order
- phpdoc_separation
- phpdoc_types
finder:
exclude:
- "stubs"