c2ad4a57de7addc4218c22c61f78c2f1d0544bb1
[yaffs-website] / vendor / webmozart / assert / .styleci.yml
1 preset: symfony
2
3 finder:
4     exclude:
5         - "tests"
6
7 enabled:
8     - ordered_use
9
10 disabled:
11     - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198