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