1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00
invoiceninja/.styleci.yml
Holger Lösken 63314c5e06 Adding Style CI configuration
- Use Laravel-like code style
- Adding some more helper for formatting
2016-07-03 18:30:57 +02:00

10 lines
142 B
YAML

preset: laravel
risky: false
enabled:
- no_useless_else
- phpdoc_align
- phpdoc_no_empty_return
- phpdoc_order
- phpdoc_separation