From ab16084c79860139698a0a580716c0cbc6f2c941 Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Sat, 9 May 2015 21:37:28 +0200 Subject: [PATCH] New styleci config --- .styleci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 68dfb31..ee1bd9f 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -7,3 +7,6 @@ disabled: - ordered_use - phpdoc_order - short_array_syntax + - single_blank_line_before_namespace + - single_quote + - unary_operators_spaces