From 70ca50ce2d395bb924b5481ff6d7815317e132a1 Mon Sep 17 00:00:00 2001 From: Andres Rey Date: Sun, 12 Nov 2017 20:23:31 +0000 Subject: Update styleci config to make it compatible with PHPStorm auto formatter --- .styleci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3