1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-16 14:32:26 +02:00

Adding Style CI configuration

- Use Laravel-like code style
- Adding some more helper for formatting
This commit is contained in:
Holger Lösken 2016-07-03 18:30:57 +02:00
parent 19b443d641
commit 63314c5e06

10
.styleci.yml Normal file
View File

@ -0,0 +1,10 @@
preset: laravel
risky: false
enabled:
- no_useless_else
- phpdoc_align
- phpdoc_no_empty_return
- phpdoc_order
- phpdoc_separation