Soullivaneuh/php-cs-fixer-styleci-bridge

View on GitHub
.styleci.yml

Summary

Maintainability
Test Coverage
preset: symfony

enabled:
  - newline_after_open_tag
  - ordered_use
  - long_array_syntax
  - php_unit_construct
  - php_unit_strict

disabled:
  - psr0

finder:
  not-name:
    - "*.php.twig"
  not-path:
    - "src/StyleCI/Fixers.php"