summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2017-11-12 20:23:31 +0000
committerAndres Rey <[email protected]>2017-11-12 20:29:38 +0000
commit70ca50ce2d395bb924b5481ff6d7815317e132a1 (patch)
treeca3d485a0dc9012889f33aef0b54dd54fb9b0002
parentfeefb34263bb5811a182cc772ba0d2224ff19da3 (diff)
Update styleci config to make it compatible with PHPStorm auto formatter
-rw-r--r--.styleci.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.styleci.yml b/.styleci.yml
index aa6a411..f5ddf3e 100644
--- a/.styleci.yml
+++ b/.styleci.yml
@@ -7,4 +7,7 @@ enabled:
disabled:
- concat_without_spaces
- align_double_arrow
- - simplified_null_return \ No newline at end of file
+ - simplified_null_return
+ - cast_spaces
+ - trailing_comma_in_multiline_array
+ - phpdoc_align \ No newline at end of file