Removed modules/contrib/media module to allow update to the core media module
[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