.styleci.yml 463 B

123456789101112131415161718192021
  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_use
  10. - long_array_syntax
  11. # Comment strict rules for the moment. Should be uncomment later to see StyleCI PR results
  12. # - strict
  13. # - strict_param
  14. # - php_unit_construct
  15. # - php_unit_strict
  16. finder:
  17. exclude:
  18. - 'Tests/Fixtures'