mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
19 lines
247 B
YAML
19 lines
247 B
YAML
preset: laravel
|
|
|
|
risky: false
|
|
|
|
enabled:
|
|
- no_useless_else
|
|
- phpdoc_align
|
|
- phpdoc_no_empty_return
|
|
- phpdoc_order
|
|
- phpdoc_separation
|
|
|
|
finder:
|
|
exclude:
|
|
- "resources"
|
|
- "storage"
|
|
- "tests"
|
|
not-path:
|
|
- "bootstrap/cache"
|