From 970440d2ee217419f335a7d8eb0b9a2751825655 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sat, 30 Jan 2021 08:36:28 +0100 Subject: [PATCH] Remove config file not used --- .styleci.yml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml deleted file mode 100644 index 9a33531..0000000 --- a/.styleci.yml +++ /dev/null @@ -1,12 +0,0 @@ -preset: symfony - -finder: - path: - - "src" - - "tests" - -enabled: - - short_array_syntax - -disabled: - - phpdoc_annotation_without_dot # This is still buggy: https://github.com/symfony/symfony/pull/19198