WIP: Road to 1.0.0 #1

Draft
miguel456 wants to merge 123 commits from develop into master
1 changed files with 13 additions and 13 deletions
Showing only changes of commit 53660a2355 - Show all commits

View File

@ -1,13 +1,13 @@
php:
preset: laravel
disabled:
- unused_use
finder:
risky: false
version: 7
preset: recommended
finder:
exclude:
- "modules"
- "node_modules"
- "storage"
- "vendor"
name: "*.php"
not-name:
- index.php
- server.php
js:
finder:
not-name:
- webpack.mix.js
css: true
- "*.blade.php"
- "_ide_helper.php"