Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.styleci.yml « assert « webmozart « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2ad4a57de7addc4218c22c61f78c2f1d0544bb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
preset: symfony

finder:
    exclude:
        - "tests"

enabled:
    - ordered_use

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