.styleci.yml 123 Bytes
 1
 2
 3
 4
 5
 6
 7
 8
 9
php:
preset: laravel
disabled:
- unused_use
finder:
not-name:
- index.php
- server.php
css: true