From 931589b97475df626808c99b25c0337ae72ade9c Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Tue, 18 Oct 2016 17:10:08 +0100 Subject: Added travis and styleci yml files --- .styleci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.styleci.yml') 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 -- cgit v1.2.3