.styleci.yml 490 B

12345678910111213141516171819202122
  1. # DO NOT EDIT THIS FILE!
  2. #
  3. # It's auto-generated by sonata-project/dev-kit package.
  4. #
  5. # Package `sllh/php-cs-fixer-styleci-bridge` is required to get it working.
  6. preset: symfony
  7. enabled:
  8. - newline_after_open_tag
  9. - ordered_class_elements
  10. - ordered_use
  11. - long_array_syntax
  12. # Comment strict rules for the moment. Should be uncomment later to see StyleCI PR results
  13. # - strict
  14. # - strict_param
  15. # - php_unit_construct
  16. # - php_unit_strict
  17. finder:
  18. exclude:
  19. - 'Tests/Fixtures'