Blame view

vendor/webmozart/assert/.styleci.yml 167 Bytes
196bf1b1   Etienne Pallier   modifs de droits ...
1
2
3
4
5
6
7
8
9
10
11
preset: symfony

enabled:
    - ordered_use

disabled:
    - empty_return

    # Unusable at the moment
    # https://github.com/StyleCI/StyleCI/issues/471
    - psr0