From ca9265700fd12f91b6565ae4c3dd6f7b5df8b87f Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 31 Jul 2020 11:01:19 +0100 Subject: [PATCH 1/4] Fixed style ci config Fixed The 'simplified_null_return' fixer cannot be disabled because it is not enabled by your preset. --- .styleci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.styleci.yml b/.styleci.yml index 4d804418..710cf54a 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -7,7 +7,6 @@ enabled: disabled: - concat_without_spaces - phpdoc_no_package - - simplified_null_return finder: exclude: From c16e79e8060307d768ea856428b7630c2081c412 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 31 Jul 2020 11:04:00 +0100 Subject: [PATCH 2/4] Enable risky for 'strict' fixer --- .styleci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index 710cf54a..cc9d0a58 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,5 +1,7 @@ preset: laravel +risky: true + enabled: - strict - unalign_double_arrow From 88c12dcc82b7c295bf089031dc6b21df51db9323 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 31 Jul 2020 11:06:11 +0100 Subject: [PATCH 3/4] Removed strict fixer --- .styleci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.styleci.yml b/.styleci.yml index cc9d0a58..cc5fb32a 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,9 +1,6 @@ preset: laravel -risky: true - enabled: - - strict - unalign_double_arrow disabled: From 2076db9d7d58a3b3004baf620e804aa116e956b4 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 31 Jul 2020 11:22:52 +0100 Subject: [PATCH 4/4] Disabled no_alternative_syntax --- .styleci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.styleci.yml b/.styleci.yml index cc5fb32a..f5a0a3c1 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -1,11 +1,15 @@ preset: laravel +risky: true + enabled: + - strict - unalign_double_arrow disabled: - concat_without_spaces - phpdoc_no_package + - no_alternative_syntax finder: exclude: