Blame view

api/.styleci.yml 123 Bytes
0d8c0f816   Thanasis Naskos   initial commit
1
2
3
4
5
6
7
8
9
  php:
    preset: laravel
    disabled:
      - unused_use
    finder:
      not-name:
        - index.php
        - server.php
  css: true