mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-21 20:16:03 +03:00
13 lines
220 B
YAML
13 lines
220 B
YAML
|
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
|