| 123456789101112131415161718192021222324252627282930 |
- preset: recommended
- risky: false
- enabled:
- - align_equals
- - concat_with_spaces
- - long_array_syntax
- - no_empty_comment
- - pre_increment
- disabled:
- - blank_line_after_opening_tag
- - blank_line_before_return
- - blank_line_before_throw
- - blank_line_before_try
- - concat_without_spaces
- - declare_equal_normalize
- - heredoc_to_nowdoc
- - method_argument_space
- - new_with_braces
- - phpdoc_align
- - phpdoc_no_access
- - phpdoc_separation
- - phpdoc_single_line_var_spacing
- - phpdoc_summary
- - post_increment
- - short_array_syntax
- - single_line_after_imports
- - unalign_equals
|