.styleci.yml 200B

123456789101112
  1. preset: symfony
  2. finder:
  3. exclude:
  4. - "tests"
  5. enabled:
  6. - ordered_use
  7. disabled:
  8. - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198