From f42f35f259d37918093aeaac879c640e67bf87d3 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Wed, 19 Aug 2020 08:19:55 +0200 Subject: [PATCH] adjust styleci-config to changed defaults in the symfony preset --- .styleci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index 5328b61..f187ec0 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -7,8 +7,5 @@ finder: - "src" - "tests" -enabled: - - short_array_syntax - disabled: - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198