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