mailgun-php/.styleci.yml

13 lines
220 B
YAML
Raw Permalink Normal View History

preset: symfony
finder:
path:
- "src"
- "tests"
enabled:
- short_array_syntax
disabled:
- phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198