2016-10-29 16:19:09 +08:00
|
|
|
preset: recommended
|
|
|
|
|
|
|
|
risky: false
|
|
|
|
|
|
|
|
enabled:
|
|
|
|
- align_equals
|
2016-10-31 18:29:25 +08:00
|
|
|
- concat_with_spaces
|
2017-11-14 05:12:31 +08:00
|
|
|
- long_array_syntax
|
|
|
|
- no_empty_comment
|
|
|
|
- pre_increment
|
2016-10-29 16:19:09 +08:00
|
|
|
|
|
|
|
disabled:
|
|
|
|
- blank_line_after_opening_tag
|
|
|
|
- blank_line_before_return
|
2017-10-04 02:49:36 +08:00
|
|
|
- blank_line_before_throw
|
|
|
|
- blank_line_before_try
|
2016-10-29 16:19:09 +08:00
|
|
|
- concat_without_spaces
|
|
|
|
- declare_equal_normalize
|
|
|
|
- heredoc_to_nowdoc
|
2020-03-07 03:50:19 +08:00
|
|
|
- method_argument_space_strict
|
2016-10-29 16:19:09 +08:00
|
|
|
- new_with_braces
|
2020-01-08 02:39:22 +08:00
|
|
|
- no_alternative_syntax
|
2016-10-29 16:19:09 +08:00
|
|
|
- phpdoc_align
|
|
|
|
- phpdoc_no_access
|
|
|
|
- phpdoc_separation
|
|
|
|
- phpdoc_single_line_var_spacing
|
|
|
|
- phpdoc_summary
|
2017-11-14 05:12:31 +08:00
|
|
|
- post_increment
|
2016-10-29 16:19:09 +08:00
|
|
|
- short_array_syntax
|
|
|
|
- single_line_after_imports
|
|
|
|
- unalign_equals
|