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