.styleci.yml 179 Bytes
preset: symfony

enabled:
    - ordered_use

disabled:
    - empty_return
    - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198