summaryrefslogtreecommitdiff
path: root/.styleci.yml
diff options
context:
space:
mode:
authorAndres Rey <[email protected]>2016-10-18 17:10:08 +0100
committerAndres Rey <[email protected]>2016-10-18 17:10:08 +0100
commit931589b97475df626808c99b25c0337ae72ade9c (patch)
tree14e9a767d6b8d2ba2c4a82e5046bd4e051637ae9 /.styleci.yml
parentd3a5a0f369cb93fe56da04043d27ba0f4d310b57 (diff)
Added travis and styleci yml files
Diffstat (limited to '.styleci.yml')
-rw-r--r--.styleci.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.styleci.yml b/.styleci.yml
index f15f7f7..2d40807 100644
--- a/.styleci.yml
+++ b/.styleci.yml
@@ -2,8 +2,9 @@ preset: recommended
enabled:
- concat_with_spaces
+ - unalign_double_arrow
disabled:
- concat_without_spaces
- - no_useless_return
- - no_multiline_whitespace_around_double_arrow \ No newline at end of file
+ - align_double_arrow
+ - phpdoc_no_empty_return