Adding Style CI configuration
- Use Laravel-like code style - Adding some more helper for formatting
This commit is contained in:
parent
19b443d641
commit
63314c5e06
1 changed files with 10 additions and 0 deletions
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…
Add table
Reference in a new issue