From 2d01cbcc53ffae98656bd6c0f1f927ff156b7d8c Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 19 Jul 2015 13:01:28 +0100 Subject: [PATCH] Updated styleci config --- .styleci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 6be85bb2d8..f963f9d273 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,11 +1,10 @@ -preset: symfony +preset: recommended enabled: - - align_double_arrow - concat_with_spaces - - ordered_use - strict disabled: - concat_without_spaces - + - phpdoc_short_description + - psr0