Adding Style CI configuration
- Use Laravel-like code style - Adding some more helper for formatting
This commit is contained in:
parent
19b443d641
commit
63314c5e06
|
|
@ -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