.styleci.yml 508 B

1234567891011121314151617181920212223242526
  1. preset: recommended
  2. risky: false
  3. enabled:
  4. - no_empty_comment
  5. - align_equals
  6. - long_array_syntax
  7. - concat_with_spaces
  8. disabled:
  9. - blank_line_after_opening_tag
  10. - blank_line_before_return
  11. - concat_without_spaces
  12. - declare_equal_normalize
  13. - heredoc_to_nowdoc
  14. - method_argument_space
  15. - new_with_braces
  16. - phpdoc_align
  17. - phpdoc_no_access
  18. - phpdoc_separation
  19. - phpdoc_single_line_var_spacing
  20. - phpdoc_summary
  21. - short_array_syntax
  22. - single_line_after_imports
  23. - unalign_equals