.styleci.yml 670 B

1234567891011121314151617181920212223242526272829303132
  1. preset: recommended
  2. risky: false
  3. enabled:
  4. - align_equals
  5. - concat_with_spaces
  6. - long_array_syntax
  7. - no_empty_comment
  8. - pre_increment
  9. disabled:
  10. - blank_line_after_opening_tag
  11. - blank_line_before_return
  12. - blank_line_before_throw
  13. - blank_line_before_try
  14. - concat_without_spaces
  15. - declare_equal_normalize
  16. - heredoc_to_nowdoc
  17. - method_argument_space_strict
  18. - multiline_comment_opening_closing
  19. - new_with_braces
  20. - no_alternative_syntax
  21. - phpdoc_align
  22. - phpdoc_no_access
  23. - phpdoc_separation
  24. - phpdoc_single_line_var_spacing
  25. - phpdoc_summary
  26. - post_increment
  27. - short_array_syntax
  28. - single_line_after_imports
  29. - unalign_equals