From 2ee6a0afb03d6a5dbcc4f446761a7b76d79ba2a2 Mon Sep 17 00:00:00 2001 From: Jellyfrog Date: Mon, 21 Sep 2020 16:02:55 +0200 Subject: [PATCH] Add StyleCI config (#12126) --- .styleci.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .styleci.yml diff --git a/.styleci.yml b/.styleci.yml new file mode 100644 index 0000000000..c7eaf02951 --- /dev/null +++ b/.styleci.yml @@ -0,0 +1,6 @@ +preset: laravel +enabled: + - concat_with_spaces +disabled: + - phpdoc_summary + - concat_without_spaces