2016-07-03 18:30:57 +02:00
|
|
|
preset: laravel
|
|
|
|
|
|
|
|
risky: false
|
|
|
|
|
|
|
|
enabled:
|
|
|
|
- no_useless_else
|
|
|
|
- phpdoc_align
|
|
|
|
- phpdoc_no_empty_return
|
|
|
|
- phpdoc_order
|
2016-07-04 00:17:28 +02:00
|
|
|
- phpdoc_separation
|
|
|
|
|
|
|
|
finder:
|
|
|
|
exclude:
|
|
|
|
- "resources"
|
|
|
|
- "storage"
|
|
|
|
- "tests"
|
|
|
|
not-path:
|
|
|
|
- "bootstrap/cache"
|