From ed7cd8f54c216b6027b67782662319111a6fadd7 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 3 Nov 2019 20:49:37 +1100 Subject: [PATCH 1/2] Styleci update --- .styleci.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index ed2b71f..f7fa4ce 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,11 +1,15 @@ preset: laravel + enabled: - - alpha_ordered_imports + disabled: - length_ordered_imports - - unused_use - - post_increment - phpdoc_summary + - phpdoc_var_without_name + - post_increment + - concat_without_spaces + - unused_use + finder: not-name: - index.php From a8ad89a9e454570a42f503bd18b1abb34077559f Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 3 Nov 2019 20:50:54 +1100 Subject: [PATCH 2/2] Preset removed? --- .styleci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.styleci.yml b/.styleci.yml index f7fa4ce..b3f5c74 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -3,7 +3,6 @@ preset: laravel enabled: disabled: - - length_ordered_imports - phpdoc_summary - phpdoc_var_without_name - post_increment