123456789101112131415161718192021 |
- # DO NOT EDIT THIS FILE!
- #
- # It's auto-generated by sonata-project/dev-kit package.
- #
- # Package `sllh/php-cs-fixer-styleci-bridge` is required to get it working.
- preset: symfony
- enabled:
- - newline_after_open_tag
- - ordered_use
- - long_array_syntax
- # Comment strict rules for the moment. Should be uncomment later to see StyleCI PR results
- # - strict
- # - strict_param
- # - php_unit_construct
- # - php_unit_strict
- finder:
- exclude:
- - 'Tests/Fixtures'
|