mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Adding Style CI configuration
- Use Laravel-like code style - Adding some more helper for formatting
This commit is contained in:
parent
19b443d641
commit
63314c5e06
10
.styleci.yml
Normal file
10
.styleci.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
preset: laravel
|
||||||
|
|
||||||
|
risky: false
|
||||||
|
|
||||||
|
enabled:
|
||||||
|
- no_useless_else
|
||||||
|
- phpdoc_align
|
||||||
|
- phpdoc_no_empty_return
|
||||||
|
- phpdoc_order
|
||||||
|
- phpdoc_separation
|
Loading…
Reference in New Issue
Block a user