Sin descripción

.styleci.yml 507B

123456789101112131415161718192021222324252627282930
  1. preset: symfony
  2. enabled:
  3. - align_double_arrow
  4. - concat_with_spaces
  5. - short_array_syntax
  6. - ordered_use
  7. - strict
  8. disabled:
  9. - blank_line_before_break
  10. - blank_line_before_continue
  11. - blank_line_before_throw
  12. - blank_line_before_try
  13. - concat_without_spaces
  14. - method_argument_space
  15. - pre_increment
  16. - unalign_double_arrow
  17. - unalign_equals
  18. - yoda_style
  19. - property_separation
  20. - const_separation
  21. finder:
  22. name:
  23. - "*.php"
  24. - ".php_cs"
  25. - "build-manual"
  26. - "build-phar"