Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / webmozart / assert / .styleci.yml
1 preset: symfony
2
3 enabled:
4     - ordered_use
5
6 disabled:
7     - empty_return
8     - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198